Re: tmux segfault

2011-08-29 Thread Peter John Hartman
> What external commands are in your status-{left,right}? set-option -g status-left "#[default,bold]#(tmux-mail)#[default,dim]#(tmux-date)#[default,bold]#(tmux-bat)" set-option -g status-right "#100T #(tmux-disk)#(tmux-wifi)#(tmux-mpc)" I've attached the scripts below, but I haven't changed anyt

Re: tmux segfault

2011-08-29 Thread Thomas Adam
On Mon, Aug 29, 2011 at 09:23:31PM -0400, Peter John Hartman wrote: > Nothing fancy. I hit Ctl-D to close out a shell session and it segfaulted. > > Here's a bt: > > Core was generated by `/usr/local/bin/tmux -Lmain -qf > /home/peterjh/.tmux.init.conf start'. > Program terminated with signal 11

tmux segfault

2011-08-29 Thread Peter John Hartman
Nothing fancy. I hit Ctl-D to close out a shell session and it segfaulted. Here's a bt: Core was generated by `/usr/local/bin/tmux -Lmain -qf /home/peterjh/.tmux.init.conf start'. Program terminated with signal 11, Segmentation fault. #0 0xb7713d10 in ?? () from /lib/libc.so.6 (gdb) bt #0 0xb

remain-on-exit notification

2011-08-29 Thread Randy Stauner
My ssh connection died and it looked to me like the process hung. Turns out I had remain-on-exit set but I did that so long ago I forgot about it. It would be nice to have some sort of notification that this pane is dead and you likely either want to kill it or respawn it. A window flag might be

Re: tmux, libevent2, hanging and out redirection

2011-08-29 Thread Vladimir Lomov
** Nicholas Marriott [2011-08-28 07:36:49 +0100]: > On Sat, Aug 27, 2011 at 10:30:06PM +0900, Vladimir Lomov wrote: >> Hello, >> ** Nicholas Marriott [2011-08-27 00:26:52 +0100]: >>> If you use libevent 2.x, you STILL need to set EVENT_NOEPOLL=1. >>> The hanging bug is an epoll bug in the Linux