autotest: print stacktrace and abort on UBSan errors
Change-Id: I10523ad93b5cf4dcbed3578e4ee388a65ad63b72 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
e439020961
commit
3e8ae4674b
@ -5,7 +5,7 @@ export RUN_NIGHTLY=0
|
|||||||
|
|
||||||
MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y'
|
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
|
case `uname` in
|
||||||
FreeBSD)
|
FreeBSD)
|
||||||
|
Loading…
Reference in New Issue
Block a user