Thread core dumps when Mainwindow closes #23

Open
opened 2025-02-27 15:37:53 -05:00 by ctjctj · 0 comments
Owner
QThread: Destroyed while thread is still running
Fatal Python error: Aborted

Thread 0x00007dca7ea006c0 (most recent call first):
  File "/usr/lib/python3.12/ssl.py", line 1104 in read
  File "/usr/lib/python3.12/ssl.py", line 1252 in recv_into
  File "/usr/lib/python3.12/socket.py", line 707 in readinto
  File "/usr/lib/python3.12/http/client.py", line 292 in _read_status
  File "/usr/lib/python3.12/http/client.py", line 331 in begin
  File "/usr/lib/python3.12/http/client.py", line 1428 in getresponse
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/urllib3/connection.py", line 516 in getresponse
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534 in _make_request
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787 in urlopen
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/adapters.py", line 667 in send
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/sessions.py", line 703 in send
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/sessions.py", line 589 in request
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/api.py", line 59 in request
  File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/api.py", line 73 in get
  File "/home/cjohnson/git/scotus/workers.py", line 128 in update_db
  File "/home/cjohnson/git/scotus/workers.py", line 360 in run
``` QThread: Destroyed while thread is still running Fatal Python error: Aborted Thread 0x00007dca7ea006c0 (most recent call first): File "/usr/lib/python3.12/ssl.py", line 1104 in read File "/usr/lib/python3.12/ssl.py", line 1252 in recv_into File "/usr/lib/python3.12/socket.py", line 707 in readinto File "/usr/lib/python3.12/http/client.py", line 292 in _read_status File "/usr/lib/python3.12/http/client.py", line 331 in begin File "/usr/lib/python3.12/http/client.py", line 1428 in getresponse File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/urllib3/connection.py", line 516 in getresponse File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534 in _make_request File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787 in urlopen File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/adapters.py", line 667 in send File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/sessions.py", line 703 in send File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/sessions.py", line 589 in request File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/api.py", line 59 in request File "/home/cjohnson/git/scotus/venv/lib/python3.12/site-packages/requests/api.py", line 73 in get File "/home/cjohnson/git/scotus/workers.py", line 128 in update_db File "/home/cjohnson/git/scotus/workers.py", line 360 in run ```
ctjctj added the
bug
label 2025-02-27 15:37:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Troglodite/scotus-watch#23
No description provided.