https://bugs.documentfoundation.org/show_bug.cgi?id=149467
--- Comment #7 from Jim Raykowski <[email protected]> --- This crash is caused by an odd re-entrant happening. In this case re-entrance to SwContentTree::UpdateTracking happens when SfxHintId::DocChanged is broadcast from SwDocShell::SetModified when GetContentAtPos is called from SwContentTree::UpdateTracking which eventually causes a stack crash. The patch offered seems to fix the crash but I am unsure it will not cause other problems. Another approach would be to disallow re-entrance to the UpdateTracking function. My feeling is there is something not right with what GetContentAtPos is doing here. https://gerrit.libreoffice.org/c/core/+/135802 -- You are receiving this mail because: You are the assignee for the bug.
