Skip to content

possible go lang exec.Command pipe/wait race #1

@skinowski

Description

@skinowski

Likely a bug, cmd.Wait() should not be called before all I/O is completed on stderr:

https://github.com/fnproject/hotwrap/blob/master/hotwrap.go#L78

(See: https://golang.org/pkg/os/exec/#Cmd.StderrPipe)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions