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 ()
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 }