Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

SQLiteDatabaseCorruptException #145

Description

@SafeSlingerProject

Google Play:
1.8.4.2
Galaxy Note5 (nobleltevzw)
Android 5.1

java.lang.RuntimeException: Unable to start service edu.cmu.cylab.starslinger.Service@21f4c55c with Intent { cmp=edu.cmu.cylab.starslinger/.Service }: android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed (code 11)

Error Code : 11 (SQLITE_CORRUPT)
Caused By : The database disk image is malformed.
(database disk image is malformed (code 11))

at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3972)
at android.app.ActivityThread.access$2300(ActivityThread.java:197)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1785)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6897)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

Caused by: android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed (code 11)

Error Code : 11 (SQLITE_CORRUPT)
Caused By : The database disk image is malformed.
(database disk image is malformed (code 11))

at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1015)
at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:144)
at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:133)
at edu.cmu.cylab.starslinger.model.RecipientDbAdapter.getTrustedRecipientCount(RecipientDbAdapter.java:726)
at edu.cmu.cylab.starslinger.Service.queryExchangeStatus(Service.java:188)
at edu.cmu.cylab.starslinger.Service.onStart(Service.java:158)
at android.app.Service.onStartCommand(Service.java:458)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3955)
... 9 more

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions