ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Both python2 and python3 Popen have a well-know issue with deadlock when stdout=subprocess.PIPE
is used. Search for the second instance of word deadlock
on this page:
https://docs.python.org/3/library/subprocess.html
2 | No.2 Revision |
Both python2 and python3 Popen have a well-know well-known issue with deadlock when stdout=subprocess.PIPE
is used. Search for the second instance of word deadlock
on this page:
https://docs.python.org/3/library/subprocess.html