-
Notifications
You must be signed in to change notification settings - Fork 408
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 fault #394
Comments
Unfortunately I believe this is an upstream issue with either: how rvm compiles ruby, ruby itself, or possibly (though very unlikely) the linux kernel's vDSO implementation. If you could install the ruby debug symbols and get a symbolicated backtrace that would help us be sure. The important bits I can see in the crash report are:
|
I can provide details about the OS if that would help:
And for the CPU:
Is there any ready to use docker base rather than |
There's a new image released that uses a newer ubuntu version as the base, perhaps that will help. |
Hello
I have built an image using
FROM phusion/passenger-ruby33:latest
that I am running inaarch64
However, I am getting error when I
ruby -version
Please advice.
The text was updated successfully, but these errors were encountered: