Commit b6f5304 1 parent 25444cd commit b6f5304 Copy full SHA for b6f5304
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 93
93
echo "ASAN_DSO=$ASAN_DSO" >> $GITHUB_ENV
94
94
# Glib is built without -fno-omit-frame-pointer. We need
95
95
# to disable the fast unwinder to get full stacktraces.
96
- echo "ASAN_OPTIONS=suppressions=${{ github.workspace }}/suppressions/asan.supp:fast_unwind_on_malloc=0:allocator_may_return_null=1" >> $GITHUB_ENV
96
+ # FIXME: remove `intercept_tls_get_addr=0`
97
+ # https://github.com/google/sanitizers/issues/1322
98
+ echo "ASAN_OPTIONS=suppressions=${{ github.workspace }}/suppressions/asan.supp:fast_unwind_on_malloc=0:allocator_may_return_null=1:intercept_tls_get_addr=0" >> $GITHUB_ENV
97
99
echo "LSAN_OPTIONS=suppressions=${{ github.workspace }}/suppressions/lsan.supp:fast_unwind_on_malloc=0" >> $GITHUB_ENV
98
100
echo "TSAN_OPTIONS=suppressions=${{ github.workspace }}/suppressions/tsan.supp" >> $GITHUB_ENV
99
101
# Ensure UBSan issues causes the program to abort.
You can’t perform that action at this time.
0 commit comments