electrum icon indicating copy to clipboard operation
electrum copied to clipboard

AssertionError: (6379, 7393)

Open TARS-bot opened this issue 2 years ago • 1 comments

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

Traceback (most recent call last):
  File "/home/jolovic/Desktop/new_electrum/electrum/gui/qt/main_window.py", line 2603, in closeEvent
    self.clean_up()
  File "/home/jolovic/Desktop/new_electrum/electrum/gui/qt/main_window.py", line 2633, in clean_up
    self.gui_object.close_window(self)
  File "/home/jolovic/Desktop/new_electrum/electrum/gui/qt/__init__.py", line 481, in close_window
    self.daemon.stop_wallet(window.wallet.storage.path)
  File "/home/jolovic/Desktop/new_electrum/electrum/daemon.py", line 546, in stop_wallet
    return fut.result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/jolovic/Desktop/new_electrum/electrum/daemon.py", line 555, in _stop_wallet
    await wallet.stop()
  File "/home/jolovic/Desktop/new_electrum/electrum/wallet.py", line 468, in stop
    self.save_db()
  File "/home/jolovic/Desktop/new_electrum/electrum/wallet.py", line 403, in save_db
    self.db.write()
  File "/home/jolovic/Desktop/new_electrum/electrum/json_db.py", line 48, in wrapper
    return func(self, *args, **kwargs)
  File "/home/jolovic/Desktop/new_electrum/electrum/json_db.py", line 389, in write
    self._append_pending_changes()
  File "/home/jolovic/Desktop/new_electrum/electrum/json_db.py", line 48, in wrapper
    return func(self, *args, **kwargs)
  File "/home/jolovic/Desktop/new_electrum/electrum/json_db.py", line 400, in _append_pending_changes
    self.storage.append(s)
  File "/home/jolovic/Desktop/new_electrum/electrum/storage.py", line 111, in append
    assert pos == self.pos, (self.pos, pos)
AssertionError: (6379, 7393)

AssertionError: (6379, 7393)

Reporter

This issue was reported by 10 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.4.3-570-gfac515332-dirty 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] Linux-5.15.0-86-generic-x86_64-with-glibc2.35 standard,2of2 en_US
4.4.7 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.19045-SP0 standard,imported en_US
4.4.7 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.19045-SP0 imported en_US
4.4.7 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.19045-SP0 imported en_US
4.4.7 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.19045-SP0 imported en_US
4.4.7 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.19045-SP0 imported en_US
4.5.0 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22635-SP0 imported en_US
4.5.0 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22635-SP0 imported en_US
4.5.0 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22635-SP0 imported en_US
4.5.0 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22635-SP0 imported en_US

Additional Information

The reporting user(s) did not provide additional information.

TARS-bot avatar Oct 30 '23 15:10 TARS-bot

Note that the Electrum Version is "dirty", meaning that the code was modified by the user. @janajolovic any chance that bug report comes from you? (I searched for bitcoin users with the name jolovic)

ecdsa avatar Nov 10 '23 10:11 ecdsa