zaver icon indicating copy to clipboard operation
zaver copied to clipboard

运行错误

Open Wilt-James opened this issue 6 years ago • 2 comments

[ERROR] (/home/wiltjames/Desktop/Code/zaver-master/src/util.c:60: errno: Bad file descriptor) fcntl [ERROR] (/home/wiltjames/Desktop/Code/zaver-master/src/zaver.c:117: errno: Bad file descriptor) make_socket_non_blocking

[ERROR] (/home/wiltjames/Desktop/Code/zaver-master/src/epoll.c:23: errno: Bad file descriptor) zv_epoll_add: epoll_ctl 请问为什么运行时会出现这些错误?

Wilt-James avatar Oct 13 '18 13:10 Wilt-James

这个是listen fd被创建的时候出错了,看看这个端口状态是不是在正常没有被使用的状态,或者换个listen port

zyearn avatar Oct 14 '18 01:10 zyearn

这应该是webbench压测的时候出现的问题,是个很隐蔽的bug

Maxing1997 avatar Jun 02 '21 05:06 Maxing1997