Bug 151887 - Crash in clients using userData in _immediateActionAnimationControllerForHitTestResult
Summary: Crash in clients using userData in _immediateActionAnimationControllerForHitT...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-12-04 15:01 PST by Beth Dakin
Modified: 2015-12-04 17:00 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2015-12-04 15:06 PST, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2015-12-04 15:01:40 PST
Crash in clients using userData in _immediateActionAnimationControllerForHitTestResult
Comment 1 Radar WebKit Bug Importer 2015-12-04 15:02:32 PST
<rdar://problem/23768087>
Comment 2 Beth Dakin 2015-12-04 15:06:47 PST
Created attachment 266664 [details]
Patch
Comment 3 Beth Dakin 2015-12-04 15:23:13 PST
Thanks Sam!
Comment 4 Ryan Haddad 2015-12-04 16:19:33 PST
The following tests are crashing on El Capitan WK2 tests with this change:

fast/events/cancelled-force-click-link-navigation.html
fast/events/force-click-link-selection-behavior.html
fast/events/force-click-on-link-navigation.html
fast/events/force-click-text-selection-behavior.html

Full crashlog:
<https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r193483%20(1652)/fast/events/cancelled-force-click-link-navigation-crash-log.txt>

Run:
<https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20%28Tests%29/builds/1652>
Comment 5 Beth Dakin 2015-12-04 17:00:08 PST
Follow-up fixes for the crashes: http://trac.webkit.org/changeset/193489

Thanks Ryan!