From: Daniel Stenberg Date: Wed, 5 May 2004 14:34:35 +0000 (+0000) Subject: Temporary disable the logic that runs gdb on a core dump, as it can't blindly X-Git-Tag: curl-7_12_0~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c408c885a273f41113bd6b8dc8eed98c7aa6bb2;p=curl Temporary disable the logic that runs gdb on a core dump, as it can't blindly assume that the curl file is a proper binary, it is often a script file produced by libtool. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index bd5de0007..ff9e99bd7 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1081,7 +1081,7 @@ sub singletest { if($dumped_core) { print "core dumped!\n"; - if($gdb) { + if(0+ && $gdb) { print "running gdb for post-mortem analysis:\n"; open(GDBCMD, ">log/gdbcmd2"); print GDBCMD "bt\n";