Re: CoreData: Crash in NSManagedObjectContext#existingObjectWithID:error:

2011-01-27 Thread Felix Franz
On 26.01.2011, at 19:08, Kyle Sluder wrote: On Wed, Jan 26, 2011 at 10:07 AM, Kyle Sluder kyle.slu...@gmail.com wrote: Start here: Actually, start with either NSZombieEnabled=YES or using the Zombies instrument. And then move on to Greg's article if zombies don't help you. --Kyle

CoreData: Crash in NSManagedObjectContext#existingObjectWithID:error:

2011-01-26 Thread Felix Franz
Hi all, I have a problem with a CoreData-Document. I normally use NSManagedObjectContext#existingObjectWithID:error: method to get the corresponding object for a given Object-ID. According to the documentation it should return nil if the object cannot be fetched, or does not exist, or cannot

Re: CoreData: Crash in NSManagedObjectContext#existingObjectWithID:error:

2011-01-26 Thread Kyle Sluder
On Wed, Jan 26, 2011 at 9:33 AM, Felix Franz fr...@ergosign.de wrote: But in this particular document it crashes (EXC_BAD_ACCESS) with: #0      0x935e3ed4 in objc_msgSend Start here: http://www.sealiesoftware.com/blog/archive/2008/09/22/objc_explain_So_you_crashed_in_objc_msgSend.html --Kyle

Re: CoreData: Crash in NSManagedObjectContext#existingObjectWithID:error:

2011-01-26 Thread Kyle Sluder
On Wed, Jan 26, 2011 at 10:07 AM, Kyle Sluder kyle.slu...@gmail.com wrote: Start here: Actually, start with either NSZombieEnabled=YES or using the Zombies instrument. And then move on to Greg's article if zombies don't help you. --Kyle Sluder ___