|
From: Mike W. <mik...@ve...> - 2007-05-28 18:56:20
|
>> The illegal instruction appears to be: >> >> 1003be34: fc 00 08 1e fctiwz f0,f1 >> ==1402== Illegal opcode at address 0x4265A690 >> ==1402== at 0x1003BE34: BS_Scheduler::BS_Scheduler(BS_Manager*, >fctiwz is definitely implemented - you can't do much FP computation >on a PowerPC without it. Are you sure you have the right instruction? >From the stack trace you sent I'd guess the instruction is at >0x4265A690. Unfortunately that means it's in a shared library and >will be harder to track down with objdump. I believe you are right about the shared library. Do you have any suggestions on how to find the offending symbol? I am trying to rebuild my project with only static libraries, but it is a large and byzantine code base I am not overly familiar with. |