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
When I run RXE Test plan, ibv_*_pingpong has no problem, but udaddy server got Segmentation fault.
[root@localhost examples]# udaddy -s 192.168.77.149
udaddy: starting client
udaddy: connecting
initiating data transfers
receiving data transfers
[root@localhost examples]# udaddy
udaddy: starting server
receiving data transfers
sending replies
Segmentation fault (core dumped)
Then I use gdb, the error is as follows.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ddb81c in init_send_wqe (qp=0x608c60,
sq=, ibwr=0x7fffffffe390, length=100,
wqe=0x7ffff7ff5180) at src/rxe.c:613
613 memcpy(&wqe->av, &to_rah(ibwr->wr.ud.ah)->av,
The text was updated successfully, but these errors were encountered:
When I run RXE Test plan, ibv_*_pingpong has no problem, but udaddy server got Segmentation fault.
[root@localhost examples]# udaddy -s 192.168.77.149
udaddy: starting client
udaddy: connecting
initiating data transfers
receiving data transfers
[root@localhost examples]# udaddy
udaddy: starting server
receiving data transfers
sending replies
Segmentation fault (core dumped)
Then I use gdb, the error is as follows.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ddb81c in init_send_wqe (qp=0x608c60,
sq=, ibwr=0x7fffffffe390, length=100,
wqe=0x7ffff7ff5180) at src/rxe.c:613
613 memcpy(&wqe->av, &to_rah(ibwr->wr.ud.ah)->av,
The text was updated successfully, but these errors were encountered: