Bug 1588498 Comment 46 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

So looking at the most recent nightly crashes, I can see:

1. 24 cases where we do not see any annotation whatsoever. Example: [25785003-d2e6-4727-83ec-0ca7f0220425](https://crash-stats.mozilla.org/report/index/25785003-d2e6-4727-83ec-0ca7f0220425)
2. 43 cases where we seem to be stuck at `ClearRequestBase::DeleteFiles` (causing `gNormalOriginOps` not being cleared). 
3. only 3 cases with other, client-specific reasons

The first seems just an error in the way we create the annotations - if we arrive there with [`gNormalOriginOps` unset](https://searchfox.org/mozilla-central/rev/0249c123e74640ed91edeabba00649ef4d929372/dom/quota/ActorsParent.cpp#3854) we will crash unexpectedly before we set the annotations.
So looking at the most recent nightly crashes, I can see:

1. 24 cases where we do not see any annotation whatsoever. Example: [25785003-d2e6-4727-83ec-0ca7f0220425](https://crash-stats.mozilla.org/report/index/25785003-d2e6-4727-83ec-0ca7f0220425)
2. 43 cases where we seem to be stuck at `ClearRequestBase::DeleteFiles` (causing `gNormalOriginOps` not being cleared). 
3. only 3 cases with other, client-specific reasons

The first seems just an error in the way we create the annotations - if we arrive there with [`gNormalOriginOps` unset](https://searchfox.org/mozilla-central/rev/0249c123e74640ed91edeabba00649ef4d929372/dom/quota/ActorsParent.cpp#3854) we will crash unexpectedly before we set the annotations.

Edit: 1. is a regression from bug 1757186.

Back to Bug 1588498 Comment 46