We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825f779 commit fced6b5Copy full SHA for fced6b5
.travis/test_04_install.sh
@@ -7,7 +7,7 @@
7
export LC_ALL=C.UTF-8
8
9
travis_retry docker pull "$DOCKER_NAME_TAG"
10
-export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/contrib/sanitizers-ubsan.suppressions"
+export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/contrib/sanitizers-ubsan.suppressions:print_stacktrace=1:halt_on_error=1"
11
env | grep -E '^(CCACHE_|WINEDEBUG|LC_ALL|BOOST_TEST_RANDOM|CONFIG_SHELL|UBSAN_OPTIONS)' | tee /tmp/env
12
if [[ $HOST = *-mingw32 ]]; then
13
DOCKER_ADMIN="--cap-add SYS_ADMIN"
0 commit comments