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-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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -68,6 +68,12 @@
 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!
+
+------- Additional Comments From [EMAIL PROTECTED]  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().
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to