Closed
Bug 987343
Opened 11 years ago
Closed 6 years ago
crash in android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox31 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox31 | --- | affected |
People
(Reporter: aaronmt, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-d97dba9c-026d-4c29-b1d5-c64662140323.
=============================================================
android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5)
at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method)
at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:754)
at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1621)
at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1570)
at org.mozilla.gecko.db.BrowserProvider.updateHistory(BrowserProvider.java:1092)
at org.mozilla.gecko.db.BrowserProvider.updateInTransaction(BrowserProvider.java:569)
at org.mozilla.gecko.db.TransactionalProvider.update(TransactionalProvider.java:396)
at android.content.ContentProvider$Transport.update(ContentProvider.java:256)
at android.content.ContentResolver.update(ContentResolver.java:1000)
at org.mozilla.gecko.db.LocalBrowserDB.updateHistoryTitle(LocalBrowserDB.java:285)
at org.mozilla.gecko.db.BrowserDB.updateHistoryTitle(BrowserDB.java:176)
at org.mozilla.gecko.GlobalHistory.update(GlobalHistory.java:103)
at org.mozilla.gecko.GeckoAppShell$15.run(GeckoAppShell.java:2377)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:155)
at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:32)
Comment 1•11 years ago
|
||
Probably related to Bug 986114, or otherwise a cause-dupe of one of the children of Bug 975024.
Blocks: 975024
Updated•9 years ago
|
Crash Signature: [@ android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method)] → [@ android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method)]
[@ android.database.sqlite.SQLiteDatabaseLockedException: database is locked…
Comment 2•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 3•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•