-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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-91079: Fix stack overflow on AMD LTO linux #130369
Conversation
!buildbot fedora lto |
The regex 'fedora lto' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot "AMD64 Fedora Stable LTO" |
The regex '"AMD64 Fedora Stable LTO"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot LTO |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit efef9bd 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130369%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
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.
Seems good.
!buildbot Fedora.*LTO |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 2aa6878 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130369%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
#130398 fixes the same issue and a lot more. |
In #130007 we increased the default stack size from an estimated 4MB to 5MB.
This PR resets it to 3M.
This is a temporary fix until #130396 is implemented