https://bugs.documentfoundation.org/show_bug.cgi?id=161035
--- Comment #13 from Patrick Luby (volunteer) <[email protected]> --- OK. I found what is triggering this bug: it is the following XML snippet in test030.odt's content.xml: <text:bookmark text:name="__DdeLink__4354_2143787274" /> If I select the View > Navigator menu item and delete this bookmark, no crash in my local master build and no hang in LibreOffice 24.2.3. So Writer definitely gets stuck in an apparently infinite loop. The only difference in my local master build is that, instead of looping, I enabled debug code and so it crashes when it hits the following assertion: Assertion failed: (!"Some bookmarks were not consumed earlier"), function lcl_ExportBookmark, file unoportenum.cxx, line 611. I am not familiar with the code, so I will need to step through the code and see if I can find where the above bookmark derails the exit from the loop. -- You are receiving this mail because: You are the assignee for the bug.
