Skip to content
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

SQLiteException: Database is locked #8049

Open
charlag opened this issue Nov 28, 2024 · 0 comments
Open

SQLiteException: Database is locked #8049

charlag opened this issue Nov 28, 2024 · 0 comments
Labels
android issues that concern the android client but not all clients bug broken functionality, usability problems, unexpected errors

Comments

@charlag
Copy link
Contributor

charlag commented Nov 28, 2024

v250.241025.0 and up

Error message:
error code 5: database is locked

Stacktrace:
net.sqlcipher.database.SQLiteException: error code 5: database is locked
	at net.sqlcipher.database.SQLiteStatement.native_execute(Native Method)
	at net.sqlcipher.database.SQLiteStatement.execute(Unknown Source:19)
	at net.sqlcipher.database.SQLiteDatabase.execSQL(SourceFile:0)
	at de.tutao.tutashared.offline.AndroidSqlCipherFacade.run(Unknown Source:8)
	at de.tutao.tutashared.ipc.SqlCipherFacadeReceiveDispatcher.dispatch(Unknown Source:339)
	at de.tutao.tutashared.ipc.AndroidGlobalDispatcher.dispatch(Unknown Source:154)
	at de.tutao.tutanota.RemoteBridge.invokeMethod(Unknown Source:62)
	at de.tutao.tutanota.RemoteBridge.handleMessageFromWeb(Unknown Source:204)
	at de.tutao.tutanota.RemoteBridge$initMessageChannel$1$onMessage$1.invokeSuspend(Unknown Source:41)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:11)
	at kotlinx.coroutines.DispatchedTask.run(Unknown Source:98)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(Unknown Source:0)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(Unknown Source:14)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(Unknown Source:28)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(Unknown Source:0)
@charlag charlag added android issues that concern the android client but not all clients bug broken functionality, usability problems, unexpected errors labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android issues that concern the android client but not all clients bug broken functionality, usability problems, unexpected errors
Projects
None yet
Development

No branches or pull requests

1 participant