[Bug 293141] Quitting gdb while debugging a program using kqueue leaves system unresponsive
Date: Fri, 13 Feb 2026 15:46:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293141
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=75a30ea09f4e75480743fae5c2369d50a6d8526c
commit 75a30ea09f4e75480743fae5c2369d50a6d8526c
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-12 20:24:13 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-13 15:46:41 +0000
filt_timerexpire_l(): re-insert restarted timer into head instead of tail
of the resumed timers list, so that kqtimer_proc_continue() does not
iterated into the same timer again.
PR: 293141
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential revision: https://reviews.freebsd.org/D55264
sys/kern/kern_event.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.