NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/37799: Writing a large file to an NFS partition panics the kernel
The following reply was made to PR kern/37799; it has been noted by GNATS.
From: Reinoud Zandijk <reinoud%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/37799: Writing a large file to an NFS partition panics the
kernel
Date: Tue, 22 Jan 2008 13:14:43 +0100
I've found another constant in the corruption:
(gdb) print *buck
$8 = {tqh_first = 0xc09215dc, tqh_last = 0xc09215e4}
(gdb) print buck->tqh_first->hashq.tqe_next
$9 = (struct vm_page *) 0x40
(gdb) print *buck->tqh_last
$11 = (struct vm_page *) 0x40
So it looks like the TAILQ structure is still consistent though corrupt.
Home |
Main Index |
Thread Index |
Old Index