I get an error in the debugger. In the stream, my application shuts down online:
0x37265f78: ldr r3, [r4, #8]
with:
Thread 1: EXC_BAD_ACCESS (code=1, address=0x50000008)
How to find out where the application really crashes? Is there something like a call stack?
source
share