Date: Sun, 15 Feb 2015 20:11:32 +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-W0ksma9wZ2@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 #9 from commit-hook@freebsd.org --- A commit references this bug: Author: emaste Date: Sun Feb 15 20:10:54 UTC 2015 New revision: 278810 URL: https://svnweb.freebsd.org/changeset/base/278810 Log: timeout: handle zombie grandchildren timeout previously collected only one child status with wait(2). If this was one of the grandchildren timeout would return to sigsuspend and wait until the timeout expired. Instead, loop for all children. PR: kern/197608 Reviewed by: bapt, kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Changes: head/usr.bin/timeout/timeout.c -- 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-W0ksma9wZ2>