[Mono-bugs] [Bug 37279][Nor] Changed - Process class hangs mono when receiving a large amount of output

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 27 Jan 2003 12:41:26 -0500 (EST)


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 kris@gtk.org.

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

--- shadow/37279	Mon Jan 27 12:39:46 2003
+++ shadow/37279.tmp.3542	Mon Jan 27 12:41:26 2003
@@ -1,14 +1,14 @@
 Bug#: 37279
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: Red Hat 8.0
 OS Details: RedHat 8.0, mono release 0.19
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kris@gtk.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,7 +22,13 @@
 
 I wrote a small testcase, which I will attach.
 
 ------- Additional Comments From kris@gtk.org  2003-01-27 12:39 -------
 Created an attachment (id=3250)
 Testcase.
+
+
+------- Additional Comments From kris@gtk.org  2003-01-27 12:41 -------
+Oh, I wasn't really clear above. It hangs before any output is being
+shown by the Console.Write statement. Am not sure if Console.Write is
+buffered (it prolly is?).