• Camillo Bruni's avatar
    [snapshot][api] Expose the snapshot checksum as crash key · 35fc0c17
    Camillo Bruni authored
    Due to the consistent overhead of snapshot checksum verification
    we ideally want to avoid it all-together. However there are still enough
    devices out there that suffer from corrupted snapshots that might
    cause hard to debug heap corruptions.
    
    This CL exposes the calculated (dummy value for now) and the expected
    snapshot checksum as a crash key, so it can be easily consulted during
    investigation.
    
    Note: The calculated crash key contains 0x0 for now as a dummy value. We
    will come up with a strategy later-on to limit the overhead of
    calculating the checksum.
    
    Bug: v8:12195
    Change-Id: I6da6d74c035cb6f9b0edae212a36e6c41c048a5b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3605813Reviewed-by: 's avatarJakob Linke <jgruber@chromium.org>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Camillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#80325}
    35fc0c17
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...