Skip to content

Relax valgrind suppression, enable 24.04 in CI #11

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

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 10, 2025

It appears that the call stack related to the perceived memory leak related to stack allocation in threads has changed slightly in Ubuntu 24.04. This change relaxes that suppression slightly and enables 24.04 builds by default.

Independently, this suppression needs to be relaxed in the same way to be applicable to std::thread instances used in testing, for which the same perceived leak manifests.

It appears that the call stack related to the perceived memory leak
related to stack allocation in threads has changed slightly in Ubuntu
24.04. This change relaxes that suppression slightly and enables 24.04
builds by default.

Independently, this suppression needs to be relaxed in the same way to
be applicable to std::thread instances used in testing, for which the
same perceived leak manifests.
@cottsay cottsay requested a review from nuclearsandwich March 10, 2025 18:14
@cottsay cottsay self-assigned this Mar 10, 2025
@cottsay cottsay merged commit be362bb into main Mar 21, 2025
3 checks passed
@cottsay cottsay deleted the cottsay/noble-ci branch March 21, 2025 18:44
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.

2 participants