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=80143 --- shadow/80143 2006-12-13 18:42:41.000000000 -0500 +++ shadow/80143.tmp.25994 2006-12-14 15:46:01.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80143 Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: Debian Sarge -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Minor Component: io-layer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -75,6 +75,11 @@ I tried using .WaitForExit(1000). Still the same result, warning after 4092 repeats. In the original program, I chedked if the program had exited with a 100ms interval, after 1 second it was killed. I also tried to create a new Process object each time. Still no success. Thank you for moving this bug. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-14 15:46 ------- +The issue was reusing the same Process object for executing again and +again: this codepath didn't close the process handle. +Fixed in svn. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
