-
Notifications
You must be signed in to change notification settings - Fork 868
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
v4.1: Fix memory leak in configure, which prevents leak sanitizer usage #7959
Merged
bwbarrett
merged 1 commit into
open-mpi:v4.1.x
from
cniethammer:configure-leak-fix-v4.1.x
Jul 28, 2020
Merged
v4.1: Fix memory leak in configure, which prevents leak sanitizer usage #7959
bwbarrett
merged 1 commit into
open-mpi:v4.1.x
from
cniethammer:configure-leak-fix-v4.1.x
Jul 28, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If building Open MPI with sanitizers, e.g $ configure CC=clang CFLAGS=-fsanitize=address .... configure test programs are also build with the sanitizers and will report errors resulting in configure to fail. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
jsquyres
changed the title
Fix memory leak in configure, which prevents leak sanitizer usage
v4.1: Fix memory leak in configure, which prevents leak sanitizer usage
Jul 22, 2020
jsquyres
approved these changes
Jul 22, 2020
@bwbarrett We periodically get SSL cert failures on the AWS CI. Here's an example:
Any idea what this is about? (you previously told me not to "retest" when there's CI infrastructure issues like this so that you can still go in and see the failed job details, so I won't issue a "retest" for this yet...) |
We don't have time to look at the CI issue right now, so just going to retest. |
bot:ompi:retest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #7953