Closed Bug 1453901 Opened 6 years ago Closed 5 years ago

Running sanitization in browser_sanitize-offlineData.js intermittently throws NS_ERROR_ABORT

Categories

(Core :: Storage: IndexedDB, enhancement, P3)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1498102

People

(Reporter: johannh, Unassigned)

References

Details

In the browser_sanitize-offlineData.js test which will be added by bug 1252998 we're running a bunch of sanitization on indexedDB code and get intermittent NS_ERROR_ABORT thrown at this location:

https://searchfox.org/mozilla-central/rev/b55e1a1cbcaee34878e133fbac20c4c2af6e11b5/dom/cache/DBAction.cpp#77

The stack that triggers that action is here: https://pastebin.mozilla.org/9082960

So I think this happens when closing the database. There's no apparent issue with sanitization because the data is cleaned up properly, hence we decided to whitelist the error for now. It might still be interesting to look into.
Priority: -- → P3

Bug 1498102 fixed this and there's nothing to re-enable on this bug so duping over.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.