-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
type CmdRunner struct {
logger hclog.Logger
cmd *exec.Cmd
stdout io.ReadCloser
stderr io.ReadCloser
// Cmd info is persisted early, since the process information will be removed
// after Kill is called.
path string
pid int
addrTranslator
}
When executing the kill command to terminate a child process, I found that the runner did not close the stdout and stderr.
Metadata
Metadata
Assignees
Labels
No labels