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

prov/sockets: fi_cmatose hangs #725

Closed
shefty opened this issue Mar 6, 2015 · 0 comments
Closed

prov/sockets: fi_cmatose hangs #725

shefty opened this issue Mar 6, 2015 · 0 comments
Milestone

Comments

@shefty
Copy link
Member

shefty commented Mar 6, 2015

I haven't fully tracked this down, but with my latest out of tree changes (merging soon), the client hangs trying to send back responses. A backtrace from interrupting the process gives this:
#0 0xb7fb5d54 in sock_compare_addr (addr1=0x8068714, addr2=0x804d1e0)

at prov/sockets/src/sock_conn.c:104

#1 0xb7fb5dad in sock_conn_map_lookup (map=0x804d730, addr=0x804d1e0)

at prov/sockets/src/sock_conn.c:114

#2 0xb7fb64c2 in sock_conn_map_connect (dom=0x804d490, map=0x804d730,

addr=0x804d1e0) at prov/sockets/src/sock_conn.c:237

#3 0xb7fb65ab in sock_conn_map_match_or_connect (dom=0x804d490,

map=0x804d730, addr=0x804d1e0) at prov/sockets/src/sock_conn.c:260

#4 0xb7faa17e in sock_ep_lookup_conn (ep=0x807a7e8)

at prov/sockets/src/sock_ep.c:1343

#5 0xb7fb722d in sock_ep_sendmsg (ep=0x807a7e8, msg=0xbffff050, flags=0)

at prov/sockets/src/sock_msg.c:173

#6 0xb7fb7675 in sock_ep_send (ep=0x807a7e8, buf=0x808ad58, len=100,

desc=0x0, dest_addr=0, context=0x804d468)
at prov/sockets/src/sock_msg.c:254

#7 0x08049269 in fi_send (context=0x804d468, dest_addr=0, desc=0x0,

len=<optimized out>, buf=<optimized out>, ep=<optimized out>)
at /usr/local/include/rdma/fi_endpoint.h:271

#8 post_sends (node=0x804d468) at ported/librdmacm/cmatose.c:204
#9 0x08048df4 in run_client () at ported/librdmacm/cmatose.c:493
#10 main (argc=3, argv=0xbffff1b4) at ported/librdmacm/cmatose.c:606

Note that data transfers have already gone from the server to the client, so an existing connection should be available.

@shefty shefty added this to the release 1.0 milestone Mar 18, 2015
jithinjosepkl pushed a commit to jithinjosepkl/libfabric that referenced this issue Mar 18, 2015
jithinjosepkl pushed a commit to jithinjosepkl/libfabric that referenced this issue Mar 18, 2015
@shefty shefty closed this as completed in 49295d6 Mar 20, 2015
shefty added a commit to shefty/libfabric that referenced this issue Aug 31, 2018
simple: Advertise support for FI_RX_CQ_DATA in the cq_data test
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