[Mono-bugs] [Bug 75306][Nor] Changed - Socet.Select on Write
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 18 16:06:18 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75306
--- shadow/75306 2005-06-18 14:55:17.000000000 -0400
+++ shadow/75306.tmp.29683 2005-06-18 16:06:18.000000000 -0400
@@ -119,6 +119,28 @@
How often does this happen?
1.1.8 Windows Version not tested on Unix/Linux Platform
Additional Information:
+
+------- Additional Comments From gonzalo at ximian.com 2005-06-18 16:06 -------
+I get this when runinng your example. The first one is under MS
+runtime, the second one is mono runtime:
+-------------------------------
+$ ./select.exe
+
+Unhandled Exception: System.Net.Sockets.SocketException: Only one
+usage of each
+socket address (protocol/network address/port) is normally permitted
+ at System.Net.Sockets.Socket.Bind(EndPoint localEP)
+ at SocketTest.Main()
+
+Administrator at this ~/src/work/socketselect
+$ mono ./select.exe
+
+Unhandled Exception: System.Net.Sockets.SocketException: Address
+already in use
+in <0x000cb> System.Net.Sockets.Socket:Bind (System.Net.EndPoint
+local_end)
+in <0x000c5> SocketTest:Main ()
+-----------------------
More information about the mono-bugs
mailing list