Control: tags -1 + upstream fixed-upstream Control: forwarded -1 https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=b2bff0666101213d5ce9fc4166d8fc5b17581f57
Hello Simon Deziel. On Tue, Apr 12, 2016 at 08:12:56PM -0400, Simon Deziel wrote: > Package: util-linux > Version: 2.27.1-6 > > Hello, > > I noticed a regression after upgrading from 2.26.2 to 2.27.1. Here are > the steps to reproduce: > > 1) Start script session (same issue when script is saving to /dev/null) > script # or: script /dev/null > 2) Tail a file > tailf /var/log/syslog > 3) Press "Enter" 2 times > 4) Notice the script process taking 100% CPU > > This regression was introduced upstream by this commit: > https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=54c6611d6f7b73609a5331f4d0bcf63c4af6429e Thanks for your exemplary bug report. I mentioned it to upstream which promptly answered that it's now fixed in https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=b2bff0666101213d5ce9fc4166d8fc5b17581f57 Please feel free to notify upstream directly in the future if you find any similar issues. Regards, Andreas Henriksson PS. Please note that tailf is deprecated. Use tail -f ....