WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
129456
Crash in RemoteLayerTreePropertyApplier::applyPropertiesToLayer
https://bugs.webkit.org/show_bug.cgi?id=129456
Summary
Crash in RemoteLayerTreePropertyApplier::applyPropertiesToLayer
Tim Horton
Reported
2014-02-27 15:52:59 PST
<
rdar://problem/16182676
> Seeing a crash in RemoteLayerTreePropertyApplier::applyPropertiesToLayer when going from having layer contents to not having layer contents. We're dereferencing the RemoteLayerBacking without checking if it exists, in the accelerated drawing codepath. Also, this #if structure is disturbing (conditional control flow scares me), so rework it a bit.
Attachments
patch
(2.33 KB, patch)
2014-02-27 15:55 PST
,
Tim Horton
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2014-02-27 15:55:11 PST
Created
attachment 225421
[details]
patch
Tim Horton
Comment 2
2014-02-27 15:56:36 PST
Comment on
attachment 225421
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=225421&action=review
> Source/WebKit2/ChangeLog:11 > + We were dereferencing the RemoteLayerBacking without checking if it exists,
+Store
Tim Horton
Comment 3
2014-02-27 15:59:04 PST
http://trac.webkit.org/changeset/164840
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug