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

Add ASAN support and fix memleaks (4-3-stable) #289

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

alanking
Copy link
Contributor

Addresses #286
Addresses #287
Addresses #288

Need to run test suite, but basic things like tiering out and restaging seem to be working.

@alanking
Copy link
Contributor Author

Test suite passed

@trel
Copy link
Member

trel commented Dec 19, 2024

very good.

@alanking
Copy link
Contributor Author

Tests still passing

@trel
Copy link
Member

trel commented Dec 20, 2024

what is clang-format requesting? just indentation?

@alanking
Copy link
Contributor Author

Yes, but a strange thing happens where it will never be satisfied until the whole file is formatted. If I run git clang-format, it will modify the lines I touched, but then the GitHub Action here will want to format the lines around the lines that were touched, and on it goes until the whole file is formatted.

We can run clang-format on the whole codebase if desired, but I've just been ignoring it until we do that.

@trel
Copy link
Member

trel commented Dec 20, 2024

ah, i remember that. please ignore.

Copy link
Member

@trel trel left a comment

Choose a reason for hiding this comment

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

seems good. # if confident.

Based on the --debug_build option in the build hook in the main
iRODS repository.
Requires irods-dev, irods-runtime, and irods-server packages
built with ASAN enabled. Also adds an option to the build
hook to enable ASAN from the development environment.
@alanking
Copy link
Contributor Author

#'d. In it goes...

@alanking alanking merged commit c1a07b2 into irods:4-3-stable Dec 20, 2024
1 check failed
@alanking alanking deleted the asan.43s branch December 20, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants