Problems on Mac OS X 10.6 with IM 6.6.7

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
jasmarc
Posts: 2
Joined: 2011-02-18T18:47:14-07:00
Authentication code: 8675308

Problems on Mac OS X 10.6 with IM 6.6.7

Post by jasmarc »

Using the latest ImageMagick from MacPorts (6.6.7-1_1+q16), I get the following:

Code: Select all

(gdb) run ./image.png ./image.jpg
Starting program: /opt/local/bin/convert ./image.png ./image.jpg
Reading symbols for shared libraries .+++++++++++++++++++++++................................................................ done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x8908458b
0x002d7458 in ConvertImageCommand ()
Trying to compile from source (e.g. the 6.6.7 beta version: ftp://ftp.imagemagick.org/pub/ImageMagi ... 7-8.tar.gz) I get the error discussed here:
http://blog.grow20.com/seriously-were-d ... gemagick-0

I suppose I'll try the advice given in the above blog post: Use libpng 1.2.x until they fix it.

Other than that, any suggestions or ETA on a fix?

Thanks,
Jason

UPDATE:
Following the advice of the aforementioned blog post, I used libpng 1.2.x and installed the latest beta of IM and got this:

Code: Select all

(gdb) run convert ./image.png ./image.jpg 
Starting program: /usr/local/bin/convert convert ./image.png ./image.jpg
Reading symbols for shared libraries .+++++++++++++++++++++++++.................................................................... done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xff25e900
0x004ec178 in ConvertImageCommand (image_info=0x1027e00, argc=4, argv=0xd06b20, metadata=0x0, exception=0xd06270) at wand/convert.c:2978
2978	}
Last edited by jasmarc on 2011-03-11T19:36:00-07:00, edited 2 times in total.
jasmarc
Posts: 2
Joined: 2011-02-18T18:47:14-07:00
Authentication code: 8675308

Re: Problems on Mac OS X 10.6 with IM 6.6.7

Post by jasmarc »

Following the advice of the aforementioned blog post, I used libpng 1.2.x and installed the latest beta of IM and got this:

Code: Select all

(gdb) run convert ./image.png ./image.jpg 
Starting program: /usr/local/bin/convert convert ./image.png ./image.jpg
Reading symbols for shared libraries .+++++++++++++++++++++++++.................................................................... done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xff25e900
0x004ec178 in ConvertImageCommand (image_info=0x1027e00, argc=4, argv=0xd06b20, metadata=0x0, exception=0xd06270) at wand/convert.c:2978
2978	}
Post Reply