ImageMagick crashes when identifying a JPG
Posted: 2008-10-04T20:11:23-07:00
Using:
ImageMagick 6.4.3 2008-08-28 Q8
Windows XP SP2
I am using IM to extract image properties from some images, and every so often, I get the following error in a popup: ImageMagick Studio library and utility programs has encountered a problem and needs to close.
I get this error when running basic commands, like:
The image can be found here: http://i404.photobucket.com/albums/pp12 ... quelle.jpg
(note: you might not be able to view the img in a web browser because it is a CMYK jpg, but it can still be saved using "Right-Click/Save As")
The results of identify -trace debug quelle.jpg show the following lines repeating, until I finally type CTRL-C to kill it.
I understand that some images have corrupt data (which looks to be the case here), but usually IM just reports an error message (something like: identify: Corrupt JPEG data). Not with this image, though! Could you please tell me what is wrong with the image and can IM recover more gracefully, instead of displaying an error popup?
ImageMagick 6.4.3 2008-08-28 Q8
Windows XP SP2
I am using IM to extract image properties from some images, and every so often, I get the following error in a popup: ImageMagick Studio library and utility programs has encountered a problem and needs to close.
I get this error when running basic commands, like:
Code: Select all
identify quelle.jpg
(note: you might not be able to view the img in a web browser because it is a CMYK jpg, but it can still be saved using "Right-Click/Save As")
The results of identify -trace debug quelle.jpg show the following lines repeating, until I finally type CTRL-C to kill it.
Code: Select all
2008-10-04T21:28:29-06:00 0:07 0.094u 6.4.3 Trace identify[1316]: hashmap.c/AppendValueToLinkedList/165/Trace
...
2008-10-04T21:28:29-06:00 0:07 0.094u 6.4.3 Trace identify[1316]: xml-tree.c/GetNextXMLTreeTag/594/Trace
...
2008-10-04T21:28:29-06:00 0:07 0.094u 6.4.3 Trace identify[1316]: xml-tree.c/GetXMLTreeAttribute/638/Trace
...
2008-10-04T21:28:29-06:00 0:07 0.094u 6.4.3 Trace identify[1316]: xml-tree.c/GetXMLTreeAttribute/638/Trace
...
2008-10-04T21:28:29-06:00 0:07 0.094u 6.4.3 Trace identify[1316]: xml-tree.c/GetXMLTreeAttribute/638/Trace
...
2008-10-04T21:28:29-06:00 0:07 0.094u 6.4.3 Trace identify[1316]: xml-tree.c/GetXMLTreeAttribute/638/Trace
...