Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
When mode is `UCS_THREAD_MODE_SERIALIZED`, UCX crash due to mpool corruption. This happens when buffer is deallocated on a different thread. In such case two threads access UCX memory pool simultaneously. See discussion on UCX forum: openucx/ucx#9987 * GitHub Issue: #43130 Authored-by: Amir Gonnen <[email protected]> Signed-off-by: David Li <[email protected]>
- Loading branch information