On Mon, Jun 15, 2020 at 07:43:18PM +0300, jim_p wrote: > Package: qbittorrent-nox > Version: 4.2.4-1+b1 > Followup-For: Bug #962645 > > You are right! I have set qbittorrent (gui and -nox) to delete the torrents > from its list when they are done on the amd64 system. > I disabled it and it does not crash.
Thanks for confirming. > If it is fixed on 4.2.5 from upstream, when can we expect an update on the > debian package? I've uploaded a fixed package to DELAYED/2, this will be in unstable in 2 days unless the maintainer objects or makes a maintainer upload. > Also, if it is not related to tha boost 1.71 update, why didn't it occur on > the > previous version, before the +b1 update? It seems to be a race condition between one part of the code iterating through a list where another part of the code is removing an element. For such race conditions it is not uncommon that random changes make the difference whether it breaks or happens to work by chance. cu Adrian

