Bug 115607 - REGRESSION(r148312): Crash when calling WKPageClose(page) followed by WKPageTerminate(page)
Summary: REGRESSION(r148312): Crash when calling WKPageClose(page) followed by WKPageT...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-04 17:36 PDT by Sam Weinig
Modified: 2013-05-04 19:31 PDT (History)
0 users

See Also:


Attachments
Crash Fix (8.58 KB, patch)
2013-05-04 17:42 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch+Test (this time without commenting out the fix) (8.58 KB, patch)
2013-05-04 17:44 PDT, Sam Weinig
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-05-04 17:36:08 PDT
r148312 caused a regression where we now seeing crashes in Safari when closing pages that are unresponsive (done via WKPageClose(page) followed by WKPageTerminate(page)).

<rdar://problem/13702008>
Comment 1 Sam Weinig 2013-05-04 17:42:24 PDT
Created attachment 200552 [details]
Crash Fix
Comment 2 Sam Weinig 2013-05-04 17:44:26 PDT
Created attachment 200553 [details]
Patch+Test (this time without commenting out the fix)
Comment 3 Sam Weinig 2013-05-04 19:31:36 PDT
Committed revision 149573