Bug 115273 - [WK2] Crashes under ResourceHandle::continueDidReceiveResponse when loading blobs
Summary: [WK2] Crashes under ResourceHandle::continueDidReceiveResponse when loading b...
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:
Depends on:
Blocks:
 
Reported: 2013-04-26 12:37 PDT by Alexey Proskuryakov
Modified: 2013-04-26 12:41 PDT (History)
0 users

See Also:


Attachments
proposed fix (1.59 KB, patch)
2013-04-26 12:39 PDT, Alexey Proskuryakov
andersca: 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-04-26 12:37:06 PDT
BlobResourceHandle doesn't implement didReceiveResponseAsync correctly, so it can finish (and cleanup NetworkResourceLoader) before receiving continueDidReceiveResponse message.
Comment 1 Alexey Proskuryakov 2013-04-26 12:39:39 PDT
Created attachment 199852 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-04-26 12:41:33 PDT
Committed <http://trac.webkit.org/changeset/149204>.