Aurora Blog
Home
Golang cmd/compile: x/website compiler crash on tip
2025-08-13 14:16:25
411
All the gotip builders are failing. See https://ci.chromium.org/p/golang/g/x-website-gotip-by-go/console which points at...
Golang x/tools/gopls: bug.Report in References on type that has both a field and method of the same name
2025-08-13 14:16:23
601
In the gopls/0.16.0-pre.1 release , a references query on the XXX method triggers a bug report:type Foo[T any] struct{ X...
Golang x/tools/gopls: References: bug.Report in expandMethodSearch (via telemetry)
2025-08-13 14:16:17
1685
This stack xlDBRQ was reported by telemetry:func expandMethodSearch(ctx context.Context, snapshot *cache.Snapshot, works...
Golang runtime/race: TestRandomScheduling failures
2025-08-13 14:16:15
1688
#!watchflakesdefault <- pkg == "runtime/race" && test == "TestRandomScheduling"Issue crea...
Golang runtime/pprof: TestGoroutineCounts failures [consistent failure]
2025-08-13 14:16:12
4418
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestGoroutineCounts"Issue crea...
Golang net/http: apparent deadlocks in TestHandlerAbortRacesBodyRead since 2022-08-09
2025-08-13 14:16:06
2684
#!watchflakespost <- pkg == "net/http" && test == "TestHandlerAbortRacesBodyRead"greplogs...
Golang runtime: fatal error stack traces are swallowed for binaries with elevated privileges
2025-08-13 14:16:01
4338
Go versiongo version go1.22.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang runtime: binaries should fail at startup when built with a GOARM64 version not supported on the runtime hardware
2025-08-13 14:15:59
7870
Go versiongo version go1.23.0 linux/arm64Output of go env in your module/workspace:Not relevantWhat did you do?On an arm...
Golang proposal: go/ast: add Start token.Pos fields to BlockStmt and FieldList
2025-08-13 14:15:57
11294
Background: The go/ast package was designed with batch-oriented compiler-like applications in mind, where well-formed AS...
Golang cmd/compile: bug in cmd/compile/internal/importer.(*pkgReader).objIdx.func1
2025-08-13 14:15:55
1883
Issue created by stacks.This stack 66LxTA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: bug in cmd/compile/internal/noder.readPackage
2025-08-13 14:15:53
1687
Issue created by stacks.This stack FCl7nQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/link: unused runtime-internal exported methods aren't getting deadcoded
2025-08-13 14:15:50
1557
For example, internal/abi.(*SwissMapType).NeedKeyUpdate. It has a 3-instruction body and gets inlined everywhere. There ...
Golang crypto/x509/pkix: Name.String() hex-encodes string-type ExtraNames
2025-08-13 14:15:48
6360
What version of Go are you using (go version)?$ go versiongo version go1.12.6 linux/amd64Does this issue reproduce with ...
Golang cmd/compile: bug in cmd/compile/internal/escape.(*escape).newLoc
2025-08-13 14:15:46
1693
Issue created by stacks.This stack qzye-A was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/gofmt: Trailing newline in comments is removed since 1.19
2025-08-13 14:15:44
10596
What version of Go are you using (go version)?$ go versiongo version go1.19 darwin/arm64Does this issue reproduce with t...
Golang net/http: TestTransportDialTLSContext flakes in local testing
2025-08-13 14:15:40
5646
% go test -c net/http% stress ./http.test -test.count=10 -test.run=TestTransportDialTLSContext254 runs so far, 0 failure...
Golang cmd/compile: bug in cmd/compile/internal/bitvec.NewBulk
2025-08-13 14:15:38
1415
Issue created by stacks.This stack xq1QzA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/vet: false positive for MOVOU
2025-08-13 14:15:36
1152
What version of Go are you using (go version)?$ go version (latest)go version devel go1.20-e8894bd8fc Mon Sep 5 11:30:31...
Golang cmd/compile: bug in cmd/compile/internal/types.IsExported
2025-08-13 14:15:34
1510
Issue created by stacks.This stack U3KXYA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang crypto/ecdsa: Sign() panics if public key is not set
2025-08-13 14:15:32
5189
Go versiongo version devel go1.24-7c7170e Wed Nov 20 18:27:31 2024 +0000 linux/amd64Output of go env in your module/work...
上一页
下一页
1
…
116
117
118
119
120
…
376
.