FROM : j o a r
DATE : Thu Jan 10 22:26:42 2008
On Jan 10, 2008, at 1:13 PM, Keith Duncan wrote:
> I've just caught a crash in NSView's viewWillDraw method, stack
> backtrace below, note that none of my views implement this method.
> I'm trying to think of an instance in which a crash could happen
> without having overidden the method?
Two things you might want to check:
* Are you using multiple threads, and doing anything that might not be
thread safe?
* Run with NSZombieEnabled to see if you can catch anything that way
(unless you're using GC).
j o a r
DATE : Thu Jan 10 22:26:42 2008
On Jan 10, 2008, at 1:13 PM, Keith Duncan wrote:
> I've just caught a crash in NSView's viewWillDraw method, stack
> backtrace below, note that none of my views implement this method.
> I'm trying to think of an instance in which a crash could happen
> without having overidden the method?
Two things you might want to check:
* Are you using multiple threads, and doing anything that might not be
thread safe?
* Run with NSZombieEnabled to see if you can catch anything that way
(unless you're using GC).
j o a r
| Related mails | Author | Date |
|---|---|---|
| Keith Duncan | Jan 10, 22:13 | |
| Bill Bumgarner | Jan 10, 22:22 | |
| j o a r | Jan 10, 22:26 | |
| Clark Cox | Jan 10, 22:27 | |
| Keith Duncan | Jan 11, 11:27 | |
| Corbin Dunn | Jan 16, 00:13 |






Cocoa mail archive

