[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2019-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #9 from Xisco Faulí  ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2019-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

--- Comment #8 from Julien Nabet  ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2019-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2019-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

--- Comment #6 from QA Administrators  ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2018-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

--- Comment #5 from Marco Cecchetti  ---
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. ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2018-05-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||109323


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109323
[Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff,
gif ...)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2018-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||mrcek...@gmail.com,
   ||xiscofa...@libreoffice.org
Version|6.1.0.0.alpha1+ Master  |6.0.0.0.alpha0+

--- Comment #4 from Xisco Faulí  ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2018-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated yesterday, I could reproduce
this.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF, JPEG

2018-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Emil Tanev  changed:

   What|Removed |Added

Summary|FILESAVE Writer crashes |FILESAVE Writer crashes
   |trying to save image as |trying to save image as
   |BMP, PNG, TIFF  |BMP, PNG, TIFF, JPEG

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF

2018-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

--- Comment #2 from Emil Tanev  ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG, TIFF

2018-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Emil Tanev  changed:

   What|Removed |Added

Summary|FILESAVE Writer crashes |FILESAVE Writer crashes
   |trying to save image as |trying to save image as
   |BMP, PNG|BMP, PNG, TIFF

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117468] FILESAVE Writer crashes trying to save image as BMP, PNG

2018-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117468

Emil Tanev  changed:

   What|Removed |Added

Summary|FILESAVE Writer crashes |FILESAVE Writer crashes
   |trying to save image as BMP |trying to save image as
   ||BMP, PNG

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs