-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
When I use the following commands to test V8 fuzzing locally, the program exits immediately:
python infra/helper.py build_fuzzers --sanitizer coverage --engine none v8
python infra/helper.py run_fuzzer --sanitizer coverage --engine none v8 d8
and then this is the output
python infra/helper.py run_fuzzer v8 --sanitizer undefined --engine libfuzzer d8
INFO:__main__:Running: docker run --privileged --shm-size=2g --platform linux/amd64 --rm -i -e FUZZING_ENGINE=libfuzzer -e SANITIZER=undefined -e RUN_FUZZER_MODE=interactive -e HELPER=True -v /home/kali/Desktop/experiments/oss-fuzz/build/out/v8:/out -t gcr.io/oss-fuzz-base/base-runner:latest run_fuzzer d8.
vm.mmap_rnd_bits = 28
/out/d8 -- -rss_limit_mb=2560 -timeout=25 /tmp/d8_corpus < /dev/null
V8 version 14.5.0 (candidate)
d8> The program is end.
Metadata
Metadata
Assignees
Labels
No labels