Bug 164866
Summary: | [GTK] Crash when loading animated GIFs for first time | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | Images | Assignee: | 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/ |
Carlos Alberto Lopez Perez
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
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.
Carlos Alberto Lopez Perez
*** This bug has been marked as a duplicate of bug 164864 ***