Summary: | www/node Illegal Instruction on powerpc64 big endian elfv1 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Curtis Hamilton <hamiltcl> |
Component: | Individual Port(s) | Assignee: | Bradley T. Hughes <bhughes> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Only Me | CC: | gustavo.romero, jhibbits, powerpc |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(bhughes) |
Version: | Latest | ||
Hardware: | powerpc | ||
OS: | Any |
Description
Curtis Hamilton
2019-07-10 17:33:42 UTC
(In reply to Curtis Hamilton from comment #0) Hi Curtis, What does "x/4i $pc" tell in gdb? Could you also try to inspect 'dmesg' and paste the instruction inside < >, please? Thanks. (In reply to Gustavo Romero from comment #1) >>Hi Curtis, >>What does "x/4i $pc" tell in gdb? [Current thread is 1 (LWP 100087)] (gdb) x/4i $pc => 0x11505b50: friz f2,f1 0x11505b54: fsub f1,f1,f2 0x11505b58: lfd f3,0(r28) 0x11505b5c: fcmpu cr0,f1,f3 (gdb) >>Could you also try to inspect 'dmesg' and paste the instruction inside < >, >>please? I assumed you meant this. cpu0: IBM PowerPC 970MP revision 1.1, 2300.29 MHz cpu0: Features dc000000<PPC32,PPC64,ALTIVEC,FPU,MMU> cpu0: HID0 1511081<DEEPNAP,NAP,DPM,NHR,TBEN,ENATTN> >>Thanks. It looks like the 'friz' instruction came in with PowerISA 2.03 or 2.04. PPC970 conforms to 2.02 and/or the legacy PowerPC ISA, so does not have the 'friz' instruction. Seems the only fix is new hardware. Therefore this is OBE. |