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

Remove valgrind config file #1690

Merged
merged 4 commits into from
Aug 22, 2023
Merged

Conversation

PragmaTwice
Copy link
Member

Since the file (src/valgrind.sup) is outdated and out-of-maintain (and we currently use AddressSanitizer to detect memory bugs),
we remove it in this PR.

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Thank you!

Do we have other settings to use this script for debugging?

Or may you or @git-hulk can tell how we use this file previously?

@git-hulk
Copy link
Member

Thank you!

Do we have other settings to use this script for debugging?

Or may you or @git-hulk can tell how we use this file previously?

We previously use Valgrind to test if any memory leaks on the local side, and I guess no one does it now since we have ASAN in CI.

@PragmaTwice PragmaTwice merged commit 676c3b9 into apache:unstable Aug 22, 2023
26 checks passed
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

Successfully merging this pull request may close these issues.

4 participants