Thus spake John Baldwin ([EMAIL PROTECTED]):

> >       tf_eip = -1070822146, tf_cs = 8, tf_eflags = 66118, 
> >       tf_esp = -1069680480, tf_ss = 1}) at /usr/src/sys/i386/i386/trap.c:405
> >#11 0xc02c8cfe in vm_object_pip_add (object=0x0, i=1)
> 
> I've seen this panic many times on my alpha SMP testbox.  It seems that the vm
> object returned by vm_map_lookup via the fs.first_object variable is actually
> NULL, resulting in a NULL pointer deref when calling vm_object_pip_add() (note
> object=0x0).  I haven't seen this on UP or x86 before, but it seems the bug
> wasn't alpha specific now. :(

I had it on two different machines (both _UP_ x86).

(just to verify).

Thanks

Alex

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to