Unrecoverable after filecount assertion fail

Bug #1485579 reported by mfitz
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Duplicity
New
Undecided
Unassigned

Bug Description

Near the end of a full backup, duplicity crashed running out of memory.

When running it again, this assertion was getting triggered in manifest.py.

assert filecount =len(self.files_changed))

The partially written list of files in the manifest was shorter than the filecount, so duplicity could not handle this. I had to remove the filecount and the file listing by hand so that it could resume the backup at the last volume.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.