curl-library
Re: Autobuild troubles
From: Tor Arntsen <tor_at_spacetec.no>
Date: Wed, 5 May 2004 16:49:35 +0200
Date: Wed, 5 May 2004 16:49:35 +0200
On May 5, 14:06, Daniel Stenberg wrote:
>I believe I found and fixed it. A case of non-initialized variables that made
>it wrongly re-issue the same request over and over and over...
A typo causes a syntax error in the last checkin, fix below:
-Tor
---
Index: runtests.pl
===================================================================
RCS file: /repository/curl/tests/runtests.pl,v
retrieving revision 1.123
diff -u -r1.123 runtests.pl
--- runtests.pl 5 May 2004 14:34:35 -0000 1.123
+++ runtests.pl 5 May 2004 14:48:26 -0000
@@ -1081,7 +1081,7 @@
if($dumped_core) {
print "core dumped!\n";
- if(0+ && $gdb) {
+ if(0 && $gdb) {
print "running gdb for post-mortem analysis:\n";
open(GDBCMD, ">log/gdbcmd2");
print GDBCMD "bt\n";
Received on 2004-05-05