You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In STL-ASan-CI runs, seemingly random x86 test cases fail with exit code 3221225477 (0xC0000005) indicating an Access Violation. Let's track sporadic AVs here and see if there's a pattern.
Note that these invalid accesses are not caught and reported by the ASan runtime, so they are presumably uninstrumented. Together with the fact that this is ASan-only and x86-only, I suspect a race in ASan setup or teardown.
This is on no way an exhaustive list: we've missed tracking some, and nearly given up after 2024-08 because they are so frequent. In any case, there seems to be no pattern. It's probably some kind of shutdown race.
In STL-ASan-CI runs, seemingly random x86 test cases fail with exit code 3221225477 (0xC0000005) indicating an Access Violation. Let's track sporadic AVs here and see if there's a pattern.
Note that these invalid accesses are not caught and reported by the ASan runtime, so they are presumably uninstrumented. Together with the fact that this is ASan-only and x86-only, I suspect a race in ASan setup or teardown.
This is on no way an exhaustive list: we've missed tracking some, and nearly given up after 2024-08 because they are so frequent. In any case, there seems to be no pattern. It's probably some kind of shutdown race.
P0896R4_ranges_alg_remove_copy
GH_001123_random_cast_out_of_range
P0768R1_spaceship_operator
VSO_0180466_algorithm_overhauls
tr1/tests/new
P1023R0_constexpr_for_array_comparisons
P0448R4_spanstream
Dev10_860421_deque_push_back_pop_front
range.iota.view/iterator/ctor.default.pass.cpp
P1135R6_atomic_wait_vista
P2374R4_checked_arithmetic_operations
+ 2 moreGH_001010_filesystem_error_encoding
P2278R4_basic_const_iterator
+ 1 morefunc.bind.bind/invoke_rvalue.pass.cpp
+ 1 moreDev09_199123_tr1_mem_fun_abstract_classes
P0355R7_calendars_and_time_zones_dates
Dev10_445289_make_shared
+ 1 moreP0811R3_midpoint_lerp
+ 1 moreiterator.range/begin-end.array.pass.cpp
+ 2 morechar.traits.specializations.wchar_t/eq.pass.cpp
The text was updated successfully, but these errors were encountered: