Bug 156177 - REGRESSION(r198955): com.apple.WebKit.Networking.Development crashed in com.apple.WebKit: WebKit::NetworkLoad::setPendingDownloadID + 11
Summary: REGRESSION(r198955): com.apple.WebKit.Networking.Development crashed in com.a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks: 156056
  Show dependency treegraph
 
Reported: 2016-04-04 13:24 PDT by Brent Fulgham
Modified: 2016-04-04 14:09 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2016-04-04 13:30 PDT, Brent Fulgham
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2016-04-04 13:24:41 PDT
The new tests I added in Bug 156057 (r198955) cause a crash in the Networking process on OS X when built with the NETWORK_SESSION flag turned on. This is because the new NETWORK_SESSION code does not handle Blob URLs properly.

This patch corrects the specific cause of the crash in our testing infrastructure. The actual fixes for BLOB URLs will be done under Bug 156099.
Comment 1 Brent Fulgham 2016-04-04 13:25:09 PDT
<rdar://problem/25508037>
Comment 2 Brent Fulgham 2016-04-04 13:26:16 PDT
Specific failing test cases:

fast/dom/HTMLAnchorElement/anchor-download.html
fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
http/tests/security/anchor-download-allow-blob.html
Comment 3 Brent Fulgham 2016-04-04 13:30:43 PDT
Created attachment 275566 [details]
Patch
Comment 4 Brent Fulgham 2016-04-04 14:09:28 PDT
Committed r199021: <http://trac.webkit.org/changeset/199021>