Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to solve the ImportError? #93

Open
jxfzzzt opened this issue Sep 9, 2024 · 0 comments
Open

How to solve the ImportError? #93

jxfzzzt opened this issue Sep 9, 2024 · 0 comments

Comments

@jxfzzzt
Copy link

jxfzzzt commented Sep 9, 2024

When I run the following code on MacOS, an ImportError occurs. How can I fix it?

import json

import atheris

with atheris.instrument_imports():
    import os
    import sys
    import json


def TestOneInput(data: str):
    json.loads(data)


atheris.Setup(sys.argv, TestOneInput)
atheris.Fuzz()
ImportError: dlopen(/Users/xxx/miniforge3/envs/xxx/lib/python3.11/site-packages/atheris/core_with_libfuzzer.cpython-311-darwin.so, 0x0002): symbol not found in flat namespace '__ZNSt3__122__libcpp_verbose_abortEPKcz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant