Bug 94960 - [BlackBerry] Debug assertion fires in BackingStorePrivate::renderJob()
Summary: [BlackBerry] Debug assertion fires in BackingStorePrivate::renderJob()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Liam Quinn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 11:16 PDT by Liam Quinn
Modified: 2012-08-24 12:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2012-08-24 11:40 PDT, Liam Quinn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Liam Quinn 2012-08-24 11:16:25 PDT
I'm hitting this debug assertion when starting the Browser after grabbing the fix for PR 94837:

Program terminated with signal 11, Segmentation fault.
#0  0x795aeae2 in BlackBerry::WebKit::BackingStorePrivate::renderJob (this=0x79a1efe8)
    at /home/lquinn/dev/webkit/Source/WebKit/blackberry/Api/BackingStore.cpp:517
517	    ASSERT(shouldPerformRenderJobs());

In talking to Adam Treat, he indicated that this assertion is no longer valid and should be replaced with an early return.
Comment 1 Liam Quinn 2012-08-24 11:40:31 PDT
Created attachment 160463 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-24 12:19:06 PDT
Comment on attachment 160463 [details]
Patch

Clearing flags on attachment: 160463

Committed r126612: <http://trac.webkit.org/changeset/126612>
Comment 3 WebKit Review Bot 2012-08-24 12:19:09 PDT
All reviewed patches have been landed.  Closing bug.