mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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.
This commit is contained in:
parent
9cf04dff6a
commit
6c408c885a
@ -1081,7 +1081,7 @@ sub singletest {
|
|||||||
|
|
||||||
if($dumped_core) {
|
if($dumped_core) {
|
||||||
print "core dumped!\n";
|
print "core dumped!\n";
|
||||||
if($gdb) {
|
if(0+ && $gdb) {
|
||||||
print "running gdb for post-mortem analysis:\n";
|
print "running gdb for post-mortem analysis:\n";
|
||||||
open(GDBCMD, ">log/gdbcmd2");
|
open(GDBCMD, ">log/gdbcmd2");
|
||||||
print GDBCMD "bt\n";
|
print GDBCMD "bt\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user