Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot list (timeline) empty after backup finished #1705

Open
buhtz opened this issue Apr 28, 2024 · 3 comments
Open

Snapshot list (timeline) empty after backup finished #1705

buhtz opened this issue Apr 28, 2024 · 3 comments
Labels
Bug Heisenbug a problem that is not reproducible but random (non-deterministic) Low relevant, but not urgent

Comments

@buhtz
Copy link
Member

buhtz commented Apr 28, 2024

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.

# 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.

@buhtz buhtz added Bug Low relevant, but not urgent Heisenbug a problem that is not reproducible but random (non-deterministic) labels Apr 28, 2024
@buhtz buhtz added this to the 2nd release from now milestone Apr 28, 2024
@cgrinham
Copy link
Contributor

Hi @buhtz thanks for opening the issue, I will try to reproduce it this week

@aryoda
Copy link
Contributor

aryoda commented May 3, 2024

I think this may be a duplicate of #724 and I have provided an "workaround" patch (= does mount/unmount to often to be sure the mount is available).

May also be related to #977

@cgrinham
Copy link
Contributor

I wasn't able to reproduce this currently but the issues @aryoda linked definitely look relevant to what I was doing at the time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Heisenbug a problem that is not reproducible but random (non-deterministic) Low relevant, but not urgent
Projects
None yet
Development

No branches or pull requests

3 participants