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

--- Comment #1 from Terrence Enger <[email protected]> ---
The segfault is also present in a slightly simpler scenario:
(*) The original table is just 1 by 1
(*) No selection of the original row before insering a second row.

Investigation in gdb shows that one SwTableBox is constructed for
each row.  Undo destructs the second SwTableBox, but
SwCellFrm::GetLayoutRowSpan(), through data member pTabBox,
subsequently calls SwTableBox::getRowSpan for the just-destructed
SwTableBox, and the segfault follows shortly thereafter.

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

Reply via email to