[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:50:47 PDT 2018


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

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
SWServerWorker::contextConnection() relies on SWServerToContextConnection::connectionForOrigin(securityOrigin()).

if it returns null, it means the SWServerToContextConnection object was destroyed.
So this indicates that it is possible for SWServerToContextConnection to get destroyed but its SWServerWorkers still think they're running.

-- 
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/60741e9d/attachment.html>


More information about the webkit-unassigned mailing list