Subject: Re: How to read a crash file?
To: None <current-users@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: current-users
Date: 12/10/2006 12:05:12
On Sun, Dec 10, 2006 at 11:04:30AM +0100, Jukka Salmi wrote:
> Target kvm seems to work, but it's not very useful:
>
> (gdb) target kvm netbsd.1.core
> #0 0x00000000 in ?? ()
> (gdb) bt
> #0 0x00000000 in ?? ()
> #1 0xc0aea000 in ?? ()
> #2 0x00001000 in ?? ()
> #3 0x00000073 in ?? ()
> #4 0x04d2c000 in ?? ()
> #5 0x3fefc000 in ?? ()
> #6 0x3b1d0000 in ?? ()
> #7 0x00000001 in ?? ()
> #8 0x002d96a0 in ?? ()
> #9 0x00000000 in ?? ()
> (gdb)
>
> Any hints?
This should be fixed in latest gdb sources, I think.
Pavel