-
Notifications
You must be signed in to change notification settings - Fork 58
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
ImageMagick core dumped #12
Comments
It's possible to reproduce the same error just using ImageMagick's
|
We rebuilt ImageMagick without AVX support ( |
Thanks a lot for this, I'm going to rebuild our image with that flag so it works fine on cedar 14 ;) |
@automata can you please provide a sample app in which convert is broken? I've tried to use my latest buildpack version (the last tag) and it works fine, no core dump |
Upgrade to 8.10.2
While using
sharp
to resize a GIF file, it uses ImageMagick that unexpectedly breaks with aIllegal instruction (core dumped)
while trying to read the GIF and extract metadata.We debugged and the backtrace is available here.
It seems the bundled ImageMagick uses AVX instructions that aren't available at Heroku cedar-14. We will try to rebuild ImageMagick without AVX support.
The text was updated successfully, but these errors were encountered: