-
Notifications
You must be signed in to change notification settings - Fork 184
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
Android Crash: Uncaught JPypeException during Python-Java Interop with Modified JPype Bindings #1257
Comments
I know the problem. It crashes after running for a few seconds.
|
I am not sure how to process this bug report. The crash has a patch, but clearly some additional modification us required in PyJPModule_loadResources. Something failed likely due to diferences in dex and the error was not caught. Catch the error and fix it. Then submit a PR if you want the fix in the main line. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
Issue Description:
The Android application crashes during JVM-Python interoperation through modified JPype bindings, showing a fatal
JPypeException
originating from native code. Key symptoms include:Critical Crash:
Patch info:
The text was updated successfully, but these errors were encountered: