bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb, libio, readline


From: Marcus Brinkmann
Subject: Re: gdb, libio, readline
Date: Sat, 30 Mar 2002 20:59:46 +0100
User-agent: Mutt/1.3.27i

Hi,

it seems that poll() is broken.  gdb is one of the rare programs using poll
at all, and I wrote this test program which hangs, too:

#include <poll.h>

main ()
{
  struct pollfd pfd = { 0, POLLIN, 0 };

  poll (&pfd, 1, -1);
}

Roland, the last change seems to be:
2001-10-28  Roland McGrath  <roland@frob.com>

        * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
        packing results for a `poll' call.

Can you ponder that you did the right thing?

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]