[Libreoffice-bugs] [Bug 101821] Scrolling and then clicking into document crashes Writer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 22 20:01:14 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=101821
Michael Stahl <mstahl at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|libreoffice-bugs at lists.free |mstahl at redhat.com
|desktop.org |
--- Comment #27 from Michael Stahl <mstahl at redhat.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170622/448e3e84/attachment.html>
More information about the Libreoffice-bugs
mailing list