Subject: Re: current-build vm question
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 02/19/2002 07:51:46
hi,
this should be fixed with rev. 1.49 of miscfs/genfs/genfs_vnops.c
-Chuck
On Mon, Feb 18, 2002 at 05:14:09PM +0900, enami tsugutomo wrote:
> Hisashi T Fujinaka <htodd@twofifty.com> writes:
>
> > This is my typing, switching between computers with a switch box. The
> > computer locked up trying to compile something rand in crypto.
> >
> > uvmfault(0xc03f5620, 0xc0714000, 0, 1) -> e
> > kernel, page fault trap, code 0
> > Stopped in pid 9 (ioflush) at genfs_putpages+268: movl 0x24(%esdi), %eax
> > db> trace
> > genfs_putpages(cf581d40,0,cf581d58,c492ad58,1) at genfs_putpages+0x268
> > VOP_PUTPAGES(cfb39d20,0,0,0,0,11,c08a6800,0) at VOP_PUTPAGES+0x49
>
> Hmm. I guess your kernel is built without DIAGNOSTIC, right?
>
> Probably, we need to update `pg' after preempt() with similar way we
> do after waitng busy page.
>
> enami.