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

Missing exceptions in AutoLocker (and potentially other places) #2258

Closed
2 tasks done
JaniruTEC opened this issue May 17, 2022 · 0 comments · Fixed by #2259
Closed
2 tasks done

Missing exceptions in AutoLocker (and potentially other places) #2258

JaniruTEC opened this issue May 17, 2022 · 0 comments · Fixed by #2259
Labels
type:bug Something isn't working
Milestone

Comments

@JaniruTEC
Copy link
Contributor

Please agree to the following

Summary

Some exceptions might not be logged

What software is involved?

Cryptomator: develop

Volume Type

No response

Steps to Reproduce

  1. Throw exception in affected area, e.g.
    private void tick() {
    vaultList.stream() // all vaults
    .filter(Vault::isUnlocked) // unlocked vaults
    .filter(this::exceedsIdleTime) // idle vaults
    .forEach(this::autolock);
    }

Expected Behavior

An exception is logged.

Actual Behavior

The thread dies and no exception is logged. The scheduled task is no longer executing.

Reproducibility

Always

Relevant Log Output

No response

Anything else?

No response

@JaniruTEC JaniruTEC added the type:bug Something isn't working label May 17, 2022
@infeo infeo added this to the 1.6.11 milestone Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants