Vladimir contacted me and he noted that the problem exists in upstream. In almost his words:
--------- <paste> ------- I compiled ImageMagick-6.4.8-2 (got it from the homepage, no debian patches). still the same. But at least you know its at import.c:122 gdb ./utilities/.libs/import GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) run Starting program: /home/avova/myhome/downloads/ImageMagick-6.4.8-2/utilities/.libs/import [Thread debugging using libthread_db enabled] [New Thread 0x7fab75a1f720 (LWP 3385)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fab75a1f720 (LWP 3385)] 0x00007fab72ed2a23 in free () from /lib/libc.so.6 (gdb) bt #0 0x00007fab72ed2a23 in free () from /lib/libc.so.6 #1 0x00007fab754f035f in RelinquishMagickMemory () from /usr/lib/libMagickCore.so.1 #2 0x00007fab75573fd5 in XDestroyResourceInfo () from /usr/lib/libMagickCore.so.1 #3 0x00007fab7517c3ff in ImportImageCommand () from /usr/lib/libMagickWand.so.1 #4 0x0000000000400e0c in main (argc=1, argv=0x7fff7da46128) at utilities/import.c:122 (gdb) --------- </paste> ------- He got this in a intel core2 machine, running ImageMagick-6.4.8-2 compiled directed from upstream and he got the same error with 7:6.3.7.9.dfsg1-3~lenny1 and 7:6.4.5.4.dfsg1-1. May be somebody can confirm this (in that case, is affecting to lenny). I could *not* reproduce the bug in a amd64 machine. Any confirmation or denial of this bug will be appreciate. This bug was forwarding to http://www.imagemagick.org/discourse-server/viewtopic.php?t=12819 luciano -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

