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

test, hello_test_oneway coredump #94

Open
chijc opened this issue Mar 29, 2016 · 4 comments
Open

test, hello_test_oneway coredump #94

chijc opened this issue Mar 29, 2016 · 4 comments

Comments

@chijc
Copy link

chijc commented Mar 29, 2016

I run the example in tests/usr/hello_test_oneway, 10 minutes later, coredump.

Program terminated with signal 11, Segmentation fault.
#0 xio_send_typed_msg (connection=0x0, msg=0x614e50,

msg_type=XIO_MSG_TYPE_ONE_WAY) at ../common/xio_connection.c:1254

1254 if (unlikely(connection->disconnecting ||
(gdb) bt
#0 xio_send_typed_msg (connection=0x0, msg=0x614e50,

msg_type=XIO_MSG_TYPE_ONE_WAY) at ../common/xio_connection.c:1254

#1 0x000000000040177a in on_message_delivered (session=0x62bda0,

msg=<value optimized out>, last_in_rxq=<value optimized out>,
cb_user_context=0x7fffcd615890) at xio_oneway_server.c:278

#2 0x00007fa96ab87493 in xio_on_rsp_recv (task=,

connection=<value optimized out>) at ../common/xio_session.c:677

#3 xio_on_new_message (task=,

connection=<value optimized out>) at ../common/xio_session.c:1127

#4 0x00007fa96ab88893 in xio_server_on_nexus_event (observer=0x62bda0,

sender=0x6247d0, event=<value optimized out>, _event_data=0x7fffcd611ec0)
at ../common/xio_session_server.c:607

#5 0x00007fa96ab91017 in xio_nexus_on_recv_rsp (task=,

nexus=<value optimized out>) at ../common/xio_nexus.c:850

#6 xio_nexus_on_new_message (task=,

nexus=<value optimized out>) at ../common/xio_nexus.c:1438

#7 xio_nexus_on_transport_event (task=,

nexus=<value optimized out>) at ../common/xio_nexus.c:1595

#8 0x00007fa96ab8ccb6 in xio_observable_notify_all_observers (

observable=0x61c4f0, event=5, event_data=0x7fffcd612100)
at ../common/xio_observer.c:222

#9 0x00007fa96ab72fbb in xio_transport_notify_observer (

event_data=<value optimized out>, event=<value optimized out>,
@chijc
Copy link
Author

chijc commented Mar 29, 2016

My commands :
sh run_client.sh 192.168.1.50 9001 102400 rdma &
sh run_client.sh 192.168.1.50 9002 102400 rdma &
sh run_client.sh 192.168.1.50 9003 102400 rdma &
sh run_client.sh 192.168.1.50 9004 102400 rdma &
sh run_client.sh 192.168.1.50 9005 102400 rdma &
sh run_client.sh 192.168.1.50 9006 102400 rdma &

@rafiw
Copy link

rafiw commented Mar 29, 2016

how did you run the server?

@chijc
Copy link
Author

chijc commented Mar 29, 2016

sh run_server.sh 192.168.1.50 9001 102400 rdma &
sh run_server.sh 192.168.1.50 9002 102400 rdma &
sh run_server.sh 192.168.1.50 9003 102400 rdma &
sh run_server.sh 192.168.1.50 9004 102400 rdma &
sh run_server.sh 192.168.1.50 9005 102400 rdma &
sh run_server.sh 192.168.1.50 9006 102400 rdma &

@rafiw
Copy link

rafiw commented Mar 29, 2016

you just run the server and the client a few times in parallel?
is it reproducible?

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

2 participants