[Mono-bugs] [Bug 81323][Maj] Changed - Socket Exeption with a TcpChannel

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 6 07:30:09 EDT 2007


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 mercier.eric at gmail.com.

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

--- shadow/81323	2007-04-06 07:09:24.000000000 -0400
+++ shadow/81323.tmp.1671	2007-04-06 07:30:09.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81323
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: Gentoo x86_64
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: mercier.eric at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -24,6 +24,41 @@
 If I replace the line 86 by the same thing but without arguments, I still
 have a SocketExeption, but without crash
 
 
 
 Maybe it's my code, but few person tells me to report a bug
+
+------- Additional Comments From mercier.eric at gmail.com  2007-04-06 07:30 -------
+Here is the stack:
+
+Unhandled Exception: System.Net.Sockets.SocketException: No such host
+is known
+  at System.Net.Dns.GetHostByName (System.String hostName) [0x00033]
+in
+/var/tmp/portage/dev-lang/mono-1.2.3.1/work/mono-1.2.3.1/mcs/class/System/System.Net/Dns.cs:349
+
+  at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress)
+[0x0004c] in
+/var/tmp/portage/dev-lang/mono-1.2.3.1/work/mono-1.2.3.1/mcs/class/System/System.Net/Dns.cs:279
+
+  at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress)
+[0x00050] in
+/var/tmp/portage/dev-lang/mono-1.2.3.1/work/mono-1.2.3.1/mcs/class/System/System.Net/Dns.cs:306
+
+  at Apodis.Remote.RemotableDescription.get_Address () [0x00017] in
+/home/eric/stage/Remote/Apodis.Remote/RemotableDescription.cs:52 
+  at Apodis.Remote.RemotableDescription.Equals (System.Object obj)
+[0x0000f] in
+/home/eric/stage/Remote/Apodis.Remote/RemotableDescription.cs:89 
+  at Apodis.Remote.Remotable.BroadCastReceiver_DataReceived
+(System.Object sender, Apodis.Remote.DataReceivedBroadcastEventArgs e)
+[0x000c2] in /home/eric/stage/Remote/Apodis.Remote/Remotable.cs:109 
+  at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_DataReceivedBroadcastEventArgs
+(object,Apodis.Remote.DataReceivedBroadcastEventArgs)
+  at
+Apodis.Remote.BroadCastReceiver`1[System.String].ListeningFunction ()
+[0x00089] in
+/home/eric/stage/Remote/Apodis.Remote/BroadCastReceiver.cs:145 
+  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
+


More information about the mono-bugs mailing list