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.
In a single x64 slice, for the plain STL-CI, two configurations each of
GH_002030_asan_annotate_stringandGH_002030_asan_annotate_vectorfailed with: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_CORRUPTIONexit code, not an assertion.