https://bugs.documentfoundation.org/show_bug.cgi?id=107973
Fyodor <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
Assignee|[email protected] |[email protected]
|desktop.org |
--- Comment #3 from Fyodor <[email protected]> ---
This bug surely relates to
https://bugs.documentfoundation.org/show_bug.cgi?id=94225.
Crush happens here
https://opengrok.libreoffice.org/xref/core/sw/source/core/undo/unins.cxx#234
SwNodeIndex aNd( pTmpDoc->GetNodes(), nNode);
SwContentNode* pCNd = aNd.GetNode().GetContentNode();
SwPaM aPaM( *pCNd, nContent );
As I've described in
https://bugs.documentfoundation.org/show_bug.cgi?id=94225#c44, fly anchored to
last para haven't got deleted. As a result, node indices, stored in Undo clases
become invalid, which leads to crush.
Code above creates aNd index pointing to start section node. GetContentNode
returns nullptr and SwPaM constructor crushes LO.
This bug will be resolved as bug 94255 gets resolved.
*** This bug has been marked as a duplicate of bug 94255 ***
--
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