cmd/go: "out of memory" running fuzz tests on windows-amd64-longtest #52744
Labels
FrozenDueToAge
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.
release-blocker
Milestone
greplogs -l -e 'FAIL: TestScript/test_fuzz.*\n(\s+.*)*fatal error: out of memory'
2022-05-05T01:32:18-b922055/windows-amd64-longtest
I wonder if the fuzz tests might actually be using too much memory — they might be more memory-intensive than most of the other tests by virtue of running the fuzzer.
On the other hand, these tests were also running for a long time. Maybe there's something wrong with the fuzzer that is causing them to be much more expensive than expected? (attn @golang/fuzzing)
The text was updated successfully, but these errors were encountered: