Bug 164866

Summary: [GTK] Crash when loading animated GIFs for first time
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://people.igalia.com/clopez/wkbug/164866/

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 ***