]> Cypherpunks repositories - gostls13.git/commit
runtime: avoid deadlock in synctest changegstatus when copying stacks
authorDamien Neil <dneil@google.com>
Tue, 19 Nov 2024 22:41:37 +0000 (14:41 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 20 Nov 2024 16:45:48 +0000 (16:45 +0000)
commit1d28fa8c43ab11942d967ea112e2e6a05cd8f919
tree40991c82a78469271c0c685ca9473d1af2741487
parentb483f382a2e0d11871b3e38f0c3c1831f5941599
runtime: avoid deadlock in synctest changegstatus when copying stacks

For #67434
Fixes #70452

Change-Id: Ie655a9e55837aa68b6bfb0bb69b6c8caaf3bbea5
Reviewed-on: https://go-review.googlesource.com/c/go/+/629856
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/synctest.go