Re: Help with this code
Re: Help with this code
- Subject: Re: Help with this code
- From: Jens Alfke <email@hidden>
- Date: Sat, 22 Mar 2008 22:38:36 -0700
On 22 Mar '08, at 3:23 PM, Guillem Palou wrote:
The debugger crashes in a MoviesTask call. The movie is loaded long
before the call, but the QTMovie object is created only a few
instants before. All the other objects look valid.
Maybe a Movie, or other important object, got deallocated. Try setting
the environment variable NSZombieEnabled to YES, and then run the
program. If something tried to message a deallocated object, you'll
get a helpful message saying what happened (including what class the
object used to be.)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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