Subject: Re: page fault panic
To: None <prlw1@cam.ac.uk>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 07/08/1999 13:07:12
you should just be able to type "c" at the ddb prompt.
make sure you have enough free space in /var/crash as
you have RAM in the machine.

-Chuck


Patrick Welche writes:
> I just got a different panic:
> 
> uvm_fault(0xf636a870, 0x80000000, 0, 3) -> 1
> kernel: page fault trap, code=0
> Stopped in rc5des at    timeout+0x75:   movl    %ecx,0xc(%ebx)
> db> trace
> kernel: privileged instruction fault trap, code=0
> Faulted in DDB; continuing...
> 
> - This may be old hat, as uvm changed since I built that kernel 2 days ago.
> - How do I get a crash dump? ISTR call something, but I can't remember the
>   name of the function (something for http://www.netbsd.org/Documentation/
>     kernel/index.html perchance?)
> 
> Cheers,
> 
> Patrick