Messages in this thread |  | | Date | Mon, 9 Sep 2002 13:40:53 -0700 (PDT) | From | Linus Torvalds <> | Subject | Re: do_syslog/__down_trylock lockup in current BK |
| |
On Mon, 9 Sep 2002, Ingo Molnar wrote: > > the lockup is likely in the while loop - ie. zap_thread() not actually > reparenting a thread and thus causing an infinite loop - is that possible?
Hmm.. This patch changes the last argument of zap_thread() from a "1" to a "0" for the ptrace_children list. Was that intentional or a cut-and-paste error? If it was intentional, please remove the argument altogether, since it's now always 0.
Linus
- 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/
|  |