Re: NSMutableArray removeObject: crash
Re: NSMutableArray removeObject: crash
- Subject: Re: NSMutableArray removeObject: crash
- From: "Shawn Erickson" <email@hidden>
- Date: Fri, 4 Apr 2008 13:18:10 -0700
On Fri, Apr 4, 2008 at 1:08 PM, Kevin Wojniak <email@hidden> wrote:
> I am getting a report of a crash with a stack trace ending like this:
>
>
> > 0 libobjc.A.dylib 0x92d066f9
> objc_msgSend + 41
> > 1 com.apple.CoreFoundation 0x96d4b720 -[NSMutableArray
> removeObject:] + 96
> >
>
>
> Generally, when there are specifics like this I can fix the crash pretty
> easily. However, with this I'm stumped.
What are the exception codes for this "crash". Are you sure it is a
crash and not a report of runtime exception? (aka the notifications
object is nil)
Are you somehow over releasing the object that posts the notification
(aka the self used at time of posting the notification)?
-Shawn
_______________________________________________
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