If you use libevent 2.x, you STILL need to set EVENT_NOEPOLL=1.
The hanging bug is an epoll bug in the Linux kernel, so you have to make
libevent use poll or select instead.
The reason you can't just do this with libevent 1.4 is because there is
a bug in the poll and select backends which is wors
Hello,
I want to add my 2 cents to the topic...
** Nicholas Marriott 2011-06-28 07:07
on topic "tmux has-session -t MYSESSION 2> /dev/null" said
> This is a bug in epoll on Linux, you have several choices:
> - Build tmux against libevent 2 and set EVENT_NOEPOLL=1 in the
> environment before