Date: Fri, 13 Sep 2002 19:25:19 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: John Baldwin <jhb@FreeBSD.org> Cc: <current@FreeBSD.org> Subject: Re: kernel trap 12, pagefault (another one) Message-ID: <20020913192456.J3162-100000@levais.imp.ch> In-Reply-To: <XFMail.20020913131948.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020913192456.J3162-100000>