[Mono-bugs] [Bug 73227][Maj] Changed - System.Diagnostics.Process.WaitForExit hang
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 7 May 2005 15:58:55 -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=73227
--- shadow/73227 2005-05-05 20:21:19.000000000 -0400
+++ shadow/73227.tmp.18535 2005-05-07 15:58:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 73227
Product: Mono: Runtime
Version: 1.1
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: io-layer
AssignedTo: dick@ximian.com
ReportedBy: jonpryor@vt.edu
QAContact: mono-bugs@ximian.com
@@ -85,6 +85,14 @@
------- Additional Comments From dick@ximian.com 2005-03-03 13:26 -------
*** Bug 73228 has been marked as a duplicate of this bug. ***
------- Additional Comments From bmaurer@users.sf.net 2005-05-05 20:21 -------
I can reproduce this on HEAD.
+
+------- Additional Comments From gonzalo@ximian.com 2005-05-07 15:58 -------
+This is not a bug. When you redirect the output, you have to read it
+before waiting for exit (may be asynchronously), as the system has a
+limit for unread data in pipes.
+
+Windows fails too.
+