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
[internal-branch.go1.23-vendor] telemetry: do not crash parent if child could not be started
Instead of calling log.Fatal if the child could not be started, call
log.Print. Various factors in the user's environment could cause the
child to not be able to start, but that shouldn't crash the parent
process (usually the go command).
Change other fatals into prints with early returns when attempting to
start the child.
Reset the crash output file to clean up if the child process could not
be started and crashmonitoring is enabled.
Updates golang/go#68976
Updates golang/go#68995
Change-Id: I42f55dc90f68f91b272a7ebf64d2a4a3b00815c7
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/607595
Commit-Queue: Michael Matloob <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
(cherry picked from commit 61baa7d)
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/609136
0 commit comments