Golang runtime: TestSegv failures with schedule: holding locks

#!watchflakespost <- pkg == "runtime" && test ~ `TestSegv` && `schedule: holding locks`Issu...

Golang unique: Handle memory leaks; cleanup goroutine can't keep up

Go versiongo version go1.24.0 darwin/arm64go version go1.24.0 linux/amd64go version go1.23.6 darwin/arm64go version go1....

Golang runtime: confusing panic on parallel calls to yield function

Go versiongo1.23.0-windows-amd64Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64set GOBIN=se...

Golang runtime: staticlockranking builders failing on release branches on LUCI

Example failure:https://ci.chromium.org/ui/p/golang/builders/try/go1.21-linux-amd64-staticlockranking/b87622529228108883...

Golang cmd/link: TestScript/randlayout_option failures

#!watchflakesdefault <- pkg == "cmd/link" && test == "TestScript/randlayout_option"Issue ...

Golang net/http/pprof: assess and document security implications of the goroutines endpoint

The net/http/pprof endpoints include stack traces with integer arguments, which can leak sensitive information depending...

Golang cmd/go: test -coverprofile should ask compiler to drop (incorrect) position information

% cat x.gopackage pfunc f(int) stringfunc g() { b := f(1) collect := func(min, max, stop int) []int { retur...

Golang cmd/go/internal/modcmd: download with -json flag doesn't print JSON objects to stdout for some module download errors

Go versiongo version go1.23.1 darwin/arm64Output of go env -changed in your module/workspaceGOPROXY='http://127.0.0.1'Wh...

Golang runtime: contention in runtime.gcFlushBgCredit on work.assistQueue.lock

This is the first in what I think will be a series of three issue reports about contention I've seen on various runtime-...

Golang runtime: PanicNilError error string should have "runtime error: " prefix

What version of Go are you using (go version)?$ go version1.21.3Does this issue reproduce with the latest release?YesWha...

Golang runtime: performance degradation on tip on high core count machines

Go versiongo version go1.22.4 linux/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN='...

Golang cmd/compile: closure func name changes when inlining

% cat x.gopackage mainfunc f(x int) func() { return func() { panic(x) }}func main() { f(1)()}% go run -g...

Golang go/types: mismatching 'indirect' results from NewMethodSet and LookupFieldOrMethod for interface methods

For T below, we get different results for whether or not m is indirect when using the NewMethodSet vs LookupFieldOrMetho...

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

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

Golang reflect: Type.Name and Type.String expose "link name" mangling of type arguments

The type parameters proposal (https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md#r...

Golang debug/macho: leading underscore stripped for some C++ symbols

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

Golang cmd/compile: bug in cmd/compile/internal/noder.(*pkgWriter).pkgIdx

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

Golang go/printer: false positive for doc comment formatting on unindented input

The added blank line in the comment shows that go/printer is treating this as a doc comment, even though it's not.It is ...

Golang syscall: Sendfile needs documentation

As of Go 1.21, the syscall.Sendfile function has no documentation.For many functions in the syscall package, we assume P...

Golang cmd/go: failures in TestScript/cover_statements due to unexpected linker invocations

#!watchflakespost <- pkg == "cmd/go" && test == "TestScript" && `cover_.*.txt:\d+...
上一页 下一页
.