Skip to content

net.sqlcipher.database.SQLiteException ??? not error exception on SQLiteDatabase.dbOpen #139

Closed
@kivsiak

Description

@kivsiak

I cannot found clear conditions to reproduce bug. But 2-5% my application starts are interrupted with this.

I have icudt46l.zip in assets. I've checked and found that /icu/icudt46l.dat is exists in my app data folder.

To be sure i run loadLibs() in application class. However sometimes(!) i got this.

net.sqlcipher.database.SQLiteException: not an error
   at net.sqlcipher.database.SQLiteDatabase.dbopen(SQLiteDatabase.java)
   at net.sqlcipher.database.SQLiteDatabase.<init>(SQLiteDatabase.java:1942)
   at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:875)
   at net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:907)

Android 4.4.4 on nexus 7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions