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 su

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

2014-08-08 Thread Patrick Palka
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 client) $ kill -HUP % [lost server] $ tmux -L bug attach-session no sessions By sending SIGHUP to the suspended client