-
Notifications
You must be signed in to change notification settings - Fork 27
Crash on 4.7.0 #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jcrabanal, Thank you for sharing this feedback, it is helpful. We have just released a new SQLCipher for Android 4.7.1 Community edition build on Maven Central which will address the logcat output from the CursorWindow. Would you give that a try? With regard to this error message:
Would it be possible for you to reach out to us directly at [email protected] with either a sample database that reproduces the issue, or a sample schema, SQL query, and the approximate data size you are querying that is producing this? We would like to investigate the issue further to understand why the unknown type is being reported. Thanks! |
We have the same issue with Crash for the entity with:
Crash at the Room's generated dao:
|
I've sent to that email a database and a SQL query that triggers the issue when running the cursor through the rows and the columns. |
Hi @jcrabanal, Thank you for sharing the database and query. We are actively investigating the issue and will reach out again when we have more information to share. |
Hi @almozavr, Thank you for sharing your details as well. We believe we have isolated the issue and have an internal debug build available with changes we believe will resolve the crash. Would you mind reaching out to us at [email protected] and we can provide you with a link to the debug build for verification? We have supplied the same build to @jcrabanal. We look forward to hearing from you. Thanks! |
Tested the debug aar, it seems to be working fine. No crashes when running the same queries. |
Hi @jcrabanal, @almozavr, A new release of SQLCipher for Android 4.7.2 has been published which contains fixes for the issues identified in this thread, along with separate but related issue. Thank you again for your help in isolating the issue so it could be resolved quickly. |
@developernotes thank you for a blazing fast response and the fixes ⭐️ |
Fixed on 4.7.2, yes. |
Uh oh!
There was an error while loading. Please reload this page.
My app crashes when using net.zetetic:sqlcipher-android:4.7.0, it was fine with 4.6.1. This is a fairly large database.
The log is also filled with entries like this:
The text was updated successfully, but these errors were encountered: