What does that mean? "mi_cmd_stack_list_frames: Not enough frames in stack."
Posted
by
HelloMoon
on Stack Overflow
See other posts from Stack Overflow
or by HelloMoon
Published on 2009-09-03T08:25:44Z
Indexed on
2011/01/10
15:53 UTC
Read the original article
Hit count: 157
Debugger is telling me this, when I run my app on device:
Program received signal: “EXC_BAD_ACCESS”.
mi_cmd_stack_list_frames: Not enough frames in stack.
mi_cmd_stack_list_frames: Not enough frames in stack.
I don't get information about where in code that happens. That's all I get. Any idea what that could mean?
The app crashes after that. When the device is not connected to the mac, it still crashes, so not a debugger problem.
© Stack Overflow or respective owner