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

Enable Sanitizers and Valgrind in GitHub Actions Workflows #422

Open
jr0me opened this issue Dec 12, 2024 · 0 comments
Open

Enable Sanitizers and Valgrind in GitHub Actions Workflows #422

jr0me opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels

Comments

@jr0me
Copy link
Member

jr0me commented Dec 12, 2024

Description

To improve the robustness and reliability of the codebase, we need to integrate tools like AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, and Valgrind into our CI pipeline. These tools can help identify memory leaks, invalid accesses, race conditions, and undefined behavior during automated testing.

This task involves:

  • Enabling sanitizers (e.g., AddressSanitizer, ThreadSanitizer) in the build process for specific workflows.
  • Configuring Valgrind to run memory analysis tests.
  • Updating GitHub Actions workflows to include these tools in the testing stages.
  • Adding relevant checks and ensuring any issues detected are logged and reported clearly.

The goal is to catch critical bugs early in the development process, improving the overall quality and stability of the software.

@vikman90 vikman90 added type/enhancement Enhancement issue and removed type/test Test issue labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants