[Webkit-unassigned] [Bug 187348] ASSERTION FAILED: contextConnection under WebCore::SWServer::terminateWorkerInternal
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 5 10:55:45 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=187348
--- Comment #6 from Chris Dumez <cdumez at apple.com> ---
StorageProcess::connectionToContextProcessWasClosed() calls:
for (auto& swServer : m_swServers.values())
swServer->markAllWorkersForOriginAsTerminated(securityOrigin);
So I would expect its workers not to be in running state.
StorageProcess::swContextConnectionMayNoLongerBeNeeded() failed to mark the workers as terminated though..
--
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/20180705/990fdd66/attachment.html>
More information about the webkit-unassigned
mailing list