-
Notifications
You must be signed in to change notification settings - Fork 60
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
VIPS segmentation fault rails #412
Comments
So I tried one at the time the saver "instructions" and they all work except |
Hello @daniel-gato, have you trued ruby-vips 2.2.3? It included a fix for macOS, it might help. |
Hello @jcupitt , thank you for the swift response. I don't have ruby-vips in my Gemfile, it gets installed as a dependency of rails. If I add it to the Gemfile, do you know if rails will use that version instead? |
Sorry, I don't know. Maybe! |
I'm on the latest version of ruby-vips (2.2.3) and the latest version of vips via homebrew (8.16.1) and just started getting this from a rails test suite of a repo that hasn't changed in a month on (recently updated) macOS 15.4 |
We are having a segmentation fault and seems to come from VIPS.
We don't interact with VIPS directly, we use it through Rails' ActiveStorage features (to pass formatting to file variants).
It works fine in production (Heroku with VIPS build pack) but not on my MacBook Pro M1.
Versions used:
Code I thing is the causing this:
Log:
I tried already to delete vips and reinstall it but not better. Any idea?
The text was updated successfully, but these errors were encountered: