Version: unspecified (using KDE 4.5.95) OS: Linux For some reasons I had to create a "symlink loop" in my home directory: ~/progs/linux links to ~/progs This causes dolphin to search in an endless loop. Reproducible: Always Steps to Reproduce: Create a looping symlink like the one above. I think there has to be an additional control step to check whether the given directory was already visited. The cause of this bug is definitely annoying - who ever assumes something like that!?
SVN commit 1214805 by ppenz: Assure that no endless searching is done if a link points to a parent directory BUG: 263262 FIXED-IN: 4.6.0 M +12 -1 filenamesearchprotocol.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214805
SVN commit 1214807 by ppenz: Assure that no endless searching is done if a link points to a parent directory CCBUG: 263262 FIXED-IN: 4.6.0 M +12 -1 filenamesearchprotocol.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214807