-
Notifications
You must be signed in to change notification settings - Fork 389
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
prov/shm: fix name compare bug #10655
Conversation
Could result in a peer getting incorrectly unmmaped Signed-off-by: Alexia Ingerson <[email protected]>
@shijin-aws I'm going to cherry pick this into 2.0.x. Want to put it on your radar because the 2.0.0 has this bug and it could have implications for you. |
@aingerson thanks! But I haven't seen any trouble in our side yet.... what is the impact of this bug? |
@shijin-aws We saw similar seg faults on close in Intel MPI that you reported on Open MPI
|
Oh yeah I call it out in the original PR, but somehow it doesn't show up any more so I let it go. |
@shijin-aws Yeah I thought we resolved it so I let it go too. Not sure why this only shows up in Intel MPI |
@aingerson you disabled intel mpi's shm in your test? We used to do that but recently only test with their default shm setting (using ofi:shm) |
@shijin-aws I'm not sure, the bug report came from IMPI but they must have disabled their internal shm to get here. If you only use IMPI shm for IMPI then this shouldn't be a big issue for you! But if you see any segfaults on finalize anywhere else then it's probably this |
Could result in a peer getting incorrectly unmmaped