Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Feb 20, 2025

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

@markshannon
Copy link
Member Author

!buildbot fedora lto

@bedevere-bot
Copy link

The regex 'fedora lto' did not match any buildbot builder. Is the requested builder in the list of stable builders?

@markshannon
Copy link
Member Author

!buildbot "AMD64 Fedora Stable LTO"

@bedevere-bot
Copy link

The regex '"AMD64 Fedora Stable LTO"' did not match any buildbot builder. Is the requested builder in the list of stable builders?

@markshannon
Copy link
Member Author

!buildbot LTO

@bedevere-bot
Copy link

🤖 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: LTO

The builders matched are:

  • PPC64LE CentOS9 LTO PR
  • AMD64 Fedora Rawhide LTO PR
  • s390x RHEL8 LTO + PGO PR
  • aarch64 Fedora Rawhide LTO PR
  • s390x RHEL9 LTO PR
  • PPC64LE CentOS9 LTO + PGO PR
  • AMD64 Fedora Stable LTO PR
  • aarch64 CentOS9 LTO PR
  • aarch64 Fedora Stable LTO PR
  • AMD64 Fedora Rawhide LTO + PGO PR
  • s390x RHEL8 LTO PR
  • AMD64 CentOS9 LTO + PGO PR
  • PPC64LE Fedora Stable LTO PR
  • PPC64LE Fedora Rawhide LTO + PGO PR
  • AMD64 RHEL8 LTO PR
  • PPC64LE Fedora Stable LTO + PGO PR
  • AMD64 RHEL8 LTO + PGO PR
  • PPC64LE RHEL8 LTO + PGO PR
  • s390x RHEL9 LTO + PGO PR
  • PPC64LE RHEL8 LTO PR
  • AMD64 CentOS9 LTO PR
  • aarch64 Fedora Rawhide LTO + PGO PR
  • PPC64LE Fedora Rawhide LTO PR
  • aarch64 Fedora Stable LTO + PGO PR
  • AMD64 Fedora Stable LTO + PGO PR
  • aarch64 RHEL8 LTO + PGO PR
  • aarch64 RHEL8 LTO PR
  • aarch64 CentOS9 LTO + PGO PR

Copy link
Member

@brandtbucher brandtbucher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good.

@markshannon
Copy link
Member Author

!buildbot Fedora.*LTO

@bedevere-bot
Copy link

🤖 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: Fedora.*LTO

The builders matched are:

  • aarch64 Fedora Stable LTO + PGO PR
  • PPC64LE Fedora Stable LTO + PGO PR
  • AMD64 Fedora Rawhide LTO PR
  • AMD64 Fedora Stable LTO + PGO PR
  • AMD64 Fedora Rawhide LTO + PGO PR
  • aarch64 Fedora Rawhide LTO PR
  • AMD64 Fedora Stable LTO PR
  • PPC64LE Fedora Stable LTO PR
  • PPC64LE Fedora Rawhide LTO + PGO PR
  • aarch64 Fedora Rawhide LTO + PGO PR
  • aarch64 Fedora Stable LTO PR
  • PPC64LE Fedora Rawhide LTO PR

@markshannon
Copy link
Member Author

#130398 fixes the same issue and a lot more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants