-
Notifications
You must be signed in to change notification settings - Fork 585
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
Odd CLI test failure on MacOS 14 runners #3991
Comments
Possibly related: https://bugs.python.org/issue33725 |
Oh smoking gun in the multiprocessing docs:
|
Oh but we're running on Python 3.12 in CI ... |
Recurred again in https://github.com/randombit/botan/actions/runs/9965253706/job/27535202682 so #4216 was not the fix |
Tried running the CLI tests repeatedly with multiple threads on my M2 mac w/ macOS 14.5 and Python 3.12.4. No luck. :( |
I've seen this twice now:
https://github.com/randombit/botan/actions/runs/8614981865/job/23609543455?pr=3990
The "Ran 232 tests" line is the last thing the script prints before it returns, so it looks like Python is crashing with a segfault on exit. Maybe a bug in
multiprocessing
affecting Mac on Aarch64?The text was updated successfully, but these errors were encountered: