issues
search
google
/
sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
Other
11.56k
stars
1.04k
forks
source link
"AND signals in BlockSignals instead of deleting" doesn't work with Android
#1816
Open
thurstond
opened
1 week ago
thurstond
commented
1 week ago
The story so far:
https://github.com/llvm/llvm-project/pull/98200
fixed a bug but caused a new bug.
https://github.com/llvm/llvm-project/pull/113443
largely fixes the issue from 98200 but broke the Android buildbot (
https://lab.llvm.org/buildbot/#/builders/186/builds/3642
).
Buildbot logs attached for posterity:
Android-problems-yo.txt
.
Since Android's toolchain had never seen 98200,
https://github.com/llvm/llvm-project/pull/115790
reverts Android to the pre-98200 behavior. However, this means that
https://github.com/llvm/llvm-project/issues/113385
is still not fixed for Android.
The story so far: