internal/fuzz,cmd/go: fuzz coordinator quickly runs out of address space on linux/386 #65434
Labels
fuzz
Issues related to native fuzzing support
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
ToolSpeed
Milestone
Go version
go version go1.22rc2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
On my workstation (a 24 vCPU Xeon VM), the 32-bit test coordinator process crashes before its 5s fuzztime expires. It appears to run out of address space.
What did you expect to see?
All tests passing. Ideally,
go test -fuzz
should work reliably on 32-bit systems: it should avoid excessively large inputs, and should store existing inputs with an efficient summary/index and evict data out to temporary files on disk as needed to work within the program's available address space.The text was updated successfully, but these errors were encountered: