Re: status bar variables

2012-12-19 Thread Adrian Luff
tmux names are a not well understood feature it seems. A few details… #T (Pane Title) is not used anywhere by default. You can manually add it to the status line. #W (Window Name) is what's displayed in the status line by default. These names can be set in tmux or using escape sequences. The tmu

Re: Tmux hangs after a while

2012-12-19 Thread Guang-Nan Cheng
No the server did not recover. Here is some addition info that I found. It seems that tmux lost it's TTY? 9655 *?*Ss 101:03 tmux I tried the tip here but doesn't resolve my pro

Re: Tmux hangs after a while

2012-12-19 Thread Nicholas Marriott
What happens if you kill the tmux client or close the terminal it is in? Does the server recover? On Wed, Dec 19, 2012 at 07:54:28PM +0800, Guang-Nan Cheng wrote: >Okay, PID 578 is the hanging attaching tmux clients. Here is the backtrace >for the original tmux server. >(gdb) bt >

Re: Tmux hangs after a while

2012-12-19 Thread Nicholas Marriott
What tmux and libevent versions are you using? On Wed, Dec 19, 2012 at 07:39:14PM +0800, Guang-Nan Cheng wrote: >Thanks for the tip. It seems**related**with epoll_wait. I have no idea >what it is. >> strace -p 578 >Process 578 attached >epoll_wait(3,** >> gdb >Missing

Re: Tmux hangs after a while

2012-12-19 Thread Guang-Nan Cheng
Okay, PID 578 is the hanging attaching tmux clients. Here is the backtrace for the original tmux server. (gdb) bt #0 0x7f8696181950 in __write_nocancel () at ../sysdeps/unix/syscall-template.S:82 #1 0x0042d1c0 in tty_stop_tty (tty=tty@entry=0xe12c68) at tty.c:242 #2 0x0042d3

Re: Tmux hangs after a while

2012-12-19 Thread Guang-Nan Cheng
Thanks for the tip. It seems related with epoll_wait. I have no idea what it is. > strace -p 578 Process 578 attached *epoll_wait(3, * > gdb Missing separate debuginfos, use: debuginfo-install tmux-1.6-1.fc17.x86_64 (gdb) bt *#0 0x7f18e7b9dc53 in __epoll_wait_nocancel () from /lib64/libc.so