The Go programming language https://go.dev/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
zzkcode de5b418bea runtime: let the fault thread to crash the process
Let the fault thread to crash the program to make sure while gdb coredump file could see the correct backtrace in the number one thread in gdb.

Fixes #63277.

Change-Id: Ie4473f76f0feba596091433918bcd35a4ff7e11b
GitHub-Last-Rev: f4615c23f663a2f0794ca9e5c86fc2f0cc8552d7
GitHub-Pull-Request: golang/go#63666
Reviewed-on: https://go-review.googlesource.com/c/go/+/536895
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2 days ago
.github .github: clean up issue forms 7 days ago
api api: promote next to go1.22 2 weeks ago
doc doc: add release notes for allocation headers 3 days ago
lib/time lib/time: update to 2023c/2023c 7 months ago
misc misc/wasm: support new wasmtime CLI 2 weeks ago
src runtime: let the fault thread to crash the process 2 days ago
test cmd/compile: correct code generation for right shifts on riscv64 3 days ago
.gitattributes all: treat all files as binary, but check in .bat with CRLF 4 years ago
.gitignore internal/platform,cmd/dist: export the list of supported platforms 5 months ago
CONTRIBUTING.md doc: normalize proposal-process links 8 months ago
LICENSE doc: revert copyright date to 2009 8 years ago
PATENTS LICENSE: separate, change PATENTS text 13 years ago
README.md README: update from CC-BY-3.0 to CC-BY-4.0 1 year ago
SECURITY.md SECURITY.md: update the Reporting a Vulnerability link 2 months ago
codereview.cfg codereview.cfg: add codereview.cfg for master branch 3 years ago
go.env cmd/go: additional doc-inspired tests and bug fixes 6 months ago

README.md

The Go Programming Language

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Gopher image Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.

Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Download and Install

Binary Distributions

Official binary distributions are available at https://go.dev/dl/.

After downloading a binary release, visit https://go.dev/doc/install for installation instructions.

Install From Source

If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.

Contributing

Go is the work of thousands of contributors. We appreciate your help!

To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.

Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.