This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying to import data from an rss feed. The first record is inserted fine, but the second result in a EXC_BAD_ACCESS exception. Stepping through the code has gotten me no close to figuring things out. The failure point is on the call to the managedObjectContext save method. I [...] read more