[Mono-bugs] [Bug 80143][Min] Changed - CreateProcess fails after about 4000 process starts

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 14 15:46:01 EST 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 lupus at ximian.com.

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: dick at ximian.com                            
 ReportedBy: Ivo at UFO-Net.nl               
 QAContact: mono-bugs at ximian.com
@@ -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 lupus at ximian.com  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.


More information about the mono-bugs mailing list