Re: Debugging a crash with CIContext and drawImage
Re: Debugging a crash with CIContext and drawImage
- Subject: Re: Debugging a crash with CIContext and drawImage
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 17 Dec 2007 09:55:21 -0700
Please don't cross-post.
On Dec 17, 2007, at 9:45 AM, Jason Horn wrote:
I am getting a crash at random points after I start playing the
video that happen at this point. The problem is that I'm new to
cocoa and I don't understand what the debugger is trying to tell me.
The last thing in the debugger is this:
objc_msgSend
I sort of get the feeling that something is not keeping up with the
rate at which I am calling drawImage, but I have no idea what. Can
anyone light my way a little?
A crash in objc_msgSend means that the app sent a message to a
deallocated object. Search the archives for "NSZombieEnabled" for
details on how to debug this situation.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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