On Sat, Feb 08, 2003 at 03:05:12AM -0800, Kris Kennaway wrote:
> bento# addr2line -e kernel.debug 0xc01a1e2d
> ../../../kern/kern_fork.c:388
> 
>                 for (; p2 != NULL; p2 = LIST_NEXT(p2, p_list)) {
>                         PROC_LOCK(p2);
> 388 -->                 while (p2->p_pid == trypid || 
> 

That is the exact same spot I saw my computer (old smp machine) crash.
I think someone mentioned that it would be more or less impossible to
crash there since one would not enter the for loop when p2 is NULL.

Could it be that PROC_LOCK tampers with p2?

Also see my other post to your original message.

-- 
Morten Rodal

Attachment: msg51994/pgp00000.pgp
Description: PGP signature

Reply via email to