GNOME Bugzilla – Bug 374282
searching bug
Last modified: 2006-11-17 23:17:14 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)
Fixed in cvs repo.