-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Convert
-
Tags:
-
Sprint:nxFG 8.10.1
The DefaultCommandTester uses Runtime.exec on the bare command to check for presence, but never reads the output. For commands that have a large output (bigger than the OS buffer) the command will get suspended and will not terminate, and the subprocess will stay around forever.