fuzzilli icon indicating copy to clipboard operation
fuzzilli copied to clipboard

[Fuzzer] Testcase "fuzzilli('FUZZILLI_CRASH', {0 | 1 | 2})" did not crash

Open extf33 opened this issue 2 years ago • 3 comments

Fuzzilli: 8eec7a7 V8: 92a918e10bd36c1045b2f750b56fdab4b4148ae4

I've got

[Fuzzer] Testcase "fuzzilli('FUZZILLI_CRASH', 0)" did not crash
[Fuzzer] Testcase "fuzzilli('FUZZILLI_CRASH', 1)" did not crash
[Fuzzer] Testcase "fuzzilli('FUZZILLI_CRASH', 2)" did not crash

in release, debug build.

extf33 avatar Apr 11 '23 03:04 extf33

Hi! Did you compile V8 like this?

saelo avatar Apr 12 '23 11:04 saelo

Yes, I did.

extf33 avatar Apr 12 '23 13:04 extf33

Have you verified that e.g. fuzzilli('FUZZILLI_CRASH', 1) actually crashes in that d8 binary? You could also try running that d8 binary with the REPRLRun utility: swift run REPRLRun path/to/d8 and check if the crashes are detected there.

saelo avatar Apr 13 '23 12:04 saelo