看板 DFBSD_bugs 關於我們 聯絡資訊
:but i should have that patch :copy/pasted from the source file: : :vm_waitproc(struct proc *p) :{ : p->p_stats = NULL; : cpu_proc_wait(p); : vmspace_exitfree(p); /* and clean-out the vmspace */ :} You are not running a kernel with that patch. Or at least, whatever kernel you were runing at the time of the crash was not one with the patch. Try rebuilding and reinstalling your kernel -Matt Matthew Dillon <dillon@backplane.com>