Skip to content

Check Delta Valgrind Logs #21

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

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Conversation

sherry-yuan
Copy link
Contributor

No description provided.

@sherry-yuan sherry-yuan self-assigned this Nov 26, 2021
@sherry-yuan sherry-yuan added the enhancement New feature or request label Nov 26, 2021
@sherry-yuan sherry-yuan added this to the 2022.2 milestone Nov 26, 2021
@sherry-yuan
Copy link
Contributor Author

sherry-yuan commented Dec 2, 2021

Caveat: valgrind suppression is too specific, sometimes it filter out memcheck of type Addr2 (invalid read of size 2), but Addr1,4,8 might also happen for the same valgrind error.

Next step: add additional script for duplicating Addr memcheck types so that it won't miss the same valgrind issue.

@pcolberg pcolberg modified the milestones: 2022.2, 2022.3 Dec 7, 2021
@sherry-yuan sherry-yuan modified the milestones: 2022.3, 2022.4 Mar 14, 2022
@sherry-yuan
Copy link
Contributor Author

sherry-yuan commented Mar 14, 2022

This is potentially a no go given the suppression are noisy and the valgrind errors are not consistent across the runs. Push to 2022.4 for now. The better alternative is to fix all current valgrind issues, then apply this CI/CD. Will wait until its dependency are done.

@pcolberg pcolberg assigned pcolberg and unassigned sherry-yuan Apr 30, 2022
@pcolberg pcolberg removed this from the 2023.0 milestone Oct 19, 2022
@pcolberg pcolberg removed their assignment Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants