[Libreoffice-bugs] [Bug 31141] Calc crashes while saving a XLS document

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 22 23:34:18 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=31141

--- Comment #12 from Gökcen Eraslan <gokcen at pardus.org.tr> 2010-11-22 23:34:17 PST ---
(In reply to comment #11)
> Created an attachment (id=40493)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=40493)
> Backtrace with line numbers
> 
> Here is the stack trace with line number. sc module is built with debug=t
> parameter.

I think the "second" member of itRow is NULL, here is the output when I was
trying to print itRow:

(gdb) l
2110                ++itrBlkEnd;
2111
2112            // write the ROW records
2113            RowMap::iterator itRow;
2114            for( itRow = itrBlkStart; itRow != itrBlkEnd; ++itRow )
2115                itRow->second->Save( rStrm );
2116
2117            // write the cell records
2118            for( itRow = itrBlkStart; itRow != itrBlkEnd; ++itRow )
2119                 itRow->second->WriteCellList( rStrm );
(gdb) p itRow
$1 = {first = 272, second = {px = , pn = {pi_ = }}}
(gdb) p itRow->second
There is no member or method named second.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list