[Mono-bugs] [Bug 33745][Wis] Changed - Socket.Poll appears to be incorrect
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Nov 2002 16:22:48 -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 tim@timcoleman.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33745
--- shadow/33745 Tue Nov 12 11:20:41 2002
+++ shadow/33745.tmp.23500 Tue Nov 12 11:22:48 2002
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Debian unstable
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: tim@timcoleman.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -115,6 +115,28 @@
How often does this happen?
Every time.
Additional Information:
This only occurs on Linux, not on Windows. Seems to be a problem with
Socket.Poll.
+
+------- Additional Comments From tim@timcoleman.com 2002-11-12 11:22 -------
+Exception trace on linux:
+
+Unhandled Exception: System.Exception: Timeout exceeded. Could not
+open socket.
+in <0x001e6> 00 .SocketTester:.ctor (string,int,int)
+in <0x00047> 00 .SocketTester:.ctor (string,int)
+in <0x00032> 00 .Test:Main ()
+
+
+Unhandled Exception: System.Net.Sockets.SocketException: Connection
+refused
+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 <0x00032> 00 .Worker:Connect ()
+in <0x00057> 01 System.MulticastDelegate:invoke_void ()
+