Bug 82239

Summary: [chromium] assertion being hit in CCLayerTreeHost::updateCompositorResources
Product: WebKit Reporter: Shawn Singh <shawnsingh>
Component: Layout and RenderingAssignee: Dana Jansens <danakj>
Status: RESOLVED FIXED    
Severity: Normal CC: cc-bugs, danakj, enne, jamesr, nduca, vollick, webkit.review.bot, zelidrag
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Shawn Singh 2012-03-26 13:39:02 PDT
Here is another assertion i'm hitting on desktop aura...

I'm not sure if this should be merged with https://bugs.webkit.org/show_bug.cgi?id=82237  so just in case I'm reporting them separately.

around line 582, in CCLayerTreeHost::updateCompositorResources
ASSERT(it->renderSurface()->drawOpacity() || it->drawOpacityIsAnimating())


To reproduce:

1. load www.apple.com/iphone
2. enjoy it for a while, navigate back and forth between the ads.  maybe try resizing if needed
3. eventually it crashes on this assertion.
Comment 1 Dana Jansens 2012-03-26 13:44:14 PDT

*** This bug has been marked as a duplicate of bug 81994 ***
Comment 2 Dana Jansens 2012-03-26 13:44:29 PDT
Already fixed :)
Comment 3 Dana Jansens 2012-03-26 13:45:39 PDT
Ohhh same wrong assert. 2nd copy.
Comment 4 Nat Duca 2012-03-26 14:52:21 PDT
Dana has a fix pending, 10min
Comment 5 Dana Jansens 2012-03-26 14:57:36 PDT
Created attachment 133900 [details]
Patch
Comment 6 Adrienne Walker 2012-03-26 14:58:53 PDT
Comment on attachment 133900 [details]
Patch

R=me.
Comment 7 WebKit Review Bot 2012-03-26 15:43:58 PDT
Comment on attachment 133900 [details]
Patch

Clearing flags on attachment: 133900

Committed r112159: <http://trac.webkit.org/changeset/112159>
Comment 8 WebKit Review Bot 2012-03-26 15:44:02 PDT
All reviewed patches have been landed.  Closing bug.