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

--- Comment #27 from Justin L <[email protected]> ---
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.

Reply via email to