You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os/exec documentation does not mention whether one *must* eventually call Cmd.Wait() on
a *exec.Cmd which has been started with Start().
Looking at the code, it seems to be closing descriptors, so system descriptors may not
be released correctly if we never call Cmd.Wait().
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: