Fix #80185:triggertool.Components.CtpFileCreator.parse_std_out_mon tries to read a string line by line in a weir fashion, which leads to String exceptions --> Change this for a more secure StringBuffer.
Fix #80185:triggertool.Components.CtpFileCreator.parse_std_out_mon tries to read a string line by line in a weir fashion, which leads to String exceptions --> Change this for a more secure StringBuffer.