Aurora Blog
Home
Golang testing: fuzz reports spurious "process hung or terminated unexpectedly" errors
2025-08-13 14:12:26
8077
go test -v -fuzz=Decode image/gifconsistently produces output like:...=== RUN TestEncodeWrappedImage--- PASS: TestEnco...
Golang cmd/compile: bug in cmd/compile/internal/types.(*Type).Pos
2025-08-13 14:12:23
1620
Issue created by stacks.This stack aGCLWg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang testing: t.Failed() returns false during panic
2025-08-13 14:12:21
2402
Does this issue reproduce with the latest release?Yes (1.17.3)What operating system and processor architecture are you u...
Golang cmd/compile: loopvar doesn't trigger nocopy detection
2025-08-13 14:12:19
8746
Go versiongo version go1.22.0 linux/amd64Output of go env in your module/workspace:.What did you do?package mainimport (...
Golang runtime: corruption after wasm stack overflow RangeError
2025-08-13 14:12:16
18926
Open https://swtch.com/tmp/wasmbug/ in Chrome.Open the developer console (right click on page, Inspect, then click the C...
Golang runtime: corruption in tests
2025-08-13 14:12:14
627330
#!watchflakesdefault <- (log ~ `runtime.throw\(` || log ~ `^\s*fatal error:`) && builder != "plan9-38...
Golang testing: failures in Cleanup functions do not trigger -failfast if the test includes a parallel subtest
2025-08-13 14:12:10
1254
When run with -failfast, the following test should run only Test1, which fails.Instead, it reports the failure from Test...
Golang net/http: TestTransportNoReuseAfterEarlyResponse failures due to leaked transports
2025-08-13 14:12:08
10336
#!watchflakespost <- pkg == "net/http" && test == "TestTransportNoReuseAfterEarlyResponse"...
Golang runtime/pprof: NewCPUProfile + cpuProfile.Start to allow profile configuration
2025-08-13 14:12:05
18066
I think SetCPUProfileRate is, albeit confusing, still functioning. It needs to be called in the right order with StartCP...
Golang runtime/trace: missing stacks for trace events emitted when getg().mp.curg == nil, like GoCreate for time.AfterFunc
2025-08-13 14:12:03
2122
Here is a simple program that reproduces the issue:package mainimport ( "log" "os" "ru...
Golang cmd/compile: bug in cmd/compile/internal/types.NewNamed
2025-08-13 14:12:01
1893
Issue created by stacks.This stack 74NgnA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang x/tools/go/packages: memory hungry in parsing the github.com/go-fonts/latin-modern module packages
2025-08-13 14:11:59
3263
What version of Go are you using (go version)?$ go versiongo version go1.20rc3 linux/amd64The version of the golang.org/...
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...
上一页
下一页
1
…
59
60
61
62
63
…
315
.