[Webkit-unassigned] [Bug 180867] imported/w3c/web-platform-tests/service-workers/service-worker/update.https.html is sometimes crashing in Debug builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 10:19:53 PST 2017


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #2)
> Hitting this assertion:
> auto addResult = m_runningOrTerminatingWorkers.add(identifier, *worker);
> ASSERT_UNUSED(addResult, addResult.isNewEntry);

I believe the assertion is wrong. It is possible for the worker to be already in m_runningOrTerminatingWorkers but its state is Terminating (not 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/20171215/464ee2a0/attachment-0001.html>


More information about the webkit-unassigned mailing list