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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 May 2005 18:22: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 joeshaw@novell.com.

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

--- shadow/74870	2005-05-08 12:47:16.000000000 -0400
+++ shadow/74870.tmp.9007	2005-05-09 18:22:00.000000000 -0400
@@ -3,20 +3,19 @@
 Version: 1.1
 OS: unknown
 OS Details: Gentoo Linux, Linux 2.6.12-rc3, NPTL
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Minor
+Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dsd@gentoo.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: System.Diagnostics.Process leaving defunct/zombie processes around
 
 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.
 
@@ -38,6 +37,9 @@
 some defunct processes. See comments inside the file for a workaround.
 
 ProcessTest2.cs needs to be compiled with "mcs ProcessTest2.cs
 -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.