[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:47:16 -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:44:47.000000000 -0400
+++ shadow/74870.tmp.29274 2005-05-08 12:47:16.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74870
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Gentoo Linux, Linux 2.6.12-rc3, NPTL
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: dsd@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -28,6 +28,16 @@
------- Additional Comments From dsd@gentoo.org 2005-05-08 12:44 -------
Created an attachment (id=15096)
ProcessTest2.cs
+
+------- Additional Comments From dsd@gentoo.org 2005-05-08 12:47 -------
+ProcessTest.cs will open an xterm, and will open another after you
+close the first, etc. Close a few of them, then run "ps x" and observe
+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.