Update: after several hours, logs.db was approaching 4gb again. The ‘js: ResizeObserver loop limit exceeded’ error message in out.txt had been repeated many times. I executes ‘insync quit’ which takes a long time to take effect, and generated several other errors in out.txt:
*(insync:17297): GLib-GIO-CRITICAL *: 21:03:02.128: _g_file_info_get_attribute_value: assertion ‘G_IS_FILE_INFO (info)’ failed
a few times, followed by
Exception in thread LogsPruner:
Traceback (most recent call last):
- File “threading.py”, line 917, in _bootstrap_inner*
- File “threading.py”, line 865, in run*
- File “ideskcore/mainlogs.py”, line 224, in _prune_logs*
- File “ideskcore/logsdb.py”, line 102, in prune_logs*
- File “ideskcore/logsdb.py”, line 122, in _prune_logs*
- File “ideskdb/clientdb.py”, line 493, in select_one*
- File “ideskdb/clientdb.py”, line 485, in select_first*
- File “ideskdb/clientdb.py”, line 475, in select_all*
- File “ideskdb/clientdb.py”, line 409, in wrapper*
- File “ideskdb/clientdb.py”, line 258, in get_all*
sqlite3.DatabaseError: database disk image is malformed
/usr/lib/insync/asyncio/base_events.py:609: RuntimeWarning: coroutine ‘Queue.get’ was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Exception in thread Sync loop:
Traceback (most recent call last):
- File “threading.py”, line 917, in _bootstrap_inner*
- File “threading.py”, line 865, in run*
- File “ideskheadless/fswatcher.py”, line 215, in sync*
- File “ideskasync/coreloop.py”, line 110, in wrapper*
- File “idesksync/syncfs.py”, line 109, in on_event*
- File “ideskasync/coreloop.py”, line 59, in call*
- File “ideskasync/coreloop.py”, line 45, in run*
- File “asyncio/tasks.py”, line 813, in run_coroutine_threadsafe*
AttributeError: ‘NoneType’ object has no attribute ‘call_soon_threadsafe’
/usr/lib/insync/threading.py:951: RuntimeWarning: coroutine ‘call..runner’ was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback