RE: Possible pipe(2) bug

2010-08-09 Thread Bert Belder
On Mon, Aug 09, 2010 at 07:01PM +0200, Christopher Faylor wrote: > On Mon, Aug 09, 2010 at 03:00:03AM +0200, Bert Belder wrote: > >I think the pipe(2) implementation may have a bug. > > > >The pipe function creates a pipe and returns two file descriptors > >(which are just numbers), one for reading

Re: Possible pipe(2) bug

2010-08-09 Thread Christopher Faylor
On Mon, Aug 09, 2010 at 03:00:03AM +0200, Bert Belder wrote: >I think the pipe(2) implementation may have a bug. > >The pipe function creates a pipe and returns two file descriptors >(which are just numbers), one for reading and one for writing. However >sometimes (but rarely) two subsequent call