diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bcac42c06f..e6211274ee 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -145,6 +145,8 @@ jobs: LEAK_DETECTIVE: ${{ matrix.leak-detective || 'no' }} CC: ${{ matrix.compiler || 'gcc' }} TEST: ${{ matrix.test }} + # LSan causes spurious SIGSEGV after tests due to DTLS handling by glibc + ASAN_OPTIONS: intercept_tls_get_addr=0 steps: - uses: actions/checkout@v3 - uses: actions/cache@v3