-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
test_threading failed: test_reinit_tls_after_fork() failed with "env changed" on GHA Address Sanitizer: process 19857 is still running after 300.4 seconds #110031
Comments
See also issue gh-110052 which looks similar. |
I'm not sure this is related. |
Skip test_threading tests using fork if Python is built with ASAN.
Skip test_threading tests using fork if Python is built with ASAN.
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
Oh, I was wrong: it's a ASAN build. I wrote PR #110100 to skip the test if Python is built with ASAN, as I already did for another test_threading test. |
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
GHA Address Sanitizer:
build: https://github.com/python/cpython/actions/runs/6340021936/job/17220524327?pr=110026
Linked PRs
The text was updated successfully, but these errors were encountered: