public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* BUG: [RESEND] de_thread()
@ 2002-10-12 11:36 Oleg Nesterov
  0 siblings, 0 replies; only message in thread
From: Oleg Nesterov @ 2002-10-12 11:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar

Hello.

On Thu, 10 Oct 2002 Oleg Nesterov wrote:
> 
> Suppose process P in thread group was cloned _without_
> CLONE_DETACHED flag. Then another thread, group_leader
> for simplicity, does exec and calls de_thread(). It kills
> P via _broadcast_thread_group(). While doing do_exit(),
> P skips release_task(), because its exit_signal != -1,
> and becomes TASK_ZOMBIE.
> 
> Then leader calls schedule() with TASK_UNINTERRUPTIBLE
> in while(oldsig->count > 1) {...} and sleeps forever,
> because nobody can do wake_up_process(sig->group_exit_task).

Oleg.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-12 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-12 11:36 BUG: [RESEND] de_thread() Oleg Nesterov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox