-
Notifications
You must be signed in to change notification settings - Fork 567
SQLiteCompiledSql.finalize() timed out after 10 seconds #335
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 @g123k You might consider setting the PRAGMA busy_timeout to allow more time for the lock to reset. Would you try that and let us know your results? Thanks! |
I have tried with 30 seconds and I don't know if the settings actually works, because I still have the same issue : net.sqlcipher.database.SQLiteCompiledSql.finalize() timed out after 10 seconds Requesting the pragma returns a correct value however.
|
Hello @g123k Are you still experiencing an issue? If so, are you able to reproduce it within the SQLCipher for Android test suite? |
Hello @g123k, Since we have not heard back, I am going to close this ticket. If you still experiencing an issue we would be happy to investigate this further. Please fee free to open a new ticket and provide supporting information regarding your issue, preferably with a reproducible test case within the SQLCipher for Android test suite. Thanks! |
Having the same issue, stacktrace:
I tried to reproduce that in unit tests, but I can't emulate all conditions |
Hello @oleksandr-semenov, Thank you for your report. We too have been unable to reproduce finalize time out errors within the unit test suite. We plan to revisit the locking mechanics present within the library to evaluate whether removal or augmentation is more appropriate in a future release. |
Hello @developernotes didn't see your reply and opened a new issue for this #537 |
On Android with the latest version of SQLCipher (3.5.7), I have a huge amount of crashs on Crashlytics. It is similar to #313, but happens instead with the SQLiteCompiledSql class.
This is the full stacktrace:
The text was updated successfully, but these errors were encountered: