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 a segfault when no arguments are provided #18

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

lrbison
Copy link

@lrbison lrbison commented Sep 13, 2024

Found on Open MPI main by Nathan Hjelm:

mpirun
Segmentation fault (core dumped)

@rhc54
Copy link

rhc54 commented Sep 14, 2024

Just FYI - it's a really bad idea to fix things like this over here instead of upstream. It generates future conflicts when trying to port changes from upstream, and really doesn't provide any benefit. Easy enough to simply push it upstream.

@hppritcha hppritcha merged commit c2a94b5 into open-mpi:master Sep 26, 2024
11 checks passed
@lrbison lrbison deleted the fix_no_args_segfault branch October 18, 2024 14:35
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.

3 participants