Open
Bug 1471822
Opened 6 years ago
Updated 2 years ago
Crash in sqlite3_extended_result_codes
Categories
(Toolkit :: Places, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox61 | --- | unaffected |
firefox62 | --- | wontfix |
firefox63 | --- | wontfix |
firefox64 | --- | fix-optional |
People
(Reporter: philipp, Unassigned)
References
Details
(Keywords: crash, regression, Whiteboard: [fxsearch])
Crash Data
This bug was filed from the Socorro interface and is
report bp-272404fd-cf75-47e1-a220-ce8250180627.
=============================================================
Top 10 frames of crashing thread:
0 nss3.dll sqlite3_extended_result_codes db/sqlite3/src/sqlite3.c:150419
1 xul.dll mozilla::storage::Connection::prepareStatement storage/mozStorageConnection.cpp:1231
2 xul.dll mozilla::storage::Statement::initialize storage/mozStorageStatement.cpp:132
3 xul.dll mozilla::storage::Connection::CreateStatement storage/mozStorageConnection.cpp:1832
4 xul.dll static nsresult mozilla::places::`anonymous namespace'::MigrateV48FrecenciesRunnable::Run toolkit/components/places/Database.cpp:2440
5 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1051
6 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:519
7 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run ipc/glue/MessagePump.cpp:334
8 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:318
9 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:298
=============================================================
crash reports with this signature are showing up in greater numbers than in the past at the start of the 62.0b cycle - probably due to the places migration in bug 1463017.
Comment 1•6 years ago
|
||
(In reply to [:philipp] from comment #0)
> crash reports with this signature are showing up in greater numbers than in
> the past at the start of the 62.0b cycle - probably due to the places
> migration in bug 1463017.
That migration problem (large wal) is fixed, so I don't think there's a relation with that specific bug.
Though, it starts from MigrateV48FrecenciesRunnable.
It's crashing on a call to sqlite3_mutex_enter(db->mutex);
It's a crash on shutdown, just check the Shutdown Progress aggregation, we're likely not handling properly the database closing under us.
Priority: -- → P2
Whiteboard: [fxsearch]
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Pretty low volume, let's fix-optional for 62 (tho we'd likely want a patch for uplift depending on complexity).
Comment 4•6 years ago
|
||
Only 3 crashes on the 63 branch (nightly and beta) since July, marking as fix-optional for 63.
Updated•6 years ago
|
Updated•5 years ago
|
Priority: P2 → P3
Comment 5•2 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3
. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: critical → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•