[Webkit-unassigned] [Bug 179748] Crash in WebCore::SWServerJobQueue::didFinishInstall(WTF::ObjectIdentifier<WebCore::ServiceWorkerIdentifierType>, bool) + 62

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 15 15:59:42 PST 2017


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

--- Comment #1 from Chris Dumez <cdumez at apple.com> ---
Likely registration being null. This is similar to the other flaky crash we know about. My bet is that this is caused by us clearing all registrations between tests. If a registration had a pending install event (or fetch), then when that event completes, we'll come back to the StorageProcess and the registration will be gone by then.

-- 
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/20171115/b2121343/attachment-0001.html>


More information about the webkit-unassigned mailing list