On Sun, Oct 28, 2001 at 02:37:28AM +0100, Marcus Brinkmann wrote:
> So glibc returns the wrong values in revents for poll.  I am now going to
> look into glibc select code.
> 

Actually, in hurdselect.c, line 394ff:

(gdb) print d[0].type
$22 = 9
(gdb) print d[1].type
$23 = -1962934272

If gdb doesn't play tricks on me, this is certainly bogus.
Note that the first descriptor (0) is the unix socket, while
the second is the inet socket.

Thanks,
Marcus


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to