• 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
..
inspector Loading commit data...
json Loading commit data...
multi_return Loading commit data...
parser Loading commit data...
regexp Loading commit data...
regexp_builtins Loading commit data...
wasm Loading commit data...
wasm_async Loading commit data...
wasm_code Loading commit data...
wasm_compile Loading commit data...
wasm_streaming Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
README.md Loading commit data...
fuzzer-support.cc Loading commit data...
fuzzer-support.h Loading commit data...
fuzzer.cc Loading commit data...
fuzzer.status Loading commit data...
inspector-fuzzer.cc Loading commit data...
json.cc Loading commit data...
multi-return.cc Loading commit data...
parser.cc Loading commit data...
regexp-builtins.cc Loading commit data...
regexp.cc Loading commit data...
testcfg.py Loading commit data...
wasm-async.cc Loading commit data...
wasm-code.cc Loading commit data...
wasm-compile.cc Loading commit data...
wasm-fuzzer-common.cc Loading commit data...
wasm-fuzzer-common.h Loading commit data...
wasm-streaming.cc Loading commit data...
wasm.cc Loading commit data...
wasm_corpus.tar.gz.sha1 Loading commit data...