yes only select has this problem ! dror
-----Original Message----- From: Gerry [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 3:04 PM To: Brian Pane Cc: dev@apr.apache.org Subject: Re: BUG: pollset_poll broken ? Yeah, I think it's actually only select.c that has the issue because the return value from select is a count of all file descriptors in the FD SET. Brian Pane <[EMAIL PROTECTED]> wrote: > On Nov 21, 2005, at 2:21 PM, Gerry wrote: > > > Evening Gents, > > > > Spotted a real oddity in apr_pollset_poll in both select.c and > > poll.c in the > > current version 1.2.2 and in the versions used in apache2 20.54 and > > 2.1.9. > > Patch for select.c and test case committed to the APR trunk...I couldn't > reproduce the error with poll.c, though. > > Brian >