Bug 263262

Summary: Symlink loop results in never ending search with dolphin
Product: [Applications] dolphin Reporter: paul <paul>
Component: searchAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.0

Description paul 2011-01-15 22:32:43 UTC
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!?
Comment 1 Peter Penz 2011-01-16 13:39:40 UTC
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
Comment 2 Peter Penz 2011-01-16 13:40:08 UTC
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