CHEKC_NE ERROR for the available port
YangjieZhou opened this issue · 3 comments
YangjieZhou commented
Hi,
I meet a problem as followed
van.cc:291: Check failed: (my_node_.port) != (-1) bind failed
the sin_port should be equal to -1. Can anyone answer what can cause it? waiting online!!
Thank you very much!!
eric-haibin-lin commented
Could you double check if the port is available? Linux reserves the port for a (few?) minutes even after you kill the process, to identify previous stale connections to that port.
Did you check if you can change the port number and bind ?
Deleted user commented
I got the same problem here, seems it was a zmq
problem, don't know how to fix.