[Libreoffice-bugs] [Bug 111461] XLSX with 0px height or 0px width images hangs LO and produce a lot of temp files

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 17 08:47:31 UTC 2021


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

--- Comment #27 from Justin L <jluth at mail.com> ---
Created attachment 174340
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174340&action=edit
111461_bt.log: partial debug log showing many identical imports, with
BackTrace.

repro 7.3+. Lots of 8MB temp files, and seemingly infinite loop. The good thing
is that memory consumption seemed stable at 600MB for the 15 minutes I tested
using comment 4's original_Excel.xlsx.

My guess is that there is a problem in sax/source/fastparser because it seems
to generate events that never end. The same graphic object seems to be loaded
in a loop of
     while (!rEntity.maPendingEvents.empty())

But I have no idea how to debug a generic something that just emits events into
a queue, and all the time is spent evaluating the queue events.

-- 
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/20210817/93351d63/attachment.htm>


More information about the Libreoffice-bugs mailing list