https://bugs.kde.org/show_bug.cgi?id=420481
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO CC| |meve...@gmail.com Resolution|--- |WAITINGFORINFO --- Comment #1 from Méven Car <meve...@gmail.com> --- > I tried to include logs, but there is no dbg version of Dolphin, so the > instruction on wiki didn't work. Tried to run it with dbg, but Dolphin forked > out and --no-fork parameter doesn't exist anymore. Which instructions ? I am guessing https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports. Well dophin never had a --nofork option to begin with. Just close all your dolphin instances when you test, you will be good. For gdb you need to include the threads `thread apply all bt` Plus you can use `KDE_FORK_SLAVES=1 dolphin` https://userbase.kde.org/KDE_System_Administration/Environment_Variables#KDE_FORK_SLAVES to have the ioslaves spawned from dolphin directly. I imitated your setup with a samba mount creating a folder with a 1000 subfolders. `for i in {1..1000}; do mkdir "test-$i"; done` but did not reproduce. How many subfolders are they in your 700 subfolders ? How soon do you leave your big folder ? -- You are receiving this mail because: You are watching all bug changes.