[Bug 314436] Re: package-diff can generate infinite output

2015-12-03 Thread Launchpad QA Bot
Fixed in stable r17862 . ** Tags added: qa-needstesting ** Changed in: launchpad Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 314436] Re: package-diff can generate infinite output

2015-12-03 Thread Colin Watson
** Tags removed: qa-needstesting ** Tags added: qa-ok -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/314436 Title: package-diff can generate infinite output To manage notifications about this bug

[Bug 314436] Re: package-diff can generate infinite output

2015-12-03 Thread Colin Watson
** Changed in: launchpad Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/314436 Title: package-diff can generate infinite output To manage notifications

[Bug 314436] Re: package-diff can generate infinite output

2015-11-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~cjwatson/launchpad/limit-debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/314436 Title: package-diff can generate infinite output To manage notifications about this bug

[Bug 314436] Re: package-diff can generate infinite output

2015-11-20 Thread Colin Watson
This happened again today with cordova-cli, twice. I'm going to arrange to kill debdiff after ten minutes, which should provide fairly reasonable headroom for large packages; 99.9% of successful PackageDiffJobs in 2015 finished inside 09:02, with the maximum being 33:31. I'll make it a

[Bug 314436] Re: package-diff can generate infinite output

2015-09-17 Thread Colin Watson
This happened again today with a different package: 2015-09-17 15:41:12 INFORunning to https://launchpad.net/~cordova-ubuntu/+archive/ubuntu/ppa/+packages I think we probably need to put some kind of resource limits on this. ** Changed in: launchpad Importance: High => Critical **

[Bug 314436] Re: package-diff can generate infinite output

2015-09-17 Thread Ryan Finnie
Same result with the 15.04 variant of the package in that PPA: root 19040 0.0 0.0 41620 1824 ?S18:52 0:00 \_ CRON lp_queue 19045 0.0 0.0 4396 608 ?Ss 18:52 0:00 | \_ /bin/sh -c nice -n 10

[Bug 314436] Re: package-diff can generate infinite output

2013-07-22 Thread Colin Watson
Possibly more than just this commit, but this seems to be the main one: http://git.savannah.gnu.org/cgit/diffutils.git/commit/?id=e3324651cc1f9f116754a4713e08bfb0bac50150 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 314436] Re: package-diff can generate infinite output

2012-03-14 Thread Colin Watson
** Changed in: diffutils (Ubuntu) Assignee: Colin Watson (cjwatson) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/314436 Title: package-diff can generate infinite output To

[Bug 314436] Re: package-diff can generate infinite output

2009-10-08 Thread Curtis Hovey
** Tags added: tech-debt -- 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

[Bug 314436] Re: package-diff can generate infinite output

2009-09-24 Thread Julian Edwards
** Changed in: soyuz Status: Fix Committed = Fix Released -- 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

[Bug 314436] Re: package-diff can generate infinite output

2009-09-24 Thread Scott James Remnant
** Changed in: diffutils (Ubuntu) Assignee: Scott James Remnant (scott) = Colin Watson (cjwatson) -- 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.

[Bug 314436] Re: package-diff can generate infinite output

2009-09-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/launchpad/no-udev-diff -- 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

[Bug 314436] Re: package-diff can generate infinite output

2009-09-23 Thread Julian Edwards
** Changed in: soyuz Status: Triaged = In Progress -- 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

[Bug 314436] Re: package-diff can generate infinite output

2009-09-23 Thread Julian Edwards
db-devel/ r8504 ** Changed in: soyuz Status: In Progress = Fix Committed -- 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

[Bug 314436] Re: package-diff can generate infinite output

2009-09-22 Thread Colin Watson
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

[Bug 314436] Re: package-diff can generate infinite output

2009-09-22 Thread Julian Edwards
I will kill Soyuz's diff generation for udev until the diffutils fix makes it back to hardy. ** Changed in: soyuz Assignee: Celso Providelo (cprov) = Julian Edwards (julian-edwards) ** Changed in: soyuz Milestone: pending = 3.0 -- package-diff can generate infinite output

[Bug 314436] Re: package-diff can generate infinite output

2009-09-22 Thread Colin Watson
I've forwarded this upstream: http://lists.gnu.org/archive/html/bug-gnu-utils/2009-09/msg00013.html -- 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.

[Bug 314436] Re: package-diff can generate infinite output

2009-09-21 Thread Colin Watson
I don't think it's *actually* infinite, as it doesn't appear to be repeating itself directly - but it is producing output that's exponentially large in the number of upward-pointing symlinks. diff's recursion check right now is merely whether a symlink points to a direct parent. However, an

[Bug 314436] Re: package-diff can generate infinite output

2009-09-21 Thread Robbie Williamson
** Changed in: diffutils (Ubuntu) Importance: Undecided = High ** Changed in: diffutils (Ubuntu) Assignee: (unassigned) = Scott James Remnant (scott) ** Changed in: diffutils (Ubuntu) Status: New = Confirmed -- package-diff can generate infinite output

[Bug 314436] Re: package-diff can generate infinite output

2009-09-16 Thread James Westby
This appears to be a diff bug. Thanks, James ** Package changed: devscripts (Ubuntu) = diffutils (Ubuntu) -- 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

[Bug 314436] Re: package-diff can generate infinite output

2009-06-08 Thread Celso Providelo
** Also affects: devscripts (Ubuntu) Importance: Undecided Status: New -- 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