Re: tmux hung

2011-02-03 Thread Nicholas Marriott
oh yeah lock can do strange things. its weird, i thought it was when you kill its terminal but it doesn't block SIGHUP so that shouldn't be it if you'd killed lock then tmux would probably have been okay see if you can reproduce, preferably with -current cheers On Thu, Feb 03, 2011 at 04:18:48

Re: selection gets cleared when cursors blinks

2011-02-03 Thread Patrick Shanahan
* Patrick Shanahan [02-03-11 17:01]: > I can w/xterm, but only from a remote machine via cyginX/ssh on a win7 > machine. I export a konsole session to run run tmux client. I have not > noticed it anywhere else. The remote is connected wireless on my home > network. > > Will test w/o the export

Re: selection gets cleared when cursors blinks

2011-02-03 Thread Patrick Shanahan
* Nicholas Marriott [02-03-11 15:44]: > On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote: > > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote: > > > Are you sure it happens when the cursor blinks? If you make the cursor > > > steady does it stop happening? What if you i

Re: tmux hung

2011-02-03 Thread Darryl Wisneski
On Thu, Feb 03, 2011 at 08:35:31PM +, Nicholas Marriott wrote: > never seen it before, can you reproduce with -current? > > you can attach gdb to it and see what its up to Nick: I will do my best to get to -current. FYI. Before I killed the server (before I read this so I didn't attach gdb

Re: selection gets cleared when cursors blinks

2011-02-03 Thread Nicholas Marriott
On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote: > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote: > > Are you sure it happens when the cursor blinks? If you make the cursor > > steady does it stop happening? What if you increase status-interval in > > tmux? > > Sorry

Re: tmux hung

2011-02-03 Thread Nicholas Marriott
never seen it before, can you reproduce with -current? you can attach gdb to it and see what its up to On Wed, Feb 02, 2011 at 03:08:41PM -0500, Darryl Wisneski wrote: > Howdy: > > I believe I have a hung tmux server. "tmux ls" does not return any > data and hangs the shell. I can't run any c

Re: [lost server] on Red Hat Enterprise 5.4

2011-02-03 Thread Nicholas Marriott
Load the core into gdb and do "bt full" and send me the output. On Thu, Feb 03, 2011 at 11:47:52AM +0100, Adam Dariusz Szkoda wrote: > Thanks for you reply, Nicholas > > > tmux version? > > 1.4 but I've tried 1.3 with the same result. > > > Does it leave a core? > > It didn't so I issued `uli

tmux hung

2011-02-03 Thread Darryl Wisneski
Howdy: I believe I have a hung tmux server. "tmux ls" does not return any data and hangs the shell. I can't run any commands against tmux without my shell hanging. My OS is obsd 4.8 with base tmux being used. I have about 20 windows on session group 0 and 6 windows on another session group 1.

Re: [lost server] on Red Hat Enterprise 5.4

2011-02-03 Thread Adam Dariusz Szkoda
Thanks for you reply, Nicholas > tmux version? 1.4 but I've tried 1.3 with the same result. > Does it leave a core? It didn't so I issued `ulimit -c unlimited` and now it does. > I use tmux daily on about every version of RHEL so it definitely works. > > Try libevent 1.4 and see if its caused