Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After update to iOS 7.1 and Xcode 5.1 #148

Open
brightsider opened this issue Mar 11, 2014 · 3 comments
Open

After update to iOS 7.1 and Xcode 5.1 #148

brightsider opened this issue Mar 11, 2014 · 3 comments

Comments

@brightsider
Copy link

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)

@brightsider
Copy link
Author

I'm fix Xcode warnings for NSInteger types with adding (unsigned long) and app stop crashes.

Crashes still have not stopped. Help!

@etiennemartin
Copy link

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...

@ttv100682
Copy link

Hi, so JSONKit not support arm64 yet. I also got this issue when building my app with architect arm64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants