[Libreoffice-bugs] [Bug 124281] Files created in LibreOffice 4 which hangs on LibreOffice 6 in every computer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon May 6 17:02:30 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124281
Michael Stahl (CIB) <michael.stahl at cib.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|NEW |RESOLVED
--- Comment #7 from Michael Stahl (CIB) <michael.stahl at cib.de> ---
this bug, as reported, is a duplicate of bug 122892
there is another performance problem though, which is *not* an infinite loop
but at least in a debug build it's taking a bloody long time scaling a bitmap
inside a metafile that must be somewhere in the document to a width of 865
million pixels; this is due to these values read from the metafile:
MetaBmpExScaleAction::Read()
p maPt
$43 = Point = {
x = 621353314,
y = -1397620223
}
p maSz
$44 = Size = {
width = 1917665794,
height = 242
}
this happens while creating preview image in
SfxPickListImpl::AddDocumentToPickList() during load.
after removing this call, there's no perf issue; would be interesting to know
if the metafile causes perf problems in release build as well, which would be a
*separate* bug from this one of course...
*** This bug has been marked as a duplicate of bug 122892 ***
--
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/20190506/1f694b39/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list