Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
GH-91079: Fix stack overflow on AMD LTO linux#130369
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
!buildbot fedora lto |
bedevere-bot commentedFeb 20, 2025
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" |
bedevere-bot commentedFeb 20, 2025
The regex '"AMD64 Fedora Stable LTO"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot LTO |
bedevere-bot commentedFeb 20, 2025
🤖 New build scheduled with the buildbot fleet by@markshannon for commitefef9bd 🤖 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 |
bedevere-bot commentedFeb 21, 2025
🤖 New build scheduled with the buildbot fleet by@markshannon for commit2aa6878 🤖 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. |
Uh oh!
There was an error while loading.Please reload this page.
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