-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Crashes on L preview #68
Comments
Yup seeing this too |
Usage of pointer returned by GetIntArrayElements changed according to https://developer.android.com/guide/practices/verifying-apps-art.html#JNI_and_GC Tested only on ARM (Nexus). Need to test on x86, TV and wearables. There is no OOTB L on travis yet. |
Yup, seeing this on Nexus 5s running Android L |
Did it happen on snapshot version (after d1bf0c5 was included)? |
These crashes are in our production app so we're using the latest release: 1.0.8 I don't currently have a L preview device or emulator, if I have time I'll get one later and give it a try. Would it be worth doing a 1.0.9 release with that fix? If so I could release it in our hotfix and do some pretty wide testing of it. |
OK, ndk-r10 with L target is finally out (previous snapshot was compiled by old ndk-9d but new build tools). I've just uploaded build with binaries compiled using it to maven snapshot repository. 64-bit versions are included. |
As you can see here (https://github.com/koral--/android-gif-drawable/issues/70) many people see that also on 4.x versions... |
I'm still seeing issues using the snapshot.
|
Last I checked the fix was only in the experimental branch, are you sure you're testing a build that actually contains the fix? I integrated the fix into master locally and it fixed the crash. |
Yes, I tried the experimental branch and I also tried pulling the commit into master and I am still crashing. |
@Wavesonics backtrace is different than that in first post. PS
Snapshot is compiled from the latest commit in experimental branch. |
The text was updated successfully, but these errors were encountered: