EXEC_BAD_ACCESS error comes in my applicatoin in iphone
Posted
by Jaimin
on Stack Overflow
See other posts from Stack Overflow
or by Jaimin
Published on 2010-06-02T07:18:24Z
Indexed on
2010/06/02
7:23 UTC
Read the original article
Hit count: 250
iphone
|memory-leaks
when i print dictionary i got this error.. here my dictTf is mutabledictionay..
when i m in home page i selct few fields and click find. so new view comes with the result.. now i go back and again click find without changing anything.. now comes proper.. now at this moment when i go back it shows this in the dictionay and EXEC_BAD_ACCESS eror comes...
Printing description of dictTf: The program being debugged was signaled while in a function called from GDB. GDB has restored the context to what it was before the call. To change this behavior use "set unwindonsignal off" Evaluation of the expression containing the function (CFShow) will be abandoned. The program being debugged was signaled while in a function called from GDB. GDB has restored the context to what it was before the call. To change this behavior use "set unwindonsignal off" Evaluation of the expression containing the function (CFShow) will be abandoned. (gdb)
© Stack Overflow or respective owner