David Ford <[EMAIL PROTECTED]> writes:

> On the recent test kernels, processes get stuck.  A kill -9 results in
> zombies.

The thread group changes broke the signal handling in linuxthreads.
The CLONE_SIGHAND is now also used to enable thread groups but since
linuxthreads already used CLONE_SIGHAND and is not prepared for thread
groups all hell breaks loose.

I've told Linus several times about this problems but he puts out one
test release after the other without this fixed.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to