From owner-freebsd-current Wed Feb 19 20:52:54 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A81537B401 for ; Wed, 19 Feb 2003 20:52:53 -0800 (PST) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7AB343FB1 for ; Wed, 19 Feb 2003 20:52:52 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0298.cvx22-bradley.dialup.earthlink.net ([209.179.199.43] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18lihX-0002iZ-00; Wed, 19 Feb 2003 20:52:52 -0800 Message-ID: <3E545EC4.E4C0D0E5@mindspring.com> Date: Wed, 19 Feb 2003 20:51:16 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Craig Boston Cc: current@freebsd.org Subject: Re: Page fault on disk-less machine References: <4239.1045685928@critter.freebsd.dk> <3E53F355.7060604@isi.edu> <3E545001.2276ED13@mindspring.com> <1045714090.612.28.camel@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4ea4d192f22cf40f106ab11fe2075324d666fa475841a1c7a350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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