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

Bad access crash on 32-bit devices #42

Open
luohui8891 opened this issue Jul 29, 2016 · 2 comments
Open

Bad access crash on 32-bit devices #42

luohui8891 opened this issue Jul 29, 2016 · 2 comments

Comments

@luohui8891
Copy link

luohui8891 commented Jul 29, 2016

Hey, do you have any idea about this crash issue?
Which object is dealloc? The block or parameter of the block?
We invoked the block in the main thread by dispatch_async. Does it caused the crash?

@luohui8891
Copy link
Author

FYI, I notice that the crash issue only occurs on 32-bit devices.

@luohui8891 luohui8891 changed the title Bad access crash Bad access crash on 32-bit devices Jul 29, 2016
@intheway
Copy link

0 libobjc.A.dylib 0x213b3a82 objc_msgSend + 1
1 TapatalkFree 0xd53a63 wax_fromInstance (wax_helpers.m:228)
means a none object is treat as object. so objc_msgSend failed.
check your grammar by reference the wiki.
to see detailed reason, please paste your OC and lua code.

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

2 participants