Bug 131223

Summary: [WK2][GTK] Crash in media/restore-from-page-cache.html
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: calvaris, cgarcia, clopez, pnormand, vjaquez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Sergio Villar Senin 2014-04-04 03:20:42 PDT
No crash log from the bots :(
Comment 1 Philippe Normand 2014-04-04 03:32:14 PDT
I have no idea about the page cache stuff :)
Comment 2 Carlos Alberto Lopez Perez 2014-04-24 09:42:18 PDT
This test works if the environment variable XVFB_SCREEN_DEPTH=8 is set, but crashes otherwise.


Is not the only test with a similar behaviour. I reported those tests on: https://bugs.webkit.org/show_bug.cgi?id=132126
Comment 3 Víctor M. Jáquez L. 2014-08-19 02:20:47 PDT
I've been working on https://bugs.webkit.org/show_bug.cgi?id=135348 for a while. And just realized that, in x86 (32bits) the backtraces are exactly the same: https://bugs.webkit.org/show_bug.cgi?id=135348#c4
Comment 4 Víctor M. Jáquez L. 2014-08-19 07:48:09 PDT
This patch[1] fixes this test.

1., https://bugs.webkit.org/attachment.cgi?id=236812
Comment 5 Víctor M. Jáquez L. 2014-08-21 04:08:46 PDT
This is fixed with http://trac.webkit.org/changeset/172828

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