Re: join-pane crashes with revision 2860

2012-08-21 Thread Nicholas Marriott
Fixed, thanks. On Fri, Aug 17, 2012 at 12:15:50AM +0200, Michael Scholz wrote: > > Now that is interesting because this area of tmux hasn't changed in a > > while. Hmm. Does the following resolve the issue for you? > > > > diff --git a/trunk/names.c b/trunk/names.c > > index 11baae3..44b96ab 10

Re: join-pane crashes with revision 2860

2012-08-16 Thread Michael Scholz
> Now that is interesting because this area of tmux hasn't changed in a > while. Hmm. Does the following resolve the issue for you? > > diff --git a/trunk/names.c b/trunk/names.c > index 11baae3..44b96ab 100644 > --- a/trunk/names.c > +++ b/trunk/names.c > @@ -55,6 +55,10 @@ window_name_callback(

Re: join-pane crashes with revision 2860

2012-08-16 Thread Michael Scholz
On Thu, 16 Aug 2012, Nicholas Marriott wrote: > You're right. This is cos windows can now stick around w/o having any > panes or winlinks. This is the fix: Yes, it fixes the crash. Thank you very much for your fast fix! Mike -

Re: join-pane crashes with revision 2860

2012-08-16 Thread Thomas Adam
Hi, On 16 August 2012 15:06, Michael Scholz wrote: > After updating tmux-1.7 to revision 2860 join-pane doesn't work any > longer. One can reproduce it (without any ~/.tmux.conf file) with > > % tmux-1.7 new \; neww -d \; joinp -s 1 -t 0 > [lost server] > > and tmux-1.7 dumps core. Now that is

Re: join-pane crashes with revision 2860

2012-08-16 Thread Nicholas Marriott
You're right. This is cos windows can now stick around w/o having any panes or winlinks. This is the fix: Index: names.c === --- names.c (revision 2860) +++ names.c (working copy) @@ -50,6 +50,9 @@ struct window *w =

join-pane crashes with revision 2860

2012-08-16 Thread Michael Scholz
After updating tmux-1.7 to revision 2860 join-pane doesn't work any longer. One can reproduce it (without any ~/.tmux.conf file) with % tmux-1.7 new \; neww -d \; joinp -s 1 -t 0 [lost server] and tmux-1.7 dumps core. % gdb -q tmux-1.7 tmux-1.7.core Core was generated by `tmux-1.7'. Program te