-
Notifications
You must be signed in to change notification settings - Fork 124
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
Comments
My commands : |
how did you run the server? |
sh run_server.sh 192.168.1.50 9001 102400 rdma & |
you just run the server and the client a few times in parallel? |
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,
1254 if (unlikely(connection->disconnecting ||
(gdb) bt
#0 xio_send_typed_msg (connection=0x0, msg=0x614e50,
#1 0x000000000040177a in on_message_delivered (session=0x62bda0,
#2 0x00007fa96ab87493 in xio_on_rsp_recv (task=,
#3 xio_on_new_message (task=,
#4 0x00007fa96ab88893 in xio_server_on_nexus_event (observer=0x62bda0,
#5 0x00007fa96ab91017 in xio_nexus_on_recv_rsp (task=,
#6 xio_nexus_on_new_message (task=,
#7 xio_nexus_on_transport_event (task=,
#8 0x00007fa96ab8ccb6 in xio_observable_notify_all_observers (
#9 0x00007fa96ab72fbb in xio_transport_notify_observer (
The text was updated successfully, but these errors were encountered: