Skip to content

fix some memleak #13305

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

Closed
wants to merge 3 commits into from
Closed

fix some memleak #13305

wants to merge 3 commits into from

Conversation

wjjahah
Copy link

@wjjahah wjjahah commented Jun 12, 2025

avx_component module retain twice by avx_component_op_query and ompi_op_base_op_select function opal_common_ucx ucx tls and devices not free
opal_patcher_base_framework not close

avx_component module retain twice by avx_component_op_query and ompi_op_base_op_select function
opal_common_ucx ucx tls and devices not free
opal_patcher_base_framework not close

Signed-off-by: wjjahah <2457791952@qq.com>
Copy link
Member

@bosilca bosilca left a comment

Choose a reason for hiding this comment

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

I am skeptical about the op and patcher change, I need to look into the code a little more to understand the scope.

I mostly certain the ucx change is incorrect. People put a lengthy comment on why they did that (comment this patch removes), and the proposed patch removes exactly that protection.

wjjahah and others added 2 commits June 13, 2025 09:53
Signed-off-by: wjjahah <2457791952@qq.com>
@wjjahah wjjahah closed this Jun 13, 2025
@wjjahah
Copy link
Author

wjjahah commented Jun 13, 2025

thanks for review, ucx commit is not correct, see #11640 get the reason, I will close this pr and create a new

@bosilca
Copy link
Member

bosilca commented Jun 13, 2025

You dont have to close the PR in order to change it, even drastically. The PR is based on the diff between your branch and the main. In general sticking with the same PR is preferable, as it will keep all the discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants