]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: normalize sigprof traceback flags"
authorMichael Pratt <mpratt@google.com>
Mon, 31 Jan 2022 22:10:58 +0000 (17:10 -0500)
committerMichael Pratt <mpratt@google.com>
Mon, 31 Jan 2022 22:38:49 +0000 (22:38 +0000)
commit822dbcb7d4b7ab2410bdc19355a0bff99c3c467e
tree3e0afbd9d7783f6ed6c8c91a09146f131c419244
parent38cf79526a5859fb6363e607b2277ab442b28dcb
Revert "runtime: normalize sigprof traceback flags"

This reverts commit CL 358900.

Adding _TraceJumpStack to cgo traceback exposed a crashing condition.
This CL was primarily a cleanup, so we revert it entirely for now
and follow-up with the VDSO and libcall parts later.

Fixes #50936.

Change-Id: Ie45c9caaa8e2ef5bc9498ba65c36c887ca821bf7
Reviewed-on: https://go-review.googlesource.com/c/go/+/382079
Reviewed-by: Cherry Mui <cherryyz@google.com>
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/proc.go