https://bugs.kde.org/show_bug.cgi?id=499551
Bug ID: 499551 Summary: Dolphin hangs when opening context menu for directory with many files or for a huge file selection Classification: Applications Product: dolphin Version: 24.12.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: andrea.i...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- I have to compress a dir with ~275k files. The files themselves are quite small, but they're numerous. When right clicking the dir to bring up the context menu, Dolphin hangs. When entering the dir, selecting all files (Ctrl + A) and right clicking the selection to bring up the context menu, Dolphin hangs. Expected: Dolphin doesn't hang This might look a bit like an edge case, but I think KDE software should be efficient enough to handle it, it's a situation that can happen IRL. I also dunno what's the limit to trigger this, maybe a fraction of this would already be enough. To reproduce, for example: #!/bin/bash for i in $(seq 0 275000); do dd if=/dev/urandom of=/tmp/file-gen/file-$i.bin bs=4K count=1 iflag=fullblock done Operating System: openSUSE Tumbleweed 20250130 KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 Kernel Version: 6.13.0-1-default (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 7840U w/ Radeon 780M Graphics Memory: 30.7 GiB of RAM Graphics Processor: AMD Radeon 780M Manufacturer: Framework Product Name: Laptop 13 (AMD Ryzen 7040Series) System Version: A7 -- You are receiving this mail because: You are watching all bug changes.