Re: Why does my heartbeat thread crash?

2009-03-07 Thread Scott Ribe
There's something wrong with your code, in terms of memory management. The code fragment you posted doesn't show the whole context. You might try running with NSZombieEnabled. You might also try reviewing Cocoa's memory management rules.

Why does my heartbeat thread crash?

2009-03-07 Thread Michael Domino
Hi all, Sometimes this happens in my app, for no apparent reason. Is there an explanation, is there something wrong with my code, or do we have to live with it? I just have a standard window with a standard NSProgressIndicator in it. - (void)showLoadingProgress { [progressBar setI