Page 1 of 1

Getting SegFault 11 on Lion with 6.7.9

Posted: 2012-09-01T14:37:15-07:00
by tealslug
I'm getting a seg fault when running latest binary on Lion (10.7.4). I used the instructions at http://www.imagemagick.org/script/binar ... php#macosx to download/install, and when I try to do anything, I get:

$ convert logo: logo.gif
Segmentation fault: 11

Can't even do identify --version. The version I am using came from http://www.imagemagick.org/download/bin ... 1.0.tar.gz.

Any ideas/thoughts on how to solve this?

Re: Getting SegFault 11 on Lion with 6.7.9

Posted: 2012-09-01T14:49:21-07:00
by magick
The binary release is for Mountain Lion. For Lion, try MacPorts.

Re: Getting SegFault 11 on Lion with 6.7.9

Posted: 2012-09-01T16:56:43-07:00
by tealslug
That's disappointing to hear. I was going the binary install route, because I'd rather not drop a whole bunch of development tools on my machine just to install ImageMagick. There isn't a binary install for Lion floating around somewhere?

Re: Getting SegFault 11 on Lion with 6.7.9

Posted: 2012-09-01T18:17:48-07:00
by fmw42
MacPorts is not that hard to use to install IM.

Re: Getting SegFault 11 on Lion with 6.7.9

Posted: 2012-09-01T23:05:52-07:00
by tealslug
Not that hard, no - but it did take quite a bit longer than just "curl ...tar.gz; cd $HOME; tar ...tar.gz; export * 3"...

In any event, thanks all for the info - I now have 6.7.9 running on 10.7.4.