Date: Thu, 12 Jan 2017 03:59:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 214987] updating EVFILT_TIMER kqueue events doesn't work Message-ID: <bug-214987-8-8ZdRFTZLQ3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214987-8@https.bugs.freebsd.org/bugzilla/> References: <bug-214987-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214987 Conrad Meyer <cem@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cem@freebsd.org --- Comment #1 from Conrad Meyer <cem@freebsd.org> --- Empirical observation: Despite EV_ADD being used for both kevents in your sample code, the same knote is reused. Despite filt_timerattach() being ca= lled twice without error, the shorter callout doesn't wake the note. Digging more... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214987-8-8ZdRFTZLQ3>