Open Writer Import an image Right-click the image Save Choose BMP format In the BMP Options dialog, set Resolution to 999 Set Width to 999 (note that the message says "... needs about 0.0 KB of memory..." now (sec 30 in the screencast) Click OK Issue: Writer hangs https://screencast-o-matic.com/watch/cFhihvbOcs Version: 6.1.0.0.alpha1+ (x64) Build ID: 08441d466dd70c203a519a133aaf1a5997adbbd3 CPU threads: 4; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-05-07_01:12:11 Locale: en-US (en_US); Calc: group
PNG as well, changed the title https://screencast-o-matic.com/watch/cFhihEbOVt
TIFF, steps are slightly different. I confirmed that these new steps cause immediate crash (not a hang) with BMP as well (sec 24 in the new screencast) https://screencast-o-matic.com/watch/cFhihEbOVt New steps Open Writer Import an image Right-click the image Save Choose BMP format In the BMP Options dialog, set Resolution to 999 Set Width to 999 Set Height to 999 Click OK
On pc Debian x86-64 with master sources updated yesterday, I could reproduce this.
The dialog was introduced in https://cgit.freedesktop.org/libreoffice/core/commit/?id=f715c6cfa41ad5a552181bad5e36e8e03f96f480 @Marco Cecchetti, would you mind taking a look at this one?
So the dialog was already used by Draw in LO 5.X, and it had the same issue reported above. Essentially we end up using a too big scaling factor and try to handle an image of > 1 GB (in the TIFF case is > 500 GB). The solution is to limit the input for the dialog to sensible values. I provided a proof of concept patch: https://gerrit.libreoffice.org/#/c/54361 If you can think of a better max image size value or better criteria, feel free to modify it. ;-)
Dear Emil Tanev, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
I can't repro it in Version: 6.3.0.0.alpha0+ (x64) Build ID: ccf3a0600ee902390ad6112ecf28223078bdd2db CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-13_03:08:59 Locale: ru-RU (ru_RU); UI-Language: en-US Calc: threaded Writer doesn't crash but it doesn't save BMP file also. After OK button pressing just happens nothing. People, please retest it yourself
On pc Debian x86-64 with master sources updated today, I don't reproduce this. I just noticed this on console: warn:vcl.gdi:25230:25230:vcl/source/bitmap/bitmapfilter.cxx:27: Bitmap filter failed warn:vcl.gdi:25230:25230:vcl/source/bitmap/bitmapfilter.cxx:27: Bitmap filter failed
Not reproducible in Version: 6.3.0.0.alpha1+ Build ID: 9c7fac47aacb0877c7d212217089a680400c1377 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded Closing as RESOLVED WORKSFORME