NetworkResourceLoader::continueWillSendRequest can deref a null m_networkLoad We have no idea how to reproduce this, but we do know its happening.
<rdar://problem/24156657>
Created attachment 279922 [details] Patch
Retitling to: Certain NetworkResourceLoader callbacks can deref a null m_networkLoad Also found in rdar: <rdar://problem/25289012>
Created attachment 279924 [details] Patch
Comment on attachment 279924 [details] Patch Attachment 279924 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/1388205 New failing tests: http/tests/cache/disk-cache/disk-cache-302-status-code.html http/tests/cache/disk-cache/disk-cache-redirect.html http/tests/cache/redirect-referer.html http/tests/cache/disk-cache/redirect-chain-limits.html
Created attachment 279928 [details] Archive of layout-test-results from ews126 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews126 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.4
Comment on attachment 279924 [details] Patch Attachment 279924 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/1388273 New failing tests: http/tests/cache/disk-cache/disk-cache-302-status-code.html http/tests/cache/disk-cache/disk-cache-redirect.html http/tests/cache/redirect-referer.html http/tests/cache/disk-cache/redirect-chain-limits.html
Created attachment 279929 [details] Archive of layout-test-results from ews104 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
It's obvious why the layout test failures cropped up. Fixing.
Created attachment 279934 [details] Patch v1
Comment on attachment 279934 [details] Patch v1 Clearing flags on attachment: 279934 Committed r201444: <http://trac.webkit.org/changeset/201444>