[dolphin] [Bug 499551] Dolphin hangs when opening context menu for directory with many files or for a huge file selection
Andrea Ippolito
bugzilla_noreply at kde.org
Thu Feb 6 08:58:11 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=499551
--- Comment #6 from Andrea Ippolito <andrea.ippo at gmail.com> ---
Comment on attachment 178009
--> https://bugs.kde.org/attachment.cgi?id=178009
flamegraph
this is while opening the context menu on a directory containing 30k 4KB .bin
files generated with:
#!/bin/bash
dd if=/dev/urandom of=/tmp/file-gen/file-random-0.bin bs=4K count=1
iflag=fullblock
for i in $(seq 1 30000);
do
cp /tmp/file-gen/file-random-0.bin /tmp/file-gen/file-random-$i.bin
done
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list