]> granicus.if.org Git - curl/commitdiff
Temporary disable the logic that runs gdb on a core dump, as it can't blindly
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 14:34:35 +0000 (14:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 14:34:35 +0000 (14:34 +0000)
assume that the curl file is a proper binary, it is often a script file
produced by libtool.

tests/runtests.pl

index bd5de0007369dbff71e5941ac16c1953d5bc7ace..ff9e99bd7d43b258b82951ec174805e3285b5c14 100755 (executable)
@@ -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";