Bug 156177

Summary: REGRESSION(r198955): com.apple.WebKit.Networking.Development crashed in com.apple.WebKit: WebKit::NetworkLoad::setPendingDownloadID + 11
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit2Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=156099
Bug Depends on:    
Bug Blocks: 156056    
Attachments:
Description Flags
Patch achristensen: review+

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>