Bug 76096

Summary: [BlackBerry] ASSERT failure in BackingStorePrivate::blitVisibleContents()
Product: WebKit Reporter: Jacky Jiang <jkjiang>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, manyoso, rwlbuis, staikos, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 73144    
Attachments:
Description Flags
Patch none

Description Jacky Jiang 2012-01-11 12:40:23 PST
ASSERT failure in BackingStorePrivate::blitVisibleContents():
#0  0x7c9478e8 in BlackBerry::WebKit::BackingStorePrivate::blitVisibleContents
(this=0x5e1d7100, force=false)
    at
/Users/zhajiang/dev/webkit/Source/WebKit/blackberry/Api/BackingStore.cpp:1108
#1  0x7c9444e4 in BlackBerry::WebKit::BackingStorePrivate::repaint
(this=0x5e1d7100, windowRect=..., contentChanged=true, immediate=true)
    at
/Users/zhajiang/dev/webkit/Source/WebKit/blackberry/Api/BackingStore.cpp:337
#2  0x7c97744c in BlackBerry::WebKit::WebPagePrivate::rootLayerCommitTimerFired
(this=0x5e070828)
    at /Users/zhajiang/dev/webkit/Source/WebKit/blackberry/Api/WebPage.cpp:5491
#3  0x7c994cd0 in WebCore::Timer<BlackBerry::WebKit::WebPagePrivate>::fired
(this=0x768913d0) at
/Users/zhajiang/dev/webkit/Source/WebCore/platform/Timer.h:100
#4  0x7cf86c78 in WebCore::ThreadTimers::sharedTimerFiredInternal
(this=0x79026790) at
/Users/zhajiang/dev/webkit/Source/WebCore/platform/ThreadTimers.cpp:115
#5  0x7cf86b9c in WebCore::ThreadTimers::sharedTimerFired () at
/Users/zhajiang/dev/webkit/Source/WebCore/platform/ThreadTimers.cpp:93
...
Comment 1 Jacky Jiang 2012-01-11 12:58:01 PST
Created attachment 122080 [details]
Patch
Comment 2 Rob Buis 2012-01-11 13:03:48 PST
Comment on attachment 122080 [details]
Patch

LGTM.
Comment 3 WebKit Review Bot 2012-01-11 13:23:35 PST
Comment on attachment 122080 [details]
Patch

Clearing flags on attachment: 122080

Committed r104738: <http://trac.webkit.org/changeset/104738>
Comment 4 WebKit Review Bot 2012-01-11 13:23:39 PST
All reviewed patches have been landed.  Closing bug.