-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-128400: Stop-the-world when manually calling faulthandler
#128422
gh-128400: Stop-the-world when manually calling faulthandler
#128422
Conversation
ZeroIntensity
commented
Jan 2, 2025
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Crash when using _Py_DumpTracebackThreads #128400
Thanks @ZeroIntensity for the PR, and @colesbury for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ythonGH-128422) (cherry picked from commit c9356fe) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Thanks! |
GH-128423 is a backport of this pull request to the 3.13 branch. |
I'm not sure including the test is a good idea. It looks a bit expensive to me. That code was intended to reliability trigger a crash when using |
I tested by backing out the change to Thanks for fixing this bug! |
Ah wait, I did forget |
I think |
…GH-128422) (GH-128423) (cherry picked from commit c9356fe) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>