Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2026 15:47:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293141] Quitting gdb while debugging a program using kqueue leaves system unresponsive
Message-ID:  <bug-293141-227-Zxwi0p9JN5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293141-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293141-227-Zxwi0p9JN5>