-
Notifications
You must be signed in to change notification settings - Fork 340
Some certain application fails to reload #466
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
Comments
P.S. All I get in spring log after touching gemfile is this:
76550 is the actual process that hangs. |
Check this out: #484 |
It turns out the problem was in this initializer in my app: unless Rails.env.production?
Thread.abort_on_exception = true
end I just removed it and reloading works fine. |
Yes, it's. My MR tries to fix that problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So i have 2 apps, one of them restarts just fine:
But the other one just hangs when i touch the gemfile:
Both applications use spring 1.6.0 and ruby 2.3.0. Is there a way for me to debug why does the second application hang? It seems to me that the problem is somewhere in the app code, but I have no idea how to debug this.
The text was updated successfully, but these errors were encountered: