Re: NSTimer EXC_BAD_ACCESS
Re: NSTimer EXC_BAD_ACCESS
- Subject: Re: NSTimer EXC_BAD_ACCESS
- From: Scott Ribe <email@hidden>
- Date: Sun, 14 Dec 2008 21:38:01 -0700
- Thread-topic: NSTimer EXC_BAD_ACCESS
> Take a look at the stack trace again. It's happening within the call
> to +[NSTimer scheduledTimerWithInterval:target:selector:userInfo:repeats:].
> The problem can't be that he hasn't retained a timer he hasn't
> created yet.
The problem is that he's corrupted the heap, which could have happened by
using the prior timer after it had been dealloc'd. Or any other memory
error, possibly not related at all to NSTimer.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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