[Mono-bugs] [Bug 74870][Min] Changed - System.Diagnostics.Process leaving defunct/zombie processes around

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 May 2005 12:44:00 -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 dsd@gentoo.org.

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

--- shadow/74870	2005-05-08 12:43:02.000000000 -0400
+++ shadow/74870.tmp.29229	2005-05-08 12:44:00.000000000 -0400
@@ -18,6 +18,11 @@
 
 Using Mono 1.1.7, System.Diagnostics.Process leaves zombie processes
 around. I'm guessing that Process.Dispose should call wait(2) on the
 processes, but doesn't.
 
 Here are two testcases.
+
+------- Additional Comments From dsd@gentoo.org  2005-05-08 12:44 -------
+Created an attachment (id=15095)
+ProcessTest.cs
+