|
From: Julian S. <js...@ac...> - 2007-05-25 06:59:11
|
> The illegal instruction appears to be: > > 1003be34: fc 00 08 1e fctiwz f0,f1 > =3D=3D1402=3D=3D Illegal opcode at address 0x4265A690 > =3D=3D1402=3D=3D 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? =46rom the stack trace you sent I'd guess the instruction is at=20 0x4265A690. Unfortunately that means it's in a shared library and=20 will be harder to track down with objdump. J |