-
-
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
Multiple GifImageView's causing crash #434
Labels
Comments
OK, I'll investigate that. |
koral--
added a commit
that referenced
this issue
Aug 6, 2017
koral--
added a commit
that referenced
this issue
Aug 6, 2017
That's because there were no strong/global references to byte buffers so they were garbage collected causing heap corruption. |
koral--
added a commit
that referenced
this issue
Aug 15, 2017
koral--
added a commit
that referenced
this issue
Aug 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when I was implementing your library I found out that I can't use GifImageView's in a ViewPager because it causing library to crash.
Here is the stacktrace
On my fork you can find code that is causing the crash, to reproduce it just launch app and scroll through ViewPager
I tested it on two devices (same result):
The text was updated successfully, but these errors were encountered: