Public bug reported:

Binary package hint: gzip

zcmp in Feisty is buggy.

It keeps running in a endless loop if you don't use one of the following 
options:
-v, -h, --

It seems to be this while-loop:

while :; do
  case $1 in
  --h*) echo "$usage" || exit 2; exit;;
  --v*) echo "$version" || exit 2; exit;;
  --) shift; break;;
  -*) OPTIONS="$OPTIONS $ARG"; shift;;
  esac
done

This loop never ends unless you use one of the above mentioned options.
This will start using 100% per CPU, per process.

** Affects: gzip (Ubuntu)
     Importance: Undecided
         Status: New

-- 
zcmp keeps running in a endless loop
https://bugs.launchpad.net/bugs/130256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to