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 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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to