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+...

Golang go/types, x/tools: help tool authors support the new go/types.Alias node

Following up on https://github.com/golang/go/issues/46477#issuecomment-2101270785, this umbrella issue tracks additional...

Golang crypto: test fips140=only mode

fips140=only from #70123 breaks any non-FIPS cryptography. Testing a mode designed to break things is tricky.Running the...

Golang os: Open("file/.") does not produce an error on wasip1

Go versionmasterOutput of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/dn...
上一页 下一页
.