-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
It appears there was some bug in our v3 clang ASAN which prevents this from happening: https://github.com/llvm/llvm-project/issues/55785. It seems related to this GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100114.
The GCC bug was fixed and backported and the fix exists in our v3 gcc but not v3 clang. V4 clang has similar changes that represent the fix. Possibly we could backport some fix.
The workaround is use_sigaltstack=false in ASAN_OPTIONS.