Closed
Bug 679563
Opened 13 years ago
Closed 6 years ago
Logcat shows sqlite returned error code = 8 when going to the web apps short cuts.
Categories
(Firefox for Android Graveyard :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nhirata, Assigned: fabrice)
References
Details
1. go to www.gmail.com
2. sign in
3. set as web app
4. set up logcat
5. go to the android desktop/menu shortcuts/nightly web apps
Expected: no errors when going to the nightly web apps
Actual:
08-16 16:42:41.812: INFO/LauncherShortcuts(4714): Opening: /data/data/org.mozilla.fennec/files/mozilla/e576sylq.default/webapps.sqlite
08-16 16:42:41.812: INFO/Database(4714): sqlite returned: error code = 8, msg = statement aborts at 1: [pragma journal_mode = WAL;]
08-16 16:42:41.812: ERROR/Database(4714): sqlite3_exec to set journal_mode of /data/data/org.mozilla.fennec/files/mozilla/e576sylq.default/webapps.sqlite to WAL failed
Note:
1. the web app and short cuts show and work after placing on the desktop and clicking on it. Not sure exactly what this hurts... if anything.
Mozilla/5.0 (Android; Linux armv71; rv8.0a1) Gecko/20110816 Firefox/8.0a1 Fennec/8.0a1
Device: Thunderbolt
OS: Android 2.2
Reporter | ||
Updated•13 years ago
|
Priority: -- → P4
Comment 2•13 years ago
|
||
Oh, this is just a harmless error. We just need to stop showing the non-fatal exception, or just ignore it.
If we can't tell the difference between a fatal error and this error in the code, let's close this bug as WONTFIX.
Comment 3•12 years ago
|
||
I just ran into a startup crash that is also about a non-existent /data/data directory:
E/GeckoProfile( 3341): Error getting profile dir
E/GeckoProfile( 3341): java.io.IOException: Unable to create profile at /data/data/org.mozilla.fennec_bjacob/files/mozilla/gey38l1x.default
What's with these /data/data filenames?
Comment 4•12 years ago
|
||
uninstalling my fennec, and reinstalling, fixed the /data/data issue in my case.
Comment 5•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•