You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sun.misc.Unsafe.park
Unsafe.java, line 299
java.util.concurrent.TimeoutException: net.sqlcipher.database.SQLiteCursor.finalize() timed out after 10 seconds
Can you share what Java code is executed which produces this behavior? While there may not be an existing test case within the test suite, if you are able to assemble an example which produces the behavior that would be helpful in debugging this situation.
Expected Behavior
Actual Behavior
Steps to Reproduce
Its happen on Android 6.0.1 and lower.
SQLCipher version (can be identified by executing
PRAGMA cipher_version;
):4.5.2 community
SQLCipher for Android version:
4.5.2
Are you able to reproduce this issue within the SQLCipher for Android test suite?
We can not reproduce it in the test project.
Note: If you are not posting a specific issue for the SQLCipher library, please post your question to the SQLCipher discuss site. Thanks!
The text was updated successfully, but these errors were encountered: