Skip to content
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

Sporadic ASan failures: "Interception failure, stopping early." #4455

Closed
StephanTLavavej opened this issue Mar 8, 2024 · 0 comments
Closed
Labels
ASan Address Sanitizer not reproducible We can’t reproduce the described behavior test Related to test code

Comments

@StephanTLavavej
Copy link
Member

Date PR Test Run
2024-03-07 #4442 (CI) https://dev.azure.com/vclibs/STL/_build/results?buildId=16270&view=results

In a single x64 slice, for the plain STL-CI, two configurations each of GH_002030_asan_annotate_string and GH_002030_asan_annotate_vector failed with:

Test step failed unexpectedly.
Command: "D:\build\tests\std\tests\GH_002030_asan_annotate_vector\Output\41\GH_002030_asan_annotate_vector.exe"
Exit Code: 1 (0x1)
Standard Error:
--
AddressSanitizer: CHECK failed: interception_win.cpp:171 "(("Interception failure, stopping early. Set ASAN_WIN_CONTINUE_ON_INTERCEPTION_FAILURE=1 to try to continue." && 0)) != (0)" (0x0, 0x0) (tid=9572)
    <empty stack>

This looks totally different from the active #4324 (that one is STL-ASan-CI-only, x86-only, access violations). It resembles the no-repro #2908 more closely (same STL-CI, same tests, same x64), but that was a STATUS_HEAP_CORRUPTION exit code, not an assertion.

@StephanTLavavej StephanTLavavej added test Related to test code ASan Address Sanitizer labels Mar 8, 2024
@StephanTLavavej StephanTLavavej added the not reproducible We can’t reproduce the described behavior label May 25, 2024
@StephanTLavavej StephanTLavavej closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASan Address Sanitizer not reproducible We can’t reproduce the described behavior test Related to test code
Projects
None yet
Development

No branches or pull requests

1 participant