Re: UltraSPARC III... Stability issue ?
Eduardo Horvath <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 17 Apr 2014, BERTRAND Joël wrote: > (gdb) disass 0x101017c > Dump of assembler code for function data_miss: > 0x0000000001010178 <+120>: ldxa [ %g6 ] #ASI_PHYS_USE_EC, %g4 > 0x000000000101017c <+124>: brgez,pn %g4, 0x10101b8 <data_nfo> > 0x0000000001010180 <+128>: or %g4, 0x200, %g7 There's no way that's the faulting instruction. There's either some sort of mismatch between the kernel you're running and the one you disassembled, or the faulting address is not really 0x101017c. Eduardo