Re: NSView viewWillDraw crash
Re: NSView viewWillDraw crash
- Subject: Re: NSView viewWillDraw crash
- From: j o a r <email@hidden>
- Date: Thu, 10 Jan 2008 13:26:42 -0800
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden