-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ruby 2.7.2 crash #24
Comments
@joel Thanks for reporting. I'll see what I can do. It seems like an issue for Big Sur. |
@joel Fortunately, a workaround would be using docker:
|
@tonytonyjan thanks to taking the time to have a look, did you get the crash on your own? Or did it go well for you? Thanks for the workaround, it would help for sure! I will try to isolate the problematic images. |
I had the opportunity to try with a different setup:
Same result:
|
Anyway, it doesn't seem related to ruby in anyway. I've tried with different version, like truffleruby, jruby, etc.. It might be a issue at |
@joel Sorry for the late reply. And sorry that I can hardly have time to look into this issue because I am actually looking for a job recently and my schedule is full of interview events. 😢 If you found the cause of the problem, feel free to send a pull request. I would really appreciate your help. |
I am getting a similar crash.
It happens with JPG files exported from the Photos app (pictures from an iPhone 11). Stack trace:
I am not sure on how to troubleshoot this as I never worked with C extensions, if you have any pointers I can try to find out whats happening |
Hey @renchap it happens as well for me with photos from the Photos app, and iPhotos (pictures from an iPhone 5-6-7-10....). I've tried the work around proposed by @tonytonyjan which works, but I finally did the job with In my case I just wanted the date of creation to sort images in timeline.
Hope it can helps in any ways. |
FYI, @kysnm has fixed that issue and that is merged into this repository. but the new version(2.2.0+) gem is not released yet. |
Sorry for the late reply. I just released exif v2.2.1, https://rubygems.org/gems/exif Thanks for bringing this up! |
@tonytonyjan It perfectly works for me! thanks!!!! 👍 |
Hi there,
I've a tons of images to organize, I wrote a little ruby script to help me, but I've notice crashed on certain images. But when I try to read the Exif on https://exifinfo.org/detail/xYXx6zG4rRX5KWYD7SlW9A I got it.
Configuration
Crash
The text was updated successfully, but these errors were encountered: