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

undefined symbol: static_assert when trying to run analysis #85

Open
ChipMonto opened this issue May 21, 2024 · 0 comments
Open

undefined symbol: static_assert when trying to run analysis #85

ChipMonto opened this issue May 21, 2024 · 0 comments

Comments

@ChipMonto
Copy link

ChipMonto commented May 21, 2024

Hi,
Thanks for creating such a useful piece of software.
Looks like some dependency has changed an now when trying to analyze a source code one gets the following error:

OSError: /usr/local/lib/python3.10/dist-packages/build/lang.so: undefined symbol: static_assert

Indeed looks like the symbol is missing, but I don't know where does the missing dependency come from:

# readelf -s ./lang.so | grep -i assert
     8: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND static_assert
   117: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __assert_fail@GL[...]
   125: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND static_assert

Thanks in advance for any hints.

The system is ubuntu 22.04 and fuzzable was installed via pip install .

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