Uh oh!
There was an error while loading. Please reload this page.
GH-91079: Fix stack overflow on AMD LTO linux - #130369
Conversation
markshannon
commented
Feb 20, 2025
!buildbot fedora lto |
bedevere-bot
commented
Feb 20, 2025
The regex 'fedora lto' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
markshannon
commented
Feb 20, 2025
!buildbot "AMD64 Fedora Stable LTO" |
bedevere-bot
commented
Feb 20, 2025
The regex '"AMD64 Fedora Stable LTO"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
markshannon
commented
Feb 20, 2025
!buildbot LTO |
bedevere-bot
commented
Feb 20, 2025
🤖 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:
|
markshannon
commented
Feb 21, 2025
!buildbot Fedora.*LTO |
bedevere-bot
commented
Feb 21, 2025
🤖 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:
|
markshannon
commented
Feb 21, 2025
#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