Bug 111456

Summary: [WK2] Crashes creating WebKit processes in WKSandboxExtensionConsume
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix andersca: review+

Description Alexey Proskuryakov 2013-03-05 11:02:48 PST
When extension creation fails, we are likely to crash in SandboxExtension::consumePermanently(). That's too late to diagnose, and also, other SandboxExtension functions handle this situation more gracefully.
Comment 1 Alexey Proskuryakov 2013-03-05 11:10:33 PST
Created attachment 191514 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-03-05 11:19:39 PST
Committed <http://trac.webkit.org/changeset/144788>.
Comment 3 Alexey Proskuryakov 2013-03-05 11:26:05 PST
<rdar://problem/13269245>