[Mono-bugs] [Bug 60563][Wis] Changed - Socket.Accept throws an exception on a nonblocking socket

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 10:38:09 -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 bugs@prettypeople.org.

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

--- shadow/60563	2004-06-22 10:37:36.000000000 -0400
+++ shadow/60563.tmp.21729	2004-06-22 10:38:09.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60563
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bugs@prettypeople.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,18 @@
 throwing an exception when you try to Accept on a non-blocking socket.
 
 ------- Additional Comments From bugs@prettypeople.org  2004-06-22 10:37 -------
 Created an attachment (id=8281)
 Test program that thorws an exception
 
+
+------- Additional Comments From bugs@prettypeople.org  2004-06-22 10:38 -------
+Output from the program
+
+[iain@discomachinegun bt]$ mono ./test-accept.exe
+
+Unhandled Exception: System.Net.Sockets.SocketException: Operation on
+non-blocking socket would block
+in <0x000e7> System.Net.Sockets.Socket:Accept ()
+in <0x000f2> TestServer:Main (string[])
+
+