My application crashed when I analyze memory leaks in instruments.
Does instruments have a stack trace? (I want to see why my app crashed.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instruments shows stack traces in the extended detail view, which you can open by choosing View > Extended Detail. But the Leaks instrument shows stack traces of memory leaks. It doesn’t show the stack trace if your app crashes.
If you want to find the source of your crash, setting up NSZombie can help. The following questions shows how to set up NSZombie in Xcode 4:
How do I setup NSZombieEnabled in Xcode 4?