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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
