Closed
Bug 863779
Opened 12 years ago
Closed 7 years ago
crash in [@ android.database.sqlite.SQLiteCantOpenDatabaseException: error code 14: unable to open database file: at android.database.sqlite.SQLiteStatement.native_1x1_string(Native Method) ]
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox20 affected, firefox21 affected, firefox22 affected)
RESOLVED
WONTFIX
People
(Reporter: nhirata, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-ba237888-e53c-4f64-bd1a-4d5a62130418 .
=============================================================
android.database.sqlite.SQLiteCantOpenDatabaseException: error code 14: unable to open database file
at android.database.sqlite.SQLiteStatement.native_1x1_string(Native Method)
at android.database.sqlite.SQLiteStatement.simpleQueryForString(SQLiteStatement.java)
at android.database.DatabaseUtils.stringForQuery(DatabaseUtils.java)
at android.database.DatabaseUtils.stringForQuery(DatabaseUtils.java)
at android.database.sqlite.SQLiteDatabase.setJournalMode(SQLiteDatabase.java)
at android.database.sqlite.SQLiteDatabase.enableWriteAheadLogging(SQLiteDatabase.java)
at org.mozilla.fennec_aurora.db.BrowserProvider$DatabaseHelper.onOpen(BrowserProvider.java:1776)
at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java)
at org.mozilla.fennec_aurora.db.BrowserProvider.getWritableDatabase(BrowserProvider.java:1891)
at org.mozilla.fennec_aurora.db.BrowserProvider.delete(BrowserProvider.java:2084)
at android.content.ContentProvider$Transport.delete(ContentProvider.java)
at android.content.ContentResolver.delete(ContentResolver.java)
at org.mozilla.gecko.db.LocalBrowserDB.expireHistory(LocalBrowserDB.java:348)
at org.mozilla.gecko.db.BrowserDB.expireHistory(BrowserDB.java:169)
at org.mozilla.gecko.GeckoApplication$1.run(GeckoApplication.java:57)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:32)
FennecAndroid 20.0.1 60.526 % 46
FennecAndroid 20.0 22.368 % 17
FennecAndroid 22.0a2 7.895 % 6
FennecAndroid 21.0b1 6.579 % 5
FennecAndroid 19.0.2 1.316 % 1
FennecAndroid 18.0 1.316 % 1
Looks like a startup crash as well.
unknown 4
Positivo YPY_AB10D 3
| Reporter | ||
Comment 1•12 years ago
|
||
I reported this bug, because it seemed interesting for this point:
* the database could also be modified via expiration in the history. Is that correct?
Are there more implicit ways to modify the database?
Updated•12 years ago
|
status-firefox20:
--- → affected
status-firefox21:
--- → affected
status-firefox22:
--- → affected
Hardware: All → ARM
Updated•10 years ago
|
Crash Signature: [@ android.database.sqlite.SQLiteCantOpenDatabaseException: error code 14: unable to open database file: at android.database.sqlite.SQLiteStatement.native_1x1_string(Native Method)] → [@ android.database.sqlite.SQLiteCantOpenDatabaseException: error code 14: unable to open database file: at android.database.sqlite.SQLiteStatement.native_1x1_string(Native Method)]
[@ android.database.sqlite.SQLiteCantOpenDatabaseException: error code 1…
Comment 2•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•5 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
•