-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BUG: crash in test_stringdtype.py::test_ufunc_multiply
under free-threaded build
#27063
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
Comments
I'm unable to reproduce the crash but have a fix for the other issue and the other warnings I see in the output you didn't call out: #27085 I tried running the tests using I guess we should just watch out for this crash? Maybe I can try to see if I can trigger the crash on the actions runner using tmate? |
Looking closer at the test output, I see the following slightly fishy error from the worker that died:
It looks like deadsnakes is still installing 3.13b3, which I think is affected by python/cpython#121368, so whenever deadsnakes updates I predict this crash will go away. |
Thanks for looking into it Nathan.
No need to do extra work here I'd say if you already made the effort to try and reproduce locally. It will either go away when something in CPython is fixed, or it'll happen again and we'll hopefully learn more. |
Hasn't recurred AFAIK so closing |
From this CI log, which is from today's wheel build job on
main
for macOS arm64 (cp313t):@ngoldbaum could you please look into this?
Unrelated: one more warning in that CI log about a test which re-enables the GIL:
The text was updated successfully, but these errors were encountered: