Bug 104844 - [WK2 NetworkProcess] Crashes in NetworkResourceLoadScheduler::receivedRedirect
Summary: [WK2 NetworkProcess] Crashes in NetworkResourceLoadScheduler::receivedRedirect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-12 14:25 PST by Alexey Proskuryakov
Modified: 2012-12-12 14:33 PST (History)
1 user (show)

See Also:


Attachments
proposed fix (2.49 KB, patch)
2012-12-12 14:29 PST, Alexey Proskuryakov
sam: 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 2012-12-12 14:25:01 PST
I don't see any reason to expect that resource identifier is still there when handling this message. Looks like a load can be canceled already.

<rdar://problem/12862512>
Comment 1 Alexey Proskuryakov 2012-12-12 14:29:14 PST
Created attachment 179127 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2012-12-12 14:33:15 PST
Committed <http://trac.webkit.org/changeset/137515>.