[Mono-bugs] [Bug 75812][Min] Changed - Unhandled Exceptions when closing Sockets (Asynchronous IO)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 20 19:20:38 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=75812

--- shadow/75812	2005-09-20 19:11:52.000000000 -0400
+++ shadow/75812.tmp.31080	2005-09-20 19:20:38.000000000 -0400
@@ -103,6 +103,30 @@
 ------- Additional Comments From schwimmlehrer at hotmail.com  2005-08-19 04:55 -------
 Sorry, forgot to change: The ip in Client.cs has to be changed to the
 address of the server to run the test programm (e.g. to 127.0.0.1):
 
 Client.cs:205:	static string sip = "192.168.44.129";
 
+
+------- Additional Comments From gonzalo at ximian.com  2005-09-20 19:20 -------
+When I tried on localhost:
+On the server side I got:
+1371860480 Accepted from: 127.0.0.1:33284 -> 1
+82495488 Accepted from: 127.0.0.1:33285 -> 2
+82495488 Accepted from: 127.0.0.1:33286 -> 3
+82495488 Accepted from: 127.0.0.1:33287 -> 4
+1371860480 Accepted from: 127.0.0.1:33288 -> 5
+....
+82495488 Accepted from: 127.0.0.1:33640 -> 357
+82495488 Accepted from: 127.0.0.1:33641 -> 358
+82495488 Accepted from: 127.0.0.1:33642 -> 359
+82495488 Accepted from: 127.0.0.1:33643 -> 360
+
+On the client side:
+onzalo at lalo:/tmp $ mono client.exe
+518115840 ==== Hit Return to stop the clients. ========
+
+Then I pressed Return on the client side and nothing happened on the
+server.
+
+Then I run the client from a windows machine connecting to a linux one
+and I see what you say: tons of exceptions.


More information about the mono-bugs mailing list