service worker: Instrumentation for crashes where context_ is null.
Somehow we're getting Mojo calls like DispatchFetchEvent (on the ServiceWorker interface, example crash/fe94cd10d8ba922d) and C++ calls like DispatchOrQueueFetchEvent (from ControllerServiceWorkerImpl, example crash/974589224224beec) at a time where context_ is null. That doesn't make sense because if context_ is null we would have destroyed both the blink::mojom::ServiceWorker binding and ControllerServiceWorkerImpl. Add instrumentation to try to figure out why. Bug: 934622, 907311 Change-Id: I0c1d8e858245d51f10a084f8d6d0b5e20ac9ecc3 Reviewed-on: https://chromium-review.googlesource.com/c/1482440 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#634820}
Showing
Please register or sign in to comment