FS#38060 - [imagemagick] -resize parameter causes crash

Attached to Project: Arch Linux
Opened by Lukas Jirkovsky (6xx) - Sunday, 08 December 2013, 14:44 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 17 December 2013, 20:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
running an application from imagemagick (tested with convert and mogrify) with -resize parameter causes a crash with the following output:

Aborted (core dumped)

Additional info:
* the problem first occurred between imagemagick-6.8.7.2-1 (last working package) and imagemagick-6.8.7.4-1 (first broken package). I used packages from ARM to test it.

Steps to reproduce:
run eg.:

convert -resize 128x128 in.png out.jpg
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 17 December 2013, 20:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  imagemagick-6.8.7.10-1
Comment by Eric Belanger (Snowman) - Sunday, 08 December 2013, 19:16 GMT
Please report upstream.
Comment by Lukas Jirkovsky (6xx) - Sunday, 08 December 2013, 21:06 GMT
I wanted to do that, but I couldn't find bug tracker on their website. I figured that you are likely to have more experience when it comes to working with the imagemagick's upstream, so I may as well report it here.

If you can point me to the upstream bugtracker, I will report it there.
Comment by Eric Belanger (Snowman) - Sunday, 08 December 2013, 23:35 GMT
Is it fixed in imagemagick-6.8.7.9-1 ?

If not, report it here as I can't reproduce it: http://www.imagemagick.org/discourse-server/viewforum.php?f=3
They use a forum as bug tracker.
Comment by Lukas Jirkovsky (6xx) - Monday, 09 December 2013, 11:13 GMT
I'm afraid it's not fixed. Thank you for the link, I will report it there.
Comment by Lukas Jirkovsky (6xx) - Monday, 09 December 2013, 12:19 GMT Comment by Lukas Jirkovsky (6xx) - Monday, 09 December 2013, 16:08 GMT
I was told that they are working on it. For the time being it can be worked around by compiling with --disable-opencl

Loading...