[Webkit-unassigned] [Bug 148890] http/tests/contentfiltering/load-substitute-data-from-appcache.html crashes sometimes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 20 13:12:41 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148890

--- Comment #3 from Andy Estes <aestes at apple.com> ---
I suspect this assertion would be hit even if Content Filtering wasn't enabled. The test decides navigation policy asynchronously in order mimic iOS Safari's behavior, so the response is sometimes received before navigation policy is decided. When loading substitute data, dataReceived() is called in continueAfterContentPolicy() with a null CachedResource, and it asserts that m_mainResource has already been set to 0 in continueAfterNavigationPolicy():

    ASSERT_UNUSED(resource, resource == m_mainResource);

I'm going to upload this same test without Content Filtering enabled to verify my assumption that the crash will still sometimes occur.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150920/f39ea1df/attachment.html>


More information about the webkit-unassigned mailing list