-
Notifications
You must be signed in to change notification settings - Fork 599
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
FrozenError on shutdown #2065
Comments
Thank you for bringing this to our attention @ryansch. We'll take a look at seeing if we can reproduce this issue. What version of sentry are you using? Any other information about the environment would be helpful as well for reproduction purposes. |
@tannalynn We're running sentry (rails, ruby, sidekiq) 5.9.0. We're currently on Rails 6.1.7.3 on Ruby 3.1.2. |
Hi @ryansch, thanks for sharing your environment information. I created an application using the specifications you shared but wasn't able to reproduce the error. I think there might be something in your environment causing the issue that's missing from my reproduction or something in the Could you try to reproduce the error using https://github.com/kaylareopelle/issue_2065_repro as a starting point? |
Hi @ryansch! Checking back in on this issue. Have you had a chance to try out the repro? |
Hi @ryansch. We're going to close this issue for now. If you have any luck in future with the branch referenced earlier:
or determine any other way for us to reproduce the problem, please let us know. You can re-open this issue or create a new one. Your trace's final line of code being executed references
So it looks like the
but in your PR description we have:
This seems to suggest that the error text regarding the frozen object is getting mangled / overwritten by additional error text, so the underlying frozen object issue is obfuscated. So I think we have 2 objectives here:
|
Description
During agent shutdown I occasionally get this error:
Expected Behavior
I expected the agent to shutdown without issue.
Your Environment
This is happening during a
postdeploy
script on Heroku.I can't help but wonder if this is an issue with having both sentry and newrelic installed.
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: