Craig Boston wrote: > > On Wed, 2003-02-19 at 21:48, Terry Lambert wrote: > > Lars Eggert wrote: > > > Poul-Henning Kamp wrote: > > > > Fatal trap 12: page fault while in kernel mode > > > > > > FWIW, Craig Boston and me see the same panics (threads on -current: > > > "panic starting gnome" and "VFS panic (possibly NFS-locking related?)"). > > > > Have you "gdb -k" list'ed the namei code in question yet? > > > > Per my last posting on this subject, note that Poul's offset into > > namei is different than the one you gave. > > Mine is different as well: 0x12c, and on a cmpxchgl instruction (I know > that doesn't help any ;) > > But: > (kgdb) list namei+0x12c > Junk at end of line specification. > (kgdb) > > Am I doing something wrong?
My bad: list *namei+0x12c Note the asterisk to dereference before the add. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message