I'm getting an NSObjectInaccessibleException when sending NSManagedObject as object with NSNotification. The notification is sent on the same thread as where the NSManagedObjectContext lives. It does not happen at all times and I can't track down what the exception causes.
Any ideas?