[Mono-bugs] [Bug 37279][Nor] New - 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:39:00 -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:00 2003
+++ shadow/37279.tmp.887	Mon Jan 27 12:39:00 2003
@@ -0,0 +1,23 @@
+Bug#: 37279
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: RedHat 8.0, mono release 0.19
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: kris@gtk.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Process class hangs mono when receiving a large amount of output
+
+If I let the Process class execute a command which returns a large amount
+of output (for example "ls /dev"), mono hangs. Commands which return a
+small amount of output work fine.
+
+I wrote a small testcase, which I will attach.