Describe the bug
The memory map widget causes an error to get reported in the console.
To Reproduce
Steps to reproduce the behavior:
- Open the App
- Attach to any process
- Open "Memory Map"
Expected behavior
No error is reported in the console.
System (please complete the following information):
- OS: NixOS (Linux)
- Python Version 3.14
Additional context
OverflowError
OverflowError: int too big to convert
OverflowError
Traceback (most recent call last):
File "/nix/store/i6ldivv97db8sxzx9dy93s9v98fw9q4h-python3.14-PyMemoryEditor-2.0.1/lib/python3.14/site-packages/PyMemoryEditor/app/_auto_refresh_dialog.py", line 116, in _handle_ready
self._on_data_ready(data)
~~~~~~~~~~~~~~~~~~~^^^^^^
File "/nix/store/i6ldivv97db8sxzx9dy93s9v98fw9q4h-python3.14-PyMemoryEditor-2.0.1/lib/python3.14/site-packages/PyMemoryEditor/app/memory_map_dialog.py", line 355, in _on_data_ready
self._populate()
~~~~~~~~~~~~~~^^
File "/nix/store/i6ldivv97db8sxzx9dy93s9v98fw9q4h-python3.14-PyMemoryEditor-2.0.1/lib/python3.14/site-packages/PyMemoryEditor/app/memory_map_dialog.py", line 394, in _populate
addr_item.setData(addr, Qt.UserRole)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
OverflowError
Describe the bug
The memory map widget causes an error to get reported in the console.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error is reported in the console.
System (please complete the following information):
Additional context