DragonFly BSD
DragonFly bugs List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: yet another kernel panic


From: Rum <rumko@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: 06 Sep 2004 13:33:12 GMT

On 2004-09-03, Rum <rumko@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> On 2004-09-03, Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> wrote:
>>
>>:> 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@xxxxxxxxxxxxx>
>
> as soon as i get my kde compiled so i can restart my machine without worries

im running almost latest current (from yesterday) with that patch and am
wondering if there are any test apps to check if the patch works or should i
just wait if it shows up by itself?



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]