What does it mean for an NSManagedObject to be "invalidated"?
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