Date: Thu, 18 Sep 1997 22:11:35 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: joerg_wunsch@interface-business.de (Joerg Wunsch) Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: My 2.2-stable panic reproduced Message-ID: <19970918221135.SE56310@uriah.heep.sax.de> In-Reply-To: <19970918200521.RX41144@ida.interface-business.de>; from J Wunsch on Sep 18, 1997 20:05:21 %2B0200 References: <19970908193559.WU22983@ida.interface-business.de> <19970918200521.RX41144@ida.interface-business.de>
next in thread | previous in thread | raw e-mail | index | archive | help
I wrote:
> (kgdb) p ipp
> $4 = (struct iso_node **) 0xefbffcec
> (kgdb) p **ipp
> $5 = {i_chain = {0x0, 0x0}, i_vnode = 0x87654321, i_devvp = 0x0,
> i_flag = 4069182888, i_dev = 4028788080, i_number = 0, i_mnt = 0xf08a8f94,
> i_lockf = 0xf0a6d400, i_endoff = 1049104, i_diroff = 0, i_offset = 0,
> i_ino = 28672, i_spare0 = 28672, i_spare1 = 0, iso_extent = 1024,
> i_size = -211922944, iso_start = -211922944, inode = {iso_atime = {
> tv_sec = 65536, tv_nsec = 0}, iso_mtime = {tv_sec = 14888,
> tv_nsec = 14888}, iso_ctime = {tv_sec = -267137396, tv_nsec = 0},
> iso_mode = 0, iso_uid = 0, iso_gid = 0, iso_links = 0, iso_rdev = 0},
> i_lockcount = 0}
> So what? Replace the VREF by a VGET? The i_vnode value of 0x87654321
> sounds terribly interesting. See this bug report:
>
> Subject: Yet another 2.2-stable NFS (client) panic
> X-Mailer: Mutt 0.60_p2-3,5,8-9
> X-Phone: +49-351-31809-14
> X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E
> Organization: interface business GmbH, Dresden
> Reply-To: joerg_wunsch@interface-business.de (Joerg Wunsch)
>
> Fatal trap 12: page fault while in kernel mode
> fault virtual address = 0x87654371
> fault code = supervisor read, page not present
> instruction pointer = 0x8:0xf013476f
> stack pointer = 0x10:0xefbffdb0
>
> Exactly the same bogus value. So who the heck is dumping 0x87654321's
> all over my memory???
j@uriah 128% find /usr/src/sys -name '*.[ch]' | xargs fgrep 87654321
/usr/src/sys/sys/buf.h:#define NOLIST ((struct buf *)0x87654321)
So what gives? Who's putting NOLIST when and where? Why is it
getting dereferenced?
--
cheers, J"org
joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970918221135.SE56310>
