Port-sparc64 archive

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

Re: 4.99.51 kernel crashes while detecting a PCI card



On Sat, Feb 02, 2008 at 12:18:27AM +0000, Matthias Scheler wrote:
> How what I do that?

Matt is right, this is not an unaligned access but a null pointer deref.
Just build the same kernel with makeoptions DEBUG=-g, then do

  gdb netbsd.gdb

and check the pc that the crash reported, like "list *(0xXXXXX)".

Martin



Home | Main Index | Thread Index | Old Index