Re: do_syslog/__down_trylock lockup in current BK

Ingo Molnar (mingo@elte.hu)
Mon, 9 Sep 2002 21:18:07 +0200 (CEST)


it's locking up here:

416 struct task_struct *p, *reaper = father;
417 struct list_head *_p;
418
419 write_lock_irq(&tasklist_lock);
420
421 if (father->exit_signal != -1)
422 reaper = prev_thread(reaper);

(unfortunately i dont know what happened on the other CPU.)

Ingo

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