Hi Dimitri, I just tried it here. The same problem is happening with kernel 6.7 and the same workaround (disabling ASLR) works. Example of failure: clang++-$VERSION -O1 -g -fsanitize=address -fno-omit-frame-pointer foo.cpp ASAN_OPTIONS=verbosity=1 ./a.out &> foo.log || true ./debian/qualify-clang.sh: line 634: 4281 Segmentation fault (core dumped) ASAN_OPTIONS=verbosity=1 ./a.out &> foo.log if ! grep -q "Init done" foo.log; then echo "asan verbose mode failed" cat foo.log exit 42 fi asan verbose mode failed ==4281==Registered root region at 0x736c74f00b70 of size 48 ==4281==Registered root region at 0x736c74b007a0 of size 32 ==4281==Unregistered root region at 0x736c74f00b70 of size 48 ==4281==Unregistered root region at 0x736c74b007a0 of size 32 ==4281==AddressSanitizer: failed to intercept '__isoc99_printf' ==4281==Registered root region at 0x736c74f00b70 of size 48 ==4281==Registered root region at 0x736c74b007a0 of size 32 ==4281==Unregistered root region at 0x736c74f00b70 of size 48 ==4281==Unregistered root region at 0x736c74b007a0 of size 32 ==4281==AddressSanitizer: failed to intercept '__isoc99_sprintf' ==4281==Registered root region at 0x736c74f00b70 of size 48 ==4281==Registered root region at 0x736c74b007a0 of size 32 ==4281==Unregistered root region at 0x736c74f00b70 of size 48 ==4281==Unregistered root region at 0x736c74b007a0 of size 32 ==4281==AddressSanitizer: failed to intercept '__isoc99_snprintf' ==4281==Registered root region at 0x736c74f00b70 of size 48 ==4281==Registered root region at 0x736c74b007a0 of size 32 ==4281==Unregistered root region at 0x736c74f00b70 of size 48 ==4281==Unregistered root region at 0x736c74b007a0 of size 32 ==4281==AddressSanitizer: failed to intercept '__isoc99_fprintf' .... ==4281==Unregistered root region at 0x736c74b00780 of size 32 ==4281==AddressSanitizer: failed to intercept 'crypt' ==4281==Registered root region at 0x736c74f00b70 of size 48 ==4281==Registered root region at 0x736c74b00780 of size 32 ==4281==Unregistered root region at 0x736c74f00b70 of size 48 ==4281==Unregistered root region at 0x736c74b00780 of size 32 ==4281==AddressSanitizer: failed to intercept 'crypt_r' ==4281==Registered root region at 0x736c74900f40 of size 64 ==4281==Registered root region at 0x736c74b00780 of size 32 ==4281==Unregistered root region at 0x736c74900f40 of size 64 ==4281==Unregistered root region at 0x736c74b00780 of size 32 ==4281==AddressSanitizer: failed to intercept '__cxa_rethrow_primary_exception' ==4281==AddressSanitizer: libc interceptors initialized || `[0x10007fff8000, 0x7fffffffffff]` || HighMem || || `[0x02008fff7000, 0x10007fff7fff]` || HighShadow || || `[0x00008fff7000, 0x02008fff6fff]` || ShadowGap || || `[0x00007fff8000, 0x00008fff6fff]` || LowShadow || || `[0x000000000000, 0x00007fff7fff]` || LowMem || MemToShadow(shadow): 0x00008fff7000 0x000091ff6dff 0x004091ff6e00 0x02008fff6fff redzone=16 max_redzone=2048 quarantine_size_mb=256M thread_local_quarantine_size_kb=1024K malloc_context_size=30 SHADOW_SCALE: 3 SHADOW_GRANULARITY: 8 SHADOW_OFFSET: 0x7fff8000 ==4281==Installed the sigaction for signal 11 ==4281==Installed the sigaction for signal 7 ==4281==Installed the sigaction for signal 8 autopkgtest [11:22:53]: test command1: -----------------------]