This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
[BUG] Segmentation Fault when Beaconfuzz_v2 targets Struct_block #89
Labels
bug
Something isn't working
Description
Beaconfuzz_v2 is currently unable to fuzz the struct_block target as it immediately segfaults.
Expected Behavior
Beaconfuzz_v2 should start fuzzing the specified target.
Actual Behavior
a Segmentation Fault occurs
Possible Fix
N/A
Steps to Reproduce
ETH2FUZZ_BEACONSTATE=../eth2fuzz/workspace/corpora/beaconstate fuzz/target/x86_64-unknown-linux-gnu/release/struct_block -artifact_prefix=/home/beacon-fuzz/beaconfuzz_v2/fuzz/artifacts/struct_block/ /home/beacon-fuzz/beaconfuzz_v2/fuzz/corpus/struct_block -detect_leaks=0 -rss_limit_mb=0
Your Environment
The text was updated successfully, but these errors were encountered: