Re: Ultrasparc III+ kernel panic
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 17, 2015 at 10:33:33PM +0100, BERTRAND Joël wrote: > 1 tt=30 tstate=4411001503 tpc=0x1001488 tnpc=0x100148c > 2 tt=30 tstate=4482000601 tpc=0x12e1da0 tnpc=0x12e1da4 So we now have real kernel %pc values to look at, can you check with gdb where they are? Typical check is someting like: gdb netbsd.gdb list *(0x1001488) x/i 0x1001488 where 0x1001488 is the tpc value above. Thanks, Martin