FS panic with 13-March-05 kernel

Jeff Roberson jroberson at chesapeake.net
Mon Mar 14 16:09:32 PST 2005


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>


More information about the freebsd-current mailing list