[Mono-bugs] [Bug 81240][Min] New - HostName property of HostEntry class gives inconsistent result

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 26 16:52:18 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 vgiszpenc at dsci.com.

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

--- shadow/81240	2007-03-26 15:52:18.000000000 -0500
+++ shadow/81240.tmp.27487	2007-03-26 15:52:18.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 81240
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: vgiszpenc at dsci.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HostName property of HostEntry class gives inconsistent result
+
+Description of Problem:
+The HostName property returns mono.site the first time a bad IP is given
+and the bad IP each subsequent time.
+
+Steps to reproduce the problem:
+Get HostEntry asynchronously for 127.0.0.1, 127.0.0.2, 127.0.0.3
+Report the hostname of each
+Actual Results:
+localhost, mono.site, 127.0.0.3
+
+Expected Results:
+localhost, 127.0.0.2, 127.0.0.3
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+Actually, an error would also be OK since these are bogus IPs.  I am just
+looking for a consistent behavior.
+
+Thanks!


More information about the mono-bugs mailing list