[Webkit-unassigned] [Bug 198866] TestWebKitAPI.ProcessSwap.ReuseSuspendedProcessForRegularNavigation failing ASSERT NOT REACHED in WebKit::WebPageProxy::suspendCurrentPageIfPossible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 14 13:37:13 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=198866
--- Comment #1 from Ryan Haddad <ryanhaddad at apple.com> ---
>From Source/WebKit/UIProcess/WebPageProxy.cpp:
if (fromItem && fromItem->url() != pageLoadState().url()) {
RELEASE_LOG_ERROR_IF_ALLOWED(ProcessSwapping, "suspendCurrentPageIfPossible: Not suspending current page for process pid %i because fromItem's URL does not match the page URL.", m_process->processIdentifier());
ASSERT_NOT_REACHED();
return false;
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190614/9cd61301/attachment.html>
More information about the webkit-unassigned
mailing list