Hi everybody,

this is a minor annoyance but I'm still puzzled about it.

When I launch my application, after -applicationWillFinishLaunching: completes, 
I get an exception started by -[NSController 
controllerEditor:didCommit:contextInfo:]. I cannot get a decent traceback to 
pinpoint what object is causing the exception, since it is ultimately raised 
from _NSFireDelayedPerform. It has somehow something to do with Core data, 
since ignoring it brings up the message "Cannot perform operation without a 
managed object context" (and no fatal error ensues).

While it is true the MOC is not initialized at this point, I don't see what 
could cause this message appear at such an early stage. Can it be linked 
somehow with the initialization of a static object embedded in the "MainMenu" 
NIB?

Thanks!
Vincent_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to