Golang testing: fuzz reports spurious "process hung or terminated unexpectedly" errors

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

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

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

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

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

#!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

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

#!watchflakespost <- pkg == "net/http" && test == "TestTransportNoReuseAfterEarlyResponse&quot...

Golang runtime/pprof: NewCPUProfile + cpuProfile.Start to allow profile configuration

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

Here is a simple program that reproduces the issue:package mainimport ( "log" "os" "ru...

Golang cmd/compile: bug in cmd/compile/internal/types.NewNamed

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

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)

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

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

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

#!watchflakespost <- goos ~ `darwin|ios` && goarch == "arm64" && pkg == "net" &am...

Golang x/debug/internal/gocore: TestVersions failures

#!watchflakesdefault <- pkg == "golang.org/x/debug/internal/gocore" && test == "TestVersions&q...

Golang go/ast: unexpected associations for comments in empty function/loop bodies

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

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

New vet checks can make old code's tests stop passing. An example is #57059, where the printf format checker got more pr...
上一页 下一页
.