ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/INSTALL
(Generate patch)

Comparing Coro/INSTALL (file contents):
Revision 1.1 by root, Thu Jul 26 03:50:42 2001 UTC vs.
Revision 1.2 by root, Sat Aug 11 00:37:32 2001 UTC

8 8
9Event-0.84 cannot be found / Event programs do not work. 9Event-0.84 cannot be found / Event programs do not work.
10 10
11There is a serious bug in Event's poll implementation (if your os uses 11There is a serious bug in Event's poll implementation (if your os uses
12select for io multiplexing then this bug doesn't affect you), in that 12select for io multiplexing then this bug doesn't affect you), in that
13errors never get reported and result in endless loop.s 13errors never get reported and result in endless loops.
14 14
15The fix is easy. Unpack Event and edit the file c/unix.c and look for the 15The fix is easy. Unpack Event and edit the file c/unix.c and look for the
16following line (at or around line 141 in the file): 16following line (at or around line 141 in the file):
17 17
18 if (mask & (POLLRDBAND | POLLPRI)) got |= PE_E; 18 if (mask & (POLLRDBAND | POLLPRI)) got |= PE_E;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines