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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 04:02:20 -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-03 16:30:34.000000000 -0400
+++ shadow/74810.tmp.22969	2005-05-05 04:02:20.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74810
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
@@ -37,6 +37,15 @@
 This was on x86, SuSE.
 
 ------- Additional Comments From james@ximian.com  2005-05-03 12:17 -------
 Oh, it's worth noting that I was only redirecting standard output at
 the time when this was hanging.  If I also redirect stderr, the
 problem appears to go away (in limited testing).
+
+------- Additional Comments From gonzalo@ximian.com  2005-05-05 04:02 -------
+Nothing we can do with this bug report unless you provide more
+information like:
+1. What's the sequence of calls you're doing? Ie, what do you do with
+Process and ProcessStartInfo after calling Start.
+2. How big is the output expected to be?
+3. What program are you running?
+4. Does the program exit when you run it from the command line?