[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
Mon Sep 16 20:38:06 UTC 2019


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

--- Comment #16 from Julien Nabet <serval2412 at yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, I noticed these logs:
warn:legacy.osl:3832:3832:oox/source/helper/graphichelper.cxx:120:
GraphicHelper::GraphicHelper - cannot get target frame
warn:oox:3832:3832:oox/source/drawingml/shapecontext.cxx:130:
ShapeContext::onCreateContext: unhandled element: 3973
warn:vcl.gdi:3832:3832:vcl/source/graphic/Manager.cxx:141: Calculated size
mismatch. Variable size is '28365646' but calculated size is '19039954'

(for the third one, I used:
diff --git a/vcl/source/graphic/Manager.cxx b/vcl/source/graphic/Manager.cxx
index ec2bdca9be0b..941fb45bd9b8 100644
--- a/vcl/source/graphic/Manager.cxx
+++ b/vcl/source/graphic/Manager.cxx
@@ -138,7 +138,7 @@ void Manager::registerGraphic(const
std::shared_ptr<ImpGraphic>& pImpGraphic,

     if (calculatedSize != mnUsedSize)
     {
-        SAL_INFO_IF(calculatedSize != mnUsedSize, "vcl.gdi",
+        SAL_WARN_IF(calculatedSize != mnUsedSize, "vcl.gdi",
                     "Calculated size mismatch. Variable size is '"
                         << mnUsedSize << "' but calculated size is '" <<
calculatedSize << "'");
         mnUsedSize = calculatedSize;
)

-- 
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/20190916/dcdc79d3/attachment-0001.html>


More information about the Libreoffice-bugs mailing list