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
As described in #70637 (comment), the current behavior of crash output isn't quite correct for usage with runtime.CallersFrames: for runtime.sigpanic frames, we need to increment the PC of the next frame to get the correct location.
This issue tracks implementing this workaround in x/telemetry/crashmonitor.
In the future, we hope that debug.SetCrashOutput will support structured output, so that we can remove this fix.
The text was updated successfully, but these errors were encountered:
As described in #70637 (comment), the current behavior of crash output isn't quite correct for usage with runtime.CallersFrames: for
runtime.sigpanic
frames, we need to increment the PC of the next frame to get the correct location.This issue tracks implementing this workaround in x/telemetry/crashmonitor.
In the future, we hope that
debug.SetCrashOutput
will support structured output, so that we can remove this fix.The text was updated successfully, but these errors were encountered: