Build setup steps:
Build steps:
Command: "C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.33.31627\bin\HostX64\x64\cl.EXE" "C:\a\1\s\tests\std\tests\GH_002030_asan_annotate_vector\test.cpp" "-ID:\build\out\inc" "-IC:\a\1\s\llvm-project\libcxx\test\support" "-IC:\a\1\s\tests\std\include" "/nologo" "/Od" "/W4" "/w14061" "/w14242" "/w14265" "/w14582" "/w14583" "/w14587" "/w14588" "/w14749" "/w14841" "/w14842" "/w15038" "/w15214" "/w15215" "/w15216" "/w15217" "/sdl" "/WX" "/Zc:strictStrings" "/D_ENABLE_STL_INTERNAL_CHECK" "/bigobj" "/FIforce_include.hpp" "/w14365" "/D_ENFORCE_FACET_SPECIALIZATIONS=1" "/D_STL_CALL_ABORT_INSTEAD_OF_INVALID_PARAMETER" "/Zi" "/wd4611" "/w14640" "/Zc:threadSafeInit-" "-fsanitize=address" "/EHsc" "/MTd" "/std:c++latest" "/permissive" "/fno-sanitize-address-vcasan-lib" "-FeD:\build\tests\std\tests\GH_002030_asan_annotate_vector\Output\16\GH_002030_asan_annotate_vector.exe" "-link" "-LIBPATH:D:\build\out\lib\amd64" "-LIBPATH:C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.33.31627\lib\x64" "/MANIFEST:EMBED" "/debug"
Exit Code: 0
Standard Output:
--
test.cpp
Creating library D:\build\tests\std\tests\GH_002030_asan_annotate_vector\Output\16\GH_002030_asan_annotate_vector.lib and object D:\build\tests\std\tests\GH_002030_asan_annotate_vector\Output\16\GH_002030_asan_annotate_vector.exp
--
Intellisense response file steps:
Test setup steps:
Test steps:
Test step failed unexpectedly.
Command: "D:\build\tests\std\tests\GH_002030_asan_annotate_vector\Output\16\GH_002030_asan_annotate_vector.exe"
Exit Code: 3221226356
We're seeing sporadic failures in
GH_002030_asan_annotate_stringandGH_002030_asan_annotate_vector. They've all happened for x64 so far:Example:
Igor Zhukov (@fsb4000) noted that this is
STATUS_HEAP_CORRUPTION.This bug is VSO-1813166 / AB#1813166 in the MSVC internal bug database.