Aurora Blog
Home
Golang runtime: TestSegv failures with schedule: holding locks
2025-08-13 14:15:21
14824
#!watchflakespost <- pkg == "runtime" && test ~ `TestSegv` && `schedule: holding locks`Issu...
Golang unique: Handle memory leaks; cleanup goroutine can't keep up
2025-08-13 14:15:19
21584
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
2025-08-13 14:15:07
14442
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
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+...
上一页
下一页
1
…
56
57
58
59
60
…
315
.