[Mono-bugs] [Bug 70390][Wis] New - Socket code won't run

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 16:10:15 -0500 (EST)


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 harris_max@yahoo.com.

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

--- shadow/70390	2004-12-09 16:10:15.000000000 -0500
+++ shadow/70390.tmp.25347	2004-12-09 16:10:15.000000000 -0500
@@ -0,0 +1,60 @@
+Bug#: 70390
+Product: Mono: Runtime
+Version: 1.1
+OS: Solaris [Other]
+OS Details: Solaris 9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: io-layer
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: harris_max@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Socket code won't run
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Socket code won't run
+
+Steps to reproduce the problem:
+1. download and compile Ping.cs
+2. su root
+3. mono Ping.exe localhost
+
+Actual Results:
+Pinging localhost [127.0.0.1] with 32 bytes of data:
+
+Unhandled Exception: System.Net.Sockets.SocketException: Some sort of w32 
+error occurred: 10042
+in <0x00074> System.Net.Sockets.Socket:SetSocketOption 
+(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,
+int)
+in <0x00730> Ping.Ping:PingHost (string,int,uint,uint)
+in <0x006c8> Ping.Ping:Main (string[])
+
+
+Expected Results:
+
+Pinging localhost [127.0.0.1] with 32 bytes of data:
+
+Reply from 127.0.0.1: bytes: 32 time: 47ms (0)
+Reply from 127.0.0.1: bytes: 32 time:<10ms (1)
+Reply from 127.0.0.1: bytes: 32 time:<10ms (2)
+Reply from 127.0.0.1: bytes: 32 time:<10ms (3)
+
+Ping statistics for 127.0.0.1
+    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
+Approximate round trip times in milli-seconds:
+    Minimum = 0ms, Maximum =  47ms, Average =  11ms
+
+How often does this happen? 
+Every time
+
+Additional Information:
+A similar thing happens on Mono 1.0.4 when running on Linux.