]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: record parent goroutine ID, and print it in stack traces
authorNick Ripley <nick.ripley@datadoghq.com>
Wed, 28 Sep 2022 18:44:56 +0000 (14:44 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 21 Feb 2023 17:35:22 +0000 (17:35 +0000)
commit51225f6fc648ba3e833f3493700c2996a816bdaa
tree740414adb2adcf9e57b992757c9e94bce2e614bd
parent81eda3a33916c17e3415219a9b1e6e6295e8c748
runtime: record parent goroutine ID, and print it in stack traces

Fixes #38651

Change-Id: Id46d684ee80e208c018791a06c26f304670ed159
Reviewed-on: https://go-review.googlesource.com/c/go/+/435337
Run-TryBot: Nick Ripley <nick.ripley@datadoghq.com>
Reviewed-by: Ethan Reesor <ethan.reesor@gmail.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/export_test.go
src/runtime/proc.go
src/runtime/proc_test.go
src/runtime/runtime2.go
src/runtime/sizeof_test.go
src/runtime/traceback.go
src/runtime/traceback_test.go