-
-
Notifications
You must be signed in to change notification settings - Fork 766
Open
Labels
Description
Sometimes after being cancelled via CTRL+C, BBOT encounters a deadlock. Attaching to the frozen process with GDB and manually printing the call stack gives us:
File "/usr/lib/python3.12/logging/handlers.py", line 1604, in stop
self._thread.join()
File "/usr/lib/python3.12/threading.py", line 1147, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.12/threading.py", line 1167, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
File "<string>", line 1, in <module>