diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index 42ee0449e..eedc038f7 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -5,7 +5,7 @@ export RUN_NIGHTLY=0 MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y' -export UBSAN_OPTIONS=halt_on_error=1 +export UBSAN_OPTIONS='halt_on_error=1:print_stacktrace=1:abort_on_error=1' case `uname` in FreeBSD)