Bug 159430

Summary: ASSERT(!m_visibleDescendantStatusDirty) sometimes hit on media/restore-from-page-cache.html
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ap, eric.carlson, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=158747
https://bugs.webkit.org/show_bug.cgi?id=116272
https://bugs.webkit.org/show_bug.cgi?id=158914
Attachments:
Description Flags
Crashlog none

Description Ryan Haddad 2016-07-05 12:08:27 PDT
LayoutTest media/restore-from-page-cache.html is a flaky crash

Most recent crashing run:
<https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/builds/6303>

Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Frestore-from-page-cache.html.

It appears that this is failing ASSERT(!m_visibleDescendantStatusDirty) in WebCore::RenderLayer::isVisuallyNonEmpty()
Comment 1 Ryan Haddad 2016-07-05 12:09:23 PDT
Created attachment 282804 [details]
Crashlog

Crashlog
Comment 2 Ryan Haddad 2017-03-24 10:10:42 PDT
This does not appear to be happening anymore. Closing.