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
OperationalError: database is locked
File "tribler/core/utilities/process_manager/utils.py", line 29, in new_method
File "tribler/core/utilities/process_manager/process.py", line 59, in save
File "contextlib.py", line 113, in __enter__
File "tribler/core/utilities/process_manager/manager.py", line 92, in connect
OperationalError: disk I/O error
(3 additional frame(s) were not displayed)
...
File "tribler/core/utilities/process_manager/process.py", line 168, in set_error
File "tribler/core/utilities/process_manager/utils.py", line 32, in new_method
File "tribler/core/utilities/process_manager/process.py", line 63, in save
File "contextlib.py", line 120, in __exit__
File "tribler/core/utilities/process_manager/manager.py", line 98, in connect
The text was updated successfully, but these errors were encountered:
Should be fixed by #7932. It is still not clear why another process holds the database lock for a few seconds, but at least now, the current process should not attempt to delete the database file in this situation (which is a possible reason for the I/O error)
Sentry Issue: TRIBLER-1J4
The text was updated successfully, but these errors were encountered: