You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cgrushko
added a commit
to cgrushko/Ingredients
that referenced
this issue
Aug 17, 2012
Ingredients crashes with the following error in Xcode's console -
The line of crash is
FMDatabase.m:106
, in[FMDatabase clearCachedStatements]
.System is OS X 10.7.4 Lion.
The text was updated successfully, but these errors were encountered: