Skip to content
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

Crash in verbs provider using FI_INJECT #1349

Closed
shefty opened this issue Oct 7, 2015 · 1 comment
Closed

Crash in verbs provider using FI_INJECT #1349

shefty opened this issue Oct 7, 2015 · 1 comment

Comments

@shefty
Copy link
Member

shefty commented Oct 7, 2015

I'm seeing the following crash running an updated version of fabtests:
#0 0x00007ffff7d97f0b in fi_ibv_send_iov_flags (ep=0x60f1a0,

wr=0x7fffffffe360, iov=0x7fffffffe430, desc=<value optimized out>, count=1, 
context=0x0, flags=167772160) at prov/verbs/src/fi_verbs.c:1332

#1 0x00007ffff7d98061 in fi_ibv_msg_ep_sendmsg (ep_fid=,

msg=<value optimized out>, flags=<value optimized out>)
at prov/verbs/src/fi_verbs.c:1362

#2 0x0000000000403678 in fi_sendmsg ()

at /usr/local/include/rdma/fi_endpoint.h:284

#3 ft_finalize () at common/shared.c:865
#4 0x000000000040189f in run (argc=,

argv=<value optimized out>) at pingpong/msg_pingpong.c:194

#5 main (argc=, argv=)

at pingpong/msg_pingpong.c:234

I believe that the issue is fi_ibv_set_sge_iov() is dereferencing desc, which is set to NULL since the FI_INJECT flag is set.

@shefty
Copy link
Member Author

shefty commented Oct 7, 2015

@a-ilango

@shefty shefty closed this as completed Oct 29, 2015
hppritcha pushed a commit to hppritcha/libfabric that referenced this issue May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant