[Mono-bugs] [Bug 74810][Nor] Changed - hang in Process.StandardOutput.ReadToEnd

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 16:49:46 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74810

--- shadow/74810	2005-05-06 15:59:07.000000000 -0400
+++ shadow/74810.tmp.8754	2005-05-06 16:49:46.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74810
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
@@ -69,6 +69,10 @@
 ------- Additional Comments From james@ximian.com  2005-05-05 13:10 -------
 The code above was the stuff that was hanging.  Like I said, if I also
 redirect stderr and read that, the hang stops.  The reason I thought
 that would work was because the command was printing stuff to stderr
 and it wasn't coming out to the console until after a C-c.  After
 that, things were ok (the stdout was read, the process exited, etc).
+
+------- Additional Comments From gonzalo@ximian.com  2005-05-06 16:49 -------
+I've tried the attached test case running the attached shell script
+and cannot reproduce this with svn HEAD.