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
...