• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSMutableArray removeObject: crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSMutableArray removeObject: crash (From: Kevin Wojniak <email@hidden>)

  • Prev by Date: re: core data - beyond the simple example
  • Next by Date: Re: enterFullScreenMode trouble
  • Previous by thread: Re: NSMutableArray removeObject: crash
  • Next by thread: Re: NSMutableArray removeObject: crash
  • Index(es):
    • Date
    • Thread