Subject: Re: problems with 32bit kernels (continued)
To: None <bouyer@antioche.lip6.fr, eeh@netbsd.org>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 11/12/2001 18:03:25
| On Mon, Nov 12, 2001 at 05:52:34PM -0000, eeh@netbsd.org wrote:
| > It might be usefult to find out what instructions you have at 0100.8958 and 
| > 0115.5ebc.  From the looks of things something nasty has probably happened
| > to your stack.
|
| How can I do this ?

You can run gdb on the kernel and do:

gdb> x/i <addr>

Or you can have the PROM disassemble memory:

ok <addr> dis

Eduardo