Commit 6c408c88 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 9cf04dff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";