[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 Baptiste Daroussin changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #9 from commit-h...@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 grandc

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #8 from Baptiste Daroussin --- Ed your patch looks good to me please commit -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mai

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #6 from Ed Maste --- Created attachment 152974 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152974&action=edit loop to collect status from all children -- You are receiving this mail because: You are the assignee

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #5 from Andrey A. Chernov --- Could we just simple look what GNU timeout does instead of reinventing the wheel? Sources are in sysutils/coreutils. It handles 10-zombies version well too. -- You are receiving this mail because:

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #4 from Ed Maste --- It's not sufficient because it needs to loop and collect all outstanding zombies. E.g. with this version of zombie.c (also attached) it still waits: #include #include int main () { int i;

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #3 from Ed Maste --- Created attachment 152967 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152967&action=edit demo with 10 zombie children -- You are receiving this mail because: You are the assignee for the bug.

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 --- Comment #2 from Baptiste Daroussin --- 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

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 Andrey A. Chernov changed: What|Removed |Added Severity|Affects Only Me |Affects Many People -- You ar

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 Andrey A. Chernov changed: What|Removed |Added CC||a...@freebsd.org --- Comment #

[Bug 197608] timeout(1) does not handle zombie grandchildren

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197608 Bug ID: 197608 Summary: timeout(1) does not handle zombie grandchildren Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New