Getting crash with ImageMagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
amitm

Getting crash with ImageMagick

Post by amitm »

I am using ImageMagick version 6.3.4 build with CC/cc compiler on sparc. For a particular gif file at following URL I am getting a crash in ImageMagick.
http://fcweb.fcasd.edu/~traugh/Instruments.GIF

Following is the stack trace for that -

1] __lwp_kill(0x0, 0x6, 0x0, 0x6, 0xfc00, 0x0), at 0xfe2416e8
[2] raise(0x6, 0x0, 0xfe224d28, 0xffffffff, 0xfe268298, 0x6), at 0xfe1dff38
[3] abort(0xfd5f4b50, 0x1, 0xfe26929c, 0xa8244, 0xfe26b298, 0x0), at
0xfe1c0158
[4] _assert(0xff0cf180, 0xff0cf1a0, 0x18d, 0x681, 0xa7f60, 0xff102cb8), at
0xfe1c0394
=>[5] CopyMagickMemory(destination = (nil), source = 0x625860, size = 0),
line 397 in "memory.c"
[6] SetStringInfoDatum(string_info = 0x6272f8, source = 0x625860
""), line 1669 in "string.c"
[7] ReadGIFImage(image_info = 0x6aea28, exception = 0xfd5fa1c0), line 1175 in
"gif.c"
[8] ReadImage(image_info = 0x6354a0, exception = 0xfd5fa1c0), line 388 in
"constitute.c"
[9] BlobToImage(image_info = 0x631398, blob = 0x62cb98, length = 18420U,
exception = 0xfd5fa1c0), line 353 in "blob.c"
[10]
Magick::readImages<std::list<Magick::Image,std::allocator<Magick::Image
> > >(0xfd5fb664, 0xfd5fb668, 0xa1828, 0x0, 0x3ac, 0x631398), at
0x1fb1ec
[11] ImgType::ImgType(0x626bd8, 0x625420, 0x623c10, 0x13798, 0xfe49a780,
0x626bd8), at 0x1f4ef8
[12] SimpleCompressor::Compress(0x504d20, 0x623c10, 0x4, 0x625420, 0x623c20,
0x0), at 0xaba0c
[13] SimpleCompressor::MainLoop(0x504d20, 0x0, 0x1, 0x1, 0x505150, 0x0), at

Has anyone else also faced similar issue ?

Thanks
- Amit (amitm000@yahoo.co.in)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Getting crash with ImageMagick

Post by magick »

Try your image with ImageMagick 6.3.5-6, the latest release. It processes your GIF image without complaint.
Post Reply