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

ldlogger.so cannot be preloaded, wrong path #3980

Closed
ielpo opened this issue Aug 15, 2023 · 2 comments
Closed

ldlogger.so cannot be preloaded, wrong path #3980

ielpo opened this issue Aug 15, 2023 · 2 comments
Labels
bug 🐛 dev env ⛑️ Development environment package-Python 🐍 Issues related to the officially supplied PyPI (pip) package

Comments

@ielpo
Copy link

ielpo commented Aug 15, 2023

Describe the bug
When executing CodeChecker check, the library ldlogger.so cannot be found.
I checked the path: there is a "x86_64" in the requested path, in the actual path there is not.

Requested path: /root/codechecker/.venv/lib/python3.11/site-packages/codechecker_analyzer/ld_logger/lib/x86_64/ldlogger.so

Actual path: /root/codechecker/.venv/lib/python3.11/site-packages/codechecker_analyzer/ld_logger/lib/ldlogger.so

CodeChecker version
Installed from pip, git tag info 6.22.2

To Reproduce
Steps to reproduce the behavior:

  1. Source venv
  2. Download and extract source for htop to ~/htop-3.2.2 Link
  3. Execute CodeChecker check -b "cd ~/htop-3.2.2 && ./autogen.sh && ./configure && make" -o ~/results

Expected behavior
I expect the analysis to run.

Desktop (please complete the following information)

  • OS: Debian 12
@bruntib
Copy link
Contributor

bruntib commented Aug 15, 2023

There is a solution to the problem in this PR: #3976. This will be available soon.

@whisperity whisperity added bug 🐛 dev env ⛑️ Development environment package-Python 🐍 Issues related to the officially supplied PyPI (pip) package labels Aug 30, 2023
@bruntib
Copy link
Contributor

bruntib commented Nov 27, 2023

Fixed by #3976

@bruntib bruntib closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 dev env ⛑️ Development environment package-Python 🐍 Issues related to the officially supplied PyPI (pip) package
Projects
None yet
Development

No branches or pull requests

3 participants