-
Notifications
You must be signed in to change notification settings - Fork 66
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
"Exception ignored " #485
Comments
I can get rid of the first traceback (and see the second more-reliably -- but still not "always") if I decorate the method with just |
I am not sure how much more effort I'm going to put in to |
After further investigation:
|
Twisted 22.8 is now out and includes the fix for twisted/twisted#10301 |
@meejah if you could retry with latest Twisted and normal |
I tried to "retry", but didn't apparently leave enough hints for future-me to determine how exactly to do that. I used some code from around the same time (and the line-numbers in the trace at least match up) but I couldn't get the exception to happen again. |
I'm seeing this traceback in an
@eliot.twisted.inline_callbacks
-decorated method .. I'm not sure exactly what is happening yet and some initial attempts to re-create the error with a smaller test-case hasn't exhibited the problem.Perhaps this particular test triggers an error, causing some other logging to happen? (The behavior I see is that we're "hung" here, and a ctrl-C gives the above stack .. so could be a deadlock?).
If I remove the two
start_action
calls from that method, the test passes.The text was updated successfully, but these errors were encountered: