-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
crash when rendering some GIF's #1872
Comments
Hi, @thiross, can you please specify following details, which can help us to identify issue:
|
Initialize// in Application class.
@Override
public void onCreate() {
super.onCreate();
Fresco.initialize(this);
} RequestSimpleDraweeView image = (SimpleDraweeView) findViewById(R.id.image);
image.setImageURI("https://beauty.nosdn.127.net/beauty/img/5fcca295-c5b9-4b91-8413-353db505ddd3.gif?imageView&thumbnail=960x0&tostatic=0"); backtrace
|
Thanks, I'll take a look. |
@oprisnik This is the bad webp url: http://s1.wmlives.com/data/dongci/opus_cover/201709212010098CvyM09UO2h.webp Here is the crash log: |
I met the same error when I load the follow image, |
Running this through identify shows that the GIF image has different width/height for different frames:
This was a long standing bug (see #1657) that was fixed some days ago: 5044010 The fix should go with the next release. I'll close this task here for now, but please ping it when the changes do not fix your issue. |
|
This issue should have been fixed already. If you still experience this, please give us a sample image @Anilugale so that we can investigate. |
Description
Test Gif:
https://beauty.nosdn.127.net/beauty/img/5fcca295-c5b9-4b91-8413-353db505ddd3.gif?imageView&thumbnail=960x0&tostatic=0
Additional Information
The text was updated successfully, but these errors were encountered: