kernel_thread vs zombie's

Arjan van de Ven (arjan@fenrus.demon.nl)
Thu, 20 May 1999 23:40:41 +0200 (CEST)


Hi,

When I create a thread (in a kernel-module) with
kernel_thread(FUNC,NULL,0), it remains a zombie when the function FUNC
returns. (Kernel version 2.2.6)

How do I clean this zombie up? (exit_thread doesn't seem to work)

Greetings,
Arjan van den Ven

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/