-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests #29258
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
Conversation
🤖 New build scheduled with the buildbot fleet by @sweeneyde for commit 0f8697f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @sweeneyde for commit 7f4ebfa 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
@pablogsal I think this fixes a couple of the buildbot failures (s390x RHEL7). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @sweeneyde for the PR!
I am still curious why it started segfaulting now. How are we consuming more stack size?
I don't know about the pickletester thing, but the |
Thanks @sweeneyde for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @sweeneyde for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
…cursion in tests (pythonGH-29258) * Don't stackoveflow on debug builds * Also catch the pickletester case (cherry picked from commit d56375a) Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sorry, @sweeneyde and @pablogsal, I could not cleanly backport this to |
GH-29414 is a backport of this pull request to the 3.10 branch. |
…rom recursion in tests (pythonGH-29258) * Don't stackoveflow on debug builds * Also catch the pickletester case. (cherry picked from commit d56375a) Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
GH-29415 is a backport of this pull request to the 3.9 branch. |
https://bugs.python.org/issue30570