[Bug 610820] Re: Download size discrepancies
Loïc Minier
lool at dooz.org
Thu May 26 17:30:33 UTC 2011
Corresponding natty debdiff; untested but in a position to test once
it's in -proposed
** Patch added: "python-apt_0.7.100.3ubuntu6.1.debdiff"
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/610820/+attachment/2143840/+files/python-apt_0.7.100.3ubuntu6.1.debdiff
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/610820
Title:
Download size discrepancies
Status in Update Manager:
Invalid
Status in “python-apt” package in Ubuntu:
Fix Released
Status in “python-apt” source package in Maverick:
Triaged
Status in “python-apt” source package in Natty:
Triaged
Bug description:
python-apt returns incorrect values for some API functions on ARM due
to broken signed/unsigned and long/int integer conversions.
Impact:
bogus values (e.g. read from stack) for some function calls such as size of a package in cache; this causes user visible issues such as update-manager download sizes, or breaks linaro-image-tools when creating Linaro images (maverick host)
Fix:
This was fixed by using MkPyNumber(...) instead of Py_BuildValue("i", ...) or Py_BuildValue("k", ...)
TEST CASE:
run lp610820.py attached to this bug; if the output is a single entry in the size -> number of packages in cache hash, then python-apt is broken:
0 => 33936
instead, it should look like a long distribution of values in the form of:
922 => 4
1798 => 6
1800 => 4
1802 => 5
1828 => 6
1830 => 10
1832 => 7
Regression potential:
Could break the patches functions or could regress applications which relied on the bogus behavior; the builtin testsuite which is run during package build will help a bit with catching the first class of issues, and we'd likely want to fix the other issues by themselves. Testsuite coverage is likely not 100% perfect though
More information about the foundations-bugs
mailing list