Closed doudou closed 4 years ago
@renan028 will have to write tests ...
It looks like there is a heisenbug in one of the tests
It looks like there is a heisenbug in one of the tests
Yeah. I've been trying to track it down, but unsuccessfully so far.
If during execution the same event of a task is used sequentially in two state machines, the second transition will raise an exception if the first state machine has been garbage collected.
For instance, in:
if the
acquire_pose
toplevel task is not terminated between two runs oftest
, the second run would raise an exception.