[Mono-bugs] [Bug 77201][Wis] Changed - Processes started by mono
stay alive as Zombies
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 16 13:33:14 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77201
--- shadow/77201 2006-05-15 12:40:16.000000000 -0400
+++ shadow/77201.tmp.24196 2006-05-16 13:33:14.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 77201
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details: Gentoo 64bit
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: carlos at applianz.com
QAContact: mono-bugs at ximian.com
@@ -68,6 +68,12 @@
the status of the child process, which is what seems like its ocurring here.
------- Additional Comments From informatique.internet at fiducial.fr 2006-05-15 12:40 -------
you should add a p.WaitForExit()...
It's a unix issue, when you start a process, the parent process has to
wait that the child process's finished!
+
+------- Additional Comments From dick at ximian.com 2006-05-16 13:33 -------
+Mono polls the state of its child processes every few seconds, so if
+you wait a short while after killing xcalc it will be reaped. Or you
+can make it happen earlier by testing HasExited or calling
+p.WaitForExit().
More information about the mono-bugs
mailing list