Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzzing process terminated without fuzzing: EOF #61742

Closed
Dmytro-yakymuk opened this issue Aug 3, 2023 · 1 comment
Closed

fuzzing process terminated without fuzzing: EOF #61742

Dmytro-yakymuk opened this issue Aug 3, 2023 · 1 comment

Comments

@Dmytro-yakymuk
Copy link

Dmytro-yakymuk commented Aug 3, 2023

Hi, help me with the error it comes when I want to test the api server.

First I start this server and later in the f.Fuzz section I try to send requests to the server, but even with the missing code in the section I get an error.
go test -v -fuzz=FuzzHistory -parallel=1

image

What can this error indicate? This test passes if I run it from vs code IDE, but once using the data that I recorded in f.Add,
also similar, non-fuzz tests are performed without problems.

I tried the recommendations from #52569 and #52133, but nothing helped((

go version go1.20.4 linux/amd64

GOHOSTARCH="amd64"
GOHOSTOS="linux"

@ianlancetaylor
Copy link
Contributor

This means that the program crashed unexpectedly.

In general we don't use the issue tracker for questions. Please use a forum for further discussions. See https://go.dev/wiki/Questions. Thanks.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Aug 3, 2023
@golang golang locked and limited conversation to collaborators Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants