You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using rdma-core-v44, and compile perftest with "bash autoconfig; configure --disable-ibv_wr_api; make", then run a test.
A segmentation fault occurs for ctx->dci_stream_id[i] is not allocated but assigned 0.
I've submitted the fixed code, but I'm not sure if there are other factors to consider. Please take a look, and let me know if there are better ways to modify it. #304
The text was updated successfully, but these errors were encountered:
I'm using rdma-core-v44, and compile perftest with "bash autoconfig; configure --disable-ibv_wr_api; make", then run a test.
A segmentation fault occurs for ctx->dci_stream_id[i] is not allocated but assigned 0.
I've submitted the fixed code, but I'm not sure if there are other factors to consider. Please take a look, and let me know if there are better ways to modify it.
#304
The text was updated successfully, but these errors were encountered: