-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
BugHeisenbuga problem that is not reproducible but random (non-deterministic)a problem that is not reproducible but random (non-deterministic)Lowrelevant, but not urgentrelevant, but not urgent
Milestone
Description
In context of PR #1688 the contributor reported a bug in a side note.
The snapshot list (aka timeline) in the main window got empty after the backup finished. He said this might happen because there is this unmount step after the backup.
backintime/common/snapshots.py
Lines 952 to 961 in fb86465
# unmount | |
try: | |
mount.Mount(cfg = self.config).umount(self.config.current_hash_id) | |
except MountException as ex: | |
logger.error(str(ex), self) | |
instance.exitApplication() | |
self.flockRelease() | |
logger.info('Unlock', self) |
The behavior happened not only in the modified code but also in the "dev" branch. The problem is not reproducible except by the original reporter. We keep this issue open for a while to see if something new came up.
Metadata
Metadata
Assignees
Labels
BugHeisenbuga problem that is not reproducible but random (non-deterministic)a problem that is not reproducible but random (non-deterministic)Lowrelevant, but not urgentrelevant, but not urgent