-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
"thread sanitizer" (tsan) CI job is hanging #118729
Labels
Comments
ericsnowcurrently
added
type-bug
An unexpected behavior, bug, or error
3.13
bugs and security fixes
topic-free-threading
labels
May 7, 2024
I think it's due to #118727. |
We may want to add a skip for |
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
May 7, 2024
…_import` The `pool_in_threads.py` test file may crash in free-threaded builds, which can lead to the Tsan test hanging. Skip it for now until we fix the underlying issue.
Yhg1s
pushed a commit
that referenced
this issue
May 7, 2024
…t` (#118732) The `pool_in_threads.py` test file may crash in free-threaded builds, which can lead to the Tsan test hanging. Skip it for now until we fix the underlying issue.
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
…_import` (python#118732) The `pool_in_threads.py` test file may crash in free-threaded builds, which can lead to the Tsan test hanging. Skip it for now until we fix the underlying issue.
The bug was fixed and the test was reenabled in #118745. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
Bug description:
At least since yesterday, the "tsan" CI jobs (
Thread sanitizer (free threading) / Thread sanitizer
) have been regularly hanging on test_importlib. When that happens, the job must be cancelled and restarted, sometimes multiple times.Example logs:
(expand)
(from https://github.com/python/cpython/actions/runs/8987721571/job/24686950755?pr=118712)
Logs from a successful run (test_importlib finishes at a bit over a minute):
(expand)
(from https://github.com/python/cpython/actions/runs/8979326734/job/24661801478)
I noticed this with my one of my PRs, gh-118157, which makes some changes related to importing extension modules. However, I don't know if that PR is at fault. I definitely don't have much insight into what might be causing the hangs.
CC @colesbury
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
test_multiprocessing_pool_circular_import
#118732The text was updated successfully, but these errors were encountered: