[Mono-bugs] [Bug 79352][Wis] Changed - Problem with Socket.Poll method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 11 08:28:11 EDT 2006
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79352
--- shadow/79352 2006-09-11 06:41:30.000000000 -0400
+++ shadow/79352.tmp.23919 2006-09-11 08:28:11.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 79352
-Product: Mono: Class Libraries
-Version: 1.0
+Product: Mono: Runtime
+Version: 1.1
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
-Component: System
-AssignedTo: mono-bugs at ximian.com
+Component: io-layer
+AssignedTo: dick at ximian.com
ReportedBy: dmitryskey at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Problem with Socket.Poll method
@@ -132,6 +132,28 @@
Very often (sometimes this test is passed well)
Additional Information:
Debian is running under VMWare 4.5
+
+------- Additional Comments From robertj at gmx.net 2006-09-11 08:28 -------
+This could be caused by this typo:
+
+Index: socket-io.c
+===================================================================
+--- socket-io.c (revision 65224)
++++ socket-io.c (working copy)
+@@ -1164,7 +1164,7 @@
+ errno = err;
+ }
+
+- } while ((ret == SOCKET_ERROR) && (*error == WSAGetLastError
+()) == WSAEINTR);
++ } while ((ret == SOCKET_ERROR) && (*error = WSAGetLastError
+()) == WSAEINTR);
+
+ return (ret != SOCKET_ERROR && _wapi_FD_ISSET (sock, &fds));
+ }
+
+
+-> io-layer
More information about the mono-bugs
mailing list