Skip to content

handle errors gracefuly to prevent SEGV #13238

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
May 7, 2025

Conversation

bfaccini
Copy link
Contributor

@bfaccini bfaccini commented May 6, 2025

oob_allgather_test() do not check isend() call
success, leading to the possibility to use
oob_req->reqs[] un-initialized upon error and
thus to SEGV.

oob_allgather_test() do not check isend() call
success, leading to the possibility to use
oob_req->reqs[] un-initialized upon error and
thus to SEGV.

Signed-off-by: Bruno Faccini <[email protected]>
@jsquyres
Copy link
Member

jsquyres commented May 6, 2025

@bfaccini This PR is labeled a draft -- is that intentional, or is this PR ready?

@bfaccini bfaccini marked this pull request as ready for review May 7, 2025 08:22
@bfaccini
Copy link
Contributor Author

bfaccini commented May 7, 2025

@bfaccini This PR is labeled a draft -- is that intentional, or is this PR ready?

Ah yes, sorry, this is an old habit!
Just switched it to ready for review.

@bosilca bosilca merged commit ac925b4 into open-mpi:main May 7, 2025
15 checks passed
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.

3 participants