Mikael Mello
Mikael Mello
I'd recommend that you add a date library on your project which will read the dates interpreting them as UTC and convert them to your local timeozne. Example using an...
I can't seem to reproduce this behavior right now (on Windows, debug and release version, both on beta). Also never saw this before, it is really odd. Could this be...
You can go to "Settings > Show logs" and check either Live and Remote
+1 !RemindMe 1 day "it got me curious" on 28/11/17 only messaged me today Edit: I'm curious to know if it was only reminders set to 29/11
Yes I did, that fixes the problem but the fact that a restart is necessary is what bothers me and actually the problem Em sáb, 20 de out de 2018...
Any tips on how to reproduce it? I've been trying to but with no success.
> When I have time it might be worth going back a number of releases and trying to replicate it to confirm/deny that. I tested on 2.0.3.3, 2.0.3.5, 2.0.3.6, 2.0.3.7,...
I think I've found the problem. This code aborts the thread running the task: https://github.com/duplicati/duplicati/blob/9bc1fe636a7dd31f3755502d74ab5ab4f028fe07/Duplicati/Library/Main/Controller.cs#L1091-L1093 Because the thread is abruptly aborted, both `finally` blocks never get to be executed: https://github.com/duplicati/duplicati/blob/9bc1fe636a7dd31f3755502d74ab5ab4f028fe07/Duplicati/Library/Main/Operation/BackupHandler.cs#L479-L486...
Update Debugging a ~lot~ bit more I found out that after the thread is aborted, the program keeps on continuing, it is only after *50 seconds* (I've only measured one...