Uh oh!
There was an error while loading. Please reload this page.
gh-133261: Increase C stack margin - #133401
Conversation
Fix a random crash in test_frame.test_repr_deep() on x86-64.
vstinner
commented
May 4, 2025
@markshannon: Does it look reasonable to you? |
markshannon
commented
May 5, 2025
Rather than increasing the multiple of We already increased it for Windows debug builds, so let's increase it for non-debug and linux builds to match. |
vstinner
commented
May 5, 2025
It doesn't work: test_frame still crash. I increased You should be able to reproduce to reproduce the crash on Linux using a release build. Just run test_frame a few times and you get a crash. |
vstinner
commented
May 5, 2025
Without this change, test_frame does crash after a few attempts. With this change, it does no longer crash: |
vstinner
commented
May 5, 2025
This change is not needed. |
Fix a random crash in test_frame.test_repr_deep() on x86-64.