We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How this happened to me:
Due to some bug deltachat/deltachat-desktop#4748, DC Desktop crashed but the accounts.lock stayed locked.
accounts.lock
I don't remember exactly what I did, but it was something along these lines:
But when I try to reproduce this, everything works fine.
Steps to reproduce:
flock /home/.../DeltaChat/accounts/accounts.lock --command "sleep 1000"
Actual behavior:
Expected behavior:
A nice error message should be shown.
Possible solutions:
fd-lock
create_lock_task()
accounts.rs
The text was updated successfully, but these errors were encountered:
issue on desktop repo for reference: deltachat/deltachat-desktop#4748
Sorry, something went wrong.
No branches or pull requests
How this happened to me:
Due to
some bugdeltachat/deltachat-desktop#4748, DC Desktop crashed but theaccounts.lock
stayed locked.How DC Desktop crashed
I don't remember exactly what I did, but it was something along these lines:
But when I try to reproduce this, everything works fine.
Steps to reproduce:
flock /home/.../DeltaChat/accounts/accounts.lock --command "sleep 1000"
Actual behavior:
Expected behavior:
A nice error message should be shown.
Possible solutions:
accounts.lock
(this would also get us rid of one dependency,fd-lock
) (seecreate_lock_task()
inaccounts.rs
)The text was updated successfully, but these errors were encountered: