]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1891496 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Tue, 20 Jul 2021 15:04:30 +0000 (15:04 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 20 Jul 2021 15:04:30 +0000 (15:04 +0000)
* Get a full backtrace
Submitted by: rpluem
Reviewed by: rpluem (CTR)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1891688 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index afa8b2e51508d829f3899aac7274d696bf8b5791..e0b26e6305ceb14db22beb17c46d3d0ff8fed133 100755 (executable)
@@ -158,7 +158,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