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
Originally reported by @danp in #69552: an observed crash was not recorded in telemetry.
Investigating why, I discovered that in https://go.dev/cl/592017, the codepath to the telemetry child started bypassing the call to counter.Open, and so while the crashmonitor does in fact report a crash, this report goes nowhere.
Of course, this indicates a critical gap in testing coverage of telemetry.Start.
It looks like [email protected] has this bug as well, but [email protected] does not (I had a note to self to investigate why we'd not received any crash reports for [email protected]). The go command is unaffected as it wasn't using crash reporting.
Fix incoming.
The text was updated successfully, but these errors were encountered:
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Sep 27, 2024
Originally reported by @danp in #69552: an observed crash was not recorded in telemetry.
Investigating why, I discovered that in https://go.dev/cl/592017, the codepath to the telemetry child started bypassing the call to counter.Open, and so while the crashmonitor does in fact report a crash, this report goes nowhere.
Of course, this indicates a critical gap in testing coverage of telemetry.Start.
It looks like [email protected] has this bug as well, but [email protected] does not (I had a note to self to investigate why we'd not received any crash reports for [email protected]). The go command is unaffected as it wasn't using crash reporting.
Fix incoming.
The text was updated successfully, but these errors were encountered: