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

Make DevServer.running?more resilient to errors (fixes #876) #878

Merged
merged 1 commit into from
Sep 29, 2017

Conversation

ketan
Copy link
Contributor

@ketan ketan commented Sep 29, 2017

Catch all exceptions in DevServer.running? and return false.
This is required because some ruby implementations (particularly
jruby 9.1.13.0 throws a Errno::EBADF) which ends up being uncaught
and blows up the stack with no indication as to why the error happened.

Catch all exceptions in `DevServer.running?` and return false.
This is required because some ruby implementations (particularly
`jruby 9.1.13.0` throws a `Errno::EBADF`) which ends up being uncaught
and blows up the stack with no indication as to why the error happened.
@gauravtiwari gauravtiwari merged commit 2e11343 into rails:master Sep 29, 2017
@gauravtiwari
Copy link
Member

Thanks @ketan 💯 🍰

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

Successfully merging this pull request may close these issues.

2 participants