Why is this RMagick call generating a segmentation fault?

前端 未结 12 2067
慢半拍i
慢半拍i 2020-11-28 18:26

I\'ve been banging my head against the wall for the better part of an hour trying to figure out what\'s going wrong here, and I\'m sure (or rather hoping) it\'s something fa

12条回答
  •  失恋的感觉
    2020-11-28 19:06

    i had a similar problem using rails 3 with carrierwave on os x 10.6 and ruby 1.9.2, also crashed in a call to read everytime an image needed to be resized. doing:

    brew uninstall imagemagick
    brew install imagemagick --disable-openmp
    

    solved the problem for me.

提交回复
热议问题