-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Android] sqlcipher_mlock: mlock() error logs #48
Comments
Hi @almozavr, The output you are now seeing is due to changes in SQLCipher, and likely Android. Logging in SQLCipher was previously disabled, however, starting in SQLCipher 4.6.0 1, both With the release of Android 14, the Given this information, if you are using In the future, we plan to investigate whether an alternative memory allocation strategy can minimize memory locking errors. Footnotes |
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
mlock is used by sqlcipher but is not allowed on our test containers see sqlcipher/sqlcipher-android#48 (comment) see systemd/systemd#9414 (comment)
Issue
We see numerous logcat messages:
sqlcipher D sqlcipher_mlock: mlock() returned -1 errno=12
DB itself looks like it works normally.
Env
The text was updated successfully, but these errors were encountered: