Here's a straightforward recipe that shows off the problem. Run this in
an empty scratch directory.

  mkdir a b
  for x in `seq 1 8`; do mkdir b/$x; for y in `seq 1 8`; do ln -s ../$(($y + 
1)) b/$x/$y; done; done
  diff -Nru a b

-- 
package-diff can generate infinite output
https://bugs.launchpad.net/bugs/314436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to