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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 May 2005 12:43:02 -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.29215	2005-05-08 12:43:02.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 74870
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Gentoo Linux, Linux 2.6.12-rc3, NPTL
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+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.
+
+Here are two testcases.