[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:27:55 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:20:38.000000000 -0400
+++ shadow/75812.tmp.31219	2005-09-20 19:27:55.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75812
 Product: Mono: Class Libraries
 Version: 1.1
 OS: SUSE 9.2
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: schwimmlehrer at hotmail.com               
 QAContact: mono-bugs at ximian.com
@@ -127,6 +127,44 @@
 
 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.
+
+------- Additional Comments From gonzalo at ximian.com  2005-09-20 19:27 -------
+When runnign the server on a windows machine, after a few seconds with
+no incoming clients I see this on the server:
+
+at Server.Send(StateObject handler, String data)
+at Server.Disconnect(StateObject handler, Boolean removeStates)
+at Server.Send(StateObject handler, String data)
+at Server.Disconnect(StateObject handler, Boolean removeStates)
+at Server.Send(StateObject handler, String data)
+at Server.Disconnect(StateObject handler, Boolean removeStates)
+at Server.Send(StateObject handler, String data)
+at Server.Disconnect(StateObject handler, Boolean removeStates)
+
+and when I run both the client and the server on windows, i get:
+5 Already disconnected. 127.0.0.1:4181
+6 Error1 in ReadCallback for System.Net.Sockets.Socket
+System.Net.Sockets.Socket
+Exception: An existing connection was forcibly closed by the remote host
+   at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
+   at Server.ReadCallback(IAsyncResult ar)
+6 Already disconnected. 127.0.0.1:4182
+7 Already disconnected. 127.0.0.1:4184
+10 Error1 in ReadCallback for System.Net.Sockets.Socket
+System.Net.Sockets.Socke
+tException: An existing connection was forcibly closed by the remote host
+   at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
+   at Server.ReadCallback(IAsyncResult ar)
+8 Error1 in ReadCallback for System.Net.Sockets.Socket
+System.Net.Sockets.Socket
+Exception: An existing connection was forcibly closed by the remote host
+   at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
+   at Server.ReadCallback(IAsyncResult ar)
+8 Already disconnected. 127.0.0.1:4183
+
+I think this is not a bug and therefore I'm closing it.
+If you have further comments, feel free to reopen it.
+


More information about the mono-bugs mailing list