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

Revert "[analyzer] Use absolute path to logger.so in LD_PRELOAD" #4314

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

dkrupp
Copy link
Member

@dkrupp dkrupp commented Aug 14, 2024

This reverts commit db924b0.

ld_logger.so binary version (32 or 64 bits) must depend on the excuted builder binary version, not on the host machine platform version.

Fixes #4312

This reverts commit db924b0.

ld_logger.so binary version (32 or 64 bits) must depend on the
excuted builder binary version, not on the host machine
platform version.
@dkrupp dkrupp requested review from bruntib and vodorok as code owners August 14, 2024 16:41
Copy link
Contributor

@bruntib bruntib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some Pylint warnings too, otherwise it looks good.

analyzer/tools/build-logger/README.md Outdated Show resolved Hide resolved
analyzer/tools/build-logger/tests/unit/__init__.py Outdated Show resolved Hide resolved
dkrupp and others added 2 commits August 15, 2024 09:44
Co-authored-by: bruntib <bruntib@users.noreply.github.com>
@dkrupp dkrupp requested a review from bruntib August 15, 2024 08:11
@dkrupp
Copy link
Member Author

dkrupp commented Aug 15, 2024

thanks for the review. pylint problems also fixed.

@bruntib bruntib merged commit fc37bf7 into Ericsson:master Aug 15, 2024
8 checks passed
@whisperity whisperity added bugfix 🔨 dev env ⛑️ Development environment analyzer 📈 Related to the analyze commands (analysis driver) tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc. ld-logger 📃 labels Aug 17, 2024
@whisperity whisperity added this to the release 6.24.1 milestone Aug 17, 2024
@odin-
Copy link

odin- commented Aug 23, 2024

Great :-). Thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) bugfix 🔨 dev env ⛑️ Development environment ld-logger 📃 tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CodeChecker log does not work for 32bits binaries on 64bits platform
4 participants