Backup jobs hang on 4.0.18 S3 storage

Thanks for the backtraces, they do point indeed to a deadlock in garbage collection. Can you verify that all the other tasks run without issues if you deactivate the garbage collection for now? Will get back to you once the critical codepath has been identified.
 
Thanks for the backtraces, they do point indeed to a deadlock in garbage collection. Can you verify that all the other tasks run without issues if you deactivate the garbage collection for now? Will get back to you once the critical codepath has been identified.
As soon as I stop the GC job (the only way to stop it is by restarting promxox-backup-proxy), backups start to work normally again. I've disabled the GC job for now. I'm assuming that everything will continue working as normal until GC runs again, as it only starts failing when GC job starts on schedule.

Thanks for looking into it.