In Xcode 4.2, I have turned on the Zombie detection in the Scheme Run diagnostics (the only option checked in that window), but when I get EXC_BAD_ACCESS, nothing is shown in the debugger. Where is the zombie info shown?
Share
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.
If the zombie detection code finds a zombie, it logs into the console (Cmd-Shift-Y). It doesn’t always work, that’s probably why you’re not seeing anything reported for your
EXC_BAD_ACCESS. I’m not sure what the circumstances for successful zombie report are, maybe someone could shed a light on that.