Bug 94960

Summary: [BlackBerry] Debug assertion fires in BackingStorePrivate::renderJob()
Product: WebKit Reporter: Liam Quinn <lquinn>
Component: WebKit BlackBerryAssignee: Liam Quinn <lquinn>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Patch none

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.