-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Unrecoverable stack overflow with infinite recursion on macOS #131543
Comments
Unable to reproduce with |
Hi, |
I was unable to reproduce locally with linux either. The outputs for both runs with cloudpickle CI are linked in the issue description (sorry it is not super explicit indeed) |
|
Hello, The exact build from the logs: |
My apologies! I somehow totally misread your report. Contrary to what I originally wrote, I cannot reproduce the failure with any of those python.org macOS installers, including 3.14.0a5 and a6. I see that the |
FWIW: The reproducer in the initial message crashes for me with Python 3.14a6, but only for arm64 and not x86_64 (e.g. fatal error with |
Crash report
What happened?
Hello,
In the CI of
cloudpickle
, we encountered a crash of the python interpreter due to a stack overflow withpython3.14.0a6
.Reverting to
python3.14.0a5
fixes the error.This might be related to GH-130398, with a bad detection of the limit of the stack?
I could not test it locally as I don't own a mac.
Output with
python3.14.0a5
:Output with
python3.14.0a6
:CPython versions tested on:
3.14
Operating systems tested on:
macOS
Output from running 'python -VV' on the command line:
No response
The text was updated successfully, but these errors were encountered: