Bug 118209 - Crash when loading is stopped from -didReceiveResponse
Summary: Crash when loading is stopped from -didReceiveResponse
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-06-28 16:36 PDT by Alexey Proskuryakov
Modified: 2013-06-28 16:58 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (11.56 KB, patch)
2013-06-28 16:40 PDT, Alexey Proskuryakov
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-06-28 16:36:38 PDT
WebKit1 crashes when loading is stopped from -willSendRequest delegate.

<rdar://problem/14259249>
Comment 1 Alexey Proskuryakov 2013-06-28 16:40:43 PDT
Created attachment 205756 [details]
proposed fix
Comment 2 Brady Eidson 2013-06-28 16:51:10 PDT
Comment on attachment 205756 [details]
proposed fix

Discussed with Alexey on IRL, the bug title and test names are wrong - it's "crash stopping load in didReceiveResponse"
Comment 3 Alexey Proskuryakov 2013-06-28 16:58:08 PDT
Committed <http://trac.webkit.org/r152196>.