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

--- Comment #10 from Patrick Luby <plub...@neooffice.org> ---
(In reply to Chris PeƱalver from comment #9)
> I'm saving as .odt but the file is one page worth of text at 12pt (i.e. not
> a lot of text by any means). Couple caveats is the text is inside a frame so
> maybe that's part of the performance snag?!

The frame could be. I am no expert on the Writer code, but from the limited
data in the spin dumps my first guess is that the Writer save-to-odt code is in
an infinite loop calculating text width and height.

If we could reproduce this bug in a debugger would be ideal, but I understand
if you don't want to share your document. So, here are a couple of things to
try to narrow down what content and/or formatting triggers this bug:

1. Make a copy of your document and replace the content (but not any
formatting) with random text. If the bug still occurs, then upload the
"anonymized" document. If the bug stops occurring, then try step 2 below.

2. Make a copy of the document and try removing content in the document's
frameuntil you can save successfully. Then close the document, make a new copy,
and remove ever increasing chunks of text until it can save again.

Alternatively, if you have Xcode installed on your machine and you are
comfortable using Terminal commands, I can provide steps to get a detailed dump
that has source code line numbers.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to