From owner-freebsd-bugs Mon Feb 4 8:40:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A39A937B433 for ; Mon, 4 Feb 2002 08:40:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g14Ge7i03898; Mon, 4 Feb 2002 08:40:07 -0800 (PST) (envelope-from gnats) Date: Mon, 4 Feb 2002 08:40:07 -0800 (PST) Message-Id: <200202041640.g14Ge7i03898@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/34613: kernel panic in ufsdirhash_lookup Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34613; it has been noted by GNATS. From: David Malone To: Michael Vasilenko Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/34613: kernel panic in ufsdirhash_lookup Date: Mon, 4 Feb 2002 16:39:21 +0000 On Mon, Feb 04, 2002 at 05:32:57PM +0200, Michael Vasilenko wrote: > (kgdb) print offset > $1 = 33571596 > (kgdb) print ip > $2 = (struct inode *) 0xc1390900 > (kgdb) print *ip->i_size Try "print *ip->i_din.di_size". > There is no member named i_size. > (kgdb) q Actually, the offset 33571596 in hex is 0x200430c. I wonder if that is a top bit which got set in the offset by accident. Do you know which directory it would have been searching for "runiv-month.png.meta" in? Could you "ls -ld" it? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message