看板 DFBSD_bugs 關於我們 聯絡資訊
:> Index: vm_glue.c :>=================================================================== :> RCS file: /cvs/src/sys/vm/vm_glue.c,v :> retrieving revision 1.27 :> diff -u -r1.27 vm_glue.c :> --- vm_glue.c 15 Aug 2004 15:00:22 -0000 1.27 :> +++ vm_glue.c 29 Aug 2004 16:45:15 -0000 :> @@ -275,6 +275,7 @@ :> void :> vm_waitproc(struct proc *p) :> { :> + p->p_stats = NULL; :> cpu_proc_wait(p); :> vmspace_exitfree(p); /* and clean-out the vmspace */ :> } : :i tried updating the source and checked just in case is the line i had to add :manually is still there ... and its not ... shouldnt this be commited in the :cvs or does that panic only occur on my machine? That patch was for you to test to see if that particular panic would reoccur with the fix. Since it's a general bug fix I do intend to commit it, but it's always nice to try to get feedback first, e.g. whether it actually fixed the problem or not (or at least did not cause new problems). -Matt Matthew Dillon <dillon@backplane.com>