So there seems to be a md5sum file with NULL bytes in it. Would be
really interesting to learn which one that is, since it sounds like a
bug. I'll intercept it in apport, though.

Can you please run this command on your computer in a Terminal and
copy&paste the output here?

for i in /var/lib/dpkg/info/*.md5sums; do python -c 'import sys; c =
open(sys.argv[1]).read(); print sys.argv[1], ("\0" in c)' $i; done |
grep True

Thank you!

** Changed in: apport (Ubuntu)
   Importance: Undecided => Low
     Assignee: (unassigned) => Martin Pitt
       Status: Unconfirmed => In Progress

-- 
[apport] apport-gtk crashed with TypeError in get_modified_files()
https://launchpad.net/bugs/96050

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to