Re: tmux on Mac OS X 10.6.4 random crashes/hangs

2010-08-18 Thread Nicholas Marriott
yeah removing #() makes it much less likely you can also work around it on freebsd >5 by taking the HAVE_BROKEN_KQUEUE out of the configure entry for freebsd, but that doesn't work on os x because their kqueue is broken even in recent versions On Wed, Aug 18, 2010 at 11:43:07AM -0400, Florian N

Re: tmux on Mac OS X 10.6.4 random crashes/hangs

2010-08-18 Thread Florian Nigsch
Hi again, Leaving out the last line of the .tmux.con that I sent does not cause the problem. The offending line is set -g status-right "MACBOOK #(uptime|awk '{print $11}') #(date)" Whatever it is that it's doing, it's not good. Best, Flo Quoting Florian CROUZAT : > > On 18 août 2010, at 0

Re: tmux on Mac OS X 10.6.4 random crashes/hangs

2010-08-18 Thread Nicholas Marriott
its a libevent problem, have a fix but haven't had time to get into it further On Wed, Aug 18, 2010 at 03:48:42PM +0200, Florian CROUZAT wrote: > > On 18 ao?t 2010, at 03:47, Florian Nigsch wrote: > > > Hi all, > > > > If I use the following .tmux.conf file, tmux randomly crashes after a > >

Re: tmux on Mac OS X 10.6.4 random crashes/hangs

2010-08-18 Thread Florian CROUZAT
On 18 août 2010, at 03:47, Florian Nigsch wrote: > Hi all, > > If I use the following .tmux.conf file, tmux randomly crashes after a > couple of minutes. I don't know what triggers it I have the same issue, if by "crash" you mean "freeze". It's been a couple of weeks I haven't had the problem

tmux on Mac OS X 10.6.4 random crashes/hangs

2010-08-18 Thread Florian Nigsch
Hi all, If I use the following .tmux.conf file, tmux randomly crashes after a couple of minutes. I don't know what triggers it. I am using tmux-1.3 under Mac OS X 10.6.4, the problem occurs under both X11.app (using both urxvt and xterm) and Terminal.app, with both the version from MacPorts