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
My app now crash when view disappear. Before update app was not crashed.
Log:
malloc: *** error for object 0x14643bf4: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Highlighted string:
if(JK_EXPECT_T((parseState->cache.items[bucket].bytes = (unsigned char *)reallocf(parseState->cache.items[bucket].bytes, parseState->token.value.ptrRange.length)) != NULL)) in function static void *jk_cachedObjects(JKParseState *parseState)
The text was updated successfully, but these errors were encountered:
You might have to remove the 64 bit architecture from your project settings. My guess is this is happening because Apple added arm64 as part of the standard architectures. You might have to manually set it to armv7, armv7s...
My app now crash when view disappear. Before update app was not crashed.
Log:
malloc: *** error for object 0x14643bf4: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Highlighted string:
if(JK_EXPECT_T((parseState->cache.items[bucket].bytes = (unsigned char *)reallocf(parseState->cache.items[bucket].bytes, parseState->token.value.ptrRange.length)) != NULL)) in function static void *jk_cachedObjects(JKParseState *parseState)
The text was updated successfully, but these errors were encountered: