-
Notifications
You must be signed in to change notification settings - Fork 858
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
Signal: Segmentation fault (11) #11867
Comments
The code will not produce what you expect:
Assuming that |
If I wait for the request, everything works well. However, let's assume that I don't need data on the receiver side and just want to free a request and issue another irecv, for instance, or even just quit the program. Even removing print(data) in the original example above raises the error. |
The code you posted ends without either calling |
If I add |
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
If you are building/installing from a git clone, please copy-n-paste the output from
git submodule status
.Please describe the system on which you are running
Details of the problem
The issue is probably similar to pmodels/mpich#6584, which mpich has fixed recently.
The text was updated successfully, but these errors were encountered: