Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang-11 sanitizer seems to be broken.
It terminates with the following error message: ``` ==2028==ERROR: UndefinedBehaviorSanitizer failed to allocate 0x0 (0) bytes of SetAlternateSignalStack (error code: 22) ==2028==Process memory map follows: [memory map] ==2028==End of process memory map. ==2028==Sanitizer CHECK failed: /build/llvm-toolchain-11-mnvtwk/llvm-toolchain-11-11.1.0/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp:54 ((0 && "unable to mmap")) != (0) (0, 0) ``` Signed-off-by: Steffen Jaeckel <[email protected]>
- Loading branch information