google / AFL

american fuzzy lop - a security-oriented fuzzer
https://lcamtuf.coredump.cx/afl/
Apache License 2.0
3.67k stars 631 forks source link

some issue about the instrumentation in LAVA-M #113

Closed JialeDeng closed 4 years ago

JialeDeng commented 4 years ago

Hi! When I was using afl-clang-fast to instrument the programs in the LAVA-M set, I finished CC=~/afl-clang-fast CXX=~/afl-clang-fast++ ./configure --prefix=pwd/lava-install LIBS="-lacl", and it shows no error, and when I input make to get the instrumented program, I met the following error: image How can I solve this problem? I would be very grateful if you can take the time to answer this. Thanks a lot.

Dor1s commented 4 years ago

Can you try a newer clang? Looks like the compiler is crashing for some reason.

@lszekeres may have a better suggestion than I do.

lszekeres commented 4 years ago

+1 trying new llvm/clang version. what version are you currently using?

If that doesn't work, could you get and paste the stack trace of the crash?

JialeDeng commented 4 years ago

thxs, I reinstall my clang and solved this problem!

Dor1s commented 4 years ago

Awesome!