|
From: Ajoy K T. <aj...@cs...> - 2007-08-01 21:40:00
|
Instruction not recognised. How can I add this to the list (willing to
modify source)...
Ajoy.
disInstr(ppc): unhandled instruction: 0x7D4A4F5E
primary 31(0x1F), secondary 1886(0x75E)
==430== valgrind: Unrecognised instruction at address 0x4011010.
==430== Your program just tried to execute an instruction that Valgrind
==430== did not recognise. There are two possible reasons for this.
==430== 1. Your program has a bug and erroneously jumped to a non-code
==430== location. If you are running Memcheck and you just saw a
==430== warning about a bad jump, it's probably your program's fault.
==430== 2. The instruction is legitimate but Valgrind doesn't handle it,
==430== i.e. it's Valgrind's fault. If you think this is the case or
==430== you are not sure, please let us know and we'll try to fix it.
==430== Either way, Valgrind will now raise a SIGILL signal which will
==430== probably kill your program.
==430==
==430== Process terminating with default action of signal 4 (SIGILL)
==430== Illegal opcode at address 0x4011010
==430== at 0x4011010: (within /lib/ld-2.3.6.so)
|