From: Alan T. DeKok Date: Mon, 22 Aug 2022 14:11:01 +0000 (-0400) Subject: have ubsan print stack traces X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e7cf3069e86623a14f98b3f16ff846d77808b2;p=thirdparty%2Ffreeradius-server.git have ubsan print stack traces --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d0835218c5..df8df392a1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: env: ASAN_OPTIONS: symbolize=1 detect_leaks=1 detect_stack_use_after_return=1 LSAN_OPTIONS: fast_unwind_on_malloc=0:malloc_context_size=50 + UBSAN_OPTIONS: print_stacktrace=1 KQUEUE_DEBUG: yes M_PERTURB: "0x42" PANIC_ACTION: "gdb -batch -x raddb/panic.gdb %e %p 1>&0 2>&0"