-
Notifications
You must be signed in to change notification settings - Fork 22
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
Segmentation Faults in Ruby 2.4 #22
Comments
Yeah, any idea how to solve this? This has been troubling me for a very long time, and I can't reproduce this locally at all. It seems it would only happen on Travis, on Ruby 2.4, and nothing else. |
I've got it failing in the same way on Codeship (another CI tool), so it's not purely a Travis problem. |
Was it also using pre-built binary from RVM?
|
The commands that I'm using on Codeship are:
|
According to the Codeship docs, the Ruby versions are pre-installed. https://documentation.codeship.com/basic/languages-frameworks/ruby/#rvm That might be a clue. |
Thanks! I really don't have any evidence at all, and I personally don't use rvm either. But I strongly suspect that RVM might have a broken pre-built Ruby 2.4, as it randomly happened for a long time, and I could never reproduce it locally. Worst case, we'll never know, until we stop caring about 2.4. Or if we could see it somewhere reproduced other than using RVM binary, that would be nice, and I could try to debug it. |
This gem fails on CI due to segmentation faults arising from the Ruby compiler.
You can see the problem in this 2.4 Travis build for the gem. https://travis-ci.org/CodementorIO/rest-firebase/jobs/296898566
The text was updated successfully, but these errors were encountered: