Open
Description
epoll_wait
call will not finish after a while. It's probably something with libevent. My setup runs redsocks instance by an upstart script configured as follow:
base {
log_debug = on;
log_info = on;
log = stderr;
daemon = off;
redirector = iptables;
}
redsocks {
type = socks5;
local_ip = 0.0.0.0;
local_port = 9053;
ip = 192.168.146.95;
port = 14695;
login = "foo";
password = "bar";
}
It's last stack information for blocking call:
ep_poll+0x24e/0x310
SyS_epoll_wait+0xb4/0xd0
entry_SYSCALL_64_fastpath+0x16/0x75
Attached last 300 lines of log. As you see instance had not been responding for a long time. Redsocks instance is made from ce85086 so It's up to date ignoring documentation changes. Kernel version is ubuntu's 4.2.0-34-generic
and libevent is installed by ubuntu libevent-dev=2.0.21-stable-1ubuntu1
package.
Metadata
Metadata
Assignees
Labels
No labels