Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2026 18:30:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 294035] ctld can accumulate zombie children
Message-ID:  <bug-294035-227-tnNRYdOpvj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294035-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=294035

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |jhb@FreeBSD.org
             Status|New                         |In Progress

--- Comment #1 from John Baldwin <jhb@FreeBSD.org> ---
Mmm, it looks like I broke this when switching to kevent as it was a return
before when using select.  I don't really like having the logic split up with
the two nested loops (one in main_loop() and one in main()) and maybe someday
we can refactor this, but this is fine for now.

-- 
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-294035-227-tnNRYdOpvj>