I'm developing an program for MAC OS X.
My project was created by metrowerks' codewarrior,
I use metrowerks C compiler, metrowerks standard
C runtime library. I run the program by the
codewarrior debugger, then I traced my program.
but when following instruction was executed,
both the debugger and codewarrior crashed:
bl 0x????????
no error message was emitted.
'0x????????'was the address of my function which
was 16 bytes aligned, the binary code at this
address was valid instruction code.
Who can help me?