-
Notifications
You must be signed in to change notification settings - Fork 401
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
fi_rdm_tagged_peek failures on occasional CI runs #8249
Comments
@shefty Adding backtrace from net provider assertion 12:36:00 fi_rdm_tagged_peek: prov/util/src/util_buf.c:256: ofi_bufpool_destroy: Assertion `(pool->attr.flags & OFI_BUFPOOL_NO_TRACK) || !ofi_atomic_get32(&buf_region->use_cnt)' failed. |
I believe I have a fix for the net provider failure. The socket issue is a separate problem. |
is that #8306? |
No - the fix is in my main branch, not yet in a PR. |
Problem was recently fixed. Issue was in the test itself. |
Intel CI failure:
AppVeyor failure:
Maybe it's coincidence, but it looks like the rdm_tagged_peek test might have a race bug. I've seen both failures a couple of times on PRs.
The text was updated successfully, but these errors were encountered: