You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
LD_PRELOAD is set to just ldlogger.so, which requires ldlogger.so to be installed systemwide. If you have CodeChecker installed with something like uv, this fails. If the LD_PRELOAD is changed to an absolute or relative path to the installation, it should be fixed.
Describe the bug
LD_PRELOAD is set to just
ldlogger.so
, which requiresldlogger.so
to be installed systemwide. If you have CodeChecker installed with something likeuv
, this fails. If the LD_PRELOAD is changed to an absolute or relative path to the installation, it should be fixed.CodeChecker version
[INFO 2025-02-28 08:56] - CodeChecker analyzer version:
[INFO 2025-02-28 08:56] - CodeChecker web version:
To Reproduce
Steps to reproduce the behaviour:
uv
:uvx CodeChecker
uvx CodeChecker log -b make -o compile_commands.json
ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Expected behaviour
LD_PRELOAD doesn't error out and capturing compile_commands.json works
Desktop (please complete the following information)
Additional context
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: