[Bug 293141] Quitting gdb while debugging a program using kqueue leaves system unresponsive
Date: Fri, 13 Feb 2026 15:47:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293141
--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e7f86f8b1383d278fff1d973230972325072ead6
commit e7f86f8b1383d278fff1d973230972325072ead6
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-13 15:32:40 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-13 15:46:41 +0000
kqtimer_proc_continue(): correct calculation of 'now'
It must be sbinuptime(), this is how kc->next is set up.
PR: 293141
Noted and reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential revision: https://reviews.freebsd.org/D55264
sys/kern/kern_event.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.