From owner-freebsd-current Fri Sep 13 10:28: 9 2002 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 E8C1837B401 for ; Fri, 13 Sep 2002 10:28:05 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D5FB543E75 for ; Fri, 13 Sep 2002 10:28:04 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 27506 invoked by uid 1000); 13 Sep 2002 17:28:05 -0000 Date: Fri, 13 Sep 2002 10:28:05 -0700 (PDT) From: Nate Lawson To: Martin Blapp Cc: John Baldwin , current@FreeBSD.org Subject: Re: kernel trap 12, pagefault (another one) In-Reply-To: <20020913192456.J3162-100000@levais.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Does turning off soft updates change anything? On Fri, 13 Sep 2002, Martin Blapp wrote: > Hi, > > > Same exact panic > > Same trace > > (kgdb) l *0xc0337a39 > 0xc0337a39 is in inodedep_lookup (/usr/src/sys/ufs/ffs/ffs_softdep.c:1015). > 1010 #endif > 1011 firsttry = 1; > 1012 inodedephd = INODEDEP_HASH(fs, inum); > 1013 top: > 1014 LIST_FOREACH(inodedep, inodedephd, id_hash) > 1015 if (inum == inodedep->id_ino && fs == inodedep->id_fs) > 1016 break; > 1017 if (inodedep) { > 1018 *inodedeppp = inodedep; > 1019 return (1); > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message