NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/39283: Kernel crash on Dell Poweredge 2950
Hi,
The next time it crashes like this, please do "show reg". Take the value of
'rsp' and do something like this:
x/Lx 0xffffffff12345678,40
... adding the ,40 at the end. That will dump some of the stack. Go
through each value dumped, one at a time, until you find something useful
giving each value to this command:
x/I 0xffffffff12345678
You will get a function name at some point - probably on the first value. It
will show us where the call to NULL is being made from.
Thanks,
Andrew
Home |
Main Index |
Thread Index |
Old Index