FS#37610 - [imagemagick] convert segfaults

Attached to Project: Arch Linux
Opened by Alexander F. Rødseth (xyproto) - Saturday, 02 November 2013, 22:53 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 02 November 2013, 23:33 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

imagemagick has started core dumping when running the "convert" command. This happened lately, for the latest version of imagemagick.

See for instance the comment by the user "flow" for the asciiportal package: https://aur.archlinux.org/packages/asciiportal/

Additional info:

imagemagick 6.8.7.4-1
64-bit Arch Linux

Steps to reproduce:

curl -O http://fc01.deviantart.net/fs71/f/2010/318/3/5/portal_ascii_icon___button_by_lightmystic-d32udqx.png
convert portal_ascii_icon___button_by_lightmystic-d32udqx.png test.png

Backtrace with gdb (not compiled with debug symbols):

(gdb) r
Starting program: /bin/convert
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x00007ffff7ad102a in ?? () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
(gdb) bt
#0 0x00007ffff7ad102a in ?? () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
#1 0x00007ffff7ad13f5 in StartTimer () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
#2 0x00007ffff7a4efbc in ?? () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
#3 0x00007ffff7a4f4b1 in ?? () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
#4 0x00007ffff7a4f78d in LogComponentGenesis () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
#5 0x00007ffff7a52b12 in MagickCoreGenesis () from /usr/lib/libMagickCore-6.Q16HDRI.so.1
#6 0x000000000040087e in ?? ()
#7 0x00007ffff7069bc5 in __libc_start_main () from /usr/lib/libc.so.6
#8 0x00000000004008fd in ?? ()
(gdb)
This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 02 November 2013, 23:33 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#37596 
Comment by Kyle Keen (keenerd) - Saturday, 02 November 2013, 22:59 GMT
Duplicate of  FS#37596 , please close.
Comment by Alexander F. Rødseth (xyproto) - Saturday, 02 November 2013, 22:59 GMT
Version 6.8.7.2-1 does not have this problem.

Loading...