Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 09:41:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197608] timeout(1) does not handle zombie grandchildren
Message-ID:  <bug-197608-8-O3DUCfWOB4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197608-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197608-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608

--- Comment #2 from Baptiste Daroussin <bapt@FreeBSD.org> ---
Created attachment 152960
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152960&action=edit
Check the monitoring pid on sigchld

This patch checks for the monitored pid when receiving a SIGCHILD not from the
moniror pid and only 1 process is left under control of timeout(1)

Seems to fix the issue for me, can you confirm?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197608-8-O3DUCfWOB4>