Re: How to debug: "Save partially failed: Error saving the persistent store."
Re: How to debug: "Save partially failed: Error saving the persistent store."
- Subject: Re: How to debug: "Save partially failed: Error saving the persistent store."
- From: Fritz Anderson <email@hidden>
- Date: Thu, 24 Jun 2010 20:19:04 -0500
On 23 Jun 2010, at 8:03 PM, Gideon King wrote:
> I am encountering this issue when trying to save my atomic store. The backtraces don't seem to give anything useful to locate the issue.
>
> Any suggestions as to how to find the cause of this?
I wish you had mentioned the circumstances in which you "encountered the issue." Did you meet it on the street? Got it from the NSError* passed back from -[NSManagedObject save:]? From -[NSAtomicStore save:] (in which case you're inside your own code anyway, aren't you — subclasses have to implement it themselves)? In an exception/assertion down in Core Data?
You've left me to guess, so I'll guess that an NSError is involved somehow. What do you see in the NSError's userInfo dictionary?
How do backtraces come into it?
Does it occur as a result of any code you execute? Show it to us.
— F
_______________________________________________
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