• Linus Torvalds's avatar
    Fix thread group leader zombie leak · 056ffaad
    Linus Torvalds authored
    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.
    056ffaad
exit.c 28.3 KB