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
gopls/internal/debug: KillTraceViewers: kill process group on UNIX
The "go tool trace" child process begets a "cmd/trace" grandchild,
and os.Process.Kill only gets the child. Use kill(-pid) on UNIX
to terminate the whole process group. This isn't very portable,
but this is only needed for a test that only runs on UNIX.
Fixesgolang/go#74668
Change-Id: Ic500ef45f7f7a78cd681ff995cefba6b1925cb8a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/689476
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
0 commit comments