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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 07:34:49 -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-10 07:16:50.000000000 -0400
+++ shadow/74870.tmp.14522	2005-05-10 07:34:49.000000000 -0400
@@ -46,6 +46,9 @@
 
 ------- Additional Comments From dick@ximian.com  2005-05-10 07:16 -------
 Do you get the zombies even if you call process.WaitForExit()?
 
 process.Dispose() can't wait, its just clearing up the handle
 reference not the process itself.
+
+------- Additional Comments From dsd@gentoo.org  2005-05-10 07:34 -------
+No, see the workaround I mentioned in attachment 15095.