• 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: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized


  • Subject: Re: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
  • From: j o a r <email@hidden>
  • Date: Tue, 23 Jan 2007 16:06:37 +0100


On Jan 23, 2007, at 1:48 PM, aashish tiwari wrote:

NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized

This type of error, a message sent to the object of some Cocoa class that doesn't implement the corresponding method, is typically caused by a memory management error. The object that was supposed to receive the message has been deallocated, and some other object happens to occupy the same address.


A good way to debug such a problem is to use NSZombieEnabled. Check Google and the list archives for more information on how to do that.

j o a r



_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: 
 >NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized (From: aashish tiwari <email@hidden>)

  • Prev by Date: Re: Tech Talk Sample Code
  • Next by Date: Re: How to make 'filter' child panels?
  • Previous by thread: NSInvalidArgumentException - *** -[NSRecursiveLock length]: selector not recognized
  • Next by thread: [JOB] Senior Cocoa Coder at The Omni Group
  • Index(es):
    • Date
    • Thread