Bug 1684838 Comment 1 Edit History

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

From [this report's dump](https://crash-stats.mozilla.org/report/index/51be0d89-46ca-4c42-bd9f-ab5360210115#tab-rawdump) it seems that (we fail here)[https://searchfox.org/mozilla-central/rev/dac45cc7020dfddbcc937827810dd11550c07dc3/dom/cache/DBSchema.cpp#2299) with a null.

As `savedRequest` lives on the stack, the only remaining variable I see that might cause this is `state`, which somehow comes to live through the `CACHE_TRY_INSPECT` magic.

Assuming that bug 1678030 regressed this, as the first spike is right after bug 1678030 made it into beta.
From [this report's dump](https://crash-stats.mozilla.org/report/index/51be0d89-46ca-4c42-bd9f-ab5360210115#tab-rawdump) it seems that [we fail here](https://searchfox.org/mozilla-central/rev/dac45cc7020dfddbcc937827810dd11550c07dc3/dom/cache/DBSchema.cpp#2299) with a null.

As `savedRequest` lives on the stack, the only remaining variable I see that might cause this is `state`, which somehow comes to live through the `CACHE_TRY_INSPECT` magic.

Assuming that bug 1678030 regressed this, as the first spike is right after bug 1678030 made it into beta.

Back to Bug 1684838 Comment 1