15.09.2011, 00:42, "Kurt Miller" <k...@intricatesoftware.com>: > (gdb) x/20i 0x36fe44d0 > 0x36fe4508 <JNI_OnLoad+56>: lwz r0,40(r2) # loaded word from > given memory address into r0 > 0x36fe450c <JNI_OnLoad+60>: mr r4,r29 > 0x36fe4510 <JNI_OnLoad+64>: mtctr r0 # ctr is > initialized with value from r0 > 0x36fe4514 <JNI_OnLoad+68>: mr r12,r0 > 0x36fe4518 <JNI_OnLoad+72>: bctrl > > At this point I'm unsure why we're failing. Anyone know PowerPC assemby well > enough > to determine why the ctr register is 0x0?
I guess there was zero pointer or something like that. -- Regards, Konstantin