Skip navigation.
 
mlRe: NSView viewWillDraw crash
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

Related mailsAuthorDate
mlNSView viewWillDraw crash Keith Duncan Jan 10, 22:13
mlRe: NSView viewWillDraw crash Bill Bumgarner Jan 10, 22:22
mlRe: NSView viewWillDraw crash j o a r Jan 10, 22:26
mlRe: NSView viewWillDraw crash Clark Cox Jan 10, 22:27
mlRe: NSView viewWillDraw crash Keith Duncan Jan 11, 11:27
mlRe: NSView viewWillDraw crash Corbin Dunn Jan 16, 00:13