Closed stonier closed 11 years ago
This got introduced by using the shell in subprocess when starting programs [https://github.com/ros-windows/ros_comm/commit/84a0f6a805b12033c907440b622925840d2c3a65].
Note that it occurs for either exe or bat python helpers to rosout. So it's not strictly a batch or an exe issue.
Probably not a great idea to be using the shell anyway, so I'll just revert the commit for now. If we really do need to run batch scripts later, we can look into this more deeply then.
It's hanging around after CTRL-C on roscore with 90% cpu usage.
I seem to remember seeing this before...