]> Cypherpunks repositories - gostls13.git/commit
runtime: Goexit on C-created thread report more useful error message
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 11 Sep 2024 06:33:42 +0000 (13:33 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 11 Sep 2024 17:05:32 +0000 (17:05 +0000)
commit820329508aa55ccbb90996e8840acb5859f84557
tree8586c0d6bcbf10b7ae2c9ba3a579411e3e7577ee
parent26aa8d6eb8faf05bbbb87a4f531e3e0fe4feed44
runtime: Goexit on C-created thread report more useful error message

This reverts CL 609296, with the fix for failing builders.

Fixes #68275

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-nocgo,gotip-darwin-amd64-nocgo,gotip-linux-ppc64_power10,gotip-linux-ppc64_power8
Change-Id: I0f539ee7b0be720642eee8885946edccd9c6e04e
Reviewed-on: https://go-review.googlesource.com/c/go/+/612335
Reviewed-by: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: qiu laidongfeng2 <2645477756@qq.com>
src/runtime/crash_cgo_test.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/testdata/testprogcgo/callback.go