Port-sparc archive

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

Re: IPX system crash (no log data)



On Wed, 5 Oct 2011, Alexander Carver wrote:

> This time I just captured the ctrace data though I still intend to compile the
> debugging kernel.  I'm hoping some of you can help me make sense of the ctrace
> dump.  The interesting thing is that it fails in exactly the same spot.  The
> PC always stops at ffeaf538 the last three times that I was able to do a
> ctrace.  I don't remember if the other instructions are identical but I know
> the PC is.

Unfortunately, we can't use the results of your ctrace since the addresses 
of routines move around from kernel to kernel.  What you need to do is run 
gdb on the kernel image and then `x/i <addr>' each PC value in the ctrace 
to find the actual location.

Edaurdo


Home | Main Index | Thread Index | Old Index