Closed
Bug 1645331
Opened 5 years ago
Closed 5 years ago
Catch asyncClose exceptions and mark the database as closed
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P1)
Core
SQLite and Embedded Database Bindings
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Sqlite.jsm doesn't catch asyncClose() exceptions, and thus if they happen the close promise is never resolved and we may crash on shutdown.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Iteration: --- → 79.2 - June 15 - June 28
Points: --- → 1
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/360d257d80c8
Catch asyncClose exceptions and mark the database as closed. r=lina
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Comment 4•5 years ago
|
||
It looks like this cut shutdown crashes reported in bug 1326309 by a lot. \o/
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•