Re: Image::Magick - "Segmentation fault"

2004-02-04 Thread Ken Williams
On Sunday, February 1, 2004, at 09:13 PM, kynan wrote: The script stops before it prints the DEBUG info and outputs: "Segmentation fault" This has also been posted on site I mentioned but I can't find any other mention of it. Any ideas? Like, is it something that only happens when there's a pr

Re: Image::Magick - "Segmentation fault"

2004-02-03 Thread kynan
Hi, This is sorted now. There was a mismatch between my versions of Image::Magick and Image Magick - a binary I got last week from Marc Lyanage (http://www.entropy.ch:16080/software/macosx/#imagemagick). Once I'd worked that out, I downloaded Marc's binary again, installed it and "identify -v

Re: Image::Magick - "Segmentation fault"

2004-02-01 Thread robert ackerman
On Feb 1, 2004, at 7:13 PM, kynan wrote: # MAKE A NEW Image::Magick OBJECT my $p = new Image::Magick; # READ IT $p->Read("$fullPath/test.jpg"); ... can u show us that $fullPath exists, is valid, and doesn't end in a slash?

Image::Magick - "Segmentation fault"

2004-02-01 Thread kynan
Hi all, I haven't used perl for years but am starting to get into it again since getting Panther. I have apparently managed to get Image:Magick installed (instructions at http://maikimo.net/weblog/archives/2002/12/27/ building_imagemagick_in_mac_os_x_jaguar_with_perl_580.html if anyone's