Crash in 10.7.4 Lion: malloc: resurrection error in [FMDatabase clearCachedStatements]
cgrushko opened this issue · 0 comments
cgrushko commented
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.