sqlcipher / android-database-sqlcipher

Android SQLite API based on SQLCipher
https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
Other
2.73k stars 564 forks source link

android.database.sqlite.SQLiteException: unable to close due to unfinalized statements or unfinished backups: sqlite3_close() failed #634

Open chaogewudi opened 9 months ago

chaogewudi commented 9 months ago

libs/android-database-sqlcipher-4.5.4.aar 解析db文件报错,db文件大小 2G到5G之间,有时候直接so文件报错

chaogewudi commented 9 months ago

使用10分钟定时任务解析db,一天之中只有几次能解析成功

developernotes commented 9 months ago

你好 @chaogewudi,

您是否能够在 SQLCipher for Android 测试套件 中创建该问题的独立重现? 我们很乐意通过示例复制来进一步研究这个问题。