Aurora Blog
Home
Golang runtime: staticlockranking builders failing on release branches on LUCI
2025-08-13 14:15:00
5734
Example failure:https://ci.chromium.org/ui/p/golang/builders/try/go1.21-linux-amd64-staticlockranking/b87622529228108883...
Golang cmd/link: TestScript/randlayout_option failures
2025-08-13 14:14:58
8302
#!watchflakesdefault <- pkg == "cmd/link" && test == "TestScript/randlayout_option"Issue ...
Golang net/http/pprof: assess and document security implications of the goroutines endpoint
2025-08-13 14:14:53
897
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
2025-08-13 14:14:51
3158
% 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
2025-08-13 14:14:49
2106
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
2025-08-13 14:14:47
12649
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
2025-08-13 14:14:36
7510
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
2025-08-13 14:14:34
20962
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
2025-08-13 14:14:29
35312
% 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
2025-08-13 14:14:27
627
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
2025-08-13 14:14:25
1772
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
2025-08-13 14:14:23
5404
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
2025-08-13 14:14:21
4255
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
2025-08-13 14:14:19
1646
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
2025-08-13 14:14:12
547
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
2025-08-13 14:14:08
5427
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
2025-08-13 14:14:04
28320
#!watchflakespost <- pkg == "cmd/go" && test == "TestScript" && `cover_.*.txt:\d+...
Golang go/types, x/tools: help tool authors support the new go/types.Alias node
2025-08-13 14:14:02
966
Following up on https://github.com/golang/go/issues/46477#issuecomment-2101270785, this umbrella issue tracks additional...
Golang crypto: test fips140=only mode
2025-08-13 14:14:00
834
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
2025-08-13 14:13:57
3929
Go versionmasterOutput of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/dn...
上一页
下一页
1
…
111
112
113
114
115
…
370
.