Skip to content

android.database.sqlite.SQLiteDatabaseLockedException #41

@jkmassel

Description

@jkmassel

It looks like there's a semi-rare bug in Tracks where it tries to access the database while it's locked.

This results in a stack trace like:

Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode
#################################################################
Error Code : 5 (SQLITE_BUSY)
Caused By : The database file is locked.
	(database is locked (code 5): , while compiling: PRAGMA journal_mode)
#################################################################

This is happening in both WooCommerce (5c1a0c9ef8b88c296364bc62-fabric) and WordPress (55ec3db1f5d3a7f76bd47380-fabric)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions