Golang strings: copying but not using a Builder after first use leads to runtime crash (generates heap -> stack pointer)

What version of Go are you using (go version)?$ go versiongo version go1.16.6Does this issue reproduce with the latest r...

Golang cmd/nm: running nm on object from different version can crash

Go versiontipOutput of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/iant/.cache/go...

Golang runtime: invalid crash stack for morestackc unwind on arm64 mac

Add this to runtime/proc.go:diff --git a/src/runtime/proc.go b/src/runtime/proc.goindex 401dcd0a11..6d8fde4349 100644---...

Golang net: TestCloseWrite failures with "i/o timeout" on darwin/arm64

#!watchflakespost <- goos ~ `darwin|ios` && goarch == "arm64" && pkg == "net" &am...

Golang x/debug/internal/gocore: TestVersions failures

#!watchflakesdefault <- pkg == "golang.org/x/debug/internal/gocore" && test == "TestVersions&q...

Golang go/ast: unexpected associations for comments in empty function/loop bodies

Comments that are placed inside empty function or loop bodies are associated with statements after the body, hence state...

Golang cmd/compile: bug in cmd/compile/internal/importer.(*pkgReader).newReader

Issue created by stacks.This stack BbuvCg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/vet: disable checks based on go.mod go version

New vet checks can make old code's tests stop passing. An example is #57059, where the printf format checker got more pr...

Golang os: SameFile doesn't handle invalid file IDs on Windows

What version of Go are you using (go version)?$ go versiongo version go1.20.7 windows/amd64Does this issue reproduce wit...

Golang cmd/compile: bug in cmd/compile/internal/types.NewField

Issue created by stacks.This stack EcU8AQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/compile: bug in cmd/compile/internal/types.(*Type).IsMemory

Issue created by stacks.This stack ESvSrA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang runtime: Caller can return <autogenerated> as filename when called from a global variable

What version of Go are you using (go version)?$ go versiongo version devel go1.22-de5b418bea Sat Dec 2 03:15:03 2023 +00...

Golang net/http: move HTTP/2 into std

The net/http package includes transparent support for HTTP/2. The source of truth for this implementation is the golang....

Golang cmd/compile: bug in cmd/compile/internal/types.(*Type).wantEtype

Issue created by stacks.This stack MUENJg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/go: removed godebug settings cause errors

Go versiongo 1.24.0Output of go env in your module/workspace:go envAR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CG...

Golang cmd/compile: PGO fails to do multiple levels of inlining into a single function

Reproducer:-- dep/dep.go --package depvar sink int//go:noinlinefunc spin() { for i := 0; i &lt; 1000000; i++ { ...

Golang cmd/compile: bug in cmd/compile/internal/noder.(*reader).doPkg

Issue created by stacks.This stack xLknhA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang os: TestGetwdDeep failures

#!watchflakesdefault &lt;- pkg == &quot;os&quot; &amp;&amp; test == &quot;TestGetwdDeep&quot;Issue created automatically...

Golang cmd/vet: go vet complains unsafe.Slice usage

What version of Go are you using (go version)?$ go versiongo version go1.19.2 darwin/amd64Does this issue reproduce with...

Golang cmd/go: in go 1.21 module, go mod tidy and 'go list -m -u all' disagree over which go.sum lines are needed

What version of Go are you using (go version)?$ go versiongo version go1.21rc3 darwin/arm64Does this issue reproduce wit...
上一页 下一页
.