Re: tmux occasionally crashing on attach

2020-08-23 Thread Dave Vandervies
Somebody claiming to be Nicholas Marriott wrote: > Thanks. How about this instead? This also fixes the problem. No comments on style differences, it's not my bikeshed. Thanks, dave > > Index: tty-term.c > === > RCS file: /cvs/src/

Re: tmux occasionally crashing on attach

2020-08-23 Thread Nicholas Marriott
Thanks. How about this instead? Index: tty-term.c === RCS file: /cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.82 diff -u -p -r1.82 tty-term.c --- tty-term.c 5 Jun 2020 09:32:15 - 1.82 +++ tty-term.c 23 Aug 2020

tmux occasionally crashing on attach

2020-08-22 Thread Dave Vandervies
Since upgrading to 6.7 I've occasionally seen the tmux server crash when a client connects to a session. (I can't say for sure that it never happened pre-6.7, since it's occasional and my usage patterns have drifted over time.) Today it annoyed me enough to track it down, and it looks like a loop