Program received signal: “0”. warning: check_safe_call: could not restore current frame

Posted by Kaushik on Stack Overflow See other posts from Stack Overflow or by Kaushik
Published on 2010-05-24T12:14:03Z Indexed on 2010/05/24 12:51 UTC
Read the original article Hit count: 1004

Filed under:

Require urgent help!:(

i m developing a game and i m dealing with around 20 images at the same time. As per my knowledge, i m allocating and deallocating the images at right places. Game runs for around 15 min fine but quits with an error message:

"Program received signal: “0”. warning: check_safe_call: could not restore current frame"

i also tried debugging with memory leak tools provided in Xcode but could not find any issue with memory management or any increase in memory size on simulator it works fine but not on the device.

i m confused wht can be the issue.

Any help is appreciated. Thanx in advance

© Stack Overflow or respective owner

Related posts about objective-c