@@ -38,26 +38,28 @@ UNINITIALIZED READ
3838name=bug (I HATE MSBuild/MSVC! false positive - caused by exception-unwinding and gtest/CRT interaction)
3939ntdll.dll!RtlCaptureContext2
4040
41- # # I do not see such error in my win10 WM, but in github CI - windows-2022 platform:
42- # # CUSTOMBUILD : ~~Dr.M~~ error #1: UNINITIALIZED READ: reading 0x000001c9691ebe81-0x000001c9691ebe96 21 byte(s) within 0x000001c9691ebe76-0x000001c9691ebe96 [D:\a\algorithms\algorithms\build_wndx_algo_win_cl_Debug \memcheck.vcxproj]
41+ # # XXX: I do not see such error in my win10 WM, but in github CI - windows-2022 platform:
42+ # # CUSTOMBUILD : ~~Dr.M~~ error #1: UNINITIALIZED READ: reading 0x000001c9691ebe81-0x000001c9691ebe96 21 byte(s) within 0x000001c9691ebe76-0x000001c9691ebe96 [D:\a\algorithms\algorithms\build_wndx_algo_win10_cl_Debug \memcheck.vcxproj]
4343# # ~~Dr.M~~ # 0 `anonymous namespace'::__std_find_trivial_impl<> [D:\a\_work\1\s\src\vctools\crt\github\stl\src\vector_algorithms.cpp:2590]
4444# # ~~Dr.M~~ # 1 __std_find_trivial_1 [D:\a\_work\1\s\src\vctools\crt\github\stl\src\vector_algorithms.cpp:4510]
4545# # ~~Dr.M~~ # 2 std::_Find_vectorized<> [C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\xutility:200]
4646# # ...
47-
48- # # XXX: frame is incorrect!
49- # UNINITIALIZED READ
50- # name=bug #1000 (I HATE MSBuild/MSVC! false positive - STL implementation)
51- # *__std_find_trivial_impl*
52-
53- # # XXX: frame is incorrect!
54- # UNINITIALIZED READ
55- # name=bug #1000 (I HATE MSBuild/MSVC! false positive - STL implementation)
56- # vector_algorithms.cpp:2590
57-
5847# # XXX: I have no idea how to properly suppress this without ignoring everything via '*'
5948UNINITIALIZED READ
6049name=bug #1000 (I HATE MSBuild/MSVC! false positive - STL implementation)
61- *
50+ __std_find_trivial_*
51+ # *
52+
53+ # # XXX: I do not see such error in my win10 WM, but in github CI - windows-2022 platform:
54+ # # CUSTOMBUILD : ~~Dr.M~~ error #1: UNADDRESSABLE ACCESS beyond heap bounds: reading 0x000002ae20e09148-0x000002ae20e09160 24 byte(s) within 0x000002ae20e09140-0x000002ae20e09160 [D:\a\algorithms\algorithms\build_wndx_algo_win10_cl_Debug\memcheck.vcxproj]
55+ # # ~~Dr.M~~ # 0 `anonymous namespace'::__std_find_trivial_impl<> [D:\a\_work\1\s\src\vctools\crt\github\stl\src\vector_algorithms.cpp:2590]
56+ # # ~~Dr.M~~ # 1 __std_find_trivial_4 [D:\a\_work\1\s\src\vctools\crt\github\stl\src\vector_algorithms.cpp:4520]
57+ # # ~~Dr.M~~ # 2 std::_Find_vectorized<> [C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\xutility:206]
58+ # # ...
59+ # # XXX: I have no idea how to properly suppress this without ignoring everything via '*'
60+ UNADDRESSABLE ACCESS
61+ name=bug #1001 (I HATE MSBuild/MSVC! false positive - STL implementation)
62+ __std_find_trivial_*
63+ # *
6264
6365# vim:set ft=gdb:nowrap:
0 commit comments