[Mono-bugs] [Bug 60070][Maj] New - Dns.GetHostByName is generating a no such host exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 01:03:55 -0400 (EDT)


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 banderso@novell.com.

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

--- shadow/60070	2004-06-12 01:03:55.000000000 -0400
+++ shadow/60070.tmp.9473	2004-06-12 01:03:55.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 60070
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Mac OS X Version 10.3.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: banderso@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Dns.GetHostByName is generating a no such host exception
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+Dns.GetHostByName is generating a "no such host" exception when passing the host name that 
+was returned from the Dns.GetHostName method.
+
+
+Steps to reproduce the problem:
+1. 
+Issue the following call:  Dns.GetHostByName(Dns.GetHostName());
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+every time
+
+
+Additional Information:
+this used to work in the Mono beta one