[Mono-bugs] [Bug 73227][Wis] Changed - System.Diagnostics.Process.WaitForExit hang
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 13:26:21 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73227
--- shadow/73227 2005-03-02 14:43:28.000000000 -0500
+++ shadow/73227.tmp.28580 2005-03-03 13:26:21.000000000 -0500
@@ -79,6 +79,9 @@
Since the parent is blocked, and the child is blocked, we have deadlock. Yech.
The correct fix would be for the parent process to continually read
StandardOutput, if necessary, so that the child is blocked on the parent.
How to do this while supporting the WaitForExit(int) overload is an
excercise for the bug-fixer. :-)
+
+------- Additional Comments From dick@ximian.com 2005-03-03 13:26 -------
+*** Bug 73228 has been marked as a duplicate of this bug. ***