Date: Mon, 14 Mar 2005 19:09:30 -0500 (EST) From: Jeff Roberson <jroberson@chesapeake.net> To: "David O'Brien" <obrien@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: FS panic with 13-March-05 kernel Message-ID: <20050314190743.L20708@mail.chesapeake.net> In-Reply-To: <20050314185858.GA8374@dragon.NUXI.org> References: <20050314185858.GA8374@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Mar 2005, David O'Brien wrote: > Fatal trap 12: page fault while in kernel mode > .. > current process = 69 (vnlru) > > vnode_pager_generic_putpages() > vop_stdputpages() > VOP_PUTPAGES_APV() > vnode_pager_putpages() > vm_pageout_flush() > vm_object_page_collect_flush() > vm_object_page_clean() > vm_object_terminate() > vnode_destroy_vobject() I think the call to vnode_destroy_vobject() was moved too late in ufs_reclaim() after phk's removal of VOP_DESTROYVOBJECT. I'll move it up for ffs, but can you please do a sweep through the other filesystems? > ufs_reclaim() > VOP_RECLAIM_APV() > vgonel() > vgone() > vlrureclaim() > vnlru_proc() > fork_exit() > fork_trampoline() > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050314190743.L20708>