Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2002 08:50:03 -0800 (PST)
From:      Michael Vasilenko <acid@dg.net.ua>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/34613: kernel panic in ufsdirhash_lookup
Message-ID:  <200202041650.g14Go3J05759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/34613; it has been noted by GNATS.

From: Michael Vasilenko <acid@dg.net.ua>
To: David Malone <dwmalone@maths.tcd.ie>
Cc: <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: kern/34613: kernel panic in ufsdirhash_lookup
Date: Mon, 4 Feb 2002 18:49:33 +0200 (EET)

 DM> On Mon, Feb 04, 2002 at 05:32:57PM +0200, Michael Vasilenko wrote:
 DM> > (kgdb) print offset
 DM> > $1 = 33571596
 DM> > (kgdb) print ip
 DM> > $2 = (struct inode *) 0xc1390900
 DM> > (kgdb) print *ip->i_size
 DM>
 DM> Try "print *ip->i_din.di_size".
 
 (kgdb) print *ip->i_din.di_size
 Cannot access memory at address 0x17e00.
 
 DM> > (kgdb) q
 DM>
 DM> Actually, the offset 33571596 in hex is 0x200430c. I wonder if that
 DM> is a top bit which got set in the offset by accident. Do you know
 DM> which directory it would have been searching for "runiv-month.png.meta"
 DM> in? Could you "ls -ld" it?
 
 thunderbird:/var/mrtg# ls -l univ-month.png.meta
 -rw-r--r--  1 root  www  39 Feb  4 17:12 univ-month.png.meta
 thunderbird:/var/mrtg# ls -ld
 drwxr-xr-x  2 root  www  97792 Feb  4 18:42 .
 
 -- 
 Michael Vasilenko
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202041650.g14Go3J05759>