-
Notifications
You must be signed in to change notification settings - Fork 273
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
Debug PR #2028 #2039
Debug PR #2028 #2039
Conversation
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-25-2039-libafl --fuzzers libafl |
Experiment |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-25-2039-libafl-1 --fuzzers libafl |
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-08-25-2039-bases-1 --fuzzers afl aflplusplus libfuzzer |
Experiment Experiment |
This is starting to look like a Heisenbug... |
LOL, let's merge your PR if these two work fine. I will merge my PR to add more logs so that we can better observe the bug once it reoccurs. |
For the 1st one some of them stopped at 15 minutes |
Now it is showing the final report. |
and as i said, for the 1st one, too. |
although I said "terminated after 6 hours". here it does have corpus for the last 23 hours. So in the end the fuzzer did run successfully!. but the problem is just about the measurement not working |
Thanks for tracking the experiment progress, @tokatoka
As a result, we can expect a 1-day experiment report to take up to 3 days : ) |
Debug two new errors observed in #2028 with the logs from #2038.
Error 1: cloud build timeout
Error 2: Fuzz target binary not found.