Skip to content

Commit 22f0b4e

Browse files
committed
[ubsan] Try about_on_error=1
1 parent b0827ea commit 22f0b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function build_stage2 {
315315
# TODO strict_init_order=true
316316
export ASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
317317
export ASAN_OPTIONS="check_initialization_order=true"
318-
export ASAN_OPTIONS+=":${san_options}:abort_on_error=0"
318+
export ASAN_OPTIONS+=":${san_options}"
319319
export UBSAN_OPTIONS="print_stacktrace=1"
320320
llvm_use_sanitizer="Address;Undefined"
321321
fsanitize_flag="-fsanitize=address,undefined -fno-sanitize-recover=all"

0 commit comments

Comments
 (0)