Re: [PATCH] Fix segmentation fault in server when a suspended client is killed

2014-08-10 Thread Patrick Palka
On Sat, Aug 9, 2014 at 3:36 PM, Thomas Adam wrote: > On 8 August 2014 17:45, Patrick Palka wrote: >> Steps to reproduce the segmentation fault: >> >> $ tmux -L bug new-session -d >> $ tmux -L bug attach-session >> (we are now inside the client) >> $ tmux suspend-client >> (we are now outside the

Re: [tmux:tickets] #151 Add pane logging facility similar to screen's "log" command

2014-08-10 Thread Nicholas Marriott
I have a patch from someone else to do logging from a year or so ago too but so far I didn't do it because it doesn't seem to be in high demand and you can already log individual panes with pipe-pane/capture-pane as needed. The use case for automatically logging everything seems a bit thin. I t

Re: [tmux:tickets] #151 Add pane logging facility similar to screen's "log" command

2014-08-10 Thread Balazs Kezes
On 2014-08-08 04:18 +, Scott Rochford wrote: > Please add a feature similar to screen's 'log' command which allows > you to set up log files of each window using a filename template. I have a very experimental patch, just for myself, adding a similar feature. The implementation is quite easy,

Re: flock again

2014-08-10 Thread Nicholas Marriott
Hi lockf and fcntl are broken (any close on the fd releases all locks) so I suggest the best option is to create an flock in compat/ that is a no-op and do without the locking on Solaris. Or there may be a locking function that has the semantics we need. Original message From

Re: [PATCH] Fix off by one error

2014-08-10 Thread Balazs Kezes
On 2014-06-07 15:16 +0100, Balazs Kezes wrote: > OK, I've attached a patch which fixes the behavior for the vi mode and > also fixes the left key bug for the emacs mode. Please test both > modes! Hi Nicholas! I believe you missed this patch, can you reconsider? Thanks! -- Balazs >From 49b46f56

flock again

2014-08-10 Thread Dagobert Michelsen
Hi, I just noticed my continous builds on Solaris failed for tmux HEAD with missing flock definition https://buildfarm.opencsw.org/buildbot/builders/tmux-solaris10-sparc/builds/59/steps/shell_2/logs/stdio similar to the one we fixed some time ago: http://sourceforge.net/p/tmux/tmux-code/merg