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" >Received on Mon Mar 14 2005 - 23:09:32 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC