Closed
Description
The worker thread seems to be executing work during shutdown, despite there being no UploadNow
calls that could've fired. This manifests as several crash buckets. The bucket with the most hits is due to a null backoff, which implies to me that the worker thread is executing after the unique_ptr for the backoff has gone out of scope.
There's an Edge bug tracking the overall issue, which links to the bugs with relevant crash dumps: https://dev.azure.com/microsoft/Edge/_workitems/edit/24743550/