-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: stackoverflow error when -d=libfuzzer is used with all=-N -l
#54001
Comments
@randall77 I'll have a look |
Could you do Thanks. |
@cherrymui the |
go help testflag:
|
I thought it is for fuzz test run. So one should specify the same -fuzz regexp both for compilation and during execution? |
It is generally for specifying the fuzz test for running. For compilation ( |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Went through go fuzz tutorial: go.mod, main.go, main_test.go. Compiled the test:
and ran it:
What did you expect to see?
Test runs
What did you see instead?
Stackoverflow error:
The text was updated successfully, but these errors were encountered: