The test currently crashes as:
AddressSanitizer: CHECK failed: asan_poisoning.cpp:38 "((AddrIsAlignedByGranularity(addr))) != (0)"
Main stack address/size don't have to be aligned on asan shadow granularity.
Align stack bottom.
Differential D145799
asan: fix crash on odd stack size dvyukov on Mar 10 2023, 8:38 AM. Authored by
Details
The test currently crashes as: AddressSanitizer: CHECK failed: asan_poisoning.cpp:38 "((AddrIsAlignedByGranularity(addr))) != (0)" Main stack address/size don't have to be aligned on asan shadow granularity.
Diff Detail
Event TimelineComment Actions This one is flaky on power pc |