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

After long-running, the number of executions per second becomes 0. #2

Open
songjianyang opened this issue Dec 17, 2020 · 2 comments
Open

Comments

@songjianyang
Copy link

I used 5 threads and they were running fine at first, but after 40 minutes there was a problem.
Execs/s becomes 0.
Why???

My command line:
image

image

@ifratric
Copy link
Collaborator

It seems all of your samples got discarded
samples: 65 (65 discarded)
The samples can currently be discarded for 2 reasons:
causing too many hangs (over 1 percent of runs cause hangs) or causing too many crashes (over 2 percent of runs cause a crash, meaning most likely that the sample itself is actually crashing unrelialy).
Most likely, in your case, it's the issue with hangs so I suggest increasing the timeout.
If that doesn't work, you can adjust acceptable hang/crash ratios in https://github.com/googleprojectzero/Jackalope/blob/main/fuzzer.cpp#L42

@songjianyang
Copy link
Author

@ifratric I see. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants