-
Notifications
You must be signed in to change notification settings - Fork 65
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
resolve a few hdf5 asan issues related to cleanup during exceptions #1304
Conversation
TIL: Building HDF5 in Debug mode will abort at process exec end if hdf5 fails to fully close all handles. Our tests poke at hdf5 error conditions that leave hdf5 in a funky state. You can use |
having a hard time suppressing mpi related leaks, here is an example:
Not sure I can just squash (<unknown_module>) ? In our case we are building all relevant TPLS with ASAN, so it might be ok to squash these unknown module + strdup. In my containers, I can suppress PMPI_Init to solve these, but the github env is a little different. |
No description provided.