Ingredients icon indicating copy to clipboard operation
Ingredients copied to clipboard

Crash in 10.7.4 Lion: malloc: resurrection error in [FMDatabase clearCachedStatements]

Open cgrushko opened this issue 12 years ago • 0 comments

Ingredients crashes with the following error in Xcode's console -

Ingredients(32118,0x101c81000) malloc: resurrection error for object 0x400481be0 while assigning __NSDictionaryObjectEnumerator._obj[128](0x400b27da0)[8] = __NSCFDictionary[64](0x400481be0)
garbage pointer stored into reachable memory, break on auto_zone_resurrection_error to debug

Ingredients(32118,0x101c81000) malloc: resurrection error for object 0x400481be0 while assigning __NSDictionaryObjectEnumerator._origObj[128](0x400b27da0)[16] = __NSCFDictionary[64](0x400481be0)
garbage pointer stored into reachable memory, break on auto_zone_resurrection_error to debug

The line of crash is FMDatabase.m:106, in [FMDatabase clearCachedStatements].

System is OS X 10.7.4 Lion.

cgrushko avatar Aug 17 '12 14:08 cgrushko