mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
build(ci): let ASAN print tracebacks for more errors (SIGABORT, SIGILL)
This commit is contained in:
2
.github/workflows/env.sh
vendored
2
.github/workflows/env.sh
vendored
@@ -23,7 +23,7 @@ TSAN_OPTIONS=
|
||||
case "$FLAVOR" in
|
||||
asan)
|
||||
CLANG_SANITIZER=ASAN_UBSAN
|
||||
ASAN_OPTIONS="detect_leaks=1:check_initialization_order=1:log_path=$LOG_DIR/asan:intercept_tls_get_addr=0"
|
||||
ASAN_OPTIONS="detect_leaks=1:check_initialization_order=1:handle_abort=1:handle_sigill=1:log_path=$LOG_DIR/asan:intercept_tls_get_addr=0"
|
||||
UBSAN_OPTIONS="print_stacktrace=1 log_path=$LOG_DIR/ubsan"
|
||||
;;
|
||||
tsan)
|
||||
|
||||
Reference in New Issue
Block a user