Getting SegFault 11 on Lion with 6.7.9

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
tealslug
Posts: 3
Joined: 2012-09-01T14:31:47-07:00
Authentication code: 67789

Getting SegFault 11 on Lion with 6.7.9

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Getting SegFault 11 on Lion with 6.7.9

Post by magick »

The binary release is for Mountain Lion. For Lion, try MacPorts.
tealslug
Posts: 3
Joined: 2012-09-01T14:31:47-07:00
Authentication code: 67789

Re: Getting SegFault 11 on Lion with 6.7.9

Post 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?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Getting SegFault 11 on Lion with 6.7.9

Post by fmw42 »

MacPorts is not that hard to use to install IM.
tealslug
Posts: 3
Joined: 2012-09-01T14:31:47-07:00
Authentication code: 67789

Re: Getting SegFault 11 on Lion with 6.7.9

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