Skip to content

Conversation

@hjelmn
Copy link
Member

@hjelmn hjelmn commented Aug 3, 2016

It is possible for the start call to complete the requests. For this
reason the module rdma_frag field should be filled in before start is
called. If the request completes the completion callback will reset
the rdma_frag field to NULL. Fixes a bug discovered by @tkordenbrock.

Signed-off-by: Nathan Hjelm [email protected]

@hjelmn hjelmn added the bug label Aug 3, 2016
@hjelmn hjelmn added this to the v2.0.1 milestone Aug 3, 2016
@hjelmn hjelmn self-assigned this Aug 3, 2016
@hjelmn
Copy link
Member Author

hjelmn commented Aug 3, 2016

@tkordenbrock Turns out this bug was unrelated to the double-free datatype bug. Was storing a stale request and freeing it.

It is possible for the start call to complete the requests. For this
reason the module rdma_frag field should be filled in before start is
called. If the request completes the completion callback will reset
the rdma_frag field to NULL. Fixes a bug discovered by @tkordenbrock.

Signed-off-by: Nathan Hjelm <[email protected]>
@tkordenbrock
Copy link
Member

@hjelmn Bummer. OTOH, this does fix the assert() I saw in the onesided tests. I also applied this commit to ompi-release/v2.x with the same positive results.

@artpol84
Copy link
Contributor

artpol84 commented Aug 7, 2016

bot:mellanox:retest

@hjelmn hjelmn merged commit 2788083 into open-mpi:master Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants