Skip to content

Commit fced6b5

Browse files
Add UBSan options: print_stacktrace + halt_on_error
1 parent 825f779 commit fced6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/test_04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
travis_retry docker pull "$DOCKER_NAME_TAG"
10-
export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/contrib/sanitizers-ubsan.suppressions"
10+
export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/contrib/sanitizers-ubsan.suppressions:print_stacktrace=1:halt_on_error=1"
1111
env | grep -E '^(CCACHE_|WINEDEBUG|LC_ALL|BOOST_TEST_RANDOM|CONFIG_SHELL|UBSAN_OPTIONS)' | tee /tmp/env
1212
if [[ $HOST = *-mingw32 ]]; then
1313
DOCKER_ADMIN="--cap-add SYS_ADMIN"

0 commit comments

Comments
 (0)