* Nicholas Marriott [120816 06:35]:
> Can you reproduce this problem?
I was not able to reproduce this. At the time of the crash I had this
in my ~/.zshrc:
export BROWSER='TERM=screen.linux /usr/bin/elinks'
which I changed to:
export BROWSER='/usr/local/bin/elinks %s'
Then I switched
> 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(
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
-
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
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 =
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
Hi
Can you reproduce this problem?
On Tue, Aug 14, 2012 at 04:01:04PM -0700, John Magolske wrote:
> * Nicholas Marriott [120814 15:46]:
> > Type "bt" at the (gdb) prompt and show me the output please.
>
> Ah, sorry...thought I was missing something there.
>
> [...]
> Core was generated by `tm