Bug 76096 - [BlackBerry] ASSERT failure in BackingStorePrivate::blitVisibleContents()
Summary: [BlackBerry] ASSERT failure in BackingStorePrivate::blitVisibleContents()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 73144
  Show dependency treegraph
 
Reported: 2012-01-11 12:40 PST by Jacky Jiang
Modified: 2012-01-11 13:23 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.97 KB, patch)
2012-01-11 12:58 PST, Jacky Jiang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.