SUMMARY When entering and browsing big 7z files: users experience too long delays. STEPS TO REPRODUCE 1. Creating a big 7z archive, e.g.: `7z a /tmp/test-big.7z /usr/bin` 2. Entering the archive, finding too big delays then (and also when browsing the archive). ADDITIONAL INFORMATION Those facts may help: - When noticing a large delay, if e.g. `htop` is executed, then it's seen that a `7z -y t` [...] process is using a lot of CPU. When the large delay ends, that 7z process is not seen using e.g. `htop`.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/krusader/-/merge_requests/28
Git commit 070f0bddda5647739c38da6196219b8b19a238e4 by Toni Asensi Esteve. Committed on 19/10/2020 at 22:20. Pushed by asensi into branch 'master'. Solve large delays browsing big 7z archives FIXED: [ 425846 ] Too long delays are noticed when entering big 7z files Revision: https://invent.kde.org/utilities/krusader/-/merge_requests/28 M +6 -3 krArc/krarc.cpp M +4 -2 krusader/Archive/kr7zencryptionchecker.cpp M +3 -2 krusader/Archive/krarchandler.cpp https://invent.kde.org/utilities/krusader/commit/070f0bddda5647739c38da6196219b8b19a238e4
*** Bug 455909 has been marked as a duplicate of this bug. ***