-
Notifications
You must be signed in to change notification settings - Fork 2
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
如何编译go-rdma #2
Comments
atal error: unexpected signal during runtime execution runtime stack: goroutine 231 [syscall]: |
使用修改后的Net库,编译pingpong程序,在开启4个以上连接的时候直接崩溃,不知道有没有测试过 |
之前测试基于仓库中的 rdma-core和 golang版本,对于其他版本的兼容性未经过测试; |
使用的是什么版本的 golang 与 rdma-core? |
4个以上连接的时候直接崩溃:只使用了golang,rdma-core使用的英伟达推荐的驱动版本 |
1、是否需要编译rdma-core?我看了接口形式一致,理论不需要编译rdma-core,不知道理解是否正确
2、go-rdma编译的时候,runtime在退出cgo是出现panic,需要特殊版本吗?
The text was updated successfully, but these errors were encountered: