[Bug 294035] ctld can accumulate zombie children

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Apr 2026 18:30:40 UTC
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.