Closed eyaln closed 6 years ago
Hi,
I got a core dump in try_send lib/rconn.c line 791
rc has a logical address however: rc->txq.head equals NULL according to gdb
so that rc->txq.head->next generates a core dump
stack trace: try_send do_tx_work run_ACTIVE rconn_run remote_rconn_run remote_run dp_run udatapath_cmd main
Any ideas?
Thanks Eyal
same as #194.
Hi,
I got a core dump in try_send lib/rconn.c line 791
rc has a logical address however: rc->txq.head equals NULL according to gdb
so that rc->txq.head->next generates a core dump
stack trace: try_send do_tx_work run_ACTIVE rconn_run remote_rconn_run remote_run dp_run udatapath_cmd main
Any ideas?
Thanks Eyal