After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 374282 - searching bug
searching bug
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other All
: Normal normal
: 1.2.2
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2006-11-12 14:39 UTC by Luka Napotnik
Modified: 2006-11-17 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luka Napotnik 2006-11-12 14:39:13 UTC
Please describe the problem:
If I recursively search in a folder with recursive symlinks (like /usr/bin/X11 symlink pointing to itself), the search will get infinite. 

Steps to reproduce:
1. Just search in a self-symlink directory.


Actual results:


Expected results:


Does this happen every time?
Yes

Other information:
There's a bug when checking if the current file is a symlink.
Detailed:
src/gnome-cmd-search-dialog.c: 291
replace && finfo->info->flags != GNOME_VFS_FILE_FLAGS_SYMLINK with 
&& !GNOME_VFS_FILE_INFO_SYMLINK(finfo->info)
Comment 1 epiotr 2006-11-17 23:17:14 UTC
Fixed in cvs repo.