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

swift run start error #403

Open
hlc-b opened this issue Aug 31, 2023 · 1 comment
Open

swift run start error #403

hlc-b opened this issue Aug 31, 2023 · 1 comment

Comments

@hlc-b
Copy link

hlc-b commented Aug 31, 2023

My environment is M1 Max Mac os 14.

However, when I run "swift run -c release FuzzilliCli --profile=v8 /Users/studiojihun/chrome/src/v8/src", an error occurs.
Error is
Building for production...
Build complete! (0.09s)
[Cli] Using the following arguments for the target engine: ["--expose-gc", "--omit-quit", "--allow-natives-syntax", "--fuzzing", "--jit-fuzzing", "--future", "--harmony", "--js-staging"]
[Cli] Enabled mutators: ["ExplorationMutator", "CodeGenMutator", "SpliceMutator", "ProbingMutator", "InputMutator", "InputMutator (type aware)", "OperationMutator", "CombineMutator"]
[Cli] No filesystem storage configured, found crashes will be discarded!
[REPRL] Script execution failed: Did not receive HELO message from child: No such process. Retrying in 1 second...
[REPRL] Script execution failed again: Did not receive HELO message from child: Operation timed out. Giving up
How should I solve this?

@chennbnbnb
Copy link
Contributor

The v8 tested by Fuzzilli needs extra compile args v8_fuzzilli=true, Please make sure this parameter exists when compiling
Below is an example

gn gen out.gn/fuzzilli_build --args='is_debug=false dcheck_always_on=true v8_static_library=true v8_enable_verify_heap=true v8_fuzzilli=true sanitizer_coverage_flags="trace-pc-guard" target_cpu="x64"'
ninja -C ./out.gn/fuzzilli_build d8

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