-
Notifications
You must be signed in to change notification settings - Fork 21
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
03_rca.sh killed #1
Comments
Hi there, the only occasion we've seen this so far is when running out of memory. Can you check whether this is the case for you? If so, you can try to supply less crashing/non-crashing inputs. |
It seems like running out of memory. So that, for the limitation of memory, should I take care of the AFL running time? how long will be better or how many crashing/non-crashing inputs should I supply? |
Yeah, either you run AFL for less time or you randomly sample a subset of inputs from the large set you already produced in the 12h run (if you happen to have these inputs still lying around). I'd suggest to supply as many inputs as your machine can handle RAM-wise, as more inputs yield better predicates. I can't give you precise numbers here as we haven't really looked into the RAM consumption in detail. |
Hi,
I ran the mruby example in the given docker. When I ran the
/home/user/aurora/docker/example_scripts/03_rca.sh
I got the errors as below. And, I couldn't getpredicates.json, ranked_predicates.txt, ranked_predicates_verbose.txt, rankings.json scores_linear.csv
files.Can you give me some advice?
The text was updated successfully, but these errors were encountered: