You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure the issue is related to this crate, so feel free to redirect me.
I get the following error and I don't understand what it means:
INFO: Seed: 2943382958
INFO: Loaded 1 modules (10632 inline 8-bit counters): 10632 [0x5566fff84008, 0x5566fff86990),
INFO: Loaded 1 PC tables (6775 PCs): 6775 [0x5566fff86990,0x5566fffa1100),
ERROR: The size of coverage PC tables does not match the
number of instrumented PCs. This might be a compiler bug,
please contact the libFuzzer developers.
Also check https://bugs.llvm.org/show_bug.cgi?id=34636
for possible workarounds (tl;dr: don't use the old GNU ld)
To reproduce, you can try:
# In case the version of rust and cargo-fuzz matters:
rustup toolchain install nightly-2019-11-02
cargo +nightly-2019-11-02 install -f --version=0.5.4 cargo-fuzz
# The actual issue:
git clone git@github.com:ia0/data-encoding.git
cd data-encoding/lib
cargo +nightly-2019-11-02 fuzz run -O -a round_trip
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure the issue is related to this crate, so feel free to redirect me.
I get the following error and I don't understand what it means:
To reproduce, you can try:
Thanks!
The text was updated successfully, but these errors were encountered: