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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to