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

Fix small memory leak, update valgrind suppression file and prevent valgrind context errors. #365

Merged
merged 3 commits into from
Jan 1, 2025

Conversation

tazend
Copy link
Member

@tazend tazend commented Jan 1, 2025

No description provided.

tazend added 3 commits January 1, 2025 15:06
slurm_free_job_step_info_members does not free "submit_line", leading to
a memory leak, so we free it manually.
Reported to SchedMD: https://support.schedmd.com/show_bug.cgi?id=21729
@tazend tazend merged commit 25da9f4 into PySlurm:main Jan 1, 2025
1 of 5 checks passed
@tazend tazend deleted the fix-small-memory-leak branch January 1, 2025 14:20
tazend added a commit that referenced this pull request Jan 1, 2025
* pyslurm.JobStep: fix small memory leak

slurm_free_job_step_info_members does not free "submit_line", leading to
a memory leak, so we free it manually.
Reported to SchedMD: https://support.schedmd.com/show_bug.cgi?id=21729

* Update valgrind suppression file

* job live stats: fix uninitialized value errors in valgrind
tazend added a commit that referenced this pull request Jan 1, 2025
* pyslurm.JobStep: fix small memory leak

slurm_free_job_step_info_members does not free "submit_line", leading to
a memory leak, so we free it manually.
Reported to SchedMD: https://support.schedmd.com/show_bug.cgi?id=21729

* Update valgrind suppression file

* job live stats: fix uninitialized value errors in valgrind
tazend added a commit that referenced this pull request Jan 3, 2025
* pyslurm.JobStep: fix small memory leak

slurm_free_job_step_info_members does not free "submit_line", leading to
a memory leak, so we free it manually.
Reported to SchedMD: https://support.schedmd.com/show_bug.cgi?id=21729

* Update valgrind suppression file

* job live stats: fix uninitialized value errors in valgrind
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.

1 participant