You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
I suspect that some of the issues that we are experimenting in the CI may be related to a deadlock in TaurusPollingTimer (thanks @reszelaz for helping with the debugging)
And here is the backtrace when I use CTRL+C to interrupt it after it got in a deadlock:
$ python /home/cpascual/.config/JetBrains/PyCharmCE2020.2/scratches/scratch_153.py (taurus) 0 1 2 3 4 5 6 7 8 9 ^CTraceback (most recent call last):TimerLoop 10 WARNING 2021-03-01 17:55:56,591 TaurusPollingTimer[10].Timer on _pollAttributes: loop function took more than loop interval (0.01s) File "/home/cpascual/.config/JetBrains/PyCharmCE2020.2/scratches/scratch_153.py", line 12, in <module> pt.removeAttribute(a) File "/home/cpascual/src/taurus/lib/taurus/core/tauruspollingtimer.py", line 131, in removeAttribute self.stop(sync=True) File "/home/cpascual/src/taurus/lib/taurus/core/tauruspollingtimer.py", line 63, in stop self.timer.stop(sync=sync) File "/home/cpascual/src/taurus/lib/taurus/core/util/timer.py", line 86, in stop self.__thread.join() File "/home/cpascual/miniconda/envs/taurus/lib/python3.9/threading.py", line 1033, in join self._wait_for_tstate_lock() File "/home/cpascual/miniconda/envs/taurus/lib/python3.9/threading.py", line 1049, in _wait_for_tstate_lock elif lock.acquire(block, timeout):KeyboardInterrupt