Re: NSMutableArray removeObject: crash
Re: NSMutableArray removeObject: crash
- Subject: Re: NSMutableArray removeObject: crash
- From: Peter Maurer <email@hidden>
- Date: Fri, 4 Apr 2008 23:21:29 +0200
0 libobjc.A.dylib 0x92d066f9 objc_msgSend + 41
1 com.apple.CoreFoundation 0x96d4b720 -[NSMutableArray
removeObject:] + 96
This could also be due to another over-released object in the array
(which is accessed via -isEqual: or something similar during -
removeObject:) -- as opposed to your notification's object, i.e. the
object you're removing from the array.
At least that's what had happened to me in a similar case, and it took
me a while to realize that the object I was trying to remove wasn't to
blame.
Peter.
_______________________________________________
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