Bug 127153 - Crash when destroying WKInteractionView
Summary: Crash when destroying WKInteractionView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-16 17:22 PST by Enrica Casucci
Modified: 2014-01-16 17:41 PST (History)
0 users

See Also:


Attachments
Patch (1.53 KB, patch)
2014-01-16 17:30 PST, Enrica Casucci
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrica Casucci 2014-01-16 17:22:08 PST
The UIWKSelectionAssistant is a RetainPtr and it is being deallocated after the view and its gesture recognizers have been destroyed.
The parent class UIWebSelectionAssistant assumes to be deallocated before the view is gone.

<rdar://problem/15840761>
Comment 1 Enrica Casucci 2014-01-16 17:30:05 PST
Created attachment 221431 [details]
Patch
Comment 2 Enrica Casucci 2014-01-16 17:41:31 PST
Committed revision 162175