From: Ruediger Pluem Date: Tue, 13 Jul 2021 06:26:31 +0000 (+0000) Subject: * Get a full backtrace X-Git-Tag: 2.5.0-alpha2-ci-test-only~896 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c4211ea72d58d470fd160d5802dbcdf7ce90bc6;p=thirdparty%2Fapache%2Fhttpd.git * Get a full backtrace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891496 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index cd0d13480ac..6c370527399 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -186,7 +186,7 @@ if ! test -v SKIP_TESTING; then shopt -s nullglob for core in test/perl-framework/t/core* ; do - gdb -ex 'thread apply all backtrace' -batch ./httpd "$core" + gdb -ex 'thread apply all backtrace full' -batch ./httpd "$core" RV=5 done