[Webkit-unassigned] [Bug 88915] New: [BlackBerry] Crash when rendering web page that's being destroyed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 12 14:17:27 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88915
Summary: [BlackBerry] Crash when rendering web page that's
being destroyed
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit BlackBerry
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: anilsson at rim.com
CC: tonikitoo at webkit.org
At one stage in the tear down of web page, the compositor is disconnected from the web page so WebPageCompositorPrivate::m_webPage is 0.
However, WebPageCompositorPrivate::render() doesn't check validity of m_webPage before calling into WebPage::compositor() to see if we're really the web page's compositor.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list