Bug 164866 - [GTK] Crash when loading animated GIFs for first time
Summary: [GTK] Crash when loading animated GIFs for first time
Status: RESOLVED DUPLICATE of bug 164864
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://people.igalia.com/clopez/wkb...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-17 07:39 PST by Carlos Alberto Lopez Perez
Modified: 2016-11-17 07:52 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2016-11-17 07:39:49 PST
WebKitGTK+ crashes when loading some animated GIFs.

The bug is kind of tricky, because if you refresh the page that crashed it won't crash again.
If you close the browser and open again the page that crashed: it won't also crash.

It only crashes the first time ever that it sees those GIFs.
Comment 1 Carlos Alberto Lopez Perez 2016-11-17 07:43:45 PST
I have created a test case here: https://people.igalia.com/clopez/wkbug/164866/

The first time you load the first test it will crash, but it will not crash again after that.

The second test will crash always, that is because the filename of the gifs included are generated with a random name each time the page is loaded (the content of the gifs is the same than on the first case).


Another way to trigger it is to load http://giphy.com/search/test and scroll down.
Comment 2 Carlos Alberto Lopez Perez 2016-11-17 07:52:41 PST

*** This bug has been marked as a duplicate of bug 164864 ***