[Mono-bugs] [Bug 71203][Nor] Changed - Many Socket Methods Fail when > 1024 File descriptors are Open
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 May 2005 18:45:57 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71203
--- shadow/71203 2005-05-11 14:45:37.000000000 -0400
+++ shadow/71203.tmp.28149 2005-05-11 18:45:57.000000000 -0400
@@ -4,14 +4,14 @@
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: CORLIB
-AssignedTo: dick@ximian.com
+Component: System
+AssignedTo: gonzalo@ximian.com
ReportedBy: scott@imeem.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Many Socket Methods Fail when > 1024 File descriptors are Open
@@ -254,6 +254,9 @@
We've seen this same exception in other tests, even when our code
isn't using Poll, presumably something internal to the mono class
libraries is calling this and ultimately killing the process.
I can't figure out the significance of 1216, although it is 1024 + 192?
+
+------- Additional Comments From gonzalo@ximian.com 2005-05-11 18:45 -------
+I'm taking this, as I've done some work in this area.