Problem in searching /proc/registry.

Christian Franke Christian.Franke@t-online.de
Tue Apr 10 20:53:00 GMT 2012


PRIKHODKO, GEORGE wrote:
> Hi,
>
> Since Cygwin 1.7.12 version find command run on /proc/registry started to fail with massages 'find: File system loop detected...'.
>
>> find /proc/registry -type f
> find: File system loop detected; `/proc/registry/HKEY_CLASSES_ROOT' is part of the same file system loop as `/proc/registry'.
> find: File system loop detected; `/proc/registry/HKEY_CURRENT_CONFIG' is part of the same file system loop as `/proc/registry'.
> find: File system loop detected; `/proc/registry/HKEY_CURRENT_USER' is part of the same file system loop as `/proc/registry'.
> find: File system loop detected; `/proc/registry/HKEY_LOCAL_MACHINE' is part of the same file system loop as `/proc/registry'.
> find: File system loop detected; `/proc/registry/HKEY_USERS' is part of the same file system loop as `/proc/registry'.
> find: File system loop detected; `/proc/registry/HKEY_PERFORMANCE_DATA' is part of the same file system loop as `/proc/registry'.
>
> Has something changed in a way Cygwin 1.7.12 and up handles Windows registry?
>

This is likely a regression. Cygwin now returns same inode number 253 
for each entry below /proc/registry node:

$ ls -1Ri /proc/registry
/proc/registry:
253 HKEY_CLASSES_ROOT
253 HKEY_CURRENT_CONFIG
253 HKEY_CURRENT_USER
253 HKEY_LOCAL_MACHINE
253 HKEY_PERFORMANCE_DATA
253 HKEY_USERS
ls: /proc/registry/HKEY_CLASSES_ROOT: not listing already-listed directory
ls: /proc/registry/HKEY_CURRENT_CONFIG: not listing already-listed directory
ls: /proc/registry/HKEY_CURRENT_USER: not listing already-listed directory
ls: /proc/registry/HKEY_LOCAL_MACHINE: not listing already-listed directory
ls: /proc/registry/HKEY_PERFORMANCE_DATA: not listing already-listed 
directory
ls: /proc/registry/HKEY_USERS: not listing already-listed directory

Last working snapshot was 2012-04-01.

Christian


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list