Ashoat Posted May 6, 2010 Posted May 6, 2010 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.
Byron Posted May 7, 2010 Author Posted May 7, 2010 OK this is what the ImageMagic folks would like you to try. http://www.imagemagick.org/discourse-serve...174&p=58514
Ashoat Posted May 7, 2010 Posted May 7, 2010 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.
Byron Posted May 7, 2010 Author Posted May 7, 2010 I'm not seeing any more core files with my tests either. Looks like it's smooth sailing from here on out.
Ashoat Posted May 7, 2010 Posted May 7, 2010 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
Recommended Posts