[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
Mon May 15 12:40:16 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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=77201
--- shadow/77201 2006-01-10 16:59:08.000000000 -0500
+++ shadow/77201.tmp.16387 2006-05-15 12:40:16.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details: Gentoo 64bit
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: carlos at applianz.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -63,6 +63,11 @@
at any point after the process has actually closed, then mono will return
the correct value and the process will not be shown as zombie anymore.
I read somewhere that a child process is a zombie until its parent checks
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!
More information about the mono-bugs
mailing list