-
Notifications
You must be signed in to change notification settings - Fork 33
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
Crash: illegal hardware instruction when used inside Ruby Fiber #87
Comments
Alternatively:
|
If it makes a difference in choosing with of the three issues I've filed to look into first, this one is my top priority -- it's blocking me from using GraphQL Dataloader to improve the performance of my app. |
Hi bmulholland I think it's critical issue between Ruby-Rjb-JVM and I suppose the fix is the long way travel. In ruby's fiber, any JVM invokation may fail. I think it's caused by fiber and jvm implementation behavior/design. |
Thanks for your investigation. We'll look into alternative approaches. |
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]
test.rb
The text was updated successfully, but these errors were encountered: