[Webkit-unassigned] [Bug 147124] New: Fix crash due to RemoteLayerTreeDisplayRefreshMonitor outliving RemoteLayerTreeDrawingArea
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 14:56:18 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147124
Bug ID: 147124
Summary: Fix crash due to RemoteLayerTreeDisplayRefreshMonitor
outliving RemoteLayerTreeDrawingArea
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wenson_hsieh at apple.com
On occasion, a RemoteLayerTreeDrawingArea may be outlived by one or more of its RemoteLayerTreeDisplayRefreshMonitors. Upon destruction of the RemoteLayerTreeDisplayRefreshMonitor, this may cause the monitor to access a method of its drawing area, which has been deallocated. This results in a crash.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150720/343f8998/attachment.html>
More information about the webkit-unassigned
mailing list