kern/147604: [kqueue] kqueue timer events are not deleted when associated descriptor is closed

Jilles Tjoelker jilles at stack.nl
Sat Jun 19 14:00:16 UTC 2010


The following reply was made to PR kern/147604; it has been noted by GNATS.

From: Jilles Tjoelker <jilles at stack.nl>
To: bug-followup at FreeBSD.org, jimmy at mammothcheese.ca
Cc:  
Subject: Re: kern/147604: [kqueue] kqueue timer events are not deleted when
 associated descriptor is closed
Date: Sat, 19 Jun 2010 15:53:02 +0200

 The way I read the man page, the ident for EVFILT_TIMER is an arbitrary
 number and is unrelated to file descriptors. In that case, the
 implementation is correct.
 
 Note, for example, that EVFILT_PROC does not take a file descriptor
 either, but a process ID.
 
 -- 
 Jilles Tjoelker


More information about the freebsd-bugs mailing list