Open
Bug 1315897
Opened 9 years ago
Updated 1 year ago
Register a log callback with sqlite3_config and make it crash on SQLITE_MISUSE
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P2)
Core
SQLite and Embedded Database Bindings
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: mak, Unassigned)
References
(Blocks 2 open bugs)
Details
See https://bugzilla.mozilla.org/show_bug.cgi?id=1123334#c8 and https://bugzilla.mozilla.org/show_bug.cgi?id=1244038#c16
We can register a log callback via `sqlite3_config(SQLITE_CONFIG_LOG, ...)`
This callback could:
- MOZ_ASSERT if the error is SQLITE_MISUSE (coding error)
- Invoke a corruption callback on SQLITE_CORRUPT (bug 1125157)
- MOZ_LOG for other errors
Comment 1•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•