-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bus error on Ubuntu 12.04 #117
Comments
I installed ImageMagick with the package libmagickwand-dev, version 8:6.6.9.7-5ubuntu3.3. Let me know if there is anything else I can provide. |
I seem to have fixed this by installing the |
So I just found the wiki page that says that package is required... It would be awesome if that was in the readme, can I submit a PR for that? |
So I guess it was just a fluke that it worked after I install the |
Fixed: crash trying to 'test_write' on Windows (Image3.rb, ImageList2.rb)
I'm trying to rotate some images using Rmagick 2.13.2, and I consistently get this bus error exception on a certain image. The same code running against the same image on osx works fine. I created a gist of the output, minus the rake backtrace: https://gist.github.com/RobinClowers/55fdde7f40c254bb9c11
The text was updated successfully, but these errors were encountered: