public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
@ 2003-08-28 17:33 dank at kegel dot com
  2003-11-02 22:37 ` [Bug other/12096] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: dank at kegel dot com @ 2003-08-28 17:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096

           Summary: dejagnu truncates output from spawned commands randomly,
                    causing intermittant failed tests
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dank at kegel dot com
                CC: gcc-bugs at gcc dot gnu dot org

This is most likely a bug in expect, not in any part of gcc,
but it deserves mention here nonetheless. 
Tests which tend to be affected by this are those that generate
lots of output.  I've observed it cause the following most often:

FAIL: gcc.dg/cpp/tr-warn3.c 
FAIL: gcc.dg/format/c90-printf-1.c 
FAIL: gcc.dg/format/c99-printf-1.c
FAIL: gcc.dg/format/ext-1.c
FAIL: gcc.dg/format/ext-3.c 
FAIL: gcc.dg/format/ext-6.c 
FAIL: gcc.dg/noncompile/voidparam-1.c
FAIL: gcc.dg/typespec-1.c
FAIL: g++.law/visibility19.C

and the failures usually are marked with 'test for warnings'
or 'test for excess errors', e.g.

FAIL: gcc.dg/format/ext-3.c bad %^# (test for warnings, line 215)
FAIL: gcc.dg/format/ext-3.c (test for excess errors) 

See also
http://gcc.gnu.org/ml/gcc/2001-02/msg01313.html
http://gcc.gnu.org/ml/gcc/2002-09/msg00653.html
http://mail.gnu.org/archive/html/dejagnu/2003-07/msg00020.html

One workaround might be to install the latest expect, but 
I haven't tried that.
FWIW, on one system I'm seeing this on, 'expect -version' outputs
"expect version 5.32.2"
which is probably as old as the oldest report I cite above,
so updating expect might indeed help.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
@ 2003-11-02 22:37 ` pinskia at gcc dot gnu dot org
  2003-11-02 22:51 ` jsm at polyomino dot org dot uk
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-02 22:37 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-02 22:37 -------
Since expact or dejagnu is not part GCC at all, closing.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
  2003-11-02 22:37 ` [Bug other/12096] " pinskia at gcc dot gnu dot org
@ 2003-11-02 22:51 ` jsm at polyomino dot org dot uk
  2003-11-03  0:36 ` dank at kegel dot com
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jsm at polyomino dot org dot uk @ 2003-11-02 22:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096



------- Additional Comments From jsm at polyomino dot org dot uk  2003-11-02 22:51 -------
Subject: Re:  dejagnu truncates output from spawned commands
 randomly, causing intermittant failed tests

On Sun, 2 Nov 2003, pinskia at gcc dot gnu dot org wrote:

> Since expact or dejagnu is not part GCC at all, closing.

Do note that we try to document the prerequisites for
building/testing/modifying GCC, and our documentation with regard to
expect/dejagnu is seriously deficient (as no-one was sure of the required
versions):

   expect version ???

   tcl version ???

   dejagnu version ???
          Necessary to run the GCC testsuite.

Given that in fact an expect version with a special patch (HJ had one,
appended) may be needed, we really ought to try to do any necessary
testing and document the requirement (especially if the latest version
from expect.nist.gov doesn't work without being patched).

-- 
Joseph S. Myers
jsm@polyomino.org.uk

--- expect5.31/exp_chan.c.read	Fri Nov 16 00:14:15 2001
+++ expect5.31/exp_chan.c	Fri Nov 16 00:14:15 2001
@@ -519,6 +519,7 @@ expCreateChannel(interp,fdin,fdout,pid)
     esPtr->buffer = Tcl_NewStringObj("",0);
     Tcl_IncrRefCount(esPtr->buffer);
     esPtr->umsize = exp_default_match_max;
+    esPtr->umsize_changed = exp_default_match_max_changed;
     /* this will reallocate object with an appropriate sized buffer */
     expAdjust(esPtr);
 
--- expect5.31/exp_command.h.read	Fri Nov 16 00:14:15 2001
+++ expect5.31/exp_command.h	Fri Nov 16 00:14:15 2001
@@ -25,6 +25,7 @@ would appreciate credit if this program 
 EXTERN char *		exp_get_var _ANSI_ARGS_((Tcl_Interp *,char *));
 
 EXTERN int exp_default_match_max;
+EXTERN int exp_default_match_max_changed;
 EXTERN int exp_default_parity;
 EXTERN int exp_default_rm_nulls;
 
@@ -97,6 +98,7 @@ typedef struct ExpState {
     int msize;	        /* # of bytes that buffer can hold (max) */
     int umsize;	        /* # of bytes (min) that is guaranteed to match */
 			/* this comes from match_max command */
+    int umsize_changed;	/* is umsize changed by user?  */
     int printed;	/* # of bytes written to stdout (if logging on) */
                         /* but not actually returned via a match yet */
     int echoed;	        /* additional # of bytes (beyond "printed" above) */
--- expect5.31/expect.c.read	Fri Nov 16 00:14:15 2001
+++ expect5.31/expect.c	Fri Nov 16 11:09:59 2001
@@ -41,8 +41,17 @@ would appreciate credit if this program 
 #include "tcldbg.h"
 #endif
 
+/* The initial length is 2000. We increment it by 2000. The maximum
+   is 8MB (0x800000).  */
+#define EXP_MATCH_MAX		2000
+#define EXP_MATCH_INC		2000
+#define EXP_MATCH_STEP_LIMIT	0x700000
+#define EXP_MATCH_LIMIT		0x800000
+#define EXP_MATCH_LIMIT_QUOTE	"0x800000"
+
 /* initial length of strings that we can guarantee patterns can match */
-int exp_default_match_max =	2000;
+int exp_default_match_max =	EXP_MATCH_MAX;
+int exp_default_match_max_changed = 0;
 #define INIT_EXPECT_TIMEOUT_LIT	"10"	/* seconds */
 #define INIT_EXPECT_TIMEOUT	10	/* seconds */
 int exp_default_parity =	TRUE;
@@ -1557,6 +1566,76 @@ expNullStrip(obj,offsetBytes)
     Tcl_SetObjLength(obj,offsetBytes + (dest - src2));
 }
 
+/* returns # of bytes until we see a newline at the end or EOF.  */
+/*ARGSUSED*/
+static int
+expReadNewLine(interp,esPtr,save_flags) /* INTL */
+Tcl_Interp *interp;
+ExpState *esPtr;
+int save_flags;
+{
+    int size;
+    int exp_size;
+    int full_size;
+    int count;
+    char *str;
+
+    count = 0;
+    for (;;) {
+	exp_size = expSizeGet(esPtr);
+
+	/* When we reach the limit, we will only read one char at a
+	   time.  */
+	if (esPtr->umsize >= EXP_MATCH_STEP_LIMIT)
+	    size = TCL_UTF_MAX;
+	else
+	    size = exp_size;
+
+	if (exp_size + TCL_UTF_MAX >= esPtr->msize) {
+	    if (esPtr->umsize >= EXP_MATCH_LIMIT) {
+		expDiagLogU("WARNING: interact buffer is full. probably your program\r\n");
+		expDiagLogU("is not interactive or has a very long output line. The\r\n");
+		expDiagLogU("current limit is " EXP_MATCH_LIMIT_QUOTE ".\r\n");
+		expDiagLogU("Dumping first half of buffer in order to continue\r\n");
+		expDiagLogU("Recommend you enlarge the buffer.\r\n");
+		exp_buffer_shuffle(interp,esPtr,save_flags,EXPECT_OUT,"expect");
+		return count;
+	    }
+	    else {
+		esPtr->umsize += EXP_MATCH_INC;
+		expAdjust(esPtr);
+	    }
+	}
+
+	full_size = esPtr->msize - (size / TCL_UTF_MAX);
+	size = Tcl_ReadChars(esPtr->channel,
+			esPtr->buffer,
+			full_size,
+			1 /* append */);
+	if (size > 0) {
+	    count += size;
+	    /* We try again if there are more to read and we haven't
+	       seen a newline at the end. */
+	    if (size == full_size) {
+		str = Tcl_GetStringFromObj(esPtr->buffer, &size);
+		if (str[size - 1] != '\n')
+		    continue;
+	    }
+	}
+	else {
+	    /* It is even trickier. We got an error from read. We have
+	       to recover from it. Let's make sure the size of
+	       buffer is correct. It can be corrupted. */
+	    str = Tcl_GetString(esPtr->buffer);
+	    Tcl_SetObjLength(esPtr->buffer, strlen(str));
+	}
+
+	break;
+    }
+
+    return count;
+}
+
 /* returns # of bytes read or (non-positive) error of form EXP_XXX */
 /* returns 0 for end of file */
 /* If timeout is non-zero, set an alarm before doing the read, else assume */
@@ -1571,6 +1650,8 @@ int save_flags;
 {
     int cc = EXP_TIMEOUT;
     int size = expSizeGet(esPtr);
+    int full_size;
+    int count;
 
     if (size + TCL_UTF_MAX >= esPtr->msize) 
 	exp_buffer_shuffle(interp,esPtr,save_flags,EXPECT_OUT,"expect");
@@ -1587,11 +1668,43 @@ int save_flags;
     }
 #endif
 
-    
+    /* FIXME: If we ask less than what is available in the tcl buffer
+       when tcl has seen EOF, we will throw away the remaining data
+       since the next read will get EOF. Since expect is line-oriented,
+       we exand our buffer to get EOF or the next newline at the end of
+       the input buffer. I don't know if it is the right fix.  H.J. */
+    count = 0;
+    full_size = esPtr->msize - (size / TCL_UTF_MAX);
     cc = Tcl_ReadChars(esPtr->channel,
-	    esPtr->buffer,
-	    esPtr->msize - (size / TCL_UTF_MAX),
-	    1 /* append */);
+		esPtr->buffer,
+		full_size,
+		1 /* append */);
+    if (cc > 0) {
+	count += cc;
+	/* It gets very tricky. There are more to read. We will expand
+	   our buffer and get EOF or a newline at the end unless the
+	   buffer length has been changed.  */
+	if (cc == full_size) {
+	    char *str;
+	    str = Tcl_GetStringFromObj(esPtr->buffer, &size);
+	    if (str[size - 1] != '\n') {
+		if (esPtr->umsize_changed) {
+		    char buf[20];	/* big enough for 64bit int in hex.  */
+		    snprintf(buf,sizeof(buf),"0x%x", esPtr->umsize);
+		    expDiagLogU("WARNING: interact buffer is not large enough to hold\r\n");
+		    expDiagLogU("all output. probably your program is not interactive or\r\n");
+		    expDiagLogU("has a very long output line. The current limit is ");
+		    expDiagLogU(buf);
+		    expDiagLogU(".\r\n");
+		}
+		else {
+		    cc = expReadNewLine(interp,esPtr,save_flags);
+		    if (cc > 0)
+			count += cc;
+		}
+	    }
+	}
+    }
     i_read_errno = errno;
 
 #ifdef SIMPLE_EVENT
@@ -1612,7 +1725,7 @@ int save_flags;
 	}
     }
 #endif
-    return cc;	
+    return count > 0 ? count : cc;
 }
 
 /*
@@ -2667,8 +2780,14 @@ char **argv;
 	return(TCL_ERROR);
     }
 
-    if (Default) exp_default_match_max = size;
-    else esPtr->umsize = size;
+    if (Default) {
+	exp_default_match_max = size;
+	exp_default_match_max_changed = 1;
+    }
+    else {
+	esPtr->umsize = size;
+	esPtr->umsize_changed = 1;
+    }
 
     return(TCL_OK);
 }


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
  2003-11-02 22:37 ` [Bug other/12096] " pinskia at gcc dot gnu dot org
  2003-11-02 22:51 ` jsm at polyomino dot org dot uk
@ 2003-11-03  0:36 ` dank at kegel dot com
  2003-11-03  1:51 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dank at kegel dot com @ 2003-11-03  0:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


dank at kegel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |


------- Additional Comments From dank at kegel dot com  2003-11-03 00:35 -------
Uh, dejagnu is included as part of the gcc tarball,
and is used to run the gcc regresssion tests. 
The copy shipped with gcc seems to have a bug in it.
Ergo it seems a bit cavalier to deny there's a problem.
There is at the very least a doc problem, as the
previous comment indicates.

jsm, thanks for posting that expect patch!  I'll
try updating my expect and applying that patch
to see if it helps.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (2 preceding siblings ...)
  2003-11-03  0:36 ` dank at kegel dot com
@ 2003-11-03  1:51 ` pinskia at gcc dot gnu dot org
  2003-11-03  2:35 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-03  1:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-03 01:51 -------
dejagnu is in what tar ball, it is included with gdb, yes but not gcc.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (3 preceding siblings ...)
  2003-11-03  1:51 ` pinskia at gcc dot gnu dot org
@ 2003-11-03  2:35 ` pinskia at gcc dot gnu dot org
  2003-11-05  0:39 ` dhazeghi at yahoo dot com
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-03  2:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-03 02:35 -------
GCC does not come with dejagnu, you must be thinking of GDB.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (4 preceding siblings ...)
  2003-11-03  2:35 ` pinskia at gcc dot gnu dot org
@ 2003-11-05  0:39 ` dhazeghi at yahoo dot com
  2004-01-17 23:57 ` dhazeghi at yahoo dot com
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-11-05  0:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


------- Additional Comments From dhazeghi at yahoo dot com  2003-11-05 00:39 -------
I don't think this should be closed until we know _why_ dejagnu is failing. Daniel, can you check if 
the patch works? If so, a note in the install documentation is probably in order...


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (5 preceding siblings ...)
  2003-11-05  0:39 ` dhazeghi at yahoo dot com
@ 2004-01-17 23:57 ` dhazeghi at yahoo dot com
  2004-01-24  6:08 ` markkp at msm dot umr dot edu
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-17 23:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-17 23:57 -------
Dan, any news on whether this still occurs, and if so why...?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (6 preceding siblings ...)
  2004-01-17 23:57 ` dhazeghi at yahoo dot com
@ 2004-01-24  6:08 ` markkp at msm dot umr dot edu
  2004-01-27 17:09 ` dank at kegel dot com
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: markkp at msm dot umr dot edu @ 2004-01-24  6:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From markkp at msm dot umr dot edu  2004-01-24 06:08 -------
I was experiencing this exact problem, so I applied the proposed patch to expect
5.38, and re-ran the "make check" command.  The supposed failures I was seeing
all went away as a result.  I informed the expect maintainers of this problem
record so they could see the proposed patch that does seem to fix the problem:
https://sourceforge.net/tracker/index.php?func=detail&aid=883485&group_id=13179&atid=113179

Mark Post

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (7 preceding siblings ...)
  2004-01-24  6:08 ` markkp at msm dot umr dot edu
@ 2004-01-27 17:09 ` dank at kegel dot com
  2004-01-27 17:19 ` jsm at polyomino dot org dot uk
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dank at kegel dot com @ 2004-01-27 17:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dank at kegel dot com  2004-01-27 17:09 -------
The patch seems to do the trick.  It's required even if you're using
the latest expect.  I hope it gets integrated into the expect mainline.

Not sure what the next step is here, but I'll mark this as FIXED
to indicate that anyone who runs into this can get around it
by building an expect with the patch.  I'll also include this
in the crosstool patch repository at http://kegel.com/crosstool

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (8 preceding siblings ...)
  2004-01-27 17:09 ` dank at kegel dot com
@ 2004-01-27 17:19 ` jsm at polyomino dot org dot uk
  2004-01-27 17:36 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jsm at polyomino dot org dot uk @ 2004-01-27 17:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm at polyomino dot org dot uk  2004-01-27 17:19 -------
Subject: Re:  dejagnu truncates output from spawned commands
 randomly, causing intermittant failed tests

On Tue, 27 Jan 2004, dank at kegel dot com wrote:

> Not sure what the next step is here, but I'll mark this as FIXED

I don't think we should consider it fixed without proper documentation of
the required expect version in install.texi.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (9 preceding siblings ...)
  2004-01-27 17:19 ` jsm at polyomino dot org dot uk
@ 2004-01-27 17:36 ` dhazeghi at yahoo dot com
  2004-01-28 16:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-27 17:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-27 17:36 -------
Agreed. I'll make a patch this weekend if nobody else gets to it...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
           Keywords|build                       |documentation
         Resolution|FIXED                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (10 preceding siblings ...)
  2004-01-27 17:36 ` dhazeghi at yahoo dot com
@ 2004-01-28 16:47 ` pinskia at gcc dot gnu dot org
  2005-02-08 18:49 ` chris at bubblescope dot net
  2005-06-10 15:35 ` themis_hv at yahoo dot co dot uk
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-28 16:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-28 16:47:45
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (11 preceding siblings ...)
  2004-01-28 16:47 ` pinskia at gcc dot gnu dot org
@ 2005-02-08 18:49 ` chris at bubblescope dot net
  2005-06-10 15:35 ` themis_hv at yahoo dot co dot uk
  13 siblings, 0 replies; 15+ messages in thread
From: chris at bubblescope dot net @ 2005-02-08 18:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From chris at bubblescope dot net  2005-02-08 13:24 -------
*** Bug 18961 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bubblescope dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests
  2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
                   ` (12 preceding siblings ...)
  2005-02-08 18:49 ` chris at bubblescope dot net
@ 2005-06-10 15:35 ` themis_hv at yahoo dot co dot uk
  13 siblings, 0 replies; 15+ messages in thread
From: themis_hv at yahoo dot co dot uk @ 2005-06-10 15:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From themis_hv at yahoo dot co dot uk  2005-06-10 15:35 -------
*** Bug 21996 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |themis_hv at yahoo dot co
                   |                            |dot uk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12096


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-06-10 15:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28 17:33 [Bug other/12096] New: dejagnu truncates output from spawned commands randomly, causing intermittant failed tests dank at kegel dot com
2003-11-02 22:37 ` [Bug other/12096] " pinskia at gcc dot gnu dot org
2003-11-02 22:51 ` jsm at polyomino dot org dot uk
2003-11-03  0:36 ` dank at kegel dot com
2003-11-03  1:51 ` pinskia at gcc dot gnu dot org
2003-11-03  2:35 ` pinskia at gcc dot gnu dot org
2003-11-05  0:39 ` dhazeghi at yahoo dot com
2004-01-17 23:57 ` dhazeghi at yahoo dot com
2004-01-24  6:08 ` markkp at msm dot umr dot edu
2004-01-27 17:09 ` dank at kegel dot com
2004-01-27 17:19 ` jsm at polyomino dot org dot uk
2004-01-27 17:36 ` dhazeghi at yahoo dot com
2004-01-28 16:47 ` pinskia at gcc dot gnu dot org
2005-02-08 18:49 ` chris at bubblescope dot net
2005-06-10 15:35 ` themis_hv at yahoo dot co dot uk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).