-
Notifications
You must be signed in to change notification settings - Fork 257
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/ART crash Invalid instance of… #92
Comments
Ok, got the same with 2048. #113 |
Difference with there tests at https://android.googlesource.com/platform/art/+/ecbce8f/test/044-proxy/src/BasicTest.java: the |
I got another issue after this one, so i think it's still not enough |
@dheeraj1991 This issue is not the place to discuss about your issue. Please use the mailing list, or open a new issue with logs. |
So, i get this one easily now:
Again, after debugging, the code fail during the After commenting out the
So the previous fix is not enough, we need to find out why |
I just found that: https://android.googlesource.com/platform/art/+/1268b74%5E!/ The message:
|
So it's not a bug in pyjnius, closing, nice digging! |
We cannot just said to our users: Try to upgrade android. Most of phones (even mine) still don't have the fix, and is not going to until Lolipop (maybe? no idea). I'm doing a fix for it. |
To reproduce, try to copy text in a kivy TextInput on android using ART instead of Dalvik.
Tested on android 4.4.2 on nexus 7 2013.
The text was updated successfully, but these errors were encountered: