Bug 142244 - warn:legacy.osl:20384:20384:vcl/source/outdev/bitmap.cxx:463: CopyBits with zero or negative width or height
Summary: warn:legacy.osl:20384:20384:vcl/source/outdev/bitmap.cxx:463: CopyBits with z...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
7.2.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: console-noise
  Show dependency treegraph
 
Reported: 2021-05-12 19:13 UTC by Gerald Pfeifer
Modified: 2024-01-23 18:49 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Bug document (61.45 KB, application/vnd.openxmlformats-officedocument.presentationml.presentation)
2021-05-12 19:13 UTC, Gerald Pfeifer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Pfeifer 2021-05-12 19:13:11 UTC
Created attachment 171931 [details]
Bug document

Simply opening the attached presentation without any action in the GUI
or otherwise, just letting LibreOffice sit idle, spams the console with
~1500 instances of

   warn:legacy.osl:20384:20384:vcl/source/outdev/bitmap.cxx:463: 
   CopyBits with zero or negative width or height

per *minute*.

How to reproduce:

   1. Save attachment as circle.pptx
   2. Open a (Unix-type) shell
   3. date ; lo circle.pptx 2>&1 | grep CopyBits | wc -l ; date

In a test I did on my notebook, this gave me

   ... 21:06:16 CEST
   514
   ... 21:06:37 CEST


There's two issues here: the spamming of the console, but maybe more
importantly - what is LibreOffice doing in a tight loop apparently when
there is no user action at all?
Comment 1 Julien Nabet 2021-05-12 19:54:18 UTC
On pc Debian x86-64 with master sources updated today, I could reproduce this.