-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_perf_profiler: test_trampoline_works_with_forks() failed on Address Sanitizer CI #109580
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 cannot reproduce the issue locally on Fedora 38. One option is to skip the test if Python is built with ASAN, as already done on TestPerfProfiler test case: skip the whole file. |
I'm fine skipping the file if is built with ASAN. |
Skip test_perf_profiler if Python is built with ASAN, MSAN or UBSAN sanitizer. Python does crash randomly in this test on such build.
Ok, I created PR #109584 for that. I don't have the bandwidth to investigate why Python built with ASAN does crash on this Ubuntu Address Sanitizer job, but it doesn't when I run the test locally on my Fedora 38. |
Skip test_perf_profiler if Python is built with ASAN, MSAN or UBSAN sanitizer. Python does crash randomly in this test on such build.
Skip test_perf_profiler if Python is built with ASAN, MSAN or UBSAN sanitizer. Python does crash randomly in this test on such build. (cherry picked from commit 754519a) Co-authored-by: Victor Stinner <[email protected]>
Skip test_perf_profiler if Python is built with ASAN, MSAN or UBSAN sanitizer. Python does crash randomly in this test on such build.
…109585) gh-109580: Skip test_perf_profiler on ASAN build (GH-109584) Skip test_perf_profiler if Python is built with ASAN, MSAN or UBSAN sanitizer. Python does crash randomly in this test on such build. (cherry picked from commit 754519a) Co-authored-by: Victor Stinner <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Bug report
It looks like a SIGSEGV crash (128 + SIGSEGV = 139 on Linux).
build: https://github.com/python/cpython/actions/runs/6237694188/job/16931875912?pr=108965
Passed when re-run:
cc @pablogsal
Linked PRs
The text was updated successfully, but these errors were encountered: