Created
May 14, 2013 14:00
-
-
Save robstewart57/5576106 to your computer and use it in GitHub Desktop.
3 runs identifying CCI_EVENT_NONE in tcp implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### FIRST RUN | |
cci: only keeping CTP list: (null) | |
cci: In sock post_load | |
cci: In tcp post_load | |
cci: entering ctp_sock_init | |
cci: querying interface en0 info with socket ioctls and ethtool... | |
cci: adding device [en0] (transport sock) | |
cci: exiting ctp_sock_init | |
cci: entering ctp_tcp_init | |
cci: querying interface en0 info with socket ioctls and ethtool... | |
cci: adding device [en0] (transport tcp) | |
cci: exiting ctp_tcp_init | |
cci: device [en0] (transport tcp, default 0, priority 30, up 1) is ready | |
cci: device [en0] (transport sock, default 0, priority 30, up 1) is ready | |
cci: entering ctp_tcp_create_endpoint | |
cci: exiting ctp_tcp_create_endpoint | |
cci: entering cci_set_opt | |
cci: entering ctp_tcp_set_opt | |
cci: exiting ctp_tcp_set_opt | |
cci: exiting cci_set_opt | |
cci: entering cci_get_opt | |
cci: exiting cci_get_opt | |
cci: entering cci_get_opt | |
cci: exiting cci_get_opt | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
....... | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_connect | |
cci: exiting tcp_getaddrinfo | |
cci: tcp_get_tx_locked: getting tx 0x111520000 buffer 0x109500000 | |
cci: tcp_monitor_fd: tconn->index = 1 tep->nfds = 2 | |
cci: exiting ctp_tcp_connect | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x4 | |
cci: tcp_poll_events: connect() completed | |
cci: tcp_progress_conn_sends: sending conn_request to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: buffer 0x109500000 len 24 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 24 bytes to conn 0x7f8173405620 (offset 24 off 0) | |
cci: tcp_progress_conn_sends: completed conn_request send to conn 0x7f8173405620 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: entering tcp_handle_listen_socket | |
cci: tcp_monitor_fd: tconn->index = 2 tep->nfds = 3 | |
cci: tcp_handle_listen_socket: new conn request from 192.168.0.8:49334 | |
cci: exiting tcp_handle_listen_socket | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7f8173405780 recv'd message | |
cci: tcp_handle_recv: msg type conn_request a=0 b=0 conn=0x7f8173405780 | |
cci: tcp_handle_conn_request: recv'd conn request on conn 0x7f8173405780 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_CONNECT_REQUEST on conn 0x7f8173405780 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_accept | |
cci: tcp_get_tx_locked: getting tx 0x1115200a8 buffer 0x109502008 | |
cci: ctp_tcp_accept: accepting conn 0x7f8173405780 | |
cci: tcp_progress_conn_sends: sending conn_reply to conn 0x7f8173405780 | |
cci: tcp_progress_conn_sends: buffer 0x109502008 len 24 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 24 bytes to conn 0x7f8173405780 (offset 24 off 0) | |
cci: tcp_progress_conn_sends: completed conn_reply send to conn 0x7f8173405780 | |
cci: exiting ctp_tcp_accept | |
cci: entering ctp_tcp_return_event | |
cci: exiting ctp_tcp_return_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7f8173405620 recv'd message | |
cci: tcp_handle_recv: msg type conn_reply a=0 b=1 conn=0x7f8173405620 | |
cci: tcp_handle_conn_reply: conn 0x7f8173405620 is accepted (a=0) | |
cci: tcp_progress_conn_sends: sending conn_ack to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: buffer 0x109502008 len 8 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 8 bytes to conn 0x7f8173405620 (offset 8 off 0) | |
cci: tcp_progress_conn_sends: completed conn_ack send to conn 0x7f8173405620 | |
cci: tcp_put_tx_locked: putting tx 0x1115200a8 buffer 0x109502008 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_CONNECT on conn 0x7f8173405620 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_return_event | |
cci: exiting ctp_tcp_return_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7f8173405780 recv'd message | |
cci: tcp_handle_recv: msg type conn_ack a=0 b=1 conn=0x7f8173405780 | |
cci: tcp_handle_conn_ack: recv'd conn_ack from conn 0x7f8173405780 | |
cci: tcp_handle_conn_ack: conn 0x7f8173405780 ready | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_NONE on conn 0x7f8173405780 | |
cci: ctp_tcp_get_event: tx conn_ack id 1 len 8 flags 0 rma_op 0x0 rma_id 0 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x111520150 buffer 0x109504010 | |
cci: tcp_send_common: queuing MSG 0x111520150 to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: buffer 0x109504010 len 42 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 42 bytes to conn 0x7f8173405620 (offset 42 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f8173405620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x1115201f8 buffer 0x109506018 | |
cci: tcp_send_common: queuing MSG 0x1115201f8 to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: buffer 0x109506018 len 49 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 49 bytes to conn 0x7f8173405620 (offset 49 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f8173405620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x1115202a0 buffer 0x109508020 | |
cci: tcp_send_common: queuing MSG 0x1115202a0 to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: buffer 0x109508020 len 40 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 40 bytes to conn 0x7f8173405620 (offset 40 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f8173405620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
TestMinimal: thread blocked indefinitely in an MVar operation | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x111520348 buffer 0x10950a028 | |
cci: tcp_send_common: queuing MSG 0x111520348 to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f8173405620 | |
cci: tcp_progress_conn_sends: buffer 0x10950a028 len 10 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 10 bytes to conn 0x7f8173405620 (offset 10 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f8173405620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_disconnect | |
cci: tcp_ignore_fd_locked: conn=0x7f8173405620 tconn=0x7f8173405660 tconn->index=1 nfds=2 | |
cci: tcp_ignore_fd_locked: moving conn 0x7f8173405780 from index 2 to 1 | |
cci: tcp_conn_set_closing_locked: closing conn 0x7f8173405620 tconn 0x7f8173405660 status TCP_CONN_READY | |
cci: exiting ctp_tcp_disconnect | |
##### SECOND RUN | |
cci: only keeping CTP list: (null) | |
cci: In sock post_load | |
cci: In tcp post_load | |
cci: entering ctp_sock_init | |
cci: querying interface en0 info with socket ioctls and ethtool... | |
cci: adding device [en0] (transport sock) | |
cci: exiting ctp_sock_init | |
cci: entering ctp_tcp_init | |
cci: querying interface en0 info with socket ioctls and ethtool... | |
cci: adding device [en0] (transport tcp) | |
cci: exiting ctp_tcp_init | |
cci: device [en0] (transport tcp, default 0, priority 30, up 1) is ready | |
cci: device [en0] (transport sock, default 0, priority 30, up 1) is ready | |
cci: entering ctp_tcp_create_endpoint | |
cci: exiting ctp_tcp_create_endpoint | |
cci: entering cci_set_opt | |
cci: entering ctp_tcp_set_opt | |
cci: exiting ctp_tcp_set_opt | |
cci: exiting cci_set_opt | |
cci: entering cci_get_opt | |
cci: exiting cci_get_opt | |
cci: entering cci_get_opt | |
cci: exiting cci_get_opt | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
...... | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_connect | |
cci: exiting tcp_getaddrinfo | |
cci: tcp_get_tx_locked: getting tx 0x114720000 buffer 0x10c700000 | |
cci: tcp_monitor_fd: tconn->index = 1 tep->nfds = 2 | |
cci: exiting ctp_tcp_connect | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x4 | |
cci: tcp_poll_events: connect() completed | |
cci: tcp_progress_conn_sends: sending conn_request to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c700000 len 24 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 24 bytes to conn 0x7f83c3c05620 (offset 24 off 0) | |
cci: tcp_progress_conn_sends: completed conn_request send to conn 0x7f83c3c05620 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: entering tcp_handle_listen_socket | |
cci: tcp_monitor_fd: tconn->index = 2 tep->nfds = 3 | |
cci: tcp_handle_listen_socket: new conn request from 192.168.0.8:49372 | |
cci: exiting tcp_handle_listen_socket | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7f83c3c05780 recv'd message | |
cci: tcp_handle_recv: msg type conn_request a=0 b=0 conn=0x7f83c3c05780 | |
cci: tcp_handle_conn_request: recv'd conn request on conn 0x7f83c3c05780 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_CONNECT_REQUEST on conn 0x7f83c3c05780 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_accept | |
cci: tcp_get_tx_locked: getting tx 0x1147200a8 buffer 0x10c702008 | |
cci: ctp_tcp_accept: accepting conn 0x7f83c3c05780 | |
cci: tcp_progress_conn_sends: sending conn_reply to conn 0x7f83c3c05780 | |
cci: tcp_progress_conn_sends: buffer 0x10c702008 len 24 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 24 bytes to conn 0x7f83c3c05780 (offset 24 off 0) | |
cci: tcp_progress_conn_sends: completed conn_reply send to conn 0x7f83c3c05780 | |
cci: exiting ctp_tcp_accept | |
cci: entering ctp_tcp_return_event | |
cci: exiting ctp_tcp_return_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7f83c3c05620 recv'd message | |
cci: tcp_handle_recv: msg type conn_reply a=0 b=1 conn=0x7f83c3c05620 | |
cci: tcp_handle_conn_reply: conn 0x7f83c3c05620 is accepted (a=0) | |
cci: tcp_progress_conn_sends: sending conn_ack to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c702008 len 8 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 8 bytes to conn 0x7f83c3c05620 (offset 8 off 0) | |
cci: tcp_progress_conn_sends: completed conn_ack send to conn 0x7f83c3c05620 | |
cci: tcp_put_tx_locked: putting tx 0x1147200a8 buffer 0x10c702008 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_CONNECT on conn 0x7f83c3c05620 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_return_event | |
cci: exiting ctp_tcp_return_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7f83c3c05780 recv'd message | |
cci: tcp_handle_recv: msg type conn_ack a=0 b=1 conn=0x7f83c3c05780 | |
cci: tcp_handle_conn_ack: recv'd conn_ack from conn 0x7f83c3c05780 | |
cci: tcp_handle_conn_ack: conn 0x7f83c3c05780 ready | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_NONE on conn 0x7f83c3c05780 | |
cci: ctp_tcp_get_event: tx conn_ack id 1 len 8 flags 0 rma_op 0x0 rma_id 0 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x114720150 buffer 0x10c704010 | |
cci: tcp_send_common: queuing MSG 0x114720150 to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c704010 len 42 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 42 bytes to conn 0x7f83c3c05620 (offset 42 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f83c3c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x1147201f8 buffer 0x10c706018 | |
cci: tcp_send_common: queuing MSG 0x1147201f8 to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c706018 len 49 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 49 bytes to conn 0x7f83c3c05620 (offset 49 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f83c3c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x1147202a0 buffer 0x10c708020 | |
cci: tcp_send_common: queuing MSG 0x1147202a0 to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c708020 len 40 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 40 bytes to conn 0x7f83c3c05620 (offset 40 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f83c3c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x114720348 buffer 0x10c70a028 | |
cci: tcp_send_common: queuing MSG 0x114720348 to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7f83c3c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c70a028 len 10 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 10 bytes to conn 0x7f83c3c05620 (offset 10 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7f83c3c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_disconnect | |
cci: tcp_ignore_fd_locked: conn=0x7f83c3c05620 tconn=0x7f83c3c05660 tconn->index=1 nfds=2 | |
cci: tcp_ignore_fd_locked: moving conn 0x7f83c3c05780 from index 2 to 1 | |
cci: tcp_conn_set_closing_locked: closing conn 0x7f83c3c05620 tconn 0x7f83c3c05660 status TCP_CONN_READY | |
cci: exiting ctp_tcp_disconnect | |
TestMinimal: thread blocked indefinitely in an MVar operation | |
cci: entering ctp_tcp_connect | |
cci: exiting tcp_getaddrinfo | |
cci: tcp_get_tx_locked: getting tx 0x1147203f0 buffer 0x10c70c030 | |
cci: tcp_monitor_fd: tconn->index = 2 tep->nfds = 3 | |
cci: exiting ctp_tcp_connect | |
###### THIRD RUN | |
cci: only keeping CTP list: (null) | |
cci: In sock post_load | |
cci: In tcp post_load | |
cci: entering ctp_sock_init | |
cci: querying interface en0 info with socket ioctls and ethtool... | |
cci: adding device [en0] (transport sock) | |
cci: exiting ctp_sock_init | |
cci: entering ctp_tcp_init | |
cci: querying interface en0 info with socket ioctls and ethtool... | |
cci: adding device [en0] (transport tcp) | |
cci: exiting ctp_tcp_init | |
cci: device [en0] (transport tcp, default 0, priority 30, up 1) is ready | |
cci: device [en0] (transport sock, default 0, priority 30, up 1) is ready | |
cci: entering ctp_tcp_create_endpoint | |
cci: exiting ctp_tcp_create_endpoint | |
cci: entering cci_set_opt | |
cci: entering ctp_tcp_set_opt | |
cci: exiting ctp_tcp_set_opt | |
cci: exiting cci_set_opt | |
cci: entering cci_get_opt | |
cci: exiting cci_get_opt | |
cci: entering cci_get_opt | |
cci: exiting cci_get_opt | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
........ | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_connect | |
cci: exiting tcp_getaddrinfo | |
cci: tcp_get_tx_locked: getting tx 0x114320000 buffer 0x10c300000 | |
cci: tcp_monitor_fd: tconn->index = 1 tep->nfds = 2 | |
cci: exiting ctp_tcp_connect | |
cci: entering ctp_tcp_get_event | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x4 | |
cci: tcp_poll_events: connect() completed | |
cci: tcp_progress_conn_sends: sending conn_request to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c300000 len 24 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 24 bytes to conn 0x7fc892c05620 (offset 24 off 0) | |
cci: tcp_progress_conn_sends: completed conn_request send to conn 0x7fc892c05620 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: entering tcp_handle_listen_socket | |
cci: tcp_monitor_fd: tconn->index = 2 tep->nfds = 3 | |
cci: tcp_handle_listen_socket: new conn request from 192.168.0.8:49375 | |
cci: exiting tcp_handle_listen_socket | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7fc892c05780 recv'd message | |
cci: tcp_handle_recv: msg type conn_request a=0 b=0 conn=0x7fc892c05780 | |
cci: tcp_handle_conn_request: recv'd conn request on conn 0x7fc892c05780 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_CONNECT_REQUEST on conn 0x7fc892c05780 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_accept | |
cci: tcp_get_tx_locked: getting tx 0x1143200a8 buffer 0x10c302008 | |
cci: ctp_tcp_accept: accepting conn 0x7fc892c05780 | |
cci: tcp_progress_conn_sends: sending conn_reply to conn 0x7fc892c05780 | |
cci: tcp_progress_conn_sends: buffer 0x10c302008 len 24 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 24 bytes to conn 0x7fc892c05780 (offset 24 off 0) | |
cci: tcp_progress_conn_sends: completed conn_reply send to conn 0x7fc892c05780 | |
cci: exiting ctp_tcp_accept | |
cci: entering ctp_tcp_return_event | |
cci: exiting ctp_tcp_return_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7fc892c05620 recv'd message | |
cci: tcp_handle_recv: msg type conn_reply a=0 b=1 conn=0x7fc892c05620 | |
cci: tcp_handle_conn_reply: conn 0x7fc892c05620 is accepted (a=0) | |
cci: tcp_progress_conn_sends: sending conn_ack to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c302008 len 8 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 8 bytes to conn 0x7fc892c05620 (offset 8 off 0) | |
cci: tcp_progress_conn_sends: completed conn_ack send to conn 0x7fc892c05620 | |
cci: tcp_put_tx_locked: putting tx 0x1143200a8 buffer 0x10c302008 | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_CONNECT on conn 0x7fc892c05620 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_return_event | |
cci: exiting ctp_tcp_return_event | |
cci: entering ctp_tcp_get_event | |
cci: tcp_poll_events: poll found 1 events | |
cci: tcp_poll_events: revents 0x1 | |
cci: tcp_handle_recv: conn 0x7fc892c05780 recv'd message | |
cci: tcp_handle_recv: msg type conn_ack a=0 b=1 conn=0x7fc892c05780 | |
cci: tcp_handle_conn_ack: recv'd conn_ack from conn 0x7fc892c05780 | |
cci: tcp_handle_conn_ack: conn 0x7fc892c05780 ready | |
cci: entering tcp_progress_queued | |
cci: exiting tcp_progress_queued | |
cci: ctp_tcp_get_event: found CCI_EVENT_NONE on conn 0x7fc892c05780 | |
cci: ctp_tcp_get_event: tx conn_ack id 1 len 8 flags 0 rma_op 0x0 rma_id 0 | |
cci: exiting ctp_tcp_get_event | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x114320150 buffer 0x10c304010 | |
cci: tcp_send_common: queuing MSG 0x114320150 to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c304010 len 42 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 42 bytes to conn 0x7fc892c05620 (offset 42 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7fc892c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x1143201f8 buffer 0x10c306018 | |
cci: tcp_send_common: queuing MSG 0x1143201f8 to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c306018 len 49 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 49 bytes to conn 0x7fc892c05620 (offset 49 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7fc892c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x1143202a0 buffer 0x10c308020 | |
cci: tcp_send_common: queuing MSG 0x1143202a0 to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c308020 len 40 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 40 bytes to conn 0x7fc892c05620 (offset 40 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7fc892c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
TestMinimal: thread blocked indefinitely in an MVar operation | |
cci: entering ctp_tcp_sendv | |
cci: entering sendv | |
cci: tcp_get_tx_locked: getting tx 0x114320348 buffer 0x10c30a028 | |
cci: tcp_send_common: queuing MSG 0x114320348 to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: sending send to conn 0x7fc892c05620 | |
cci: tcp_progress_conn_sends: buffer 0x10c30a028 len 10 rma_ptr 0x0 rma_len 0 offset 0 | |
cci: tcp_progress_conn_sends: sent 10 bytes to conn 0x7fc892c05620 (offset 10 off 0) | |
cci: tcp_progress_conn_sends: completed send send to conn 0x7fc892c05620 | |
cci: exiting sendv | |
cci: exiting ctp_tcp_sendv | |
cci: entering ctp_tcp_disconnect | |
cci: tcp_ignore_fd_locked: conn=0x7fc892c05620 tconn=0x7fc892c05660 tconn->index=1 nfds=2 | |
cci: tcp_ignore_fd_locked: moving conn 0x7fc892c05780 from index 2 to 1 | |
cci: tcp_conn_set_closing_locked: closing conn 0x7fc892c05620 tconn 0x7fc892c05660 status TCP_CONN_READY | |
cci: exiting ctp_tcp_disconnect | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment