Aurora Blog
Home
Golang runtime/pprof: theoretical appendLocsForStack panic with SIGPROF between cgocallback and exitsyscall
2025-08-13 14:08:09
4936
runtime/pprof.appendLocsForStack asserts that an inline-expanded PC always expands to the same number of logical PCs (in...
Golang net: EPROTOTYPE surfaced from write() on macOS due to kernel bug
2025-08-13 14:08:07
2770
What version of Go are you using (go version)?$ go versiongo version go1.17.6 darwin/amd64Does this issue reproduce with...
Golang cmd/compile: add intra-line discrimination to PGO profiles
2025-08-13 14:08:05
1704
Currently the CPU pprof profiles used for PGO can only break down samples to the source line level. PCs are also include...
Golang cmd/compile: bug in cmd/compile/internal/importer.(*reader).pkg
2025-08-13 14:08:00
1696
Issue created by stacks.This stack jDg_ng was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: bug in cmd/compile/internal/importer.(*reader).typInfo
2025-08-13 14:07:58
1638
Issue created by stacks.This stack uLUAQA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang go/types: should the 'newer Go version' error be reported to Config.Error?
2025-08-13 14:07:56
2721
Since go1.21, (*go/types.Checker).Files() has returned an error when a package has a GoVersion (specified in types.Confi...
Golang cmd/compile: plan9 fatal error: invalid pointer found on stack
2025-08-13 14:07:51
24865
What version of Go are you using (go version)?Go 1.21.0Does this issue reproduce with the latest release?Haven't yet tri...
Golang cmd/compile: bug in cmd/compile/internal/noder.(*reader).localIdent (export data parent issue)
2025-08-13 14:07:49
2218
Issue created by stacks.This stack hs84Kg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang sync: Once panics if testing.T.FailX or testing.T.SkipX are called
2025-08-13 14:07:44
8197
Go versiongo version go1.24.2 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/compile: bug in cmd/compile/internal/noder.(*pkgReader).objIdxMayFail
2025-08-13 14:07:42
1794
Issue created by stacks.This stack OFktgw was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: bug in cmd/compile/internal/types2.setDefType
2025-08-13 14:07:40
1684
Issue created by stacks.This stack WkcAxQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang spec: Method sets section doesn't seem quite right for interfaces with type lists
2025-08-13 14:07:38
3631
https://tip.golang.org/ref/spec#Method_sets says the following:The method set of an interface type is the intersection o...
Golang runtime: TestSegv/Segv failure with unexpected return pc on openbsd-386-68
2025-08-13 14:07:36
6765
--- FAIL: TestSegv (0.00s) --- FAIL: TestSegv/Segv (0.12s) testenv.go:361: [/tmp/workdir/tmp/go-build374830791...
Golang x/telemetry/internal/upload: TestRun_Concurrent failures
2025-08-13 14:07:33
69473
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/upload" && test == "TestRun_Co...
Golang cmd/compile: bug in cmd/compile/internal/ssa.copyelimValue
2025-08-13 14:07:31
1634
Issue created by stacks.This stack Kiz8hw was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang runtime: use getrandom(2) for readRandom
2025-08-13 14:07:29
4030
Proposal DetailsCurrently when we set the random seed on Linux, the runtime's fallback path needs to open, read and then...
Golang cmd/go: add a test for distribution size
2025-08-13 14:07:27
212
This might belong in cmd/dist instead.We should add a test that checks that the distribution size in not above a certain...
Golang cmd/go: add go mod verify -tag
2025-08-13 14:07:25
18378
Proposal DetailsGo lacks a CLI to verify local repositories against the Go checksum database. Adding a flag in go mod ve...
Golang spec: "type parameters are interfaces" is confusing
2025-08-13 14:07:23
442
Per the spec, the underlying type of a type parameter is its constraint interface. Similarly to how we talk about an X t...
Golang net/netip: add Prefix.Compare and AddrPort.Compare
2025-08-13 14:07:21
16083
In our code, we've ended up writing ad-hoc ordering functions for netip.Prefix a whole bunch of times, for use with sort...
上一页
下一页
1
…
121
122
123
124
125
…
373
.