• 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
What does it mean for an NSManagedObject to be "invalidated"?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What does it mean for an NSManagedObject to be "invalidated"?


  • Subject: What does it mean for an NSManagedObject to be "invalidated"?
  • From: Dave Fernandes <email@hidden>
  • Date: Fri, 3 Oct 2008 20:04:07 -0400

I'm getting the following error logged to the console when I open a new document.

2008-10-03 19:34:48.269 MyApp[1182] The NSManagedObject with ID: 0x1604f260 <x-coredata://ADE49D12-24A9-4C1A-884E-91FEEE739A7D/ Statistics/p187> has been invalidated.

What does "invalidated" mean in this message? Breaking on [NSException raise] gives the following stack trace right before NSLog spits out the above message:

#0 0x9282d3c1 in -[NSException raise]
#1 0x93419404 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:]
#2 0x9334a842 in _NSHandleCarbonMenuEvent
#3 0x9327e2dc in _DPSNextEvent
#4 0x9327db37 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
#5 0x932778c4 in -[NSApplication run]
#6 0x9326b820 in NSApplicationMain
#7 0x000055d6 in main at main.m:13


I release a previous document's MOC when a new document is opened, however, that code doesn't show up in the stack trace. (Note: this is on OS 10.4.11).

I've seen this message posted a couple times in the archives with no response.

Thanks,
Dave
_______________________________________________

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


  • Prev by Date: Re: Python, Mac OS X 10.5.5 and CoreGraphics
  • Next by Date: Re: Play Playlist in iTunes
  • Previous by thread: Re: Python, Mac OS X 10.5.5 and CoreGraphics
  • Next by thread: NSOutlineView assertion failures
  • Index(es):
    • Date
    • Thread