Git Product home page Git Product logo

Comments (8)

TheShiftedBit avatar TheShiftedBit commented on April 28, 2024

Can you confirm which version you have installed?

from atheris.

aduquet avatar aduquet commented on April 28, 2024

I have installed the version 2.1.1

from atheris.

volpino avatar volpino commented on April 28, 2024

Can you please provide the steps you took?

On a clean debian-like machine I did:

sudo apt install clang git
git clone https://github.com/google/atheris.git
cd atheris
pip3 install .
python3 example_fuzzers/custom_mutator_example.py

The example worked fine. I wonder if the issue could be related to macOS (which I think could be the differentiating factor between my test and yours, by looking at the path in your stacktrace).

from atheris.

aduquet avatar aduquet commented on April 28, 2024

Well, I was thinking the same, it could be related to macOS...

I followed the steps provided by macOS

# Building LLVM
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
mkdir build
cd build
cmake -DLLVM_ENABLE_PROJECTS='clang;compiler-rt' -G "Unix Makefiles" ../llvm
make -j 10  # This step is very slow

# Installing Atheris
CLANG_BIN="$(pwd)/bin/clang" pip3 install atheris

from atheris.

TheShiftedBit avatar TheShiftedBit commented on April 28, 2024

I'm investigating mac.

from atheris.

TheShiftedBit avatar TheShiftedBit commented on April 28, 2024

Hmmm, I can't reproduce on Mac either. Ran with Python 3.10, clang 15.0.0, and the latest release of pybind11.

from atheris.

TheShiftedBit avatar TheShiftedBit commented on April 28, 2024

Back from vacation, I made prebuilt releases of the latest version for Mac.

from atheris.

TheShiftedBit avatar TheShiftedBit commented on April 28, 2024

Closing this issue as not reproducible. Please comment if you have more information that might help me reproduce it.

from atheris.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.