Date: Mon, 01 Dec 2003 01:36:02 +0100 From: Stefan Ehmann <shoesoft@gmx.net> To: Don Lewis <truckman@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: 5.2-BETA panic: page fault Message-ID: <1070238961.5827.17.camel@shoeserv.freebsd> In-Reply-To: <200312010010.hB10A7eF025004@gw.catspoiler.org> References: <200312010010.hB10A7eF025004@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2003-12-01 at 01:10, Don Lewis wrote:
> Can you reproduce this problem without bktr?
>
<snip>
> You are getting a double panic, with the second happening during the
> file system sync. The code seems to be be tripping over the same mount
> list entry each time. Maybe the mount list is getting corrupted. Are
> you using amd? Print *lkp in the lockmgr() stack frame.
>
>
> You might want to add
> KASSERT(mp->mnt_lock.lk_interlock !=NULL, "vfs_busy: NULL mount
> pointer interlock");
> at the top of vfs_busy() and right before the lockmgr() call.
No, I'm not using amd.
(kgdb) print *lkp
$1 = {lk_interlock = 0x0, lk_flags = 0, lk_sharecount = 0, lk_waitcount
= 0,
lk_exclusivecount = 0, lk_prio = 0, lk_wmesg = 0x0, lk_timo = 0,
lk_lockholder = 0x0, lk_newlock = 0x0}
This is indeed just NULLs.
I haven't tried without bktr yet but I hope I'll have time for that (and
the KASSERT) tomorrow.
The panic only seems to happen when accessing my read-only mounted ext2
partition. Today I tried not to access any data there and uptime is
14h30min now. The panic always happened after a few hours. So this is
probably the core of the problem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1070238961.5827.17.camel>
