[Mono-bugs] [Bug 74835][Maj] Changed - can't run more than about 4000 processes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 16:59:19 -0400 (EDT)


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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74835

--- shadow/74835	2005-05-05 12:59:56.000000000 -0400
+++ shadow/74835.tmp.31505	2005-05-05 16:59:19.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74835
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: DUPLICATE
+Severity: Unknown
 Priority: Major
 Component: io-layer
 AssignedTo: dick@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -67,6 +67,11 @@
 		string output = proc.StandardOutput.ReadToEnd ();
 		proc.WaitForExit ();
 		proc.Close ();
 		//Console.Write (output);
 	}
 }
+
+------- Additional Comments From dick@ximian.com  2005-05-05 16:59 -------
+As discussed online, this is a dup of the resource starvation issue.
+
+*** This bug has been marked as a duplicate of 74696 ***