I went ahead and tested this myself using the version of the package
from bionic-proposed.

root@tester:~# tmux -L none -f /dev/null new-session -s leaky-tmux-test 'tmux 
set-option -w -g pane-border-status top; tmux pipe-pane 
"cat>/tmp/leaky-tmux-test.log"; p=${TMUX#*,}; p=${p%,*}; s=0; j=0; echo "ITER: 
RSZ"; while [ $j -lt 6000 ] ; do j=$((j+1)); n=$(ps hwo rsz $p); printf 
"\e]2;%d: %d\e\\\\\r%4d: %d" $j $n $j $n; [ $s -ne $n ] && { echo; s=$n; }; 
done'
[exited]
root@tester:~#                                                                  
                                                                          
root@tester:~# cat /tmp/leaky-tmux-test.log                                     
                                                                          ITER: 
RSZ
   1: 2796
6000: 2796root@tester:~# apt-cache policy tmux
tmux:
  Installed: 2.6-3ubuntu0.1
  Candidate: 2.6-3ubuntu0.1
  Version table:
 *** 2.6-3ubuntu0.1 500
        500 http://192.168.10.7/ubuntu bionic-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     2.6-3 500
        500 http://192.168.10.7/ubuntu bionic/main amd64 Packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766942

Title:
  tmux leaks memory in pane-border-status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/1766942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to