[Libreoffice-bugs] [Bug 137938] FILEOPEN DOCX: Very very slow

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 3 07:26:08 UTC 2020


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

--- Comment #5 from Telesto <telesto at surfxs.nl> ---
Created attachment 166960
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166960&action=edit
Bibisect log Saxparse

The SAXParse error being introduced with 

author  Michael Stahl <mstahl at redhat.com>       2015-01-22 12:50:07 +0100
committer       Michael Stahl <mstahl at redhat.com>       2015-01-22 13:58:10
+0100
commit  ebf767eeb2a169ba533e1b2ffccf16f41d95df35 (patch)
tree    81946ae1fdee22ebf6f2543d0a965304528205f7
parent  825e4995220209362c13ed5f07c98e43a5f456de (diff)
writerfilter: DOCX import: better error handling than "catch (...) {}"
If there is a SAXParseException, OOXMLDocumentImpl::resolve() should not
ignore it, because if it occurs in a substream some end tag handlers may
not have been run and the DomainMapper may be in an inconsistent state,
so continuing to parse the outer document is probably not a good idea.

Also add some exception mangling so sfx2 can present a useful error
dialog.

before they file could be opened fast (but probably lacking number of pages)
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ebf767eeb2a169ba533e1b2ffccf16f41d95df35

-- 
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/20201103/4e0e576e/attachment.htm>


More information about the Libreoffice-bugs mailing list