Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My app is crashing due to a memory leak..when i run the app with leaks instrument...i get NSPlaceHolderString below the Responsible Faller column(in the instrument window)...what could be the possible cause??? Please suggest...

share|improve this question
What platform are you coding for? iPhone/iPad or Mac in general? – Tony Jan 28 '11 at 10:36
2  
Code, where the leak occurs, would be helpful to debug your problem. – EmptyStack Jan 28 '11 at 10:40
1  
Yup, without your code there is nothing we can do. It's a bit like when I say "My car seems to leak some liquid, what's wrong ?" but you can't have a look at it. How can you diagnose the problem this way ? – DarkDust Jan 28 '11 at 10:58
Note we don't need (or want) to see all your code, just enough to reproduce the problem. See also "Writing the perfect question". – outis Jan 28 '11 at 12:07
How about "build and analyze" in xcode, it is the best @ finding memory leaks and errors in your code. Also getting rid of all compiler warnings could help a lot – Antwan van Houdt Jan 28 '11 at 12:42
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.