> 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(unused int fd, unused short
> events, void *data)
>                        event_del(&w->name_timer);
>                return;
>        }
> +
> +       if (w->active == NULL)
> +               return;
> +
>        queue_window_name(w);
>
>        if (w->active->screen != &w->active->base)

Yes, this fixes the crash.  I added the more elaborated diffs from 
Nicholas Marriott but the check for w->active for NULL does essentially 
the job.

Thank you very much!

Mike

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to