]> git.neil.brown.name Git - history.git/commit
Fix thread group leader zombie leak
authorLinus Torvalds <torvalds@home.osdl.org>
Sun, 14 Dec 2003 10:28:27 +0000 (02:28 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Sun, 14 Dec 2003 10:28:27 +0000 (02:28 -0800)
commit056ffaadc8a7197d681e12b2da9ab61ca68e9a97
tree23e528eea8a442fc79180852af8a4452d2007544
parente220fdf7a39b54a758f4102bdd9d0d5706aa32a7
Fix thread group leader zombie leak

Petr Vandrovec noticed a problem where the thread group leader
would not be properly reaped if the parent of the thread group
was ignoring SIGCHLD, and the thread group leader had exited
before the last sub-thread.

Fixed by Ingo Molnar.
kernel/exit.c