-
Notifications
You must be signed in to change notification settings - Fork 50
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
djinni::jniFindClass crash issue #152
Comments
Hi @tongyuze, do you have more details about the crash? We don't see any problem with djinni::jniFindClass in Snapchat. |
@LiFengSC djinni::jniGetThreadEnv() [0xd2f1708] in jni.h:1062 And the cause of the crash is: Any idea about this? |
This looks |
@LiFengSC |
|
@LiFengSC Also want to check, there will be no exception thrown because of this error, so we can't use try-catch block in java file to catch and deal with this error, is that correct? The only way to solve this is to make sure djinni::jniInit() is called before. |
And also we got another issue which should be non-related to my previous post: Thread backtrace: |
Hi there,
We got some report that djinni::jniFindClass will crash sometimes while it is called by native thread. However, the thing is that we couldn't repro this issue and find any clue on our side.
Do you have any idea about how this method could fail? Thanks!
The text was updated successfully, but these errors were encountered: