-
Notifications
You must be signed in to change notification settings - Fork 9
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
Memory leak exposed by address sanitizer in insertable_collection example #1317
Comments
Should we add an exclusion for this? Track it down and report it upstream? Update MPI library version we're installing in that container? |
I'm not hitting it consistently in local environment, but Edit: |
The decision after DARMA Weekly was that this should be blacklisted. Silencing the error
This means that we cannot silence this error in any reasonable way while using Origin of the leak
It seems that changes in PR #1301 have somehow triggered the leak. I was able to run the test 10000 times without a failure at 16362a0 (before #1301 was merged). Open MPI |
I think there's an option to load a blacklist through an environment variable at runtime |
|
https://github.com/google/sanitizers/wiki/AddressSanitizerFlags |
The text was updated successfully, but these errors were encountered: