We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311e710 commit c1b6dceCopy full SHA for c1b6dce
.github/workflows/cmake_ubuntu_sanitizers.yml
@@ -64,4 +64,6 @@ jobs:
64
ASAN_OPTIONS: "color=always"
65
UBSAN_OPTIONS: "halt_on_error=1:print_stacktrace=1:color=always"
66
TSAN_OPTIONS: "color=always"
67
+ # There is a known issue with TSAN on recent kernels versions. Without the vm.mmap_rnd_bits=28
68
+ # workaround all binaries with TSan enabled crash with "FATAL: ThreadSanitizer: unexpected memory mapping"
69
run: sudo sysctl vm.mmap_rnd_bits=28 && ctest --test-dir build/${{env.BUILD_TYPE}} --output-on-failure
0 commit comments