https://bugs.documentfoundation.org/show_bug.cgi?id=104162

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

gdb gives this:
(gdb) frame 5
#5  0x00002aaadca6adec in writerfilter::dmapper::lcl_emptyRow
(rTableRanges=std::__debug::vector of length 4, capacity 4 = {...}, nRow=0)
    at
/home/julien/lo/libreoffice/writerfilter/source/dmapper/DomainMapperTableHandler.cxx:899
899         uno::Reference<text::XTextRangeCompare>
xTextRangeCompare(rRowSeq[0][0]->getText(), uno::UNO_QUERY);
(gdb) p rRowSeq
$4 = uno::Sequence of length 1 = {uno::Sequence of length 2 = {empty
uno::Reference, empty uno::Reference}}
(gdb) p rRowSeq[0]
$5 = uno::Sequence of length 2 = {empty uno::Reference, empty uno::Reference}

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to