https://bugs.documentfoundation.org/show_bug.cgi?id=101821

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #27 from Michael Stahl <[email protected]> ---

looks like i was wrong about the layout loop, the layout does indeed never
finish and hog the CPU, but if you are more patient than i was initially
you can modify the document (probably it's easier if you don't use a
slow --enable-dbgutil build).

the section has the m_bEndnAtEnd flag set - this causes it to be created with a
SwColumnFrame despite only 1 column.

there is a single 1-column section covering the entire bugdoc.

there are endnotes but not footnotes in bugdoc.

crash is caused by: FindFootnoteBossFrame is called wrongly with
bFootnotes=true for a endnote, then it is placed in the endnote
SwFootnoteContFrame instead of the page's

... and then i asked valgrind and it reported a couple of user-after-frees ...

the crash is fixed on master, the layout still there but that's a separate bug
:)

-- 
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

Reply via email to