Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2001 20:30:01 -0700 (PDT)
From:      Gregory Bond <gnb@itga.com.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/30567: kqueue/kevent doesn't always work properly with pipes 
Message-ID:  <200109140330.f8E3U1i70070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/30567; it has been noted by GNATS.

From: Gregory Bond <gnb@itga.com.au>
To: Martin Baker <martinb-fbsd@kemokid.com>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/30567: kqueue/kevent doesn't always work properly with pipes 
Date: Fri, 14 Sep 2001 13:26:38 +1000

 You are almost certainly being bitten by buffered reads inside fread(), which
 is why behaviour changes when you write to STDERR. Replace fread() with read()
 and see what happens.
 
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109140330.f8E3U1i70070>