https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987
--- Comment #7 from Conrad Meyer <[email protected]> --- I have a patch to modify existing timers: $ ./test kevent time: 1017 It is probably racy. f_event calls should be protected by the knote list lock, but nothing protects the first timer callout racing with the 2nd registration's polling. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
