Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poller doesn't seem to dump state correctly when exiting. It splats: Traceback (most recent call last): File "nipa/pw_poller.py", line 277, in <module> poller.run(life) File "nipa/pw_poller.py", line 256, in run worker.join() File "/usr/lib64/python3.12/threading.py", line 1147, in join self._wait_for_tstate_lock() File "/usr/lib64/python3.12/threading.py", line 1167, in _wait_for_tstate_lock if lock.acquire(block, timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Add a log message and a handler, just in case. Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information