Re: Main thread crash

2010-03-23 Thread Jeremy Pereira
On 23 Mar 2010, at 16:17, Arun wrote: > How does NSZombies help in resolving the crash? > Can anyone explain please. http://developer.apple.com/mac/library/technotes/tn2004/tn2124.html#SECFOUNDATION It was surprisingly hard to track down that link using Google. In the end I got it with the fo

Re: Main thread crash

2010-03-23 Thread Kyle Sluder
On Tue, Mar 23, 2010 at 9:17 AM, Arun wrote: > How does NSZombies help in resolving the crash? This document explains: http://developer.apple.com/mac/library/technotes/tn2004/tn2124.html#SECFOUNDATION --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-de

Re: Main thread crash

2010-03-23 Thread Arun
How does NSZombies help in resolving the crash? Can anyone explain please. -Arun On Tue, Mar 23, 2010 at 7:10 PM, Scott Ribe wrote: > You've either over-released something that the timer refers to, so that > it's > not there when the timer fires. Or you have left the timer running after it > sho

Re: Main thread crash

2010-03-23 Thread Scott Ribe
You've either over-released something that the timer refers to, so that it's not there when the timer fires. Or you have left the timer running after it should have been. If it's not just that you, for instance, forgot to stop the timer when closing a window or dealloc'ing a window controller, the

Main thread crash

2010-03-23 Thread Arun
Hi All, My app is crashing with the following crash log. Not sure where is the problem. In the stack trace below i am not finding any calls in my code ? Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x4250 Crashed Thread: 0 Thread 0 Crashed: 0 l