Search code examples
iphoneiosinstrumentsnszombiezombie-process

Understanding zombie trace in Instruments


I am kind of new at ios development and my app crashes because of EXEC_BAD_ACCESS. To detect problem i enabled Zombies and trace Allocations by using Instruments in xCode 4.5 After it detects Zombie Messaged i am having trouble to find which part of code crashes.

Here is the instruments screen shot: enter image description here Thanks for any help.


Solution

  • I also have the problem at the beginning of learning Instruments, then I figured out the I have to open the 'Extended detail' Pane to see it.(There might other easy way to enable this, but I did not find yet)

    How to find which line of code crashes using Zombie instruments