Date: Wed, 19 Feb 2003 20:51:16 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: Craig Boston <craig@xfoil.gank.org> Cc: current@freebsd.org Subject: Re: Page fault on disk-less machine Message-ID: <3E545EC4.E4C0D0E5@mindspring.com> References: <4239.1045685928@critter.freebsd.dk> <3E53F355.7060604@isi.edu> <3E545001.2276ED13@mindspring.com> <1045714090.612.28.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E545EC4.E4C0D0E5>