Skip to content
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

Deadlock with puma on JRuby 9.2.8.0 #5912

Closed
mrnonz opened this issue Oct 11, 2019 · 4 comments
Closed

Deadlock with puma on JRuby 9.2.8.0 #5912

mrnonz opened this issue Oct 11, 2019 · 4 comments
Milestone

Comments

@mrnonz
Copy link

mrnonz commented Oct 11, 2019

Environment

Provide at least:

Expected Behavior

JRuby and puma (version 4.2.1) lib should receive another connection.

Actual Behavior

Puma not accept another request because it's deadlock on child process. See more detail here puma/puma#1744


I recommended to upgrade ruby from 2.5.3 to 2.5.7 ASAP.

thanks

@mrnonz
Copy link
Author

mrnonz commented Oct 11, 2019

I have already confirm this issue by remove puma from my project and using WEBrick (1.4.2) instead, it's worked.

@kares
Copy link
Member

kares commented Oct 11, 2019

@mrnonz would it be possible for you to come up with a reproducer?

also I do not understand what you mean by:

I recommended to upgrade ruby from 2.5.3 to 2.5.7 ASAP.

@headius headius added this to the JRuby 9.2.9.0 milestone Oct 15, 2019
@headius
Copy link
Member

headius commented Oct 15, 2019

Fixed by #5917

@headius headius closed this as completed Oct 15, 2019
@kares
Copy link
Member

kares commented Oct 15, 2019

hey @mrnonz, still a bit confused what exactly from the stdlib 2.5.5 upgrade caused the Puma issue.
only found an issue w worker mode (MRI 2.5.5 had a Process.fork fix) which isn't supported on JRuby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants