]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Get a full backtrace
authorRuediger Pluem <rpluem@apache.org>
Tue, 13 Jul 2021 06:26:31 +0000 (06:26 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 13 Jul 2021 06:26:31 +0000 (06:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891496 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index cd0d13480acbdbb0f1f2de0de2ed1410a657b91c..6c37052739957567bb4e10b6d08f228c7b659a35 100755 (executable)
@@ -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