Aurora Blog
Home
Golang strings: copying but not using a Builder after first use leads to runtime crash (generates heap -> stack pointer)
2025-08-13 14:11:57
22046
What version of Go are you using (go version)?$ go versiongo version go1.16.6Does this issue reproduce with the latest r...
Golang cmd/nm: running nm on object from different version can crash
2025-08-13 14:11:55
3944
Go versiontipOutput of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/iant/.cache/go...
Golang runtime: invalid crash stack for morestackc unwind on arm64 mac
2025-08-13 14:11:53
2249
Add this to runtime/proc.go:diff --git a/src/runtime/proc.go b/src/runtime/proc.goindex 401dcd0a11..6d8fde4349 100644---...
Golang net: TestCloseWrite failures with "i/o timeout" on darwin/arm64
2025-08-13 14:11:50
5911
#!watchflakespost <- goos ~ `darwin|ios` && goarch == "arm64" && pkg == "net" &am...
Golang x/debug/internal/gocore: TestVersions failures
2025-08-13 14:11:48
132802
#!watchflakesdefault <- pkg == "golang.org/x/debug/internal/gocore" && test == "TestVersions&q...
Golang go/ast: unexpected associations for comments in empty function/loop bodies
2025-08-13 14:11:46
3930
Comments that are placed inside empty function or loop bodies are associated with statements after the body, hence state...
Golang cmd/compile: bug in cmd/compile/internal/importer.(*pkgReader).newReader
2025-08-13 14:11:41
1652
Issue created by stacks.This stack BbuvCg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/vet: disable checks based on go.mod go version
2025-08-13 14:11:37
17075
New vet checks can make old code's tests stop passing. An example is #57059, where the printf format checker got more pr...
Golang os: SameFile doesn't handle invalid file IDs on Windows
2025-08-13 14:11:35
3355
What version of Go are you using (go version)?$ go versiongo version go1.20.7 windows/amd64Does this issue reproduce wit...
Golang cmd/compile: bug in cmd/compile/internal/types.NewField
2025-08-13 14:11:33
1700
Issue created by stacks.This stack EcU8AQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: bug in cmd/compile/internal/types.(*Type).IsMemory
2025-08-13 14:11:31
1579
Issue created by stacks.This stack ESvSrA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang runtime: Caller can return <autogenerated> as filename when called from a global variable
2025-08-13 14:11:29
4546
What version of Go are you using (go version)?$ go versiongo version devel go1.22-de5b418bea Sat Dec 2 03:15:03 2023 +00...
Golang net/http: move HTTP/2 into std
2025-08-13 14:11:27
1515
The net/http package includes transparent support for HTTP/2. The source of truth for this implementation is the golang....
Golang cmd/compile: bug in cmd/compile/internal/types.(*Type).wantEtype
2025-08-13 14:11:23
1655
Issue created by stacks.This stack MUENJg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/go: removed godebug settings cause errors
2025-08-13 14:11:20
6149
Go versiongo 1.24.0Output of go env in your module/workspace:go envAR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CG...
Golang cmd/compile: PGO fails to do multiple levels of inlining into a single function
2025-08-13 14:11:18
28780
Reproducer:-- dep/dep.go --package depvar sink int//go:noinlinefunc spin() { for i := 0; i < 1000000; i++ { ...
Golang cmd/compile: bug in cmd/compile/internal/noder.(*reader).doPkg
2025-08-13 14:11:14
1743
Issue created by stacks.This stack xLknhA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang os: TestGetwdDeep failures
2025-08-13 14:11:12
53388
#!watchflakesdefault <- pkg == "os" && test == "TestGetwdDeep"Issue created automatically...
Golang cmd/vet: go vet complains unsafe.Slice usage
2025-08-13 14:11:10
7729
What version of Go are you using (go version)?$ go versiongo version go1.19.2 darwin/amd64Does this issue reproduce with...
Golang cmd/go: in go 1.21 module, go mod tidy and 'go list -m -u all' disagree over which go.sum lines are needed
2025-08-13 14:11:07
4064
What version of Go are you using (go version)?$ go versiongo version go1.21rc3 darwin/arm64Does this issue reproduce wit...
上一页
下一页
1
…
117
118
119
120
121
…
373
.