current crashes...

Evren Yurtesen yurtesen at ispro.net.tr
Thu May 6 12:19:16 PDT 2004


John Baldwin wrote:
> It's a NULL pointer dereference of some type.  Is this on a debug kernel?  If 
> not, build a debug kernel and get the machine to crash again.  Then save the 
> instruction pointer value (0xc0527284b above) and do the following:
> 
> # cd /sys/i386/compile/FOO
> # gdb -k kernel.debub
> gdb> l *0xc0527284b
> 
> To find out where it crashed.  Also, try running with INVARIANTS turned on.
> 

Sure, it will take few days :) I just cvsupped again few hours ago and 
made world. I also enabled debugging etc. also I set the dumpdev so that 
I will get a dump on next crash.

Thanks,
Evren



More information about the freebsd-current mailing list