-
-
Notifications
You must be signed in to change notification settings - Fork 85
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 error when upgrading nio4r from 2.5.9 to 2.6.0 #305
Comments
Here is the diff, let me take a look at what might have changed: v2.5.9...v2.6.0 |
Lines 563 to 567 in d9682cf
|
Do you mind updating the version of Ruby to 3.2.2 and the version of Puma to check if the issue still exists? |
There was a slight behavioural change here: v2.5.9...v2.6.0#diff-bce1c1b7cb30fa881da1ad53c13dcff2903d61028874c65f6354b2258f17a0edL100-R112 The |
Are you able to test with this branch? #306 |
Released in v2.6.1. |
After upgrading nio4r, I get the following error on CircleCi:
I'm using nio4r on a Rails 6 project using Ruby 3.0.3. Puma is a 4.3.12. Would you have any insight why this is happening?
The text was updated successfully, but these errors were encountered: