[Mono-bugs] [Bug 56626][Maj] Changed - ASP.NET exception under light load with (>2) user concurrency

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 21:33:43 -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 miguel@ximian.com.

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

--- shadow/56626	2004-04-07 19:44:55.000000000 -0400
+++ shadow/56626.tmp.12760	2004-05-12 21:33:43.000000000 -0400
@@ -1,10 +1,10 @@
 Bug#: 56626
 Product: Mono: Runtime
 Version: unspecified
-OS: Fedora 1.0
+OS: unknown
 OS Details: Fedora Core2 Test2
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
@@ -74,6 +74,20 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2004-04-07 19:44 -------
 10024 -> WSAEMFILE -> EMFILE "Too many open files"
 
 This is weird. I've tried with openload and the default, which is 5
 connections. I can't reproduce the problem.
+
+------- Additional Comments From miguel@ximian.com  2004-05-12 21:33 -------
+I fixed a potential leak in the code which happened if reading
+from the random file returned an error at some point.
+
+I added an extra error message that will print the errno value
+from read.  But am wondering why would his machine return an error
+while reading from random or urandom?
+
+What does the config.h shows?
+
+Are you able to use CVS builds?
+
+Where do I get this app to test?