[Webkit-unassigned] [Bug 125586] [GTK] /webkit2/WebKitWebPage/get-uri fails if run alone
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 07:21:48 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125586
Alberto Garcia <berto at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |108832
--- Comment #1 from Alberto Garcia <berto at igalia.com> 2013-12-17 07:19:55 PST ---
This fails all the time if TestLoaderClient is run with the
network process enabled.
The reason for this is that after each test the web process is
terminated:
void WebProcessProxy::removeWebPage(uint64_t pageID)
{
[...]
// If this was the last WebPage open in that web process, and we have no other reason to keep it alive, let it go.
// We only allow this when using a network process, as otherwise the WebProcess needs to preserve its session state.
if (m_context->usesNetworkProcess() && canTerminateChildProcess()) {
abortProcessLaunchIfNeeded();
disconnect();
}
}
Because of this there's a new web process for each test and the bug is
hit all the time.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list