[Mono-bugs] [Bug 30237][Wis] New - We should handle the EHOSTUNREACH error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Sep 2002 14:26:28 -0000


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 duncan@ximian.com.

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

--- shadow/30237	Thu Sep 12 10:26:28 2002
+++ shadow/30237.tmp.12903	Thu Sep 12 10:26:28 2002
@@ -0,0 +1,33 @@
+Bug#: 30237
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: dick@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: We should handle the EHOSTUNREACH error
+
+duncan:~/src/testing/Networking $ mono datetimeclient.exe www.ximian.com
+** Message:
+ves_icall_System_Net_Sockets_SocketException_WSAGetLastError_internal:
+returning 10060
+
+Unhandled Exception: System.Net.Sockets.SocketException: Some sort of w32
+error occurred
+in (unmanaged) 06 System.Net.Sockets.Socket:Connect_internal
+(intptr,System.Net.SocketAddress)
+in <0x00004> 06 System.Net.Sockets.Socket:Connect_internal
+(intptr,System.Net.SocketAddress)
+in <0x00055> 00 System.Net.Sockets.Socket:Connect (System.Net.EndPoint)
+in <0x00014> 00 System.Net.Sockets.TcpClient:Connect (System.Net.IPEndPoint)
+in <0x00073> 00 System.Net.Sockets.TcpClient:Connect (string,int)
+in <0x0011d> 00 .Client:Main (string[])