[Mono-bugs] [Bug 51278][Nor] Changed - poll(2) failed due to: Bad file descriptor.on MacOS
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Dec 2003 13:36:16 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51278
--- shadow/51278 2003-12-04 12:05:19.000000000 -0500
+++ shadow/51278.tmp.17410 2003-12-20 13:36:16.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 51278
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: MacOS 10.3.1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: peter@ximian.com
QAContact: mono-bugs@ximian.com
@@ -68,6 +68,9 @@
It's most likely the io-layer daemon, since it's the only component of
mono that uses the glib main loop where that message is coming from.
It likely as races, according to the comments in io-layer/daemon.c,
since it just ignores race issues on systems without a poll()
implementation. That code needs to be rewritten in a portable way and
fixed.
+
+------- Additional Comments From lupus@ximian.com 2003-12-20 13:36 -------
+Bernie Solomon fixed the io-layer daemon in cvs.