https://www.dropbox.com/s/3u4ad8ocl1j547m/7ff2f6e1?dl=0
To reproduce:
Code: Select all
convert $filename null:
Aborted
BT:
Code: Select all
Program terminated with signal SIGABRT, Aborted.
#0 0x00007ffff6e88bb9 in __GI_raise (sig=sig@entry=0x6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
#0 0x00007ffff6e88bb9 in __GI_raise (sig=sig@entry=0x6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff6e8bfc8 in __GI_abort () at abort.c:89
#2 0x00007ffff78b49d1 in MagickSignalHandler (signal_number=0x6) at magick/magick.c:1171
#3 <signal handler called>
#4 0x00007ffff6e88bb9 in __GI_raise (sig=sig@entry=0x6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#5 0x00007ffff6e8bfc8 in __GI_abort () at abort.c:89
#6 0x00007ffff78b49d1 in MagickSignalHandler (signal_number=0xb) at magick/magick.c:1171
#7 <signal handler called>
#8 0x00007ffff79ff625 in ReadSUNImage (image_info=0x6122f0, exception=0x605010) at coders/sun.c:466
#9 0x00007ffff780e2d8 in ReadImage (image_info=image_info@entry=0x60e150, exception=exception@entry=0x605010) at magick/constitute.c:547
#10 0x00007ffff780f313 in ReadImages (image_info=image_info@entry=0x609330, exception=exception@entry=0x605010) at magick/constitute.c:851
#11 0x00007ffff7478948 in ConvertImageCommand (image_info=0x609330, argc=0x3, argv=0x6048d0, metadata=0x0, exception=0x605010) at wand/convert.c:622
#12 0x00007ffff74e6a98 in MagickCommandGenesis (image_info=image_info@entry=0x605190, command=0x400880 <ConvertImageCommand@plt>, argc=argc@entry=0x3, argv=argv@entry=0x7fffffffe0b8, metadata=metadata@entry=0x0, exception=exception@entry=0x605010) at wand/mogrify.c:168
#13 0x0000000000400907 in ConvertMain (argv=0x7fffffffe0b8, argc=0x3) at utilities/convert.c:81
#14 main (argc=0x3, argv=0x7fffffffe0b8) at utilities/convert.c:92
exe = '/home/jodicun/opt/ImageMagick-2014-12-19/utilities/.libs/lt-convert /home/jodic'
AMD64
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
ImageMagick 6 compiled from SVN checkout 20150112
Found with American Fuzzy Lop ( http://lcamtuf.coredump.cx/afl/ )