-
Notifications
You must be signed in to change notification settings - Fork 191
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
Rare internal exception loading google-protobuf
#3500
Comments
google-protobuf
google-protobuf
So far this happened twice on Github Actions x86_64 macOS runner. I have tired to reproduce this locally on arm64 macOS, and was not able to reproduce after running for a full day. I guess this issue might have to do with specific architecture and how cext was compiled on that architecture. |
I assume tag v26.0 is the same as the gem 4.26.0? This is the However the fact it happens in So this might be solved on truffleruby master. |
Yes, more or less the same thing. |
Seems to be fixed by truffleruby-24.0.1. Closing for now, and will reopen if reproduced again. |
This is happening extremely rarely when loading
google-protobuf-4.26.0
ontruffleruby+graalvm-24.0.0
.What's interesting is that it is throwing from just loading the cext with
require 'google/protobuf'
: https://github.com/protocolbuffers/protobuf/blob/v26.0/ruby/lib/google/protobuf_native.rb#L15The text was updated successfully, but these errors were encountered: