CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
304 stars 192 forks source link

core dump in try_send lib/rconn.c line 791 #193

Closed eyaln closed 6 years ago

eyaln commented 9 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

ederlf commented 6 years ago

same as #194.