-
Notifications
You must be signed in to change notification settings - Fork 317
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
No available generator when generating WASM code #502
Comments
Could you share which parameters you passed to Fuzzilli exactly? Did you modify the To be in the Other than the |
Ahh, well, I found the mistake. I started all instances except the root/leader with |
This also happens if you run Fuzzilli with |
The current head (
f31876fff984ef7050adcdbe7f4c8bb3255ed8d0
) crashes with the assertion below after some time into fuzzing V8 using--wasm
. The crash is caused byfuzzilli/Sources/Fuzzilli/Base/ProgramBuilder.swift
Lines 1615 to 1618 in f31876f
not yielding any generators (i.e.,
availableGenerators
being empty). I obseervedorigContext
beeingwasmFunction
,wasm
orwasmBlock | wasmFunction
when the crash happens.The text was updated successfully, but these errors were encountered: