Jump to content

Recommended Posts

Posted

Unfortunately, I have no idea what ImageMagick was before the upgrade. You might want to just leave that part out.

 

Imagick was probably the same version. In regards to Imagick, I've tried 2.2.2, 2.3.0, and 3.0.0 RC.

 

We can't go back to what we had before, because that stuff has been altogether erased :(

 

In regards to the link: I know how to run a backtrace, but we can't get any useful information because we didn't compile PHP with debugging symbols.

 

PS: I should clarify, that when I said "this is certainly Imagick's fault", I meant that it was the fault of at least one of the packages involved (ie. ImageMagick, Imagick)... it is not the fault of our configuration.

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Alright, looks like it worked! I had to run "make clean" first, but in my tests it looks like the coredumps are no longer being generated.

Posted

I'm not seeing any more core files with my tests either. Looks like it's smooth sailing from here on out. :)

 

Posted

Sounds good - I'll go ahead and close this thread now.

 

Reference:

wget [ImageMagick]
./configure --disable-openmp & make
sudo make install
wget [Imagick]
phpize
./configure & make
sudo make install

Guest
This topic is now closed to further replies.

×
×
  • Create New...