RailsCasts Pro episodes are now free!

Learn more or hide this

James's Profile

GitHub User: godalphul

Comments by James

Avatar

Found a solution (kinda). I guess ImageMagic has some problems working with Ruby 1.9

http://stackoverflow.com/questions/2838307/why-is-this-rmagick-call-generating-a-segmentation-fault

Avatar

My local server keeps crashing whenever I try and use a rmagick command in CarrierWave.

I've just installed ImageMagic. I'm pretty sure it should be working fine. The "convert logo: logo.gif" "display logo.gif" test command suggested by rmagick work in my terminal.

When I try and create a thumb version with "process :resize_to_limit," Rails crashes and I get a message saying "You may have encountered a bug in the Ruby interpreter or extension libraries"

Any thoughts on what might be causing the crash?