Re: Crash when saving my Core Data context
Re: Crash when saving my Core Data context
- Subject: Re: Crash when saving my Core Data context
- From: Bill Bumgarner <email@hidden>
- Date: Sun, 19 Jun 2005 20:26:54 -0500
On Jun 19, 2005, at 7:49 PM, Joseph Jones wrote:
I currently have a project that takes an XSD file, generates a core
data object graph and populates the graph from the associated XML.
Graph creation works fine. Graph population works fine. Saving the
graph, however, does not work so well. I seem to get a crash DEEP
in the system code (71397 stack frames deep). Here is a print out
of the first 10 frames (if it helps):
It sounds like your generated XML file is not quite correct. I
would suggest trying to programmatically generate an object graph
against the model that is as close to possible as the generated XML
that is causing the crash on save. If it crashes, then please file
a bug. If it doesn't crash, then compare the XML generated by Core
Data with the XML generated via XSD. There will likely be a subtle
difference that is at the root of the crash.
b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden