• 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: Core Data Crash on MOC Release
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data Crash on MOC Release


  • Subject: Re: Core Data Crash on MOC Release
  • From: Kyle Sluder <email@hidden>
  • Date: Thu, 13 Aug 2009 10:11:13 -0700

On Thu, Aug 13, 2009 at 10:03 AM, Volker in Lists<email@hidden> wrote:
> Why don't you call
> self.persistentStoreCoordinator = nil;
> instead of releasing the persistentStoreCoordinator ?

-dealloc should always access instance variables directly; it should
not call accessor methods.  Currently this is impossible to do with
synthesized instance variables, but that is considered a bug.

--Kyle Sluder
_______________________________________________

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: 
 >Core Data Crash on MOC Release (From: Greg Reichow <email@hidden>)
 >Re: Core Data Crash on MOC Release (From: Volker in Lists <email@hidden>)

  • Prev by Date: Re: Releasing ivars in -didTurnIntoFault. Should set to nil?
  • Next by Date: Re: Trouble with NSColor
  • Previous by thread: Re: Core Data Crash on MOC Release
  • Next by thread: re: Core Data Crash on MOC Release
  • Index(es):
    • Date
    • Thread