Bug 141441

Summary: Add assertion to help track down WebCore::DocumentLoader::stopLoadingForPolicyChange() crash
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Page LoadingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, japhet
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

Chris Dumez
Reported 2015-02-10 12:59:32 PST
Add assertions to help track down WebCore::DocumentLoader::stopLoadingForPolicyChange() crash. Radar: <rdar://problem/13811738>
Attachments
Patch (2.41 KB, patch)
2015-02-10 13:04 PST, Chris Dumez
ap: review+
Chris Dumez
Comment 1 2015-02-10 13:04:54 PST
Alexey Proskuryakov
Comment 2 2015-02-10 13:40:46 PST
Comment on attachment 246338 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=246338&action=review > Source/WebCore/ChangeLog:24 > + (WebCore::DocumentLoader::interruptedForPolicyChangeError): > + Make sure frameLoader() is not null before using it. How does this help? If it's null, we crash right away anyway.
Chris Dumez
Comment 3 2015-02-10 13:44:02 PST
Note You need to log in before you can comment on or make changes to this bug.