Bug 132966 - NetworkProcess crashes at ResourceHandle::continueDidReceiveResponse
Summary: NetworkProcess crashes at ResourceHandle::continueDidReceiveResponse
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-15 13:13 PDT by Alexey Proskuryakov
Modified: 2014-05-15 14:00 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (3.91 KB, patch)
2014-05-15 13:25 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 2014-05-15 13:13:33 PDT
Many tests in fast/files crash when CFNetwork is used with an operation queue delegate.

<rdar://problem/16373694>
Comment 1 Alexey Proskuryakov 2014-05-15 13:25:29 PDT
Created attachment 231531 [details]
proposed fix

All this code should be rewritten from scratch.
Comment 2 Alexey Proskuryakov 2014-05-15 14:00:50 PDT
Committed <http://trac.webkit.org/r168909>.