[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:16:50 -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 dick@ximian.com.

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

--- shadow/74870	2005-05-09 18:22:00.000000000 -0400
+++ shadow/74870.tmp.14391	2005-05-10 07:16:50.000000000 -0400
@@ -40,6 +40,12 @@
 -pkg:gtk-sharp" and will open an xterm every 10 seconds. Close a few
 of them, and examine the "ps x" output again. This one is much harder
 to workaround.
 
 ------- Additional Comments From joeshaw@novell.com  2005-05-09 18:22 -------
 Yeah, we're seeing this a lot with Beagle.
+
+------- 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.