• 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: NSEntityDescription random crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSEntityDescription random crash


  • Subject: Re: NSEntityDescription random crash
  • From: "Shawn Erickson" <email@hidden>
  • Date: Thu, 10 Jul 2008 08:54:53 -0700

On Thu, Jul 10, 2008 at 6:56 AM, Nicolas Lapomarda <email@hidden> wrote:

> The error I'm getting is random as well, but always takes the form
>
>        "*** -[NSCFString _entityForName]: unrecognized selector sent to
> instance xxx".

You likely are not retaining an object that you expect to stay around.
This results in that object getting deallocated and some other random
object dropping in at that address in memory.

You can enable NSZombie to help track down this issue.

<http://developer.apple.com/technotes/tn2004/tn2124.html#SECFOUNDATION>

-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

  • Follow-Ups:
    • Re: NSEntityDescription random crash
      • From: "Nicolas L." <email@hidden>
References: 
 >NSEntityDescription random crash (From: Nicolas Lapomarda <email@hidden>)

  • Prev by Date: Re: Why can't I name a property `tag'?
  • Next by Date: Re: Why can't I name a property `tag'?
  • Previous by thread: Re: NSEntityDescription random crash
  • Next by thread: Re: NSEntityDescription random crash
  • Index(es):
    • Date
    • Thread