• Clemens Backes's avatar
    [flags] Disable hard-abort when fuzzing · 5f00755c
    Clemens Backes authored
    Running the libfuzzer fuzzers locally (with an experimental flag turned
    on) found crashes, but did not produce crash files because we were
    generating a software interrupt ("trap") instead of properly aborting.
    Disabling the "hard-abort" feature fixes that.
    
    This will hopefully not flush out previously missed crashes. If so,
    please do manually bisect across this CL, instead of assigning to me :)
    
    Drive-by: Move more initialization logic from {InitializeFuzzerSupport}
    to the {FuzzerSupport} constructor, where other similar work is
    performed.
    
    R=thibaudm@chromium.org, saelo@chromium.org
    
    Bug: v8:13283
    Change-Id: Id8d4e92f5ab6bb27676adeae6b3b1eb042b8ba3e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3892061Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Reviewed-by: 's avatarSamuel Groß <saelo@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#83208}
    5f00755c
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...