My application crashed when I analyze memory leaks in instruments.
Does instruments have a stack trace? (I want to see why my app crashed.)
My application crashed when I analyze memory leaks in instruments.
Does instruments have a stack trace? (I want to see why my app crashed.)
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: