Re: Interesting bug....

2011-04-25 Thread Nicholas Marriott
Bug in epoll on Linux, either a) don't do this or b) make sure you are using a libevent 1.4 built from their git or libevent 2 (to avoid a libevent bug) and use EVENT_NOEPOLL=1 On Mon, Apr 25, 2011 at 11:47:52AM -0400, Christian Höltje wrote: > It took me a while to figure out what was going on

Interesting bug....

2011-04-25 Thread Christian Höltje
It took me a while to figure out what was going on in my script, but I did figure it out eventually If you run this: tmux has-session -t "flibbit" 2> /dev/null Then tmux just freezes. You have to open another terminal to kill it. Without the "2> /dev/null" it works fine. Here's a strace,