-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_logging: test_post_fork_child_no_deadlock() failed on Address sanitizer #110656
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
Labels
tests
Tests in the Lib/test dir
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Oct 10, 2023
Add support.HAVE_ASAN_FORK_BUG.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Oct 10, 2023
Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Oct 10, 2023
Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Oct 11, 2023
Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG.
vstinner
added a commit
that referenced
this issue
Oct 11, 2023
…10657) Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 11, 2023
…AN (pythonGH-110657) Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG. (cherry picked from commit f901f56) Co-authored-by: Victor Stinner <vstinner@python.org>
This was referenced Oct 11, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 11, 2023
…AN (pythonGH-110657) Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG. (cherry picked from commit f901f56) Co-authored-by: Victor Stinner <vstinner@python.org>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…AN (python#110657) Skip test_post_fork_child_no_deadlock() if Python is built with ASAN. Add support.HAVE_ASAN_FORK_BUG.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
That's another victim of libasan deadlock involving fork. See test_threading:
Address sanitizer:
build: https://github.com/python/cpython/actions/runs/6475004361/job/17581154367?pr=110650
Linked PRs
The text was updated successfully, but these errors were encountered: