public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
@ 2011-09-14  2:53 John Ruckstuhl
  2011-09-14  3:48 ` Larry Hall (Cygwin)
  2011-09-14 18:03 ` Thorsten Kampe
  0 siblings, 2 replies; 12+ messages in thread
From: John Ruckstuhl @ 2011-09-14  2:53 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 13590 bytes --]

I'm trying to create files in the current dir, on a network fileserver.
I do have the necessary permissions.
The standard incantation fails, but some non-standard incantations succeed.
I'm willing to bet $10 that it's a cygwin1.dll problem, but I guess it's possible it's a bash problem.
I'll use "touch" to demonstrate:

    $ pwd
    //hyperdisk/Data/Engineering/ruck

These 3 fail:

    $ touch zoo.2
    touch: cannot touch `zoo.2': Permission denied
    
    $ touch ./zoo.4
    touch: cannot touch `./zoo.4': Permission denied
    
    $ touch $(pwd)/zoo.6
    touch: cannot touch `//hyperdisk/Data/Engineering/ruck/zoo.6': Permission denied
    
But these 3 succeed ?!
    
    $ touch .\\zoo.5
    
    $ touch $(pwd)\\zoo.7
    
    $ touch \\\\hyperdisk\\Data\\Engineering\\ruck\\zoo.1
    
This on Windows 7.
uname -a reports 
    CYGWIN_NT-6.1 CND0360JCB 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
bash --version reports
    GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
    
I straced two, to compare the failure case with the success case.
    $ strace touch $(pwd)/zoo.6 > /tmp/strace.out
    $ strace touch $(pwd)\\zoo.7 > /tmp/strace.7.out
(see attached)

Is this a known problem?  Is there a known workaround?
BTW, I tried with CYGWIN=ntsec, CYGWIN=nontsec, and CYGWIN null... did not solve.
Thanks,
John Ruckstuhl

The straces diverge soon after line 200, like:
------------------------------------------------------------------------
strace.out (fail case, touch $(pwd)/zoo.6)
------------------------------------------------------------------------
   200	  375   33580 [main] touch 6444 open: open (//hyperdisk/Data/Engineering/ruck/zoo.6, 0xC201)
   201	   44   33624 [main] touch 6444 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck/zoo.6
   202	   40   33664 [main] touch 6444 normalize_posix_path: //hyperdisk/Data/Engineering/ruck/zoo.6 = normalize_posix_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   203	   49   33713 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   204	   43   33756 [main] touch 6444 set_flags: flags: binary (0x2)
   205	   40   33796 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.6, dst \\hyperdisk\Data\Engineering\ruck\zoo.6, flags 0x4022, rc 0
   206	 1450   35246 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
   207	   65   35311 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
   208	 1297   36608 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
   209	   74   36682 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
   210	 1202   37884 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
   211	   57   37941 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
   212	 1211   39152 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   213	   58   39210 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   214	   46   39256 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.6, 0x22B740) (0x4022)
   215	   45   39301 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   216	   43   39344 [main] touch 6444 set_flags: flags: binary (0x2)
   217	   51   39395 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
   218	 1008   40403 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
   219	 1136   41539 [main] touch 6444 symlink_info::check: not a symlink
   220	  490   42029 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x4022)
   221	   69   42098 [main] touch 6444 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.6), has_acls(1)
   222	   63   42161 [main] touch 6444 build_fh_pc: fh 0x6124403C
   223	   53   42214 [main] touch 6444 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10C201)
   224	 1848   44062 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000022 -> windows error 5
   225	   59   44121 [main] touch 6444 geterrno_from_win_error: windows error 5 == errno 13
   226	   46   44167 [main] touch 6444 fhandler_base::open: C0000022 = NtCreateFile (0xA08020, 40160080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, io, NULL, 80, 7, 3, 4020, NULL, 0)
   227	   41   44208 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10C201)
   228	   37   44245 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0xC201)
   229	   42   44287 [main] touch 6444 open: -1 = open (//hyperdisk/Data/Engineering/ruck/zoo.6, 0xC201)
   ...

------------------------------------------------------------------------
strace.7.out (success case, touch $(pwd)\\zoo.7)
------------------------------------------------------------------------
   200	  364   35747 [main] touch 6840 open: open (//hyperdisk/Data/Engineering/ruck\zoo.7, 0xC201)
   201	   38   35785 [main] touch 6840 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck\zoo.7
   202	   39   35824 [main] touch 6840 normalize_win32_path: \\hyperdisk\Data\Engineering\ruck\zoo.7 = normalize_win32_path (//hyperdisk/Data/Engineering/ruck\zoo.7)
   203	   39   35863 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.7)
   204	   34   35897 [main] touch 6840 set_flags: flags: binary (0x2)
   205	   31   35928 [main] touch 6840 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.7, dst \\hyperdisk\Data\Engineering\ruck\zoo.7, flags 0x4022, rc 0
   206	 1567   37495 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7)
   207	   64   37559 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7)
   208	 1368   38927 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe)
   209	   62   38989 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe)
   210	 1358   40347 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.lnk)
   211	   56   40403 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.lnk)
   212	 1440   41843 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe.lnk)
   213	   64   41907 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe.lnk)
   214	   40   41947 [main] touch 6840 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.7, 0x22B740) (0x6022)
   215	   32   41979 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   216	   39   42018 [main] touch 6840 set_flags: flags: binary (0x2)
   217	   33   42051 [main] touch 6840 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
   218	 1022   43073 [main] touch 6840 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
   219	 1255   44328 [main] touch 6840 symlink_info::check: not a symlink
   220	  485   44813 [main] touch 6840 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x6022)
   221	   48   44861 [main] touch 6840 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.7), has_acls(0)
   222	   57   44918 [main] touch 6840 build_fh_pc: fh 0x6124403C
   223	   47   44965 [main] touch 6840 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0x10C201)
   224	 3483   48448 [main] touch 6840 fhandler_base::set_flags: flags 0x10C201, supplied_bin 0x10000
   225	   80   48528 [main] touch 6840 fhandler_base::set_flags: filemode set to binary
   226	   40   48568 [main] touch 6840 fhandler_base::open: 0 = NtCreateFile (0x158, 40120080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, io, NULL, 80, 7, 3, 4020, NULL, 0)
   227	   38   48606 [main] touch 6840 fhandler_base::open: 1 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0x10C201)
   228	   57   48663 [main] touch 6840 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0xC201)
   229	   41   48704 [main] touch 6840 open: 3 = open (//hyperdisk/Data/Engineering/ruck\zoo.7, 0xC201)
   230	   34   48738 [main] touch 6840 dtable::dup3: dup3 (3, 0, 0x0)
   231	   37   48775 [main] touch 6840 build_fh_pc: fh 0x6124435C
   232	   40   48815 [main] touch 6840 fhandler_base::dup: in fhandler_base dup
   233	   39   48854 [main] touch 6840 dtable::dup_worker: duped '//hyperdisk/Data/Engineering/ruck/zoo.7' old 0x158, new 0x15C
   234	   35   48889 [main] touch 6840 dtable::dup3: newfh->io_handle 0x15C, oldfh->io_handle 0x158, new win32_name 0x61243ADC, old win32_name 0x61244244
   235	   45   48934 [main] touch 6840 close: close (0)
   236	  157   49091 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::close: console_count 1, amount -1, ctty /dev/console, avoid_freeing_console 0
   237	   54   49145 [main] touch 6840 close: 0 = close (0)
   238	   42   49187 [main] touch 6840 dtable::dup3: 0 = dup3 (3, 0, 0x0)
   239	   44   49231 [main] touch 6840 close: close (3)
   240	   37   49268 [main] touch 6840 fhandler_base::close: closing '//hyperdisk/Data/Engineering/ruck/zoo.7' handle 0x158
   241	   62   49330 [main] touch 6840 close: 0 = close (3)
   242	   56   49386 [main] touch 6840 dup2: 0 = dup2 (0, 0) (newfd==oldfd)
   243	 1493   50879 [main] touch 6840 fhandler_base::utimens_fs: incoming lastaccess 4E6FCD36 37EC4BE0
   244	  463   51342 [main] touch 6840 futimens: 0 = futimens (0, 0x0)
   245	   44   51386 [main] touch 6840 close: close (0)
   246	   70   51456 [main] touch 6840 fhandler_base::close: closing '//hyperdisk/Data/Engineering/ruck/zoo.7' handle 0x15C
   247	  147   51603 [main] touch 6840 close: 0 = close (0)
   248	  117   51720 [main] touch 6840 _cygwin_istext_for_stdio: fd 0: not open
   249	   29   51749 [main] touch 6840 _cygwin_istext_for_stdio: fd 1: opened as binary
   250	   26   51775 [main] touch 6840 _cygwin_istext_for_stdio: fd 2: opened as binary
   251	  194   51969 [main] touch 6840 close: close (1)
   252	   27   51996 [main] touch 6840 fhandler_base::close: closing '/tmp/strace.7.out' handle 0x130
   253	   38   52034 [main] touch 6840 close: 0 = close (1)
   254	  292   52326 [main] touch 6840 close: close (2)
   255	  103   52429 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
   256	   34   52463 [main] touch 6840 close: 0 = close (2)
   257	  348   52811 [main] touch 6840 close: close (0)
   258	   28   52839 [main] touch 6840 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   259	   27   52866 [main] touch 6840 close: -1 = close (0)
   260	  135   53001 [main] touch 6840 do_exit: do_exit (0), exit_state 1
   261	  205   53206 [main] touch 6840 void: 0x0 = signal (20, 0x1)
   262	   35   53241 [main] touch 6840 void: 0x0 = signal (1, 0x1)
   263	   30   53271 [main] touch 6840 void: 0x0 = signal (2, 0x1)
   264	   26   53297 [main] touch 6840 void: 0x0 = signal (3, 0x1)
   265	   49   53346 [main] touch 6840 sigproc_terminate: entering
   266	   27   53373 [main] touch 6840 sig_send: sendsig 0xD8, pid 6840, signal -42, its_me 1
   267	   36   53409 [main] touch 6840 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
   268	   29   53438 [main] touch 6840 sig_send: returning 0x0 from sending signal -42
   269	  -24   53414 [sig] touch 6840 wait_sig: saw __SIGEXIT
   270	   74   53488 [main] touch 6840 proc_terminate: nprocs 0
   271	   29   53517 [sig] touch 6840 wait_sig: signal thread exiting
   272	   -1   53516 [main] touch 6840 proc_terminate: leaving
   273	   54   53570 [main] touch 6840 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312002
   274	   29   53599 [main] touch 6840 __to_clock_t: total 00000000 0000001F
   275	   35   53634 [main] touch 6840 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156001
   276	   38   53672 [main] touch 6840 __to_clock_t: total 00000000 0000000F
   277	 1698   55370 [main] touch 6840 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 14610 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Sep 13 17:26:56 2011

Windows 7 Professional N Ver 6.1 Build 7601 Service Pack 1

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Program Files\WIDCOMM\Bluetooth Software
	C:\Program Files\Windows Imaging
	C:\Program Files\TortoiseSVN\bin

Output from C:\cygwin\bin\id.exe
UID: 13138(john_ruckstuhl) GID: 10513(Domain Users)
10513(Domain Users)        545(Users)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'john_ruckstuhl'
PWD = '/cygdrive/c/Users/john_ruckstuhl/Desktop/cygwin-bug'
HOME = '/home/john_ruckstuhl'

HOMEPATH = '\'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Users\john_ruckstuhl\AppData\Roaming'
HOSTNAME = 'CND0360JCB'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 37 Stepping 5, GenuineIntel'
WINDIR = 'C:\Windows'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/c/Users/john_ruckstuhl/Desktop'
USERDOMAIN = 'HANSENMEDICAL'
UATDATA = 'C:\Windows\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
!:: = '::\'
TEMP = '/tmp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
USERNAME = 'john_ruckstuhl'
PROCESSOR_LEVEL = '6'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
LANG = 'C.UTF-8'
USERPROFILE = 'C:\Users\john_ruckstuhl'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\USWINHQDC03'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\john_ruckstuhl\AppData\Local'
!C: = 'C:\cygwin\bin'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
USERDNSDOMAIN = 'HANSENMEDICAL.COM'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'H:'
PTSM_install_path = 'C:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin'
PROMPT = '$P$G'
COMSPEC = 'C:\Windows\system32\cmd.exe'
TMP = '/tmp'
SYSTEMROOT = 'C:\Windows'
PRINTER = '\\uswinhqdc01\usca017'
PROCESSOR_REVISION = '2505'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
HOMESHARE = '\\hyperdisk\user_data\john_ruckstuhl'
NUMBER_OF_PROCESSORS = '4'
SESSIONNAME = 'Console'
COMPUTERNAME = 'CND0360JCB'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygwin
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS    235735Mb  14% CP CS UN PA FC     
d:  hd  FAT32     2630Mb  20% CP    UN           HP_TOOLS
e:  cd             N/A    N/A                    
h:  net NTFS   3146643Mb  69% CP CS UN PA FC     User Data
s:  net NTFS   2860573Mb  87% CP CS UN PA FC     DATA
t:  net NTFS   3146643Mb  69% CP CS UN PA FC     User Data
u:  net NTFS   3146643Mb  69% CP CS UN PA FC     User Data

C:\cygwin        /          system  binary,auto
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

Found: C:\cygwin\bin\awk
 -> C:\cygwin\bin\gawk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\Windows\system32\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi
 -> C:\cygwin\bin\vim-nox.exe
Found: C:\cygwin\bin\vim
 -> C:\cygwin\etc\alternatives\vim
 -> C:\cygwin\bin\vim-nox.exe

   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 4:52
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 12:16
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 0:57
  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 5:12
 1296k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 5:12
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 21:03
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 6:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/2/28 22:32
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 9:31
  442k 2011/08/31 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2011/8/31 5:51
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/25 23:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/25 23:58
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/30 22:14
   25k 2011/01/26 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2011/1/25 19:25
  358k 2011/04/29 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2011/4/28 21:37
  986k 2011/08/29 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/8/28 16:59
   45k 2011/08/28 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/8/28 13:39
    5k 2011/03/29 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2011/3/28 14:14
    9k 2011/03/29 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/18 19:41
  103k 2011/02/03 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2011/2/3 1:47
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 6:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/2/28 22:31
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 9:30
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/30 22:12
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 7:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/2/28 22:39
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 9:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 6:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/2/28 22:28
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 9:28
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 6:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/2/28 22:30
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 8:30
  224k 2010/06/15 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2010/6/14 21:10
   10k 2010/06/15 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2010/6/14 21:11
 1627k 2010/08/29 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2010/8/28 11:17
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 22:45
  164k 2011/01/26 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/25 19:25
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 0:33
   52k 2011/08/31 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/8/31 6:07
 5698k 2011/08/31 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/8/31 6:25
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 6:45
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 9:28
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 14:04
 2604k 2011/03/29 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/3/29 1:10
    Cygwin DLL version info:
        DLL version: 1.7.9
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 237
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\Users\john_ruckstuhl\Desktop\DHR EliteBook 8440p CND0360JCB\cygwin-LocalPackageDirectory
Last downloaded files from: http://mirror.mcs.anl.gov/cygwin/

Package              Version              Status
_update-info-dir     00980-1              OK
alternatives         1.3.30c-10           OK
base-cygwin          3.0-1                OK
base-files           4.0-6                OK
bash                 4.1.10-4             OK
bzip2                1.0.6-2              OK
coreutils            8.10-1               OK
crypt                1.1-1                OK
cygutils             1.4.6-1              OK
cygwin               1.7.9-1              OK
cygwin-doc           1.7-1                OK
dash                 0.5.6.1-2            OK
diffutils            2.9-1                OK
dos2unix             5.3.1-1              OK
editrights           1.01-2               OK
file                 5.05-1               OK
findutils            4.5.9-2              OK
gawk                 4.0.0-1              OK
gettext              0.18.1.1-1           OK
grep                 2.6.3-1              OK
groff                1.20.1-2             OK
gzip                 1.4-1                OK
hexedit              1.2.12-2             OK
ipc-utils            1.0-1                OK
less                 444-1                OK
libattr1             2.4.43-1             OK
libbz2_1             1.0.6-2              OK
libdb4.5             4.5.20.2-2           OK
libexpat1            2.0.1-1              OK
libgcc1              4.5.3-2              OK
libgdbm4             1.8.3-20             OK
libgmp3              4.3.2-1              OK
libiconv2            1.14-1               OK
libintl8             0.18.1.1-1           OK
liblzma5             5.0.2_20110517-1     OK
libncurses10         5.7-18               OK
libncurses8          5.5-10               OK
libncursesw10        5.7-18               OK
libpcre0             8.02-1               OK
libpopt0             1.6.4-4              OK
libreadline7         6.1.2-2              OK
libsigsegv2          2.10-1               OK
libssp0              4.5.3-2              OK
libstdc++6           4.5.3-2              OK
login                1.10-10              OK
make                 3.81-2               OK
man                  1.6f-1               OK
perl                 5.10.1-5             OK
rebase               3.0.1-1              OK
run                  1.1.13-1             OK
sed                  4.2.1-1              OK
tar                  1.25-1               OK
terminfo             5.7_20091114-14      OK
terminfo0            5.5_20061104-12      OK
texinfo              4.13-3               OK
ttcp                 20071212-1           OK
tzcode               2010j-1              OK
vim                  7.3.003-1            OK
which                2.20-2               OK
xz                   5.0.2_20110517-1     OK
zlib                 1.2.5-1              OK
zlib-devel           1.2.5-1              OK
zlib0                1.2.5-1              OK
Use -h to see help about each section

[-- Attachment #3: strace.6.out --]
[-- Type: application/octet-stream, Size: 197864 bytes --]

    2       2 [main] touch 6444 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0xB0
  171     173 [main] touch 6444 heap_init: heap base 0x9F0000, heap top 0x9F0000
   68     241 [main] touch 6444 open_shared: name S-1-5-21-1960408961-1284227242-725345543-3138.1, n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0xB4
   42     283 [main] touch 6444 user_info::create: opening user shared for 'S-1-5-21-1960408961-1284227242-725345543-3138' at 0x60FC0000
   38     321 [main] touch 6444 user_info::create: user shared version 6112AFB3
  483     804 [main] touch 6444 dll_crt0_0: finished dll_crt0_0 initialization
  114     918 [main] touch 6444 _cygtls::remove: wait 0xFFFFFFFF
   56     974 [main] touch 6444 _cygtls::remove: removed 0x22CE64 element 0
   83    1057 [main] touch 6444 _cygtls::remove: wait 0xFFFFFFFF
   43    1100 [main] touch 6444 _cygtls::remove: removed 0x22CE64 element 0
   74    1174 [main] touch 6444 _cygtls::remove: wait 0xFFFFFFFF
   44    1218 [main] touch 6444 _cygtls::remove: removed 0x22CE64 element 0
 1649    2867 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (\\hyperdisk\Data\Engineering\ruck, no-keep-rel, no-add-slash)
   81    2948 [main] touch 6444 normalize_win32_path: \\hyperdisk\Data\Engineering\ruck = normalize_win32_path (\\hyperdisk\Data\Engineering\ruck)
   47    2995 [main] touch 6444 mount_info::conv_to_posix_path: //hyperdisk/Data/Engineering/ruck = conv_to_posix_path (\\hyperdisk\Data\Engineering\ruck)
  214    3209 [main] touch 6444 _cygwin_istext_for_stdio: fd 0: not open
   46    3255 [main] touch 6444 _cygwin_istext_for_stdio: fd 1: not open
   53    3308 [main] touch 6444 _cygwin_istext_for_stdio: fd 2: not open
  130    3438 [main] touch (6444) open_shared: name cygpid.6444, n 6444, shared 0x60FE0000 (wanted 0x60FE0000), h 0x104
   51    3489 [main] touch 6444 **********************************************
   49    3538 [main] touch 6444 Program name: C:\cygwin\bin\touch.exe (pid 6444, ppid 1)
   43    3581 [main] touch 6444 App version:  1007.7, api: 0.230
   43    3624 [main] touch 6444 DLL version:  1007.9, api: 0.237
   41    3665 [main] touch 6444 DLL build:    2011-03-29 10:10
   49    3714 [main] touch 6444 OS version:   Windows NT-6.1
   41    3755 [main] touch 6444 Heap size:    402653184
   41    3796 [main] touch 6444 **********************************************
   39    3835 [main] touch 6444 pinfo::thisproc: myself->dwProcessId 6444
   50    3885 [main] touch 6444 time: 1315949840 = time (0)
 1428    5313 [main] touch 6444 parse_options: glob (called func)
   72    5385 [main] touch 6444 parse_options: returning
   47    5432 [main] touch 6444 environ_init: GetEnvironmentStrings returned 0x4F8188
   61    5493 [main] touch 6444 environ_init: 0xA18298: !::=::\
   58    5551 [main] touch 6444 environ_init: 0xA182A8: !C:=C:\cygwin\bin
   61    5612 [main] touch 6444 environ_init: 0xA182C0: ALLUSERSPROFILE=C:\ProgramData
   60    5672 [main] touch 6444 environ_init: 0xA182E8: APPDATA=C:\Users\john_ruckstuhl\AppData\Roaming
   61    5733 [main] touch 6444 environ_init: 0xA18320: COMMONPROGRAMFILES=C:\Program Files\Common Files
   58    5791 [main] touch 6444 environ_init: 0xA18358: COMPUTERNAME=CND0360JCB
   58    5849 [main] touch 6444 environ_init: 0xA18378: COMSPEC=C:\Windows\system32\cmd.exe
   60    5909 [main] touch 6444 environ_init: 0xA183A8: CYGWIN=noglob
   59    5968 [main] touch 6444 environ_init: 0xA183C0: FP_NO_HOST_CHECK=NO
   63    6031 [main] touch 6444 getwinenv: can't set native for HOME= since no environ yet
   45    6076 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\john_ruckstuhl, no-keep-rel, no-add-slash)
   43    6119 [main] touch 6444 normalize_win32_path: C:\cygwin\home\john_ruckstuhl = normalize_win32_path (C:\cygwin\home\john_ruckstuhl)
   42    6161 [main] touch 6444 mount_info::conv_to_posix_path: /home/john_ruckstuhl = conv_to_posix_path (C:\cygwin\home\john_ruckstuhl)
   76    6237 [main] touch 6444 win_env::add_cache: posix /home/john_ruckstuhl
   84    6321 [main] touch 6444 win_env::add_cache: native HOME=C:\cygwin\home\john_ruckstuhl
   55    6376 [main] touch 6444 posify: env var converted to HOME=/home/john_ruckstuhl
   67    6443 [main] touch 6444 environ_init: 0xA18450: HOME=/home/john_ruckstuhl
   47    6490 [main] touch 6444 environ_init: 0xA183E0: HOMEDRIVE=H:
   66    6556 [main] touch 6444 environ_init: 0xA183F8: HOMEPATH=\
   59    6615 [main] touch 6444 environ_init: 0xA18470: HOMESHARE=\\hyperdisk\user_data\john_ruckstuhl
   60    6675 [main] touch 6444 environ_init: 0xA184A8: HOSTNAME=CND0360JCB
   59    6734 [main] touch 6444 environ_init: 0xA184C8: INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
   65    6799 [main] touch 6444 environ_init: 0xA18508: LANG=C.UTF-8
   60    6859 [main] touch 6444 environ_init: 0xA18520: LOCALAPPDATA=C:\Users\john_ruckstuhl\AppData\Local
   58    6917 [main] touch 6444 environ_init: 0xA18558: LOGONSERVER=\\USWINHQDC03
   60    6977 [main] touch 6444 environ_init: 0xA18578: MANPATH=/usr/local/man:/usr/share/man:/usr/man:
   59    7036 [main] touch 6444 environ_init: 0xA185B0: NUMBER_OF_PROCESSORS=4
   56    7092 [main] touch 6444 environ_init: 0xA185D0: OLDPWD=//hyperdisk/Data/Engineering
   65    7157 [main] touch 6444 environ_init: 0xA18600: OS=Windows_NT
   65    7222 [main] touch 6444 getwinenv: can't set native for PATH= since no environ yet
   65    7287 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
   43    7330 [main] touch 6444 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
   46    7376 [main] touch 6444 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
   44    7420 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   41    7461 [main] touch 6444 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   42    7503 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   41    7544 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash)
   34    7578 [main] touch 6444 normalize_win32_path: C:\Windows\system32 = normalize_win32_path (C:\Windows\system32)
   32    7610 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32)
   30    7640 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, keep-rel, no-add-slash)
   30    7670 [main] touch 6444 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows)
   30    7700 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows = conv_to_posix_path (C:\Windows)
   31    7731 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
   31    7762 [main] touch 6444 normalize_win32_path: C:\Windows\System32\Wbem = normalize_win32_path (C:\Windows\System32\Wbem)
   49    7811 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem)
   42    7853 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
   41    7894 [main] touch 6444 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   42    7936 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   35    7971 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software, keep-rel, no-add-slash)
   31    8002 [main] touch 6444 normalize_win32_path: C:\Program Files\WIDCOMM\Bluetooth Software = normalize_win32_path (C:\Program Files\WIDCOMM\Bluetooth Software)
   33    8035 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software = conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software)
   34    8069 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Windows Imaging, keep-rel, no-add-slash)
   31    8100 [main] touch 6444 normalize_win32_path: C:\Program Files\Windows Imaging = normalize_win32_path (C:\Program Files\Windows Imaging)
   31    8131 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Windows Imaging = conv_to_posix_path (C:\Program Files\Windows Imaging)
   30    8161 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, keep-rel, no-add-slash)
   31    8192 [main] touch 6444 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
   31    8223 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin)
   71    8294 [main] touch 6444 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/Windows Imaging:/cygdrive/c/Program Files/TortoiseSVN/bin
   43    8337 [main] touch 6444 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\WIDCOMM\Bluetooth Software;C:\Program Files\Windows Imaging;C:\Program Files\TortoiseSVN\bin
   55    8392 [main] touch 6444 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/Windows Imaging:/cygdrive/c/Program Files/TortoiseSVN/bin
   91    8483 [main] touch 6444 environ_init: 0xA28958: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/Windows Imaging:/cygdrive/c/Program Files/TortoiseSVN/bin
   67    8550 [main] touch 6444 environ_init: 0xA18618: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
   62    8612 [main] touch 6444 environ_init: 0xA18660: PRINTER=\\uswinhqdc01\usca017
   60    8672 [main] touch 6444 environ_init: 0xA18688: PROCESSOR_ARCHITECTURE=x86
   62    8734 [main] touch 6444 environ_init: 0xA186A8: PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 5, GenuineIntel
   61    8795 [main] touch 6444 environ_init: 0xA186F8: PROCESSOR_LEVEL=6
   61    8856 [main] touch 6444 environ_init: 0xA28A90: PROCESSOR_REVISION=2505
   61    8917 [main] touch 6444 environ_init: 0xA28AB0: PROGRAMFILES=C:\Program Files
   61    8978 [main] touch 6444 environ_init: 0xA28AD8: PROMPT=$P$G
   64    9042 [main] touch 6444 environ_init: 0xA28AF0: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ 
   63    9105 [main] touch 6444 environ_init: 0xA28B38: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
   65    9170 [main] touch 6444 environ_init: 0xA28B80: PTSM_install_path=C:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin
   61    9231 [main] touch 6444 environ_init: 0xA28BE0: PUBLIC=C:\Users\Public
   62    9293 [main] touch 6444 environ_init: 0xA28C00: PWD=//hyperdisk/Data/Engineering/ruck
   75    9368 [main] touch 6444 environ_init: 0xA28C30: ProgramData=C:\ProgramData
   90    9458 [main] touch 6444 environ_init: 0xA28C50: SESSIONNAME=Console
   70    9528 [main] touch 6444 environ_init: 0xA18710: SHLVL=1
   57    9585 [main] touch 6444 environ_init: 0xA28C70: SYSTEMDRIVE=C:
   61    9646 [main] touch 6444 environ_init: 0xA28C88: SYSTEMROOT=C:\Windows
   56    9702 [main] touch 6444 getwinenv: can't set native for TEMP= since no environ yet
   38    9740 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   35    9775 [main] touch 6444 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   36    9811 [main] touch 6444 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
   80    9891 [main] touch 6444 win_env::add_cache: posix /tmp
   45    9936 [main] touch 6444 win_env::add_cache: native TEMP=C:\cygwin\tmp
   42    9978 [main] touch 6444 posify: env var converted to TEMP=/tmp
   73   10051 [main] touch 6444 environ_init: 0xA28CE8: TEMP=/tmp
   61   10112 [main] touch 6444 environ_init: 0xA28CA8: TERM=cygwin
   60   10172 [main] touch 6444 getwinenv: can't set native for TMP= since no environ yet
   40   10212 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   43   10255 [main] touch 6444 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   42   10297 [main] touch 6444 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
   91   10388 [main] touch 6444 win_env::add_cache: posix /tmp
   49   10437 [main] touch 6444 win_env::add_cache: native TMP=C:\cygwin\tmp
   43   10480 [main] touch 6444 posify: env var converted to TMP=/tmp
   74   10554 [main] touch 6444 environ_init: 0xA28D38: TMP=/tmp
   60   10614 [main] touch 6444 environ_init: 0xA28D48: UATDATA=C:\Windows\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
   58   10672 [main] touch 6444 environ_init: 0xA28DA0: USER=john_ruckstuhl
   57   10729 [main] touch 6444 environ_init: 0xA28DC0: USERDNSDOMAIN=HANSENMEDICAL.COM
   65   10794 [main] touch 6444 environ_init: 0xA28DE8: USERDOMAIN=HANSENMEDICAL
   58   10852 [main] touch 6444 environ_init: 0xA28E08: USERNAME=john_ruckstuhl
   57   10909 [main] touch 6444 environ_init: 0xA28E28: USERPROFILE=C:\Users\john_ruckstuhl
   58   10967 [main] touch 6444 environ_init: 0xA28CF8: WINDIR=C:\Windows
   65   11032 [main] touch 6444 environ_init: 0xA28E58: _=/usr/bin/strace
   51   11083 [main] touch 6444 pinfo_init: Set nice to 0
   55   11138 [main] touch 6444 pinfo_init: pid 6444, pgid 6444
  127   11265 [main] touch 6444 dtable::extend: size 32, fds 0x6124372C
 1043   12308 [main] touch 6444 pwdgrp::load: \etc\passwd curr_lines 8
  118   12426 [main] touch 6444 pwdgrp::load: \etc\passwd load succeeded
  877   13303 [main] touch 6444 pwdgrp::load: \etc\group curr_lines 20
  104   13407 [main] touch 6444 pwdgrp::load: \etc\group load succeeded
   55   13462 [main] touch 6444 cygheap_user::ontherange: what 2, pw 0xA29240
   52   13514 [main] touch 6444 cygheap_user::ontherange: HOME is already in the environment /home/john_ruckstuhl
  220   13734 [main] touch 6444 build_argv: argv[0] = 'touch'
   45   13779 [main] touch 6444 build_argv: argv[1] = '//hyperdisk/Data/Engineering/ruck/zoo.6'
   42   13821 [main] touch 6444 build_argv: argc 2
  160   13981 [main] touch 6444 build_fh_pc: fh 0x61243884
  102   14083 [main] touch 6444 open_shared: name (null), n 0, shared 0x60FD0000 (wanted 0x60FD0000), h 0x10C
   65   14148 [main] touch 6444 _pinfo::set_ctty: old no ctty
   43   14191 [main] touch 6444 _pinfo::set_ctty: attaching ctty /dev/console sid 6444, pid 6444, pgid 6444, tty->pgid 0, tty->sid 6444
12884   27075 [main] touch 6444 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   87   27162 [main] touch 6444 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   42   27204 [main] touch 6444 fhandler_base::set_flags: filemode set to binary
  158   27362 [main] touch 6444 init_cygheap::manage_console_count: fhandler_console::open: console_count 1, amount 1, ctty /dev/console, avoid_freeing_console 0
  104   27466 [main] touch 6444 fhandler_console::open: opened conin$ 0xF, conout$ 0x13
   73   27539 [main] touch 6444 fhandler_console::output_tcsetattr: 0 = tcsetattr (,60FD001C) (ENABLE FLAGS 3) (lflag 107 oflag 9)
  200   27739 [unknown (0x1A58)] touch 6444 _cygtls::remove: wait 0x0
   58   27797 [unknown (0x1A58)] touch 6444 _cygtls::remove: removed 0x19FDCE64 element 1
 2349   30146 [main] touch 6444 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume2'
  230   30376 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp\strace.out, no-keep-rel, no-add-slash)
   52   30428 [main] touch 6444 normalize_win32_path: C:\cygwin\tmp\strace.out = normalize_win32_path (C:\cygwin\tmp\strace.out)
   47   30475 [main] touch 6444 mount_info::conv_to_posix_path: /tmp/strace.out = conv_to_posix_path (C:\cygwin\tmp\strace.out)
   44   30519 [main] touch 6444 handle_to_fn: derived path 'C:\cygwin\tmp\strace.out', posix '/tmp/strace.out'
   51   30570 [main] touch 6444 normalize_posix_path: src /tmp/strace.out
   42   30612 [main] touch 6444 normalize_posix_path: /tmp/strace.out = normalize_posix_path (/tmp/strace.out)
   43   30655 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/strace.out)
   45   30700 [main] touch 6444 set_flags: flags: binary (0x2)
   36   30736 [main] touch 6444 mount_info::conv_to_win32_path: src_path /tmp/strace.out, dst C:\cygwin\tmp\strace.out, flags 0x3000A, rc 0
  385   31121 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\strace.out)
   90   31211 [main] touch 6444 symlink_info::check: not a symlink
  131   31342 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\tmp\strace.out, 0x2238D0) (0x3000A)
   60   31402 [main] touch 6444 path_conv::check: this->path(C:\cygwin\tmp\strace.out), has_acls(1)
   51   31453 [main] touch 6444 build_fh_pc: fh 0x61243B24
   42   31495 [main] touch 6444 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   36   31531 [main] touch 6444 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   33   31564 [main] touch 6444 fhandler_base::set_flags: filemode set to binary
   34   31598 [main] touch 6444 fhandler_base::init: created new fhandler_base for handle 0x134, bin 1
  125   31723 [main] touch 6444 build_fh_pc: fh 0x61243D9C
   50   31773 [main] touch 6444 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   40   31813 [main] touch 6444 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   39   31852 [main] touch 6444 fhandler_base::set_flags: filemode set to binary
 -129   31723 [sig] touch 6444 wait_sig: entering ReadFile loop, my_readsig 0xD4, my_sendsig 0xD8
  272   31995 [main] touch 6444 init_cygheap::manage_console_count: fhandler_console::open: console_count 2, amount 1, ctty /dev/console, avoid_freeing_console 0
   86   32081 [main] touch 6444 fhandler_console::open: opened conin$ 0x37, conout$ 0x3B
   63   32144 [main] touch 6444 fhandler_console::output_tcsetattr: 0 = tcsetattr (,60FD001C) (ENABLE FLAGS 3) (lflag 107 oflag 9)
   89   32233 [main] touch 6444 fhandler_console::need_invisible: invisible_console 0
  173   32406 [main] touch 6444 __set_errno: void dll_crt0_1(void*):958 val 0
  237   32643 [main] touch 6444 sig_send: sendsig 0xD8, pid 6444, signal -39, its_me 1
   43   32686 [main] touch 6444 sig_send: wakeup 0x13C
   43   32729 [main] touch 6444 sig_send: Waiting for pack.wakeup 0x13C
   52   32781 [sig] touch 6444 wait_sig: signalling pack.wakeup 0x13C
   42   32823 [main] touch 6444 sig_send: returning 0x0 from sending signal -39
   48   32871 [main] touch 6444 __get_lcid_from_locale: LCID=0x0000
  101   32972 [main] touch 6444 __get_lcid_from_locale: LCID=0x0000
   77   33049 [main] touch 6444 __get_lcid_from_locale: LCID=0x0000
   76   33125 [main] touch 6444 __get_lcid_from_locale: LCID=0x0000
   80   33205 [main] touch 6444 __get_lcid_from_locale: LCID=0x0000
  375   33580 [main] touch 6444 open: open (//hyperdisk/Data/Engineering/ruck/zoo.6, 0xC201)
   44   33624 [main] touch 6444 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck/zoo.6
   40   33664 [main] touch 6444 normalize_posix_path: //hyperdisk/Data/Engineering/ruck/zoo.6 = normalize_posix_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   49   33713 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   43   33756 [main] touch 6444 set_flags: flags: binary (0x2)
   40   33796 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.6, dst \\hyperdisk\Data\Engineering\ruck\zoo.6, flags 0x4022, rc 0
 1450   35246 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
   65   35311 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
 1297   36608 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
   74   36682 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
 1202   37884 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
   57   37941 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
 1211   39152 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   58   39210 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   46   39256 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.6, 0x22B740) (0x4022)
   45   39301 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   43   39344 [main] touch 6444 set_flags: flags: binary (0x2)
   51   39395 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
 1008   40403 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
 1136   41539 [main] touch 6444 symlink_info::check: not a symlink
  490   42029 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x4022)
   69   42098 [main] touch 6444 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.6), has_acls(1)
   63   42161 [main] touch 6444 build_fh_pc: fh 0x6124403C
   53   42214 [main] touch 6444 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10C201)
 1848   44062 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000022 -> windows error 5
   59   44121 [main] touch 6444 geterrno_from_win_error: windows error 5 == errno 13
   46   44167 [main] touch 6444 fhandler_base::open: C0000022 = NtCreateFile (0xA08020, 40160080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, io, NULL, 80, 7, 3, 4020, NULL, 0)
   41   44208 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10C201)
   37   44245 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0xC201)
   42   44287 [main] touch 6444 open: -1 = open (//hyperdisk/Data/Engineering/ruck/zoo.6, 0xC201)
   89   44376 [main] touch 6444 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck/zoo.6
   53   44429 [main] touch 6444 normalize_posix_path: //hyperdisk/Data/Engineering/ruck/zoo.6 = normalize_posix_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   54   44483 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   43   44526 [main] touch 6444 set_flags: flags: binary (0x2)
   41   44567 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.6, dst \\hyperdisk\Data\Engineering\ruck\zoo.6, flags 0x4022, rc 0
 1294   45861 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
   67   45928 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
 1214   47142 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
   62   47204 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
 1125   48329 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
   71   48400 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
 1123   49523 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   53   49576 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   43   49619 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.6, 0x22B740) (0x4022)
   42   49661 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   41   49702 [main] touch 6444 set_flags: flags: binary (0x2)
   48   49750 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
 1101   50851 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
  393   51244 [main] touch 6444 symlink_info::check: not a symlink
  477   51721 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x4022)
   90   51811 [main] touch 6444 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.6), has_acls(1)
   65   51876 [main] touch 6444 build_fh_pc: fh 0x6124403C
   77   51953 [main] touch 6444 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x110000)
 1244   53197 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   53   53250 [main] touch 6444 geterrno_from_win_error: windows error 2 == errno 2
   50   53300 [main] touch 6444 fhandler_base::open: C0000034 = NtCreateFile (0x0, 20100, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, io, NULL, 0, 7, 1, 4000, NULL, 0)
   44   53344 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x110000)
   51   53395 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10000)
   54   53449 [main] touch 6444 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x110001)
 1310   54759 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   51   54810 [main] touch 6444 geterrno_from_win_error: windows error 2 == errno 2
   49   54859 [main] touch 6444 fhandler_base::open: C0000034 = NtCreateFile (0x611ADF20, 40120080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, io, NULL, 0, 7, 1, 4020, NULL, 0)
   44   54903 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x110001)
   44   54947 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10001)
   43   54990 [main] touch 6444 fhandler_base::utimens_fs: Opening file failed
   43   55033 [main] touch 6444 utimens_worker: -1 = utimes (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x0)
  534   55567 [main] touch 6444 open: open (/proc/self/maps, 0x0)
   46   55613 [main] touch 6444 normalize_posix_path: src /proc/self/maps
   49   55662 [main] touch 6444 normalize_posix_path: /proc/self/maps = normalize_posix_path (/proc/self/maps)
   48   55710 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/self/maps)
   47   55757 [main] touch 6444 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/self/maps)
   44   55801 [main] touch 6444 set_flags: flags: binary (0x2)
   41   55842 [main] touch 6444 mount_info::conv_to_win32_path: src_path /proc/self/maps, dst /proc/self/maps, flags 0x2, rc 0
   48   55890 [main] touch 6444 build_fh_pc: fh 0x6124403C
   43   55933 [main] touch 6444 fhandler_proc::exists: exists (/proc/self/maps)
   41   55974 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/self)
   45   56019 [main] touch 6444 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/self)
   42   56061 [main] touch 6444 set_flags: flags: binary (0x2)
   41   56102 [main] touch 6444 mount_info::conv_to_win32_path: src_path /proc/self, dst /proc/self, flags 0x2, rc 0
   43   56145 [main] touch 6444 build_fh_pc: fh 0x6124403C
   42   56187 [main] touch 6444 fhandler_proc::exists: exists (/proc/self)
   46   56233 [main] touch 6444 normalize_posix_path: src /proc/6444/maps
   42   56275 [main] touch 6444 normalize_posix_path: /proc/6444/maps = normalize_posix_path (/proc/6444/maps)
   41   56316 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/6444/maps)
   57   56373 [main] touch 6444 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/6444/maps)
   51   56424 [main] touch 6444 set_flags: flags: binary (0x2)
   43   56467 [main] touch 6444 mount_info::conv_to_win32_path: src_path /proc/6444/maps, dst /proc/6444/maps, flags 0x2, rc 0
   47   56514 [main] touch 6444 build_fh_pc: fh 0x6124403C
   42   56556 [main] touch 6444 fhandler_process::exists: exists (/proc/6444/maps)
   46   56602 [main] touch 6444 build_fh_pc: fh 0x6124403C
   45   56647 [main] touch 6444 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   42   56689 [main] touch 6444 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   42   56731 [main] touch 6444 fhandler_base::set_flags: filemode set to binary
 1670   58401 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\touch.exe, no-keep-rel, no-add-slash)
   51   58452 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\touch.exe = normalize_win32_path (C:\cygwin\bin\touch.exe)
   56   58508 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/touch.exe = conv_to_posix_path (C:\cygwin\bin\touch.exe)
   45   58553 [main] touch 6444 stat64: entering
   44   58597 [main] touch 6444 normalize_posix_path: src /usr/bin/touch.exe
   43   58640 [main] touch 6444 normalize_posix_path: /usr/bin/touch.exe = normalize_posix_path (/usr/bin/touch.exe)
   42   58682 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/touch.exe)
   44   58726 [main] touch 6444 set_flags: flags: binary (0x2)
   42   58768 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/touch.exe, dst C:\cygwin\bin\touch.exe, flags 0x2000A, rc 0
  407   59175 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\touch.exe)
   65   59240 [main] touch 6444 symlink_info::check: not a symlink
   69   59309 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\touch.exe, 0x229E80) (0x42000A)
   48   59357 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\touch.exe), has_acls(1)
   48   59405 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44   59449 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\touch.exe, 0x22C350, 0x612444EC), file_attributes 32
  131   59580 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   59   59639 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   53   59692 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   74   59766 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\touch.exe, 0x22C350) st_atime=4E600C73 st_size=70158, st_mode=0x81ED, st_ino=2251799813788159, sizeof=96
  128   59894 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\touch.exe, 0x22C350)
  121   60015 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\SYSTEM32\ntdll.dll, no-keep-rel, no-add-slash)
   59   60074 [main] touch 6444 normalize_win32_path: C:\Windows\SYSTEM32\ntdll.dll = normalize_win32_path (C:\Windows\SYSTEM32\ntdll.dll)
   44   60118 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/SYSTEM32/ntdll.dll = conv_to_posix_path (C:\Windows\SYSTEM32\ntdll.dll)
   43   60161 [main] touch 6444 stat64: entering
   42   60203 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/SYSTEM32/ntdll.dll
   41   60244 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/SYSTEM32/ntdll.dll = normalize_posix_path (/cygdrive/c/Windows/SYSTEM32/ntdll.dll)
   42   60286 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/SYSTEM32/ntdll.dll)
   36   60322 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/SYSTEM32/ntdll.dll', dst 'C:\Windows\SYSTEM32\ntdll.dll'
   42   60364 [main] touch 6444 set_flags: flags: binary (0x2)
  107   60471 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/SYSTEM32/ntdll.dll, dst C:\Windows\SYSTEM32\ntdll.dll, flags 0x4022, rc 0
  368   60839 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\SYSTEM32\ntdll.dll)
   54   60893 [main] touch 6444 symlink_info::check: not a symlink
   49   60942 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\SYSTEM32\ntdll.dll, 0x229E80) (0x404022)
   55   60997 [main] touch 6444 path_conv::check: this->path(C:\Windows\SYSTEM32\ntdll.dll), has_acls(1)
   53   61050 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   61093 [main] touch 6444 stat_worker: (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C350, 0x612444EC), file_attributes 32
   89   61182 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   49   61231 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   49   61280 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60   61340 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C350) st_atime=4E5D526A st_size=1288488, st_mode=0x81F8, st_ino=281474976856131, sizeof=96
   50   61390 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C350)
  119   61509 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\kernel32.dll, no-keep-rel, no-add-slash)
   64   61573 [main] touch 6444 normalize_win32_path: C:\Windows\system32\kernel32.dll = normalize_win32_path (C:\Windows\system32\kernel32.dll)
   43   61616 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/kernel32.dll = conv_to_posix_path (C:\Windows\system32\kernel32.dll)
   43   61659 [main] touch 6444 stat64: entering
   41   61700 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/kernel32.dll
   40   61740 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/kernel32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/kernel32.dll)
   42   61782 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/kernel32.dll)
   35   61817 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/kernel32.dll', dst 'C:\Windows\system32\kernel32.dll'
   30   61847 [main] touch 6444 set_flags: flags: binary (0x2)
   30   61877 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/kernel32.dll, dst C:\Windows\system32\kernel32.dll, flags 0x4022, rc 0
  385   62262 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\kernel32.dll)
   65   62327 [main] touch 6444 symlink_info::check: not a symlink
   55   62382 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\kernel32.dll, 0x229E80) (0x404022)
   44   62426 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\kernel32.dll), has_acls(1)
   46   62472 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   62515 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\kernel32.dll, 0x22C350, 0x612444EC), file_attributes 32
  105   62620 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45   62665 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47   62712 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60   62772 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\kernel32.dll, 0x22C350) st_atime=4E5D1CB5 st_size=868352, st_mode=0x81F8, st_ino=844424930207360, sizeof=96
   92   62864 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\kernel32.dll, 0x22C350)
  120   62984 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\KERNELBASE.dll, no-keep-rel, no-add-slash)
   60   63044 [main] touch 6444 normalize_win32_path: C:\Windows\system32\KERNELBASE.dll = normalize_win32_path (C:\Windows\system32\KERNELBASE.dll)
   43   63087 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/KERNELBASE.dll = conv_to_posix_path (C:\Windows\system32\KERNELBASE.dll)
   43   63130 [main] touch 6444 stat64: entering
   41   63171 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/KERNELBASE.dll
   41   63212 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/KERNELBASE.dll = normalize_posix_path (/cygdrive/c/Windows/system32/KERNELBASE.dll)
   40   63252 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/KERNELBASE.dll)
   35   63287 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/KERNELBASE.dll', dst 'C:\Windows\system32\KERNELBASE.dll'
   31   63318 [main] touch 6444 set_flags: flags: binary (0x2)
   38   63356 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/KERNELBASE.dll, dst C:\Windows\system32\KERNELBASE.dll, flags 0x4022, rc 0
  315   63671 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\KERNELBASE.dll)
   78   63749 [main] touch 6444 symlink_info::check: not a symlink
   43   63792 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\KERNELBASE.dll, 0x229E80) (0x404022)
   44   63836 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\KERNELBASE.dll), has_acls(1)
   46   63882 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   63925 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   64001 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44   64045 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48   64093 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   61   64154 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C350) st_atime=4E5D1CB5 st_size=290816, st_mode=0x81F8, st_ino=844424930207356, sizeof=96
   45   64199 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C350)
  113   64312 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygwin1.dll, no-keep-rel, no-add-slash)
   67   64379 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygwin1.dll = normalize_win32_path (C:\cygwin\bin\cygwin1.dll)
   43   64422 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygwin1.dll = conv_to_posix_path (C:\cygwin\bin\cygwin1.dll)
   45   64467 [main] touch 6444 stat64: entering
   45   64512 [main] touch 6444 normalize_posix_path: src /usr/bin/cygwin1.dll
   41   64553 [main] touch 6444 normalize_posix_path: /usr/bin/cygwin1.dll = normalize_posix_path (/usr/bin/cygwin1.dll)
   35   64588 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygwin1.dll)
   31   64619 [main] touch 6444 set_flags: flags: binary (0x2)
   30   64649 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygwin1.dll, dst C:\cygwin\bin\cygwin1.dll, flags 0x2000A, rc 0
  359   65008 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygwin1.dll)
   60   65068 [main] touch 6444 symlink_info::check: not a symlink
   45   65113 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygwin1.dll, 0x229E80) (0x42000A)
   42   65155 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygwin1.dll), has_acls(1)
   44   65199 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   65242 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygwin1.dll, 0x22C350, 0x612444EC), file_attributes 32
   75   65317 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   48   65365 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   48   65413 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60   65473 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygwin1.dll, 0x22C350) st_atime=4E600C7A st_size=2666500, st_mode=0x81ED, st_ino=2251799813788474, sizeof=96
   45   65518 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygwin1.dll, 0x22C350)
  117   65635 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\ADVAPI32.DLL, no-keep-rel, no-add-slash)
   60   65695 [main] touch 6444 normalize_win32_path: C:\Windows\system32\ADVAPI32.DLL = normalize_win32_path (C:\Windows\system32\ADVAPI32.DLL)
   43   65738 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/ADVAPI32.DLL = conv_to_posix_path (C:\Windows\system32\ADVAPI32.DLL)
   43   65781 [main] touch 6444 stat64: entering
   42   65823 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/ADVAPI32.DLL
   41   65864 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/ADVAPI32.DLL = normalize_posix_path (/cygdrive/c/Windows/system32/ADVAPI32.DLL)
   40   65904 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/ADVAPI32.DLL)
   36   65940 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/ADVAPI32.DLL', dst 'C:\Windows\system32\ADVAPI32.DLL'
   30   65970 [main] touch 6444 set_flags: flags: binary (0x2)
   30   66000 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/ADVAPI32.DLL, dst C:\Windows\system32\ADVAPI32.DLL, flags 0x4022, rc 0
  376   66376 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\ADVAPI32.DLL)
   59   66435 [main] touch 6444 symlink_info::check: not a symlink
   45   66480 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\ADVAPI32.DLL, 0x229E80) (0x404022)
   43   66523 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\ADVAPI32.DLL), has_acls(1)
   46   66569 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   66612 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C350, 0x612444EC), file_attributes 32
   76   66688 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45   66733 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48   66781 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   65   66846 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C350) st_atime=4E5D525E st_size=640512, st_mode=0x81F8, st_ino=281474976855900, sizeof=96
   48   66894 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C350)
  114   67008 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\msvcrt.dll, no-keep-rel, no-add-slash)
   59   67067 [main] touch 6444 normalize_win32_path: C:\Windows\system32\msvcrt.dll = normalize_win32_path (C:\Windows\system32\msvcrt.dll)
   43   67110 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/msvcrt.dll = conv_to_posix_path (C:\Windows\system32\msvcrt.dll)
   44   67154 [main] touch 6444 stat64: entering
   42   67196 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/msvcrt.dll
   41   67237 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/msvcrt.dll = normalize_posix_path (/cygdrive/c/Windows/system32/msvcrt.dll)
   42   67279 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/msvcrt.dll)
   36   67315 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/msvcrt.dll', dst 'C:\Windows\system32\msvcrt.dll'
   31   67346 [main] touch 6444 set_flags: flags: binary (0x2)
   60   67406 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/msvcrt.dll, dst C:\Windows\system32\msvcrt.dll, flags 0x4022, rc 0
  376   67782 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\msvcrt.dll)
   60   67842 [main] touch 6444 symlink_info::check: not a symlink
   58   67900 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\msvcrt.dll, 0x229E80) (0x404022)
   42   67942 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\msvcrt.dll), has_acls(1)
   46   67988 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   68031 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\msvcrt.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   68107 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44   68151 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48   68199 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60   68259 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\msvcrt.dll, 0x22C350) st_atime=4A5BBF7A st_size=690688, st_mode=0x81F8, st_ino=281474976741459, sizeof=96
   45   68304 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\msvcrt.dll, 0x22C350)
  113   68417 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\SYSTEM32\sechost.dll, no-keep-rel, no-add-slash)
   66   68483 [main] touch 6444 normalize_win32_path: C:\Windows\SYSTEM32\sechost.dll = normalize_win32_path (C:\Windows\SYSTEM32\sechost.dll)
   45   68528 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/SYSTEM32/sechost.dll = conv_to_posix_path (C:\Windows\SYSTEM32\sechost.dll)
   42   68570 [main] touch 6444 stat64: entering
   42   68612 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/SYSTEM32/sechost.dll
   41   68653 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/SYSTEM32/sechost.dll = normalize_posix_path (/cygdrive/c/Windows/SYSTEM32/sechost.dll)
   41   68694 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/SYSTEM32/sechost.dll)
   36   68730 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/SYSTEM32/sechost.dll', dst 'C:\Windows\SYSTEM32\sechost.dll'
   31   68761 [main] touch 6444 set_flags: flags: binary (0x2)
   29   68790 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/SYSTEM32/sechost.dll, dst C:\Windows\SYSTEM32\sechost.dll, flags 0x4022, rc 0
  365   69155 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\SYSTEM32\sechost.dll)
   62   69217 [main] touch 6444 symlink_info::check: not a symlink
   58   69275 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\SYSTEM32\sechost.dll, 0x229E80) (0x404022)
   42   69317 [main] touch 6444 path_conv::check: this->path(C:\Windows\SYSTEM32\sechost.dll), has_acls(1)
   52   69369 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   69412 [main] touch 6444 stat_worker: (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C350, 0x612444EC), file_attributes 32
   77   69489 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45   69534 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47   69581 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60   69641 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C350) st_atime=4A5BBF3F st_size=92160, st_mode=0x81F8, st_ino=281474976742125, sizeof=96
   46   69687 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C350)
  115   69802 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\RPCRT4.dll, no-keep-rel, no-add-slash)
   61   69863 [main] touch 6444 normalize_win32_path: C:\Windows\system32\RPCRT4.dll = normalize_win32_path (C:\Windows\system32\RPCRT4.dll)
   43   69906 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/RPCRT4.dll = conv_to_posix_path (C:\Windows\system32\RPCRT4.dll)
   44   69950 [main] touch 6444 stat64: entering
   41   69991 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/RPCRT4.dll
   42   70033 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/RPCRT4.dll = normalize_posix_path (/cygdrive/c/Windows/system32/RPCRT4.dll)
   41   70074 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/RPCRT4.dll)
   35   70109 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/RPCRT4.dll', dst 'C:\Windows\system32\RPCRT4.dll'
   31   70140 [main] touch 6444 set_flags: flags: binary (0x2)
   30   70170 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/RPCRT4.dll, dst C:\Windows\system32\RPCRT4.dll, flags 0x4022, rc 0
  374   70544 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\RPCRT4.dll)
   61   70605 [main] touch 6444 symlink_info::check: not a symlink
   46   70651 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\RPCRT4.dll, 0x229E80) (0x404022)
   43   70694 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\RPCRT4.dll), has_acls(1)
   44   70738 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   70781 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\RPCRT4.dll, 0x22C350, 0x612444EC), file_attributes 32
   77   70858 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44   70902 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48   70950 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60   71010 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\RPCRT4.dll, 0x22C350) st_atime=4E5D5264 st_size=653312, st_mode=0x81F8, st_ino=281474976856020, sizeof=96
   45   71055 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\RPCRT4.dll, 0x22C350)
  117   71172 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll, no-keep-rel, no-add-slash)
   65   71237 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygintl-8.dll = normalize_win32_path (C:\cygwin\bin\cygintl-8.dll)
   48   71285 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll)
   44   71329 [main] touch 6444 stat64: entering
   49   71378 [main] touch 6444 normalize_posix_path: src /usr/bin/cygintl-8.dll
   43   71421 [main] touch 6444 normalize_posix_path: /usr/bin/cygintl-8.dll = normalize_posix_path (/usr/bin/cygintl-8.dll)
   42   71463 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygintl-8.dll)
   41   71504 [main] touch 6444 set_flags: flags: binary (0x2)
   42   71546 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygintl-8.dll, dst C:\cygwin\bin\cygintl-8.dll, flags 0x2000A, rc 0
  353   71899 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygintl-8.dll)
   64   71963 [main] touch 6444 symlink_info::check: not a symlink
   68   72031 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygintl-8.dll, 0x229E80) (0x42000A)
   43   72074 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygintl-8.dll), has_acls(1)
   46   72120 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   72163 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   72239 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43   72282 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45   72327 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   68   72395 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C350) st_atime=4E600C9F st_size=46094, st_mode=0x81ED, st_ino=2251799813790712, sizeof=96
   46   72441 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C350)
  116   72557 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cyggcc_s-1.dll, no-keep-rel, no-add-slash)
   67   72624 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cyggcc_s-1.dll = normalize_win32_path (C:\cygwin\bin\cyggcc_s-1.dll)
   43   72667 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cyggcc_s-1.dll = conv_to_posix_path (C:\cygwin\bin\cyggcc_s-1.dll)
   41   72708 [main] touch 6444 stat64: entering
   42   72750 [main] touch 6444 normalize_posix_path: src /usr/bin/cyggcc_s-1.dll
   41   72791 [main] touch 6444 normalize_posix_path: /usr/bin/cyggcc_s-1.dll = normalize_posix_path (/usr/bin/cyggcc_s-1.dll)
   35   72826 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cyggcc_s-1.dll)
   30   72856 [main] touch 6444 set_flags: flags: binary (0x2)
   31   72887 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cyggcc_s-1.dll, dst C:\cygwin\bin\cyggcc_s-1.dll, flags 0x2000A, rc 0
  351   73238 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cyggcc_s-1.dll)
   60   73298 [main] touch 6444 symlink_info::check: not a symlink
   45   73343 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cyggcc_s-1.dll, 0x229E80) (0x42000A)
   63   73406 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cyggcc_s-1.dll), has_acls(1)
   53   73459 [main] touch 6444 build_fh_pc: fh 0x612444EC
   45   73504 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   73580 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43   73623 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45   73668 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60   73728 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C350) st_atime=4E6E3349 st_size=453112, st_mode=0x81ED, st_ino=1407374883592475, sizeof=96
   46   73774 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C350)
  119   73893 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, no-keep-rel, no-add-slash)
   68   73961 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin\bin\cygiconv-2.dll)
   44   74005 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
   43   74048 [main] touch 6444 stat64: entering
   42   74090 [main] touch 6444 normalize_posix_path: src /usr/bin/cygiconv-2.dll
   41   74131 [main] touch 6444 normalize_posix_path: /usr/bin/cygiconv-2.dll = normalize_posix_path (/usr/bin/cygiconv-2.dll)
   40   74171 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygiconv-2.dll)
   41   74212 [main] touch 6444 set_flags: flags: binary (0x2)
   35   74247 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygiconv-2.dll, dst C:\cygwin\bin\cygiconv-2.dll, flags 0x2000A, rc 0
  345   74592 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygiconv-2.dll)
   60   74652 [main] touch 6444 symlink_info::check: not a symlink
   58   74710 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygiconv-2.dll, 0x229E80) (0x42000A)
   43   74753 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygiconv-2.dll), has_acls(1)
   45   74798 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44   74842 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C350, 0x612444EC), file_attributes 32
   88   74930 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43   74973 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   46   75019 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60   75079 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C350) st_atime=4E600C9F st_size=1009678, st_mode=0x81ED, st_ino=2251799813790710, sizeof=96
   45   75124 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C350)
  118   75242 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\SspiCli.dll, no-keep-rel, no-add-slash)
   65   75307 [main] touch 6444 normalize_win32_path: C:\Windows\system32\SspiCli.dll = normalize_win32_path (C:\Windows\system32\SspiCli.dll)
   48   75355 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/SspiCli.dll = conv_to_posix_path (C:\Windows\system32\SspiCli.dll)
   44   75399 [main] touch 6444 stat64: entering
   43   75442 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/SspiCli.dll
   41   75483 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/SspiCli.dll = normalize_posix_path (/cygdrive/c/Windows/system32/SspiCli.dll)
   35   75518 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/SspiCli.dll)
   31   75549 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/SspiCli.dll', dst 'C:\Windows\system32\SspiCli.dll'
   30   75579 [main] touch 6444 set_flags: flags: binary (0x2)
   30   75609 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/SspiCli.dll, dst C:\Windows\system32\SspiCli.dll, flags 0x4022, rc 0
  361   75970 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\SspiCli.dll)
   59   76029 [main] touch 6444 symlink_info::check: not a symlink
   45   76074 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\SspiCli.dll, 0x229E80) (0x404022)
   43   76117 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\SspiCli.dll), has_acls(1)
   46   76163 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   76206 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\SspiCli.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   76282 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   49   76331 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   71   76402 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   61   76463 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\SspiCli.dll, 0x22C350) st_atime=4E5D5245 st_size=100352, st_mode=0x81F8, st_ino=281474976855271, sizeof=96
   46   76509 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\SspiCli.dll, 0x22C350)
  117   76626 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\user32.dll, no-keep-rel, no-add-slash)
   65   76691 [main] touch 6444 normalize_win32_path: C:\Windows\system32\user32.dll = normalize_win32_path (C:\Windows\system32\user32.dll)
   44   76735 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/user32.dll = conv_to_posix_path (C:\Windows\system32\user32.dll)
   43   76778 [main] touch 6444 stat64: entering
   42   76820 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/user32.dll
   41   76861 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/user32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/user32.dll)
   42   76903 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/user32.dll)
   35   76938 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/user32.dll', dst 'C:\Windows\system32\user32.dll'
   31   76969 [main] touch 6444 set_flags: flags: binary (0x2)
   29   76998 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/user32.dll, dst C:\Windows\system32\user32.dll, flags 0x4022, rc 0
  362   77360 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\user32.dll)
   59   77419 [main] touch 6444 symlink_info::check: not a symlink
   46   77465 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\user32.dll, 0x229E80) (0x404022)
   42   77507 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\user32.dll), has_acls(1)
   46   77553 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   77596 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\user32.dll, 0x22C350, 0x612444EC), file_attributes 32
   75   77671 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45   77716 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47   77763 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   61   77824 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\user32.dll, 0x22C350) st_atime=4E5D525F st_size=811520, st_mode=0x81F8, st_ino=281474976855925, sizeof=96
   45   77869 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\user32.dll, 0x22C350)
  118   77987 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\GDI32.dll, no-keep-rel, no-add-slash)
   64   78051 [main] touch 6444 normalize_win32_path: C:\Windows\system32\GDI32.dll = normalize_win32_path (C:\Windows\system32\GDI32.dll)
   44   78095 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/GDI32.dll = conv_to_posix_path (C:\Windows\system32\GDI32.dll)
   43   78138 [main] touch 6444 stat64: entering
   42   78180 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/GDI32.dll
   41   78221 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/GDI32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/GDI32.dll)
   42   78263 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/GDI32.dll)
   43   78306 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/GDI32.dll', dst 'C:\Windows\system32\GDI32.dll'
  103   78409 [main] touch 6444 set_flags: flags: binary (0x2)
   46   78455 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/GDI32.dll, dst C:\Windows\system32\GDI32.dll, flags 0x4022, rc 0
  365   78820 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\GDI32.dll)
   59   78879 [main] touch 6444 symlink_info::check: not a symlink
   46   78925 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\GDI32.dll, 0x229E80) (0x404022)
   42   78967 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\GDI32.dll), has_acls(1)
   46   79013 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   79056 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\GDI32.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   79132 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45   79177 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47   79224 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60   79284 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\GDI32.dll, 0x22C350) st_atime=4E5D5254 st_size=304640, st_mode=0x81F8, st_ino=281474976855675, sizeof=96
   45   79329 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\GDI32.dll, 0x22C350)
  127   79456 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\LPK.dll, no-keep-rel, no-add-slash)
   44   79500 [main] touch 6444 normalize_win32_path: C:\Windows\system32\LPK.dll = normalize_win32_path (C:\Windows\system32\LPK.dll)
   47   79547 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/LPK.dll = conv_to_posix_path (C:\Windows\system32\LPK.dll)
   62   79609 [main] touch 6444 stat64: entering
   48   79657 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/LPK.dll
   44   79701 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/LPK.dll = normalize_posix_path (/cygdrive/c/Windows/system32/LPK.dll)
   42   79743 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/LPK.dll)
   41   79784 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/LPK.dll', dst 'C:\Windows\system32\LPK.dll'
   43   79827 [main] touch 6444 set_flags: flags: binary (0x2)
   41   79868 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/LPK.dll, dst C:\Windows\system32\LPK.dll, flags 0x4022, rc 0
  372   80240 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\LPK.dll)
   60   80300 [main] touch 6444 symlink_info::check: not a symlink
   46   80346 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\LPK.dll, 0x229E80) (0x404022)
   43   80389 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\LPK.dll), has_acls(1)
   40   80429 [main] touch 6444 build_fh_pc: fh 0x612444EC
   53   80482 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\LPK.dll, 0x22C350, 0x612444EC), file_attributes 32
   83   80565 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44   80609 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48   80657 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59   80716 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\LPK.dll, 0x22C350) st_atime=4A5BC26D st_size=26624, st_mode=0x81F8, st_ino=281474976741198, sizeof=96
   45   80761 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\LPK.dll, 0x22C350)
  119   80880 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\USP10.dll, no-keep-rel, no-add-slash)
   70   80950 [main] touch 6444 normalize_win32_path: C:\Windows\system32\USP10.dll = normalize_win32_path (C:\Windows\system32\USP10.dll)
   47   80997 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/USP10.dll = conv_to_posix_path (C:\Windows\system32\USP10.dll)
   42   81039 [main] touch 6444 stat64: entering
   42   81081 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/USP10.dll
   42   81123 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/USP10.dll = normalize_posix_path (/cygdrive/c/Windows/system32/USP10.dll)
   42   81165 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/USP10.dll)
   35   81200 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/USP10.dll', dst 'C:\Windows\system32\USP10.dll'
   31   81231 [main] touch 6444 set_flags: flags: binary (0x2)
   29   81260 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/USP10.dll, dst C:\Windows\system32\USP10.dll, flags 0x4022, rc 0
  346   81606 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\USP10.dll)
   79   81685 [main] touch 6444 symlink_info::check: not a symlink
   43   81728 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\USP10.dll, 0x229E80) (0x404022)
   42   81770 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\USP10.dll), has_acls(1)
   46   81816 [main] touch 6444 build_fh_pc: fh 0x612444EC
   42   81858 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\USP10.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   81934 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45   81979 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47   82026 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59   82085 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\USP10.dll, 0x22C350) st_atime=4E5D525C st_size=626176, st_mode=0x81F8, st_ino=281474976855849, sizeof=96
   45   82130 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\USP10.dll, 0x22C350)
  118   82248 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\IMM32.DLL, no-keep-rel, no-add-slash)
   64   82312 [main] touch 6444 normalize_win32_path: C:\Windows\system32\IMM32.DLL = normalize_win32_path (C:\Windows\system32\IMM32.DLL)
   52   82364 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/IMM32.DLL = conv_to_posix_path (C:\Windows\system32\IMM32.DLL)
   52   82416 [main] touch 6444 stat64: entering
   45   82461 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/IMM32.DLL
   36   82497 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/IMM32.DLL = normalize_posix_path (/cygdrive/c/Windows/system32/IMM32.DLL)
   50   82547 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/IMM32.DLL)
   42   82589 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/IMM32.DLL', dst 'C:\Windows\system32\IMM32.DLL'
   42   82631 [main] touch 6444 set_flags: flags: binary (0x2)
   41   82672 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/IMM32.DLL, dst C:\Windows\system32\IMM32.DLL, flags 0x4022, rc 0
  378   83050 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\IMM32.DLL)
   61   83111 [main] touch 6444 symlink_info::check: not a symlink
   45   83156 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\IMM32.DLL, 0x229E80) (0x404022)
   42   83198 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\IMM32.DLL), has_acls(1)
   50   83248 [main] touch 6444 build_fh_pc: fh 0x612444EC
   46   83294 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\IMM32.DLL, 0x22C350, 0x612444EC), file_attributes 32
   79   83373 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   43   83416 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   57   83473 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   61   83534 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\IMM32.DLL, 0x22C350) st_atime=4E5D522F st_size=118272, st_mode=0x81F8, st_ino=281474976854563, sizeof=96
   46   83580 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\IMM32.DLL, 0x22C350)
  121   83701 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\MSCTF.dll, no-keep-rel, no-add-slash)
   63   83764 [main] touch 6444 normalize_win32_path: C:\Windows\system32\MSCTF.dll = normalize_win32_path (C:\Windows\system32\MSCTF.dll)
   43   83807 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/MSCTF.dll = conv_to_posix_path (C:\Windows\system32\MSCTF.dll)
   42   83849 [main] touch 6444 stat64: entering
   42   83891 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/MSCTF.dll
   41   83932 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/MSCTF.dll = normalize_posix_path (/cygdrive/c/Windows/system32/MSCTF.dll)
   42   83974 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/MSCTF.dll)
   35   84009 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/MSCTF.dll', dst 'C:\Windows\system32\MSCTF.dll'
   48   84057 [main] touch 6444 set_flags: flags: binary (0x2)
   42   84099 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/MSCTF.dll, dst C:\Windows\system32\MSCTF.dll, flags 0x4022, rc 0
  381   84480 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\MSCTF.dll)
   63   84543 [main] touch 6444 symlink_info::check: not a symlink
   52   84595 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\MSCTF.dll, 0x229E80) (0x404022)
   37   84632 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\MSCTF.dll), has_acls(1)
   50   84682 [main] touch 6444 build_fh_pc: fh 0x612444EC
   53   84735 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\MSCTF.dll, 0x22C350, 0x612444EC), file_attributes 32
   91   84826 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44   84870 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   49   84919 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59   84978 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\MSCTF.dll, 0x22C350) st_atime=4A5BC305 st_size=828928, st_mode=0x81F8, st_ino=281474976741342, sizeof=96
   46   85024 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\MSCTF.dll, 0x22C350)
  121   85145 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\psapi.dll, no-keep-rel, no-add-slash)
   65   85210 [main] touch 6444 normalize_win32_path: C:\Windows\system32\psapi.dll = normalize_win32_path (C:\Windows\system32\psapi.dll)
   44   85254 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/psapi.dll = conv_to_posix_path (C:\Windows\system32\psapi.dll)
   43   85297 [main] touch 6444 stat64: entering
   42   85339 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/psapi.dll
   50   85389 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/psapi.dll = normalize_posix_path (/cygdrive/c/Windows/system32/psapi.dll)
   49   85438 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/psapi.dll)
   45   85483 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/psapi.dll', dst 'C:\Windows\system32\psapi.dll'
   44   85527 [main] touch 6444 set_flags: flags: binary (0x2)
   42   85569 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/psapi.dll, dst C:\Windows\system32\psapi.dll, flags 0x4022, rc 0
  380   85949 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\psapi.dll)
   60   86009 [main] touch 6444 symlink_info::check: not a symlink
   45   86054 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\psapi.dll, 0x229E80) (0x404022)
   43   86097 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\psapi.dll), has_acls(1)
   46   86143 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43   86186 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\psapi.dll, 0x22C350, 0x612444EC), file_attributes 32
   76   86262 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44   86306 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   52   86358 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   61   86419 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\psapi.dll, 0x22C350) st_atime=4A5BC026 st_size=6144, st_mode=0x81F8, st_ino=281474976741911, sizeof=96
   46   86465 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\psapi.dll, 0x22C350)
  104   86569 [main] touch 6444 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   67   86636 [main] touch 6444 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   41   86677 [main] touch 6444 fhandler_base::set_flags: filemode set to binary
   42   86719 [main] touch 6444 fhandler_process::open: 1 = fhandler_proc::open (0x0, 420)
   44   86763 [main] touch 6444 open: 3 = open (/proc/self/maps, 0x0)
  120   86883 [main] touch 6444 _cygwin_istext_for_stdio: fd 3: opened as binary
  156   87039 [main] touch 6444 _cygwin_istext_for_stdio: fd 0: opened as binary
   41   87080 [main] touch 6444 _cygwin_istext_for_stdio: fd 1: opened as binary
   41   87121 [main] touch 6444 _cygwin_istext_for_stdio: fd 2: opened as binary
   83   87204 [main] touch 6444 fhandler_process::exists: exists (/proc/6444/maps)
   42   87246 [main] touch 6444 fhandler_base::fstat: here
   43   87289 [main] touch 6444 time: 1315949840 = time (0)
   46   87335 [main] touch 6444 fstat64: 0 = fstat (3, 0x22AFD8)
   71   87406 [main] touch 6444 readv: readv (3, 0x22AFF4, 1) blocking, sigcatchers 0
   45   87451 [main] touch 6444 readv: 1952 = readv (3, 0x22AFF4, 1), errno 2
52807  140258 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\touch.exe, no-keep-rel, no-add-slash)
   82  140340 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\touch.exe = normalize_win32_path (C:\cygwin\bin\touch.exe)
   59  140399 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/touch.exe = conv_to_posix_path (C:\cygwin\bin\touch.exe)
   63  140462 [main] touch 6444 stat64: entering
   53  140515 [main] touch 6444 normalize_posix_path: src /usr/bin/touch.exe
   43  140558 [main] touch 6444 normalize_posix_path: /usr/bin/touch.exe = normalize_posix_path (/usr/bin/touch.exe)
   41  140599 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/touch.exe)
   40  140639 [main] touch 6444 set_flags: flags: binary (0x2)
   40  140679 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/touch.exe, dst C:\cygwin\bin\touch.exe, flags 0x2000A, rc 0
  450  141129 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\touch.exe)
   81  141210 [main] touch 6444 symlink_info::check: not a symlink
   74  141284 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\touch.exe, 0x229E90) (0x42000A)
   51  141335 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\touch.exe), has_acls(1)
   65  141400 [main] touch 6444 build_fh_pc: fh 0x612444EC
   50  141450 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\touch.exe, 0x22C3F0, 0x612444EC), file_attributes 32
  141  141591 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   65  141656 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   50  141706 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   62  141768 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\touch.exe, 0x22C3F0) st_atime=4E600C73 st_size=70158, st_mode=0x81ED, st_ino=2251799813788159, sizeof=96
   46  141814 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\touch.exe, 0x22C3F0)
  152  141966 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\SYSTEM32\ntdll.dll, no-keep-rel, no-add-slash)
   64  142030 [main] touch 6444 normalize_win32_path: C:\Windows\SYSTEM32\ntdll.dll = normalize_win32_path (C:\Windows\SYSTEM32\ntdll.dll)
   44  142074 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/SYSTEM32/ntdll.dll = conv_to_posix_path (C:\Windows\SYSTEM32\ntdll.dll)
   43  142117 [main] touch 6444 stat64: entering
   41  142158 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/SYSTEM32/ntdll.dll
   40  142198 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/SYSTEM32/ntdll.dll = normalize_posix_path (/cygdrive/c/Windows/SYSTEM32/ntdll.dll)
   42  142240 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/SYSTEM32/ntdll.dll)
   35  142275 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/SYSTEM32/ntdll.dll', dst 'C:\Windows\SYSTEM32\ntdll.dll'
   30  142305 [main] touch 6444 set_flags: flags: binary (0x2)
   30  142335 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/SYSTEM32/ntdll.dll, dst C:\Windows\SYSTEM32\ntdll.dll, flags 0x4022, rc 0
  430  142765 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\SYSTEM32\ntdll.dll)
   61  142826 [main] touch 6444 symlink_info::check: not a symlink
   46  142872 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\SYSTEM32\ntdll.dll, 0x229E90) (0x404022)
   42  142914 [main] touch 6444 path_conv::check: this->path(C:\Windows\SYSTEM32\ntdll.dll), has_acls(1)
   51  142965 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44  143009 [main] touch 6444 stat_worker: (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  143086 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  143130 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   49  143179 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  143238 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C3F0) st_atime=4E5D526A st_size=1288488, st_mode=0x81F8, st_ino=281474976856131, sizeof=96
   45  143283 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C3F0)
  113  143396 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\kernel32.dll, no-keep-rel, no-add-slash)
   46  143442 [main] touch 6444 normalize_win32_path: C:\Windows\system32\kernel32.dll = normalize_win32_path (C:\Windows\system32\kernel32.dll)
   44  143486 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/kernel32.dll = conv_to_posix_path (C:\Windows\system32\kernel32.dll)
   44  143530 [main] touch 6444 stat64: entering
   41  143571 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/kernel32.dll
   47  143618 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/kernel32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/kernel32.dll)
   44  143662 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/kernel32.dll)
   35  143697 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/kernel32.dll', dst 'C:\Windows\system32\kernel32.dll'
   31  143728 [main] touch 6444 set_flags: flags: binary (0x2)
   30  143758 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/kernel32.dll, dst C:\Windows\system32\kernel32.dll, flags 0x4022, rc 0
  389  144147 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\kernel32.dll)
   60  144207 [main] touch 6444 symlink_info::check: not a symlink
   58  144265 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\kernel32.dll, 0x229E90) (0x404022)
   44  144309 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\kernel32.dll), has_acls(1)
   56  144365 [main] touch 6444 build_fh_pc: fh 0x612444EC
   50  144415 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\kernel32.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   78  144493 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  144537 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  144584 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  144643 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\kernel32.dll, 0x22C3F0) st_atime=4E5D1CB5 st_size=868352, st_mode=0x81F8, st_ino=844424930207360, sizeof=96
   46  144689 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\kernel32.dll, 0x22C3F0)
  111  144800 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\KERNELBASE.dll, no-keep-rel, no-add-slash)
   61  144861 [main] touch 6444 normalize_win32_path: C:\Windows\system32\KERNELBASE.dll = normalize_win32_path (C:\Windows\system32\KERNELBASE.dll)
   43  144904 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/KERNELBASE.dll = conv_to_posix_path (C:\Windows\system32\KERNELBASE.dll)
   43  144947 [main] touch 6444 stat64: entering
   42  144989 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/KERNELBASE.dll
   41  145030 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/KERNELBASE.dll = normalize_posix_path (/cygdrive/c/Windows/system32/KERNELBASE.dll)
   41  145071 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/KERNELBASE.dll)
   35  145106 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/KERNELBASE.dll', dst 'C:\Windows\system32\KERNELBASE.dll'
   31  145137 [main] touch 6444 set_flags: flags: binary (0x2)
   29  145166 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/KERNELBASE.dll, dst C:\Windows\system32\KERNELBASE.dll, flags 0x4022, rc 0
  369  145535 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\KERNELBASE.dll)
   60  145595 [main] touch 6444 symlink_info::check: not a symlink
   45  145640 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\KERNELBASE.dll, 0x229E90) (0x404022)
   44  145684 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\KERNELBASE.dll), has_acls(1)
   46  145730 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  145773 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  145850 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  145894 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   52  145946 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   64  146010 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C3F0) st_atime=4E5D1CB5 st_size=290816, st_mode=0x81F8, st_ino=844424930207356, sizeof=96
   45  146055 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C3F0)
  114  146169 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygwin1.dll, no-keep-rel, no-add-slash)
   67  146236 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygwin1.dll = normalize_win32_path (C:\cygwin\bin\cygwin1.dll)
   44  146280 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygwin1.dll = conv_to_posix_path (C:\cygwin\bin\cygwin1.dll)
   41  146321 [main] touch 6444 stat64: entering
   62  146383 [main] touch 6444 normalize_posix_path: src /usr/bin/cygwin1.dll
   42  146425 [main] touch 6444 normalize_posix_path: /usr/bin/cygwin1.dll = normalize_posix_path (/usr/bin/cygwin1.dll)
   37  146462 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygwin1.dll)
   53  146515 [main] touch 6444 set_flags: flags: binary (0x2)
   36  146551 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygwin1.dll, dst C:\cygwin\bin\cygwin1.dll, flags 0x2000A, rc 0
  356  146907 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygwin1.dll)
   82  146989 [main] touch 6444 symlink_info::check: not a symlink
   57  147046 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygwin1.dll, 0x229E90) (0x42000A)
   43  147089 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygwin1.dll), has_acls(1)
   45  147134 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44  147178 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygwin1.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  147254 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43  147297 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   46  147343 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   71  147414 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygwin1.dll, 0x22C3F0) st_atime=4E600C7A st_size=2666500, st_mode=0x81ED, st_ino=2251799813788474, sizeof=96
   48  147462 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygwin1.dll, 0x22C3F0)
  116  147578 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\ADVAPI32.DLL, no-keep-rel, no-add-slash)
   65  147643 [main] touch 6444 normalize_win32_path: C:\Windows\system32\ADVAPI32.DLL = normalize_win32_path (C:\Windows\system32\ADVAPI32.DLL)
   43  147686 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/ADVAPI32.DLL = conv_to_posix_path (C:\Windows\system32\ADVAPI32.DLL)
   43  147729 [main] touch 6444 stat64: entering
   42  147771 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/ADVAPI32.DLL
   43  147814 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/ADVAPI32.DLL = normalize_posix_path (/cygdrive/c/Windows/system32/ADVAPI32.DLL)
   41  147855 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/ADVAPI32.DLL)
   42  147897 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/ADVAPI32.DLL', dst 'C:\Windows\system32\ADVAPI32.DLL'
   42  147939 [main] touch 6444 set_flags: flags: binary (0x2)
   42  147981 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/ADVAPI32.DLL, dst C:\Windows\system32\ADVAPI32.DLL, flags 0x4022, rc 0
  388  148369 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\ADVAPI32.DLL)
   58  148427 [main] touch 6444 symlink_info::check: not a symlink
   46  148473 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\ADVAPI32.DLL, 0x229E90) (0x404022)
   48  148521 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\ADVAPI32.DLL), has_acls(1)
   48  148569 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44  148613 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C3F0, 0x612444EC), file_attributes 32
   76  148689 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45  148734 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  148782 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  148841 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C3F0) st_atime=4E5D525E st_size=640512, st_mode=0x81F8, st_ino=281474976855900, sizeof=96
   45  148886 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C3F0)
  114  149000 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\msvcrt.dll, no-keep-rel, no-add-slash)
   60  149060 [main] touch 6444 normalize_win32_path: C:\Windows\system32\msvcrt.dll = normalize_win32_path (C:\Windows\system32\msvcrt.dll)
   43  149103 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/msvcrt.dll = conv_to_posix_path (C:\Windows\system32\msvcrt.dll)
   43  149146 [main] touch 6444 stat64: entering
   42  149188 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/msvcrt.dll
   41  149229 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/msvcrt.dll = normalize_posix_path (/cygdrive/c/Windows/system32/msvcrt.dll)
   41  149270 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/msvcrt.dll)
   35  149305 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/msvcrt.dll', dst 'C:\Windows\system32\msvcrt.dll'
   31  149336 [main] touch 6444 set_flags: flags: binary (0x2)
   38  149374 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/msvcrt.dll, dst C:\Windows\system32\msvcrt.dll, flags 0x4022, rc 0
  365  149739 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\msvcrt.dll)
   60  149799 [main] touch 6444 symlink_info::check: not a symlink
   58  149857 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\msvcrt.dll, 0x229E90) (0x404022)
   43  149900 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\msvcrt.dll), has_acls(1)
   45  149945 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  149988 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\msvcrt.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  150064 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  150108 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  150156 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  150215 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\msvcrt.dll, 0x22C3F0) st_atime=4A5BBF7A st_size=690688, st_mode=0x81F8, st_ino=281474976741459, sizeof=96
   45  150260 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\msvcrt.dll, 0x22C3F0)
  124  150384 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\SYSTEM32\sechost.dll, no-keep-rel, no-add-slash)
   46  150430 [main] touch 6444 normalize_win32_path: C:\Windows\SYSTEM32\sechost.dll = normalize_win32_path (C:\Windows\SYSTEM32\sechost.dll)
   45  150475 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/SYSTEM32/sechost.dll = conv_to_posix_path (C:\Windows\SYSTEM32\sechost.dll)
   42  150517 [main] touch 6444 stat64: entering
   47  150564 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/SYSTEM32/sechost.dll
   44  150608 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/SYSTEM32/sechost.dll = normalize_posix_path (/cygdrive/c/Windows/SYSTEM32/sechost.dll)
   41  150649 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/SYSTEM32/sechost.dll)
   36  150685 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/SYSTEM32/sechost.dll', dst 'C:\Windows\SYSTEM32\sechost.dll'
   30  150715 [main] touch 6444 set_flags: flags: binary (0x2)
   30  150745 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/SYSTEM32/sechost.dll, dst C:\Windows\SYSTEM32\sechost.dll, flags 0x4022, rc 0
  360  151105 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\SYSTEM32\sechost.dll)
   61  151166 [main] touch 6444 symlink_info::check: not a symlink
   45  151211 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\SYSTEM32\sechost.dll, 0x229E90) (0x404022)
   44  151255 [main] touch 6444 path_conv::check: this->path(C:\Windows\SYSTEM32\sechost.dll), has_acls(1)
   46  151301 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  151344 [main] touch 6444 stat_worker: (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   93  151437 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  151481 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  151529 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  151588 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C3F0) st_atime=4A5BBF3F st_size=92160, st_mode=0x81F8, st_ino=281474976742125, sizeof=96
   45  151633 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C3F0)
  116  151749 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\RPCRT4.dll, no-keep-rel, no-add-slash)
   61  151810 [main] touch 6444 normalize_win32_path: C:\Windows\system32\RPCRT4.dll = normalize_win32_path (C:\Windows\system32\RPCRT4.dll)
   44  151854 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/RPCRT4.dll = conv_to_posix_path (C:\Windows\system32\RPCRT4.dll)
   42  151896 [main] touch 6444 stat64: entering
   42  151938 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/RPCRT4.dll
   42  151980 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/RPCRT4.dll = normalize_posix_path (/cygdrive/c/Windows/system32/RPCRT4.dll)
   40  152020 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/RPCRT4.dll)
   36  152056 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/RPCRT4.dll', dst 'C:\Windows\system32\RPCRT4.dll'
   31  152087 [main] touch 6444 set_flags: flags: binary (0x2)
   30  152117 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/RPCRT4.dll, dst C:\Windows\system32\RPCRT4.dll, flags 0x4022, rc 0
  322  152439 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\RPCRT4.dll)
   80  152519 [main] touch 6444 symlink_info::check: not a symlink
   43  152562 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\RPCRT4.dll, 0x229E90) (0x404022)
   44  152606 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\RPCRT4.dll), has_acls(1)
   47  152653 [main] touch 6444 build_fh_pc: fh 0x612444EC
   42  152695 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\RPCRT4.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  152771 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  152815 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   52  152867 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   64  152931 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\RPCRT4.dll, 0x22C3F0) st_atime=4E5D5264 st_size=653312, st_mode=0x81F8, st_ino=281474976856020, sizeof=96
   45  152976 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\RPCRT4.dll, 0x22C3F0)
  113  153089 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll, no-keep-rel, no-add-slash)
   61  153150 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygintl-8.dll = normalize_win32_path (C:\cygwin\bin\cygintl-8.dll)
   43  153193 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll)
   41  153234 [main] touch 6444 stat64: entering
   42  153276 [main] touch 6444 normalize_posix_path: src /usr/bin/cygintl-8.dll
   41  153317 [main] touch 6444 normalize_posix_path: /usr/bin/cygintl-8.dll = normalize_posix_path (/usr/bin/cygintl-8.dll)
   44  153361 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygintl-8.dll)
   66  153427 [main] touch 6444 set_flags: flags: binary (0x2)
   54  153481 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygintl-8.dll, dst C:\cygwin\bin\cygintl-8.dll, flags 0x2000A, rc 0
  381  153862 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygintl-8.dll)
   60  153922 [main] touch 6444 symlink_info::check: not a symlink
   45  153967 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygintl-8.dll, 0x229E90) (0x42000A)
   44  154011 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygintl-8.dll), has_acls(1)
   46  154057 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  154100 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   89  154189 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43  154232 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45  154277 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   61  154338 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C3F0) st_atime=4E600C9F st_size=46094, st_mode=0x81ED, st_ino=2251799813790712, sizeof=96
   49  154387 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C3F0)
  126  154513 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cyggcc_s-1.dll, no-keep-rel, no-add-slash)
   58  154571 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cyggcc_s-1.dll = normalize_win32_path (C:\cygwin\bin\cyggcc_s-1.dll)
   43  154614 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cyggcc_s-1.dll = conv_to_posix_path (C:\cygwin\bin\cyggcc_s-1.dll)
   41  154655 [main] touch 6444 stat64: entering
   42  154697 [main] touch 6444 normalize_posix_path: src /usr/bin/cyggcc_s-1.dll
   40  154737 [main] touch 6444 normalize_posix_path: /usr/bin/cyggcc_s-1.dll = normalize_posix_path (/usr/bin/cyggcc_s-1.dll)
   34  154771 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cyggcc_s-1.dll)
   31  154802 [main] touch 6444 set_flags: flags: binary (0x2)
   31  154833 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cyggcc_s-1.dll, dst C:\cygwin\bin\cyggcc_s-1.dll, flags 0x2000A, rc 0
  350  155183 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cyggcc_s-1.dll)
   64  155247 [main] touch 6444 symlink_info::check: not a symlink
   45  155292 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cyggcc_s-1.dll, 0x229E90) (0x42000A)
   45  155337 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cyggcc_s-1.dll), has_acls(1)
   51  155388 [main] touch 6444 build_fh_pc: fh 0x612444EC
   49  155437 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   94  155531 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43  155574 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45  155619 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   61  155680 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C3F0) st_atime=4E6E3349 st_size=453112, st_mode=0x81ED, st_ino=1407374883592475, sizeof=96
   45  155725 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C3F0)
  119  155844 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, no-keep-rel, no-add-slash)
   64  155908 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin\bin\cygiconv-2.dll)
   44  155952 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
   41  155993 [main] touch 6444 stat64: entering
   42  156035 [main] touch 6444 normalize_posix_path: src /usr/bin/cygiconv-2.dll
   41  156076 [main] touch 6444 normalize_posix_path: /usr/bin/cygiconv-2.dll = normalize_posix_path (/usr/bin/cygiconv-2.dll)
   35  156111 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygiconv-2.dll)
   32  156143 [main] touch 6444 set_flags: flags: binary (0x2)
   48  156191 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygiconv-2.dll, dst C:\cygwin\bin\cygiconv-2.dll, flags 0x2000A, rc 0
  354  156545 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygiconv-2.dll)
   61  156606 [main] touch 6444 symlink_info::check: not a symlink
   46  156652 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygiconv-2.dll, 0x229E90) (0x42000A)
   42  156694 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygiconv-2.dll), has_acls(1)
   46  156740 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  156783 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  156859 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43  156902 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45  156947 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60  157007 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C3F0) st_atime=4E600C9F st_size=1009678, st_mode=0x81ED, st_ino=2251799813790710, sizeof=96
   46  157053 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C3F0)
  117  157170 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\SspiCli.dll, no-keep-rel, no-add-slash)
   65  157235 [main] touch 6444 normalize_win32_path: C:\Windows\system32\SspiCli.dll = normalize_win32_path (C:\Windows\system32\SspiCli.dll)
   44  157279 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/SspiCli.dll = conv_to_posix_path (C:\Windows\system32\SspiCli.dll)
   43  157322 [main] touch 6444 stat64: entering
   49  157371 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/SspiCli.dll
   43  157414 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/SspiCli.dll = normalize_posix_path (/cygdrive/c/Windows/system32/SspiCli.dll)
   41  157455 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/SspiCli.dll)
   43  157498 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/SspiCli.dll', dst 'C:\Windows\system32\SspiCli.dll'
   42  157540 [main] touch 6444 set_flags: flags: binary (0x2)
   42  157582 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/SspiCli.dll, dst C:\Windows\system32\SspiCli.dll, flags 0x4022, rc 0
  380  157962 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\SspiCli.dll)
   66  158028 [main] touch 6444 symlink_info::check: not a symlink
   69  158097 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\SspiCli.dll, 0x229E90) (0x404022)
   45  158142 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\SspiCli.dll), has_acls(1)
   46  158188 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  158231 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\SspiCli.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  158307 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   46  158353 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   51  158404 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  158464 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\SspiCli.dll, 0x22C3F0) st_atime=4E5D5245 st_size=100352, st_mode=0x81F8, st_ino=281474976855271, sizeof=96
   45  158509 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\SspiCli.dll, 0x22C3F0)
  118  158627 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\user32.dll, no-keep-rel, no-add-slash)
   66  158693 [main] touch 6444 normalize_win32_path: C:\Windows\system32\user32.dll = normalize_win32_path (C:\Windows\system32\user32.dll)
   44  158737 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/user32.dll = conv_to_posix_path (C:\Windows\system32\user32.dll)
   43  158780 [main] touch 6444 stat64: entering
   42  158822 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/user32.dll
   40  158862 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/user32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/user32.dll)
   41  158903 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/user32.dll)
   35  158938 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/user32.dll', dst 'C:\Windows\system32\user32.dll'
   31  158969 [main] touch 6444 set_flags: flags: binary (0x2)
   29  158998 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/user32.dll, dst C:\Windows\system32\user32.dll, flags 0x4022, rc 0
  360  159358 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\user32.dll)
   59  159417 [main] touch 6444 symlink_info::check: not a symlink
   46  159463 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\user32.dll, 0x229E90) (0x404022)
   42  159505 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\user32.dll), has_acls(1)
   45  159550 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  159593 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\user32.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  159669 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45  159714 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  159761 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  159821 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\user32.dll, 0x22C3F0) st_atime=4E5D525F st_size=811520, st_mode=0x81F8, st_ino=281474976855925, sizeof=96
   46  159867 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\user32.dll, 0x22C3F0)
  118  159985 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\GDI32.dll, no-keep-rel, no-add-slash)
   63  160048 [main] touch 6444 normalize_win32_path: C:\Windows\system32\GDI32.dll = normalize_win32_path (C:\Windows\system32\GDI32.dll)
   48  160096 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/GDI32.dll = conv_to_posix_path (C:\Windows\system32\GDI32.dll)
   45  160141 [main] touch 6444 stat64: entering
   43  160184 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/GDI32.dll
   41  160225 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/GDI32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/GDI32.dll)
   42  160267 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/GDI32.dll)
   41  160308 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/GDI32.dll', dst 'C:\Windows\system32\GDI32.dll'
   62  160370 [main] touch 6444 set_flags: flags: binary (0x2)
   44  160414 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/GDI32.dll, dst C:\Windows\system32\GDI32.dll, flags 0x4022, rc 0
  365  160779 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\GDI32.dll)
   60  160839 [main] touch 6444 symlink_info::check: not a symlink
   45  160884 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\GDI32.dll, 0x229E90) (0x404022)
   44  160928 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\GDI32.dll), has_acls(1)
   45  160973 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  161016 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\GDI32.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  161093 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  161137 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  161184 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  161244 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\GDI32.dll, 0x22C3F0) st_atime=4E5D5254 st_size=304640, st_mode=0x81F8, st_ino=281474976855675, sizeof=96
   46  161290 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\GDI32.dll, 0x22C3F0)
  118  161408 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\LPK.dll, no-keep-rel, no-add-slash)
   60  161468 [main] touch 6444 normalize_win32_path: C:\Windows\system32\LPK.dll = normalize_win32_path (C:\Windows\system32\LPK.dll)
   44  161512 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/LPK.dll = conv_to_posix_path (C:\Windows\system32\LPK.dll)
   42  161554 [main] touch 6444 stat64: entering
   42  161596 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/LPK.dll
   42  161638 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/LPK.dll = normalize_posix_path (/cygdrive/c/Windows/system32/LPK.dll)
   41  161679 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/LPK.dll)
   35  161714 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/LPK.dll', dst 'C:\Windows\system32\LPK.dll'
   31  161745 [main] touch 6444 set_flags: flags: binary (0x2)
   29  161774 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/LPK.dll, dst C:\Windows\system32\LPK.dll, flags 0x4022, rc 0
  359  162133 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\LPK.dll)
   59  162192 [main] touch 6444 symlink_info::check: not a symlink
   45  162237 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\LPK.dll, 0x229E90) (0x404022)
   44  162281 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\LPK.dll), has_acls(1)
   47  162328 [main] touch 6444 build_fh_pc: fh 0x612444EC
   51  162379 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\LPK.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   81  162460 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  162507 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  162554 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  162614 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\LPK.dll, 0x22C3F0) st_atime=4A5BC26D st_size=26624, st_mode=0x81F8, st_ino=281474976741198, sizeof=96
   45  162659 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\LPK.dll, 0x22C3F0)
  118  162777 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\USP10.dll, no-keep-rel, no-add-slash)
   62  162839 [main] touch 6444 normalize_win32_path: C:\Windows\system32\USP10.dll = normalize_win32_path (C:\Windows\system32\USP10.dll)
   43  162882 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/USP10.dll = conv_to_posix_path (C:\Windows\system32\USP10.dll)
   43  162925 [main] touch 6444 stat64: entering
   42  162967 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/USP10.dll
   40  163007 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/USP10.dll = normalize_posix_path (/cygdrive/c/Windows/system32/USP10.dll)
   44  163051 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/USP10.dll)
   41  163092 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/USP10.dll', dst 'C:\Windows\system32\USP10.dll'
   43  163135 [main] touch 6444 set_flags: flags: binary (0x2)
   41  163176 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/USP10.dll, dst C:\Windows\system32\USP10.dll, flags 0x4022, rc 0
  384  163560 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\USP10.dll)
   60  163620 [main] touch 6444 symlink_info::check: not a symlink
   45  163665 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\USP10.dll, 0x229E90) (0x404022)
   43  163708 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\USP10.dll), has_acls(1)
   46  163754 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  163797 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\USP10.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  163873 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45  163918 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  163965 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  164024 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\USP10.dll, 0x22C3F0) st_atime=4E5D525C st_size=626176, st_mode=0x81F8, st_ino=281474976855849, sizeof=96
   46  164070 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\USP10.dll, 0x22C3F0)
  121  164191 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\IMM32.DLL, no-keep-rel, no-add-slash)
   61  164252 [main] touch 6444 normalize_win32_path: C:\Windows\system32\IMM32.DLL = normalize_win32_path (C:\Windows\system32\IMM32.DLL)
   44  164296 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/IMM32.DLL = conv_to_posix_path (C:\Windows\system32\IMM32.DLL)
   43  164339 [main] touch 6444 stat64: entering
   46  164385 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/IMM32.DLL
   43  164428 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/IMM32.DLL = normalize_posix_path (/cygdrive/c/Windows/system32/IMM32.DLL)
   41  164469 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/IMM32.DLL)
   41  164510 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/IMM32.DLL', dst 'C:\Windows\system32\IMM32.DLL'
   47  164557 [main] touch 6444 set_flags: flags: binary (0x2)
   44  164601 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/IMM32.DLL, dst C:\Windows\system32\IMM32.DLL, flags 0x4022, rc 0
  378  164979 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\IMM32.DLL)
   60  165039 [main] touch 6444 symlink_info::check: not a symlink
   58  165097 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\IMM32.DLL, 0x229E90) (0x404022)
   44  165141 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\IMM32.DLL), has_acls(1)
   46  165187 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44  165231 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\IMM32.DLL, 0x22C3F0, 0x612444EC), file_attributes 32
   76  165307 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   46  165353 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   51  165404 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   70  165474 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\IMM32.DLL, 0x22C3F0) st_atime=4E5D522F st_size=118272, st_mode=0x81F8, st_ino=281474976854563, sizeof=96
   46  165520 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\IMM32.DLL, 0x22C3F0)
  121  165641 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\MSCTF.dll, no-keep-rel, no-add-slash)
   63  165704 [main] touch 6444 normalize_win32_path: C:\Windows\system32\MSCTF.dll = normalize_win32_path (C:\Windows\system32\MSCTF.dll)
   44  165748 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/MSCTF.dll = conv_to_posix_path (C:\Windows\system32\MSCTF.dll)
   43  165791 [main] touch 6444 stat64: entering
   41  165832 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/MSCTF.dll
   41  165873 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/MSCTF.dll = normalize_posix_path (/cygdrive/c/Windows/system32/MSCTF.dll)
   40  165913 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/MSCTF.dll)
   35  165948 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/MSCTF.dll', dst 'C:\Windows\system32\MSCTF.dll'
   31  165979 [main] touch 6444 set_flags: flags: binary (0x2)
   30  166009 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/MSCTF.dll, dst C:\Windows\system32\MSCTF.dll, flags 0x4022, rc 0
  376  166385 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\MSCTF.dll)
   58  166443 [main] touch 6444 symlink_info::check: not a symlink
   45  166488 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\MSCTF.dll, 0x229E90) (0x404022)
   43  166531 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\MSCTF.dll), has_acls(1)
   45  166576 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  166619 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\MSCTF.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  166696 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  166740 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  166788 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  166847 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\MSCTF.dll, 0x22C3F0) st_atime=4A5BC305 st_size=828928, st_mode=0x81F8, st_ino=281474976741342, sizeof=96
   46  166893 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\MSCTF.dll, 0x22C3F0)
  125  167018 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\psapi.dll, no-keep-rel, no-add-slash)
   65  167083 [main] touch 6444 normalize_win32_path: C:\Windows\system32\psapi.dll = normalize_win32_path (C:\Windows\system32\psapi.dll)
   44  167127 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/psapi.dll = conv_to_posix_path (C:\Windows\system32\psapi.dll)
   43  167170 [main] touch 6444 stat64: entering
   41  167211 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/psapi.dll
   42  167253 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/psapi.dll = normalize_posix_path (/cygdrive/c/Windows/system32/psapi.dll)
   41  167294 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/psapi.dll)
   35  167329 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/psapi.dll', dst 'C:\Windows\system32\psapi.dll'
   37  167366 [main] touch 6444 set_flags: flags: binary (0x2)
   32  167398 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/psapi.dll, dst C:\Windows\system32\psapi.dll, flags 0x4022, rc 0
  354  167752 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\psapi.dll)
   59  167811 [main] touch 6444 symlink_info::check: not a symlink
   45  167856 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\psapi.dll, 0x229E90) (0x404022)
   43  167899 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\psapi.dll), has_acls(1)
   47  167946 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  167989 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\psapi.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  168066 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45  168111 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  168158 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  168218 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\psapi.dll, 0x22C3F0) st_atime=4A5BC026 st_size=6144, st_mode=0x81F8, st_ino=281474976741911, sizeof=96
   45  168263 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\psapi.dll, 0x22C3F0)
  107  168370 [main] touch 6444 lseek64: 1952 = lseek (3, 0, 1)
  330  168700 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\touch.exe, no-keep-rel, no-add-slash)
   48  168748 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\touch.exe = normalize_win32_path (C:\cygwin\bin\touch.exe)
   50  168798 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/touch.exe = conv_to_posix_path (C:\cygwin\bin\touch.exe)
   42  168840 [main] touch 6444 stat64: entering
   40  168880 [main] touch 6444 normalize_posix_path: src /usr/bin/touch.exe
   42  168922 [main] touch 6444 normalize_posix_path: /usr/bin/touch.exe = normalize_posix_path (/usr/bin/touch.exe)
   42  168964 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/touch.exe)
   42  169006 [main] touch 6444 set_flags: flags: binary (0x2)
   43  169049 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/touch.exe, dst C:\cygwin\bin\touch.exe, flags 0x2000A, rc 0
  369  169418 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\touch.exe)
   60  169478 [main] touch 6444 symlink_info::check: not a symlink
   46  169524 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\touch.exe, 0x229E50) (0x42000A)
   42  169566 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\touch.exe), has_acls(1)
   47  169613 [main] touch 6444 build_fh_pc: fh 0x612444EC
   42  169655 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\touch.exe, 0x22C3F0, 0x612444EC), file_attributes 32
  164  169819 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   48  169867 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45  169912 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   61  169973 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\touch.exe, 0x22C3F0) st_atime=4E600C73 st_size=70158, st_mode=0x81ED, st_ino=2251799813788159, sizeof=96
   45  170018 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\touch.exe, 0x22C3F0)
  114  170132 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\SYSTEM32\ntdll.dll, no-keep-rel, no-add-slash)
   60  170192 [main] touch 6444 normalize_win32_path: C:\Windows\SYSTEM32\ntdll.dll = normalize_win32_path (C:\Windows\SYSTEM32\ntdll.dll)
   44  170236 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/SYSTEM32/ntdll.dll = conv_to_posix_path (C:\Windows\SYSTEM32\ntdll.dll)
   43  170279 [main] touch 6444 stat64: entering
   42  170321 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/SYSTEM32/ntdll.dll
   54  170375 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/SYSTEM32/ntdll.dll = normalize_posix_path (/cygdrive/c/Windows/SYSTEM32/ntdll.dll)
   43  170418 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/SYSTEM32/ntdll.dll)
   49  170467 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/SYSTEM32/ntdll.dll', dst 'C:\Windows\SYSTEM32\ntdll.dll'
   43  170510 [main] touch 6444 set_flags: flags: binary (0x2)
   40  170550 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/SYSTEM32/ntdll.dll, dst C:\Windows\SYSTEM32\ntdll.dll, flags 0x4022, rc 0
  371  170921 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\SYSTEM32\ntdll.dll)
   61  170982 [main] touch 6444 symlink_info::check: not a symlink
   46  171028 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\SYSTEM32\ntdll.dll, 0x229E50) (0x404022)
   42  171070 [main] touch 6444 path_conv::check: this->path(C:\Windows\SYSTEM32\ntdll.dll), has_acls(1)
   47  171117 [main] touch 6444 build_fh_pc: fh 0x612444EC
   42  171159 [main] touch 6444 stat_worker: (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  171235 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   45  171280 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  171328 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   67  171395 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C3F0) st_atime=4E5D526A st_size=1288488, st_mode=0x81F8, st_ino=281474976856131, sizeof=96
   45  171440 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\SYSTEM32\ntdll.dll, 0x22C3F0)
  113  171553 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\kernel32.dll, no-keep-rel, no-add-slash)
   63  171616 [main] touch 6444 normalize_win32_path: C:\Windows\system32\kernel32.dll = normalize_win32_path (C:\Windows\system32\kernel32.dll)
   44  171660 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/kernel32.dll = conv_to_posix_path (C:\Windows\system32\kernel32.dll)
   41  171701 [main] touch 6444 stat64: entering
   41  171742 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/kernel32.dll
   42  171784 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/kernel32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/kernel32.dll)
   49  171833 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/kernel32.dll)
   43  171876 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/kernel32.dll', dst 'C:\Windows\system32\kernel32.dll'
   47  171923 [main] touch 6444 set_flags: flags: binary (0x2)
   45  171968 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/kernel32.dll, dst C:\Windows\system32\kernel32.dll, flags 0x4022, rc 0
  365  172333 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\kernel32.dll)
   64  172397 [main] touch 6444 symlink_info::check: not a symlink
   59  172456 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\kernel32.dll, 0x229E50) (0x404022)
   42  172498 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\kernel32.dll), has_acls(1)
   46  172544 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44  172588 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\kernel32.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  172664 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  172708 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  172755 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  172814 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\kernel32.dll, 0x22C3F0) st_atime=4E5D1CB5 st_size=868352, st_mode=0x81F8, st_ino=844424930207360, sizeof=96
   45  172859 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\kernel32.dll, 0x22C3F0)
  111  172970 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\KERNELBASE.dll, no-keep-rel, no-add-slash)
   64  173034 [main] touch 6444 normalize_win32_path: C:\Windows\system32\KERNELBASE.dll = normalize_win32_path (C:\Windows\system32\KERNELBASE.dll)
   43  173077 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/KERNELBASE.dll = conv_to_posix_path (C:\Windows\system32\KERNELBASE.dll)
   43  173120 [main] touch 6444 stat64: entering
   41  173161 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/KERNELBASE.dll
   42  173203 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/KERNELBASE.dll = normalize_posix_path (/cygdrive/c/Windows/system32/KERNELBASE.dll)
   41  173244 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/KERNELBASE.dll)
   36  173280 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/KERNELBASE.dll', dst 'C:\Windows\system32\KERNELBASE.dll'
   30  173310 [main] touch 6444 set_flags: flags: binary (0x2)
   29  173339 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/KERNELBASE.dll, dst C:\Windows\system32\KERNELBASE.dll, flags 0x4022, rc 0
  321  173660 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\KERNELBASE.dll)
   83  173743 [main] touch 6444 symlink_info::check: not a symlink
   55  173798 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\KERNELBASE.dll, 0x229E50) (0x404022)
   42  173840 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\KERNELBASE.dll), has_acls(1)
   46  173886 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  173929 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  174006 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  174050 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  174098 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   59  174157 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C3F0) st_atime=4E5D1CB5 st_size=290816, st_mode=0x81F8, st_ino=844424930207356, sizeof=96
   46  174203 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\KERNELBASE.dll, 0x22C3F0)
  116  174319 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygwin1.dll, no-keep-rel, no-add-slash)
   74  174393 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygwin1.dll = normalize_win32_path (C:\cygwin\bin\cygwin1.dll)
   55  174448 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygwin1.dll = conv_to_posix_path (C:\cygwin\bin\cygwin1.dll)
   51  174499 [main] touch 6444 stat64: entering
   44  174543 [main] touch 6444 normalize_posix_path: src /usr/bin/cygwin1.dll
   41  174584 [main] touch 6444 normalize_posix_path: /usr/bin/cygwin1.dll = normalize_posix_path (/usr/bin/cygwin1.dll)
   41  174625 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygwin1.dll)
   41  174666 [main] touch 6444 set_flags: flags: binary (0x2)
   34  174700 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygwin1.dll, dst C:\cygwin\bin\cygwin1.dll, flags 0x2000A, rc 0
  358  175058 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygwin1.dll)
   58  175116 [main] touch 6444 symlink_info::check: not a symlink
   45  175161 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygwin1.dll, 0x229E50) (0x42000A)
   44  175205 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygwin1.dll), has_acls(1)
   46  175251 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  175294 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygwin1.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   84  175378 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   52  175430 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   51  175481 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60  175541 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygwin1.dll, 0x22C3F0) st_atime=4E600C7A st_size=2666500, st_mode=0x81ED, st_ino=2251799813788474, sizeof=96
   46  175587 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygwin1.dll, 0x22C3F0)
  117  175704 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\ADVAPI32.DLL, no-keep-rel, no-add-slash)
   61  175765 [main] touch 6444 normalize_win32_path: C:\Windows\system32\ADVAPI32.DLL = normalize_win32_path (C:\Windows\system32\ADVAPI32.DLL)
   43  175808 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/ADVAPI32.DLL = conv_to_posix_path (C:\Windows\system32\ADVAPI32.DLL)
   43  175851 [main] touch 6444 stat64: entering
   42  175893 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/ADVAPI32.DLL
   41  175934 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/ADVAPI32.DLL = normalize_posix_path (/cygdrive/c/Windows/system32/ADVAPI32.DLL)
   42  175976 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/ADVAPI32.DLL)
   35  176011 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/ADVAPI32.DLL', dst 'C:\Windows\system32\ADVAPI32.DLL'
   49  176060 [main] touch 6444 set_flags: flags: binary (0x2)
   41  176101 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/ADVAPI32.DLL, dst C:\Windows\system32\ADVAPI32.DLL, flags 0x4022, rc 0
  383  176484 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\ADVAPI32.DLL)
   60  176544 [main] touch 6444 symlink_info::check: not a symlink
   45  176589 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\ADVAPI32.DLL, 0x229E50) (0x404022)
   43  176632 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\ADVAPI32.DLL), has_acls(1)
   45  176677 [main] touch 6444 build_fh_pc: fh 0x612444EC
   44  176721 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C3F0, 0x612444EC), file_attributes 32
   80  176801 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  176849 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  176896 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   61  176957 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C3F0) st_atime=4E5D525E st_size=640512, st_mode=0x81F8, st_ino=281474976855900, sizeof=96
   45  177002 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\ADVAPI32.DLL, 0x22C3F0)
  115  177117 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\msvcrt.dll, no-keep-rel, no-add-slash)
   59  177176 [main] touch 6444 normalize_win32_path: C:\Windows\system32\msvcrt.dll = normalize_win32_path (C:\Windows\system32\msvcrt.dll)
   44  177220 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/msvcrt.dll = conv_to_posix_path (C:\Windows\system32\msvcrt.dll)
   43  177263 [main] touch 6444 stat64: entering
   42  177305 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/msvcrt.dll
   42  177347 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/msvcrt.dll = normalize_posix_path (/cygdrive/c/Windows/system32/msvcrt.dll)
   64  177411 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/msvcrt.dll)
   50  177461 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/msvcrt.dll', dst 'C:\Windows\system32\msvcrt.dll'
   50  177511 [main] touch 6444 set_flags: flags: binary (0x2)
   48  177559 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/msvcrt.dll, dst C:\Windows\system32\msvcrt.dll, flags 0x4022, rc 0
  368  177927 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\msvcrt.dll)
   60  177987 [main] touch 6444 symlink_info::check: not a symlink
   59  178046 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\msvcrt.dll, 0x229E50) (0x404022)
   44  178090 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\msvcrt.dll), has_acls(1)
   46  178136 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  178179 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\msvcrt.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   76  178255 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  178299 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  178346 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   65  178411 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\msvcrt.dll, 0x22C3F0) st_atime=4A5BBF7A st_size=690688, st_mode=0x81F8, st_ino=281474976741459, sizeof=96
   45  178456 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\msvcrt.dll, 0x22C3F0)
  115  178571 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\SYSTEM32\sechost.dll, no-keep-rel, no-add-slash)
   61  178632 [main] touch 6444 normalize_win32_path: C:\Windows\SYSTEM32\sechost.dll = normalize_win32_path (C:\Windows\SYSTEM32\sechost.dll)
   43  178675 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/SYSTEM32/sechost.dll = conv_to_posix_path (C:\Windows\SYSTEM32\sechost.dll)
   44  178719 [main] touch 6444 stat64: entering
   41  178760 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/SYSTEM32/sechost.dll
   42  178802 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/SYSTEM32/sechost.dll = normalize_posix_path (/cygdrive/c/Windows/SYSTEM32/sechost.dll)
   41  178843 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/SYSTEM32/sechost.dll)
   40  178883 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/SYSTEM32/sechost.dll', dst 'C:\Windows\SYSTEM32\sechost.dll'
   51  178934 [main] touch 6444 set_flags: flags: binary (0x2)
   41  178975 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/SYSTEM32/sechost.dll, dst C:\Windows\SYSTEM32\sechost.dll, flags 0x4022, rc 0
  368  179343 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\SYSTEM32\sechost.dll)
   73  179416 [main] touch 6444 symlink_info::check: not a symlink
   43  179459 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\SYSTEM32\sechost.dll, 0x229E50) (0x404022)
   53  179512 [main] touch 6444 path_conv::check: this->path(C:\Windows\SYSTEM32\sechost.dll), has_acls(1)
   39  179551 [main] touch 6444 build_fh_pc: fh 0x612444EC
   56  179607 [main] touch 6444 stat_worker: (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   78  179685 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  179729 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   48  179777 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  179837 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C3F0) st_atime=4A5BBF3F st_size=92160, st_mode=0x81F8, st_ino=281474976742125, sizeof=96
   45  179882 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\SYSTEM32\sechost.dll, 0x22C3F0)
  118  180000 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\RPCRT4.dll, no-keep-rel, no-add-slash)
   59  180059 [main] touch 6444 normalize_win32_path: C:\Windows\system32\RPCRT4.dll = normalize_win32_path (C:\Windows\system32\RPCRT4.dll)
   43  180102 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/RPCRT4.dll = conv_to_posix_path (C:\Windows\system32\RPCRT4.dll)
   43  180145 [main] touch 6444 stat64: entering
   42  180187 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/RPCRT4.dll
   41  180228 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/RPCRT4.dll = normalize_posix_path (/cygdrive/c/Windows/system32/RPCRT4.dll)
   42  180270 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/RPCRT4.dll)
   35  180305 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/RPCRT4.dll', dst 'C:\Windows\system32\RPCRT4.dll'
   32  180337 [main] touch 6444 set_flags: flags: binary (0x2)
   52  180389 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/RPCRT4.dll, dst C:\Windows\system32\RPCRT4.dll, flags 0x4022, rc 0
  377  180766 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\RPCRT4.dll)
   61  180827 [main] touch 6444 symlink_info::check: not a symlink
   58  180885 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\RPCRT4.dll, 0x229E50) (0x404022)
   45  180930 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\RPCRT4.dll), has_acls(1)
   46  180976 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  181019 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\RPCRT4.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   77  181096 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   44  181140 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
   47  181187 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
   60  181247 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\RPCRT4.dll, 0x22C3F0) st_atime=4E5D5264 st_size=653312, st_mode=0x81F8, st_ino=281474976856020, sizeof=96
   50  181297 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\RPCRT4.dll, 0x22C3F0)
  119  181416 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll, no-keep-rel, no-add-slash)
   89  181505 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygintl-8.dll = normalize_win32_path (C:\cygwin\bin\cygintl-8.dll)
   43  181548 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll)
   41  181589 [main] touch 6444 stat64: entering
   36  181625 [main] touch 6444 normalize_posix_path: src /usr/bin/cygintl-8.dll
   49  181674 [main] touch 6444 normalize_posix_path: /usr/bin/cygintl-8.dll = normalize_posix_path (/usr/bin/cygintl-8.dll)
   42  181716 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygintl-8.dll)
   41  181757 [main] touch 6444 set_flags: flags: binary (0x2)
   42  181799 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygintl-8.dll, dst C:\cygwin\bin\cygintl-8.dll, flags 0x2000A, rc 0
  360  182159 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygintl-8.dll)
   61  182220 [main] touch 6444 symlink_info::check: not a symlink
   45  182265 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygintl-8.dll, 0x229E50) (0x42000A)
   43  182308 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygintl-8.dll), has_acls(1)
   46  182354 [main] touch 6444 build_fh_pc: fh 0x612444EC
   62  182416 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   98  182514 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43  182557 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45  182602 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60  182662 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C3F0) st_atime=4E600C9F st_size=46094, st_mode=0x81ED, st_ino=2251799813790712, sizeof=96
   46  182708 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygintl-8.dll, 0x22C3F0)
  116  182824 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cyggcc_s-1.dll, no-keep-rel, no-add-slash)
   58  182882 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cyggcc_s-1.dll = normalize_win32_path (C:\cygwin\bin\cyggcc_s-1.dll)
   43  182925 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cyggcc_s-1.dll = conv_to_posix_path (C:\cygwin\bin\cyggcc_s-1.dll)
   41  182966 [main] touch 6444 stat64: entering
   42  183008 [main] touch 6444 normalize_posix_path: src /usr/bin/cyggcc_s-1.dll
   41  183049 [main] touch 6444 normalize_posix_path: /usr/bin/cyggcc_s-1.dll = normalize_posix_path (/usr/bin/cyggcc_s-1.dll)
   34  183083 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cyggcc_s-1.dll)
   31  183114 [main] touch 6444 set_flags: flags: binary (0x2)
   31  183145 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cyggcc_s-1.dll, dst C:\cygwin\bin\cyggcc_s-1.dll, flags 0x2000A, rc 0
  334  183479 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cyggcc_s-1.dll)
   77  183556 [main] touch 6444 symlink_info::check: not a symlink
   43  183599 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cyggcc_s-1.dll, 0x229E50) (0x42000A)
   43  183642 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cyggcc_s-1.dll), has_acls(1)
   46  183688 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  183731 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   75  183806 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   44  183850 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   49  183899 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   62  183961 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C3F0) st_atime=4E6E3349 st_size=453112, st_mode=0x81ED, st_ino=1407374883592475, sizeof=96
   46  184007 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cyggcc_s-1.dll, 0x22C3F0)
  115  184122 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, no-keep-rel, no-add-slash)
   59  184181 [main] touch 6444 normalize_win32_path: C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin\bin\cygiconv-2.dll)
   43  184224 [main] touch 6444 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
   41  184265 [main] touch 6444 stat64: entering
   41  184306 [main] touch 6444 normalize_posix_path: src /usr/bin/cygiconv-2.dll
   42  184348 [main] touch 6444 normalize_posix_path: /usr/bin/cygiconv-2.dll = normalize_posix_path (/usr/bin/cygiconv-2.dll)
   44  184392 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/cygiconv-2.dll)
   50  184442 [main] touch 6444 set_flags: flags: binary (0x2)
   44  184486 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/bin/cygiconv-2.dll, dst C:\cygwin\bin\cygiconv-2.dll, flags 0x2000A, rc 0
  354  184840 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\cygiconv-2.dll)
   60  184900 [main] touch 6444 symlink_info::check: not a symlink
   45  184945 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\cygiconv-2.dll, 0x229E50) (0x42000A)
   43  184988 [main] touch 6444 path_conv::check: this->path(C:\cygwin\bin\cygiconv-2.dll), has_acls(1)
   46  185034 [main] touch 6444 build_fh_pc: fh 0x612444EC
   43  185077 [main] touch 6444 stat_worker: (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C3F0, 0x612444EC), file_attributes 32
   75  185152 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
   43  185195 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
   45  185240 [main] touch 6444 get_info_from_sd: ACL 1ED, uid 13138, gid 0
   60  185300 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C3F0) st_atime=4E600C9F st_size=1009678, st_mode=0x81ED, st_ino=2251799813790710, sizeof=96
   46  185346 [main] touch 6444 stat_worker: 0 = (\??\C:\cygwin\bin\cygiconv-2.dll, 0x22C3F0)
  119  185465 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\SspiCli.dll, no-keep-rel, no-add-slash)
   68  185533 [main] touch 6444 normalize_win32_path: C:\Windows\system32\SspiCli.dll = normalize_win32_path (C:\Windows\system32\SspiCli.dll)
   44  185577 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/SspiCli.dll = conv_to_posix_path (C:\Windows\system32\SspiCli.dll)
   42  185619 [main] touch 6444 stat64: entering
   42  185661 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/SspiCli.dll
   93  185754 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/SspiCli.dll = normalize_posix_path (/cygdrive/c/Windows/system32/SspiCli.dll)
  178  185932 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/SspiCli.dll)
  101  186033 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/SspiCli.dll', dst 'C:\Windows\system32\SspiCli.dll'
  187  186220 [main] touch 6444 set_flags: flags: binary (0x2)
  106  186326 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/SspiCli.dll, dst C:\Windows\system32\SspiCli.dll, flags 0x4022, rc 0
  669  186995 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\SspiCli.dll)
  143  187138 [main] touch 6444 symlink_info::check: not a symlink
  203  187341 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\SspiCli.dll, 0x229E50) (0x404022)
  125  187466 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\SspiCli.dll), has_acls(1)
  120  187586 [main] touch 6444 build_fh_pc: fh 0x612444EC
  189  187775 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\SspiCli.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  211  187986 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  211  188197 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  118  188315 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  246  188561 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\SspiCli.dll, 0x22C3F0) st_atime=4E5D5245 st_size=100352, st_mode=0x81F8, st_ino=281474976855271, sizeof=96
  201  188762 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\SspiCli.dll, 0x22C3F0)
  260  189022 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\user32.dll, no-keep-rel, no-add-slash)
  178  189200 [main] touch 6444 normalize_win32_path: C:\Windows\system32\user32.dll = normalize_win32_path (C:\Windows\system32\user32.dll)
  196  189396 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/user32.dll = conv_to_posix_path (C:\Windows\system32\user32.dll)
  119  189515 [main] touch 6444 stat64: entering
  107  189622 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/user32.dll
  100  189722 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/user32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/user32.dll)
  186  189908 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/user32.dll)
   88  189996 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/user32.dll', dst 'C:\Windows\system32\user32.dll'
  187  190183 [main] touch 6444 set_flags: flags: binary (0x2)
   97  190280 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/user32.dll, dst C:\Windows\system32\user32.dll, flags 0x4022, rc 0
  623  190903 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\user32.dll)
  139  191042 [main] touch 6444 symlink_info::check: not a symlink
  196  191238 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\user32.dll, 0x229E50) (0x404022)
  110  191348 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\user32.dll), has_acls(1)
  197  191545 [main] touch 6444 build_fh_pc: fh 0x612444EC
  104  191649 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\user32.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  291  191940 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  202  192142 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  122  192264 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  168  192432 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\user32.dll, 0x22C3F0) st_atime=4E5D525F st_size=811520, st_mode=0x81F8, st_ino=281474976855925, sizeof=96
  120  192552 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\user32.dll, 0x22C3F0)
  332  192884 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\GDI32.dll, no-keep-rel, no-add-slash)
  172  193056 [main] touch 6444 normalize_win32_path: C:\Windows\system32\GDI32.dll = normalize_win32_path (C:\Windows\system32\GDI32.dll)
  187  193243 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/GDI32.dll = conv_to_posix_path (C:\Windows\system32\GDI32.dll)
  100  193343 [main] touch 6444 stat64: entering
  104  193447 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/GDI32.dll
   90  193537 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/GDI32.dll = normalize_posix_path (/cygdrive/c/Windows/system32/GDI32.dll)
  109  193646 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/GDI32.dll)
  195  193841 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/GDI32.dll', dst 'C:\Windows\system32\GDI32.dll'
  102  193943 [main] touch 6444 set_flags: flags: binary (0x2)
  183  194126 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/GDI32.dll, dst C:\Windows\system32\GDI32.dll, flags 0x4022, rc 0
  673  194799 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\GDI32.dll)
  197  194996 [main] touch 6444 symlink_info::check: not a symlink
  193  195189 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\GDI32.dll, 0x229E50) (0x404022)
  103  195292 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\GDI32.dll), has_acls(1)
  116  195408 [main] touch 6444 build_fh_pc: fh 0x612444EC
  115  195523 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\GDI32.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  287  195810 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  196  196006 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  115  196121 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  235  196356 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\GDI32.dll, 0x22C3F0) st_atime=4E5D5254 st_size=304640, st_mode=0x81F8, st_ino=281474976855675, sizeof=96
  191  196547 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\GDI32.dll, 0x22C3F0)
  267  196814 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\LPK.dll, no-keep-rel, no-add-slash)
  170  196984 [main] touch 6444 normalize_win32_path: C:\Windows\system32\LPK.dll = normalize_win32_path (C:\Windows\system32\LPK.dll)
  188  197172 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/LPK.dll = conv_to_posix_path (C:\Windows\system32\LPK.dll)
  103  197275 [main] touch 6444 stat64: entering
  188  197463 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/LPK.dll
  167  197630 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/LPK.dll = normalize_posix_path (/cygdrive/c/Windows/system32/LPK.dll)
  188  197818 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/LPK.dll)
  100  197918 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/LPK.dll', dst 'C:\Windows\system32\LPK.dll'
  186  198104 [main] touch 6444 set_flags: flags: binary (0x2)
   99  198203 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/LPK.dll, dst C:\Windows\system32\LPK.dll, flags 0x4022, rc 0
  559  198762 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\LPK.dll)
  199  198961 [main] touch 6444 symlink_info::check: not a symlink
  215  199176 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\LPK.dll, 0x229E50) (0x404022)
  182  199358 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\LPK.dll), has_acls(1)
  124  199482 [main] touch 6444 build_fh_pc: fh 0x612444EC
  125  199607 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\LPK.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  288  199895 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  197  200092 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  121  200213 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  264  200477 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\LPK.dll, 0x22C3F0) st_atime=4A5BC26D st_size=26624, st_mode=0x81F8, st_ino=281474976741198, sizeof=96
  199  200676 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\LPK.dll, 0x22C3F0)
  289  200965 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\USP10.dll, no-keep-rel, no-add-slash)
  157  201122 [main] touch 6444 normalize_win32_path: C:\Windows\system32\USP10.dll = normalize_win32_path (C:\Windows\system32\USP10.dll)
  187  201309 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/USP10.dll = conv_to_posix_path (C:\Windows\system32\USP10.dll)
  140  201449 [main] touch 6444 stat64: entering
   83  201532 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/USP10.dll
   47  201579 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/USP10.dll = normalize_posix_path (/cygdrive/c/Windows/system32/USP10.dll)
   50  201629 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/USP10.dll)
   99  201728 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/USP10.dll', dst 'C:\Windows\system32\USP10.dll'
  190  201918 [main] touch 6444 set_flags: flags: binary (0x2)
   97  202015 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/USP10.dll, dst C:\Windows\system32\USP10.dll, flags 0x4022, rc 0
  698  202713 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\USP10.dll)
  197  202910 [main] touch 6444 symlink_info::check: not a symlink
  215  203125 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\USP10.dll, 0x229E50) (0x404022)
  187  203312 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\USP10.dll), has_acls(1)
  114  203426 [main] touch 6444 build_fh_pc: fh 0x612444EC
  115  203541 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\USP10.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  335  203876 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  205  204081 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  113  204194 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  264  204458 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\USP10.dll, 0x22C3F0) st_atime=4E5D525C st_size=626176, st_mode=0x81F8, st_ino=281474976855849, sizeof=96
  204  204662 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\USP10.dll, 0x22C3F0)
  271  204933 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\IMM32.DLL, no-keep-rel, no-add-slash)
  166  205099 [main] touch 6444 normalize_win32_path: C:\Windows\system32\IMM32.DLL = normalize_win32_path (C:\Windows\system32\IMM32.DLL)
  188  205287 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/IMM32.DLL = conv_to_posix_path (C:\Windows\system32\IMM32.DLL)
  109  205396 [main] touch 6444 stat64: entering
  161  205557 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/IMM32.DLL
  187  205744 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/IMM32.DLL = normalize_posix_path (/cygdrive/c/Windows/system32/IMM32.DLL)
  100  205844 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/IMM32.DLL)
  182  206026 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/IMM32.DLL', dst 'C:\Windows\system32\IMM32.DLL'
  100  206126 [main] touch 6444 set_flags: flags: binary (0x2)
  184  206310 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/IMM32.DLL, dst C:\Windows\system32\IMM32.DLL, flags 0x4022, rc 0
  679  206989 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\IMM32.DLL)
  208  207197 [main] touch 6444 symlink_info::check: not a symlink
  220  207417 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\IMM32.DLL, 0x229E50) (0x404022)
  110  207527 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\IMM32.DLL), has_acls(1)
  186  207713 [main] touch 6444 build_fh_pc: fh 0x612444EC
  107  207820 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\IMM32.DLL, 0x22C3F0, 0x612444EC), file_attributes 32
  293  208113 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  196  208309 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  139  208448 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  124  208572 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\IMM32.DLL, 0x22C3F0) st_atime=4E5D522F st_size=118272, st_mode=0x81F8, st_ino=281474976854563, sizeof=96
  212  208784 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\IMM32.DLL, 0x22C3F0)
  262  209046 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\MSCTF.dll, no-keep-rel, no-add-slash)
  176  209222 [main] touch 6444 normalize_win32_path: C:\Windows\system32\MSCTF.dll = normalize_win32_path (C:\Windows\system32\MSCTF.dll)
  190  209412 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/MSCTF.dll = conv_to_posix_path (C:\Windows\system32\MSCTF.dll)
  116  209528 [main] touch 6444 stat64: entering
  107  209635 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/MSCTF.dll
  100  209735 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/MSCTF.dll = normalize_posix_path (/cygdrive/c/Windows/system32/MSCTF.dll)
  186  209921 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/MSCTF.dll)
  101  210022 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/MSCTF.dll', dst 'C:\Windows\system32\MSCTF.dll'
  189  210211 [main] touch 6444 set_flags: flags: binary (0x2)
   97  210308 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/MSCTF.dll, dst C:\Windows\system32\MSCTF.dll, flags 0x4022, rc 0
  610  210918 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\MSCTF.dll)
  201  211119 [main] touch 6444 symlink_info::check: not a symlink
  217  211336 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\MSCTF.dll, 0x229E50) (0x404022)
  182  211518 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\MSCTF.dll), has_acls(1)
  110  211628 [main] touch 6444 build_fh_pc: fh 0x612444EC
  187  211815 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\MSCTF.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  205  212020 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  196  212216 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  115  212331 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  236  212567 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\MSCTF.dll, 0x22C3F0) st_atime=4A5BC305 st_size=828928, st_mode=0x81F8, st_ino=281474976741342, sizeof=96
  198  212765 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\MSCTF.dll, 0x22C3F0)
  273  213038 [main] touch 6444 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\psapi.dll, no-keep-rel, no-add-slash)
  168  213206 [main] touch 6444 normalize_win32_path: C:\Windows\system32\psapi.dll = normalize_win32_path (C:\Windows\system32\psapi.dll)
  190  213396 [main] touch 6444 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/psapi.dll = conv_to_posix_path (C:\Windows\system32\psapi.dll)
  104  213500 [main] touch 6444 stat64: entering
   74  213574 [main] touch 6444 normalize_posix_path: src /cygdrive/c/Windows/system32/psapi.dll
   63  213637 [main] touch 6444 normalize_posix_path: /cygdrive/c/Windows/system32/psapi.dll = normalize_posix_path (/cygdrive/c/Windows/system32/psapi.dll)
  181  213818 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Windows/system32/psapi.dll)
  113  213931 [main] touch 6444 mount_info::cygdrive_win32_path: src '/cygdrive/c/Windows/system32/psapi.dll', dst 'C:\Windows\system32\psapi.dll'
  184  214115 [main] touch 6444 set_flags: flags: binary (0x2)
   97  214212 [main] touch 6444 mount_info::conv_to_win32_path: src_path /cygdrive/c/Windows/system32/psapi.dll, dst C:\Windows\system32\psapi.dll, flags 0x4022, rc 0
  617  214829 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Windows\system32\psapi.dll)
  205  215034 [main] touch 6444 symlink_info::check: not a symlink
  211  215245 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\Windows\system32\psapi.dll, 0x229E50) (0x404022)
  188  215433 [main] touch 6444 path_conv::check: this->path(C:\Windows\system32\psapi.dll), has_acls(1)
  119  215552 [main] touch 6444 build_fh_pc: fh 0x612444EC
  101  215653 [main] touch 6444 stat_worker: (\??\C:\Windows\system32\psapi.dll, 0x22C3F0, 0x612444EC), file_attributes 32
  291  215944 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  205  216149 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464
  121  216270 [main] touch 6444 get_info_from_sd: ACL 1F8, uid -1, gid -1
  238  216508 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Windows\system32\psapi.dll, 0x22C3F0) st_atime=4A5BC026 st_size=6144, st_mode=0x81F8, st_ino=281474976741911, sizeof=96
  101  216609 [main] touch 6444 stat_worker: 0 = (\??\C:\Windows\system32\psapi.dll, 0x22C3F0)
  332  216941 [main] touch 6444 lseek64: 971 = lseek (3, 971, 0)
  280  217221 [main] touch 6444 close: close (3)
  200  217421 [main] touch 6444 close: 0 = close (3)
  773  218194 [main] touch 6444 open: open (/usr/share/locale/locale.alias, 0x0)
  187  218381 [main] touch 6444 normalize_posix_path: src /usr/share/locale/locale.alias
  119  218500 [main] touch 6444 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
  105  218605 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
  102  218707 [main] touch 6444 set_flags: flags: binary (0x2)
  191  218898 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
  670  219568 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale\locale.alias)
  196  219764 [main] touch 6444 symlink_info::check: not a symlink
  340  220104 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\locale.alias, 0x22B1A0) (0x3000A)
  191  220295 [main] touch 6444 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
  125  220420 [main] touch 6444 build_fh_pc: fh 0x6124403C
  125  220545 [main] touch 6444 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x100000)
  675  221220 [main] touch 6444 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
  106  221326 [main] touch 6444 fhandler_base::set_flags: filemode set to binary
  105  221431 [main] touch 6444 fhandler_base::open: 0 = NtCreateFile (0x184, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
  102  221533 [main] touch 6444 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x100000)
  136  221669 [main] touch 6444 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x0)
  130  221799 [main] touch 6444 open: 3 = open (/usr/share/locale/locale.alias, 0x0)
  286  222085 [main] touch 6444 _cygwin_istext_for_stdio: fd 3: opened as binary
  342  222427 [main] touch 6444 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1960408961-1284227242-725345543-3138
  113  222540 [main] touch 6444 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
  114  222654 [main] touch 6444 get_info_from_sd: ACL 1A4, uid 13138, gid 0
  156  222810 [main] touch 6444 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22C598) st_atime=4E600C8D st_size=2660, st_mode=0x81A4, st_ino=2251799813789821, sizeof=96
  120  222930 [main] touch 6444 fstat64: 0 = fstat (3, 0x22C598)
  158  223088 [main] touch 6444 readv: readv (3, 0x22C5B4, 1) blocking, sigcatchers 0
  150  223238 [main] touch 6444 fhandler_base::read: returning 2660, binary mode
  126  223364 [main] touch 6444 readv: 2660 = readv (3, 0x22C5B4, 1), errno 2
12269  235633 [main] touch 6444 readv: readv (3, 0x22C5B4, 1) blocking, sigcatchers 0
  150  235783 [main] touch 6444 fhandler_base::read: returning 0, binary mode
  112  235895 [main] touch 6444 readv: 0 = readv (3, 0x22C5B4, 1), errno 2
  429  236324 [main] touch 6444 close: close (3)
  108  236432 [main] touch 6444 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x184
  248  236680 [main] touch 6444 close: 0 = close (3)
  604  237284 [main] touch 6444 open: open (/usr/local/share/locale/locale.alias, 0x0)
   95  237379 [main] touch 6444 normalize_posix_path: src /usr/local/share/locale/locale.alias
  122  237501 [main] touch 6444 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)
  120  237621 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)
  117  237738 [main] touch 6444 set_flags: flags: binary (0x2)
  117  237855 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin\usr\local\share\locale\locale.alias, flags 0x3000A, rc 0
  585  238440 [main] touch 6444 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
  105  238545 [main] touch 6444 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
  137  238682 [main] touch 6444 symlink_info::check: not a symlink
  102  238784 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\share\locale\locale.alias, 0x22B190) (0x3000A)
  117  238901 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)
  102  239003 [main] touch 6444 set_flags: flags: binary (0x2)
  115  239118 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin\usr\local\share\locale, flags 0x3000A, rc 0
  503  239621 [main] touch 6444 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\local\share\locale)
  110  239731 [main] touch 6444 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale)
  136  239867 [main] touch 6444 symlink_info::check: not a symlink
  101  239968 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\share\locale, 0x22B190) (0x3000A)
  117  240085 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)
  102  240187 [main] touch 6444 set_flags: flags: binary (0x2)
  115  240302 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin\usr\local\share, flags 0x3000A, rc 0
  642  240944 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\share)
  107  241051 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\share)
  658  241709 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\share.lnk)
  106  241815 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\share.lnk)
  135  241950 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\share, 0x22B190) (0x3000A)
  122  242072 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local)
  114  242186 [main] touch 6444 set_flags: flags: binary (0x2)
  116  242302 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\cygwin\usr\local, flags 0x3000A, rc 0
  644  242946 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\local)
  138  243084 [main] touch 6444 symlink_info::check: not a symlink
  230  243314 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local, 0x22B190) (0x3000A)
   95  243409 [main] touch 6444 path_conv::check: this->path(C:\cygwin\usr\local\share\locale\locale.alias), has_acls(1)
  128  243537 [main] touch 6444 build_fh_pc: fh 0x6124403C
  126  243663 [main] touch 6444 fhandler_base::open: (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x100000)
  843  244506 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
   77  244583 [main] touch 6444 geterrno_from_win_error: windows error 3 == errno 2
  122  244705 [main] touch 6444 fhandler_base::open: C000003A = NtCreateFile (0x22C4D8, 80100000, \??\C:\cygwin\usr\local\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
  121  244826 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x100000)
  116  244942 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x0)
  116  245058 [main] touch 6444 open: -1 = open (/usr/local/share/locale/locale.alias, 0x0)
  788  245846 [main] touch 6444 open: open (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, 0x10000)
  114  245960 [main] touch 6444 normalize_posix_path: src /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo
  115  246075 [main] touch 6444 normalize_posix_path: /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
  102  246177 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
  118  246295 [main] touch 6444 set_flags: flags: binary (0x2)
  129  246424 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  504  246928 [main] touch 6444 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
  110  247038 [main] touch 6444 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
  137  247175 [main] touch 6444 symlink_info::check: not a symlink
  105  247280 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x22B340) (0x3000A)
  218  247498 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES)
   98  247596 [main] touch 6444 set_flags: flags: binary (0x2)
  112  247708 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en_US\LC_MESSAGES, flags 0x3000A, rc 0
  512  248220 [main] touch 6444 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES)
  107  248327 [main] touch 6444 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES)
  133  248460 [main] touch 6444 symlink_info::check: not a symlink
  118  248578 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\en_US\LC_MESSAGES, 0x22B340) (0x3000A)
  131  248709 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US)
  121  248830 [main] touch 6444 set_flags: flags: binary (0x2)
  114  248944 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US, dst C:\cygwin\usr\share\locale\en_US, flags 0x3000A, rc 0
  648  249592 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US)
   73  249665 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US)
  650  250315 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.lnk)
  102  250417 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.lnk)
  137  250554 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\en_US, 0x22B340) (0x3000A)
  129  250683 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
  127  250810 [main] touch 6444 set_flags: flags: binary (0x2)
  126  250936 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
  711  251647 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale)
  148  251795 [main] touch 6444 symlink_info::check: not a symlink
  255  252050 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale, 0x22B340) (0x3000A)
  110  252160 [main] touch 6444 path_conv::check: this->path(C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo), has_acls(1)
  134  252294 [main] touch 6444 build_fh_pc: fh 0x6124403C
  131  252425 [main] touch 6444 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x110000)
  815  253240 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
  109  253349 [main] touch 6444 geterrno_from_win_error: windows error 3 == errno 2
  100  253449 [main] touch 6444 fhandler_base::open: C000003A = NtCreateFile (0x22C668, 80100000, \??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, io, NULL, 0, 7, 1, 4020, NULL, 0)
  105  253554 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x110000)
  131  253685 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x10000)
  127  253812 [main] touch 6444 open: -1 = open (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, 0x10000)
  218  254030 [main] touch 6444 open: open (/usr/share/locale/en/LC_MESSAGES/coreutils.mo, 0x10000)
  116  254146 [main] touch 6444 normalize_posix_path: src /usr/share/locale/en/LC_MESSAGES/coreutils.mo
  111  254257 [main] touch 6444 normalize_posix_path: /usr/share/locale/en/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
  121  254378 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
  118  254496 [main] touch 6444 set_flags: flags: binary (0x2)
  127  254623 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  568  255191 [main] touch 6444 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
  108  255299 [main] touch 6444 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
  118  255417 [main] touch 6444 symlink_info::check: not a symlink
  124  255541 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x22B340) (0x3000A)
  133  255674 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES)
  129  255803 [main] touch 6444 set_flags: flags: binary (0x2)
  117  255920 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en\LC_MESSAGES, flags 0x3000A, rc 0
  553  256473 [main] touch 6444 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES)
  111  256584 [main] touch 6444 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES)
  131  256715 [main] touch 6444 symlink_info::check: not a symlink
  103  256818 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\en\LC_MESSAGES, 0x22B340) (0x3000A)
  117  256935 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en)
  127  257062 [main] touch 6444 set_flags: flags: binary (0x2)
  112  257174 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst C:\cygwin\usr\share\locale\en, flags 0x3000A, rc 0
  615  257789 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en)
  114  257903 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en)
  687  258590 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.lnk)
  110  258700 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.lnk)
  131  258831 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\en, 0x22B340) (0x3000A)
  121  258952 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
  120  259072 [main] touch 6444 set_flags: flags: binary (0x2)
  112  259184 [main] touch 6444 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
  657  259841 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale)
  144  259985 [main] touch 6444 symlink_info::check: not a symlink
  252  260237 [main] touch 6444 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale, 0x22B340) (0x3000A)
  110  260347 [main] touch 6444 path_conv::check: this->path(C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo), has_acls(1)
  135  260482 [main] touch 6444 build_fh_pc: fh 0x6124403C
  128  260610 [main] touch 6444 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x110000)
  789  261399 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
   96  261495 [main] touch 6444 geterrno_from_win_error: windows error 3 == errno 2
  129  261624 [main] touch 6444 fhandler_base::open: C000003A = NtCreateFile (0x22C668, 80100000, \??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, io, NULL, 0, 7, 1, 4020, NULL, 0)
  129  261753 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x110000)
  128  261881 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x10000)
  116  261997 [main] touch 6444 open: -1 = open (/usr/share/locale/en/LC_MESSAGES/coreutils.mo, 0x10000)
 1467  263464 [main] touch 6444 fhandler_base::fcntl: GETFL: 0x10001
  119  263583 [main] touch 6444 fcntl64: 65537 = fcntl (1, 3, 0x6)
  615  264198 [main] touch 6444 fhandler_console::write: 22CD10, 5
   70  264268 [main] touch 6444 fhandler_console::write: at 116(t) state is 0
  336  264604 [main] touch 6444 fhandler_console::write: 5 = fhandler_console::write (...)
  213  264817 [main] touch 6444 fhandler_console::write: 410E46, 2
  121  264938 [main] touch 6444 fhandler_console::write: at 58(:) state is 0
  261  265199 [main] touch 6444 fhandler_console::write: 2 = fhandler_console::write (...)
  672  265871 [main] touch 6444 fhandler_console::write: 22C3A8, 55
  124  265995 [main] touch 6444 fhandler_console::write: at 99(c) state is 0
  397  266392 [main] touch 6444 fhandler_console::write: 55 = fhandler_console::write (...)
  390  266782 [main] touch 6444 fhandler_console::write: 410E31, 2
  117  266899 [main] touch 6444 fhandler_console::write: at 58(:) state is 0
  293  267192 [main] touch 6444 fhandler_console::write: 2 = fhandler_console::write (...)
  225  267417 [main] touch 6444 fhandler_console::write: 22C784, 17
  108  267525 [main] touch 6444 fhandler_console::write: at 80(P) state is 0
  372  267897 [main] touch 6444 fhandler_console::write: 17 = fhandler_console::write (...)
  370  268267 [main] touch 6444 fhandler_console::write: 61166457, 1
  121  268388 [main] touch 6444 fhandler_console::write: at 10(0x20) state is 0
  465  268853 [main] touch 6444 fhandler_console::write: 1 = fhandler_console::write (...)
  733  269586 [main] touch 6444 close: close (1)
  116  269702 [main] touch 6444 fhandler_base::close: closing '/tmp/strace.out' handle 0x134
  117  269819 [main] touch 6444 close: 0 = close (1)
  651  270470 [main] touch 6444 close: close (2)
  269  270739 [main] touch 6444 init_cygheap::manage_console_count: fhandler_console::close: console_count 1, amount -1, ctty /dev/console, avoid_freeing_console 0
  127  270866 [main] touch 6444 close: 0 = close (2)
  959  271825 [main] touch 6444 close: close (0)
  265  272090 [main] touch 6444 init_cygheap::manage_console_count: fhandler_console::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
  127  272217 [main] touch 6444 close: 0 = close (0)
  418  272635 [main] touch 6444 do_exit: do_exit (256), exit_state 1
  126  272761 [main] touch 6444 void: 0x0 = signal (20, 0x1)
  122  272883 [main] touch 6444 void: 0x0 = signal (1, 0x1)
  112  272995 [main] touch 6444 void: 0x0 = signal (2, 0x1)
  114  273109 [main] touch 6444 void: 0x0 = signal (3, 0x1)
  159  273268 [main] touch 6444 sigproc_terminate: entering
  111  273379 [main] touch 6444 sig_send: sendsig 0xD8, pid 6444, signal -42, its_me 1
  133  273512 [main] touch 6444 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
  112  273624 [main] touch 6444 sig_send: returning 0x0 from sending signal -42
 -103  273521 [sig] touch 6444 wait_sig: saw __SIGEXIT
  212  273733 [main] touch 6444 proc_terminate: nprocs 0
  225  273958 [main] touch 6444 proc_terminate: leaving
 -115  273843 [sig] touch 6444 wait_sig: signal thread exiting
  335  274178 [main] touch 6444 __to_clock_t: dwHighDateTime 0, dwLowDateTime 780005
  120  274298 [main] touch 6444 __to_clock_t: total 00000000 0000004E
  163  274461 [main] touch 6444 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312002
  102  274563 [main] touch 6444 __to_clock_t: total 00000000 0000001F
  105  274668 [main] touch 6444 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1

[-- Attachment #4: strace.7.out --]
[-- Type: application/octet-stream, Size: 27592 bytes --]

   16      16 [main] touch 6840 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0xB0
  203     219 [main] touch 6840 heap_init: heap base 0xA10000, heap top 0xA10000
   72     291 [main] touch 6840 open_shared: name S-1-5-21-1960408961-1284227242-725345543-3138.1, n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0xB4
   44     335 [main] touch 6840 user_info::create: opening user shared for 'S-1-5-21-1960408961-1284227242-725345543-3138' at 0x60FC0000
   41     376 [main] touch 6840 user_info::create: user shared version 6112AFB3
  430     806 [main] touch 6840 dll_crt0_0: finished dll_crt0_0 initialization
  166     972 [main] touch 6840 _cygtls::remove: wait 0xFFFFFFFF
   52    1024 [main] touch 6840 _cygtls::remove: removed 0x22CE64 element 0
   58    1082 [main] touch 6840 _cygtls::remove: wait 0xFFFFFFFF
   28    1110 [main] touch 6840 _cygtls::remove: removed 0x22CE64 element 0
   53    1163 [main] touch 6840 _cygtls::remove: wait 0xFFFFFFFF
   31    1194 [main] touch 6840 _cygtls::remove: removed 0x22CE64 element 0
  813    2007 [sig] touch 6840 wait_sig: entering ReadFile loop, my_readsig 0xD4, my_sendsig 0xD8
  835    2842 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (\\hyperdisk\Data\Engineering\ruck, no-keep-rel, no-add-slash)
   47    2889 [main] touch 6840 normalize_win32_path: \\hyperdisk\Data\Engineering\ruck = normalize_win32_path (\\hyperdisk\Data\Engineering\ruck)
   29    2918 [main] touch 6840 mount_info::conv_to_posix_path: //hyperdisk/Data/Engineering/ruck = conv_to_posix_path (\\hyperdisk\Data\Engineering\ruck)
  156    3074 [main] touch 6840 _cygwin_istext_for_stdio: fd 0: not open
   34    3108 [main] touch 6840 _cygwin_istext_for_stdio: fd 1: not open
   27    3135 [main] touch 6840 _cygwin_istext_for_stdio: fd 2: not open
   99    3234 [main] touch (6840) open_shared: name cygpid.6840, n 6840, shared 0x60FE0000 (wanted 0x60FE0000), h 0x104
   41    3275 [main] touch 6840 **********************************************
   29    3304 [main] touch 6840 Program name: C:\cygwin\bin\touch.exe (pid 6840, ppid 1)
   27    3331 [main] touch 6840 App version:  1007.7, api: 0.230
   26    3357 [main] touch 6840 DLL version:  1007.9, api: 0.237
   25    3382 [main] touch 6840 DLL build:    2011-03-29 10:10
   30    3412 [main] touch 6840 OS version:   Windows NT-6.1
   26    3438 [main] touch 6840 Heap size:    402653184
   26    3464 [main] touch 6840 **********************************************
   25    3489 [main] touch 6840 pinfo::thisproc: myself->dwProcessId 6840
   31    3520 [main] touch 6840 time: 1315949878 = time (0)
  998    4518 [main] touch 6840 parse_options: glob (called func)
   53    4571 [main] touch 6840 parse_options: returning
   40    4611 [main] touch 6840 environ_init: GetEnvironmentStrings returned 0x5183A8
   48    4659 [main] touch 6840 environ_init: 0xA38298: !::=::\
   43    4702 [main] touch 6840 environ_init: 0xA382A8: !C:=C:\cygwin\bin
   47    4749 [main] touch 6840 environ_init: 0xA382C0: ALLUSERSPROFILE=C:\ProgramData
   44    4793 [main] touch 6840 environ_init: 0xA382E8: APPDATA=C:\Users\john_ruckstuhl\AppData\Roaming
   46    4839 [main] touch 6840 environ_init: 0xA38320: COMMONPROGRAMFILES=C:\Program Files\Common Files
   45    4884 [main] touch 6840 environ_init: 0xA38358: COMPUTERNAME=CND0360JCB
   45    4929 [main] touch 6840 environ_init: 0xA38378: COMSPEC=C:\Windows\system32\cmd.exe
   45    4974 [main] touch 6840 environ_init: 0xA383A8: CYGWIN=noglob
   56    5030 [main] touch 6840 environ_init: 0xA383C0: FP_NO_HOST_CHECK=NO
   54    5084 [main] touch 6840 getwinenv: can't set native for HOME= since no environ yet
   30    5114 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\john_ruckstuhl, no-keep-rel, no-add-slash)
   32    5146 [main] touch 6840 normalize_win32_path: C:\cygwin\home\john_ruckstuhl = normalize_win32_path (C:\cygwin\home\john_ruckstuhl)
   28    5174 [main] touch 6840 mount_info::conv_to_posix_path: /home/john_ruckstuhl = conv_to_posix_path (C:\cygwin\home\john_ruckstuhl)
  117    5291 [main] touch 6840 win_env::add_cache: posix /home/john_ruckstuhl
   31    5322 [main] touch 6840 win_env::add_cache: native HOME=C:\cygwin\home\john_ruckstuhl
   28    5350 [main] touch 6840 posify: env var converted to HOME=/home/john_ruckstuhl
   61    5411 [main] touch 6840 environ_init: 0xA38450: HOME=/home/john_ruckstuhl
   46    5457 [main] touch 6840 environ_init: 0xA383E0: HOMEDRIVE=H:
   46    5503 [main] touch 6840 environ_init: 0xA383F8: HOMEPATH=\
   46    5549 [main] touch 6840 environ_init: 0xA38470: HOMESHARE=\\hyperdisk\user_data\john_ruckstuhl
   46    5595 [main] touch 6840 environ_init: 0xA384A8: HOSTNAME=CND0360JCB
   44    5639 [main] touch 6840 environ_init: 0xA384C8: INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
   43    5682 [main] touch 6840 environ_init: 0xA38508: LANG=C.UTF-8
   45    5727 [main] touch 6840 environ_init: 0xA38520: LOCALAPPDATA=C:\Users\john_ruckstuhl\AppData\Local
   43    5770 [main] touch 6840 environ_init: 0xA38558: LOGONSERVER=\\USWINHQDC03
   44    5814 [main] touch 6840 environ_init: 0xA38578: MANPATH=/usr/local/man:/usr/share/man:/usr/man:
   46    5860 [main] touch 6840 environ_init: 0xA385B0: NUMBER_OF_PROCESSORS=4
   46    5906 [main] touch 6840 environ_init: 0xA385D0: OLDPWD=//hyperdisk/Data/Engineering
   43    5949 [main] touch 6840 environ_init: 0xA38600: OS=Windows_NT
   52    6001 [main] touch 6840 getwinenv: can't set native for PATH= since no environ yet
   55    6056 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
   28    6084 [main] touch 6840 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
   27    6111 [main] touch 6840 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
   28    6139 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   27    6166 [main] touch 6840 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   26    6192 [main] touch 6840 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   27    6219 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash)
   27    6246 [main] touch 6840 normalize_win32_path: C:\Windows\system32 = normalize_win32_path (C:\Windows\system32)
   28    6274 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32)
   27    6301 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, keep-rel, no-add-slash)
   26    6327 [main] touch 6840 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows)
   27    6354 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Windows = conv_to_posix_path (C:\Windows)
   27    6381 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
   27    6408 [main] touch 6840 normalize_win32_path: C:\Windows\System32\Wbem = normalize_win32_path (C:\Windows\System32\Wbem)
   27    6435 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem)
   27    6462 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
   27    6489 [main] touch 6840 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   27    6516 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   28    6544 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software, keep-rel, no-add-slash)
   27    6571 [main] touch 6840 normalize_win32_path: C:\Program Files\WIDCOMM\Bluetooth Software = normalize_win32_path (C:\Program Files\WIDCOMM\Bluetooth Software)
   64    6635 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software = conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software)
   36    6671 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Windows Imaging, keep-rel, no-add-slash)
   28    6699 [main] touch 6840 normalize_win32_path: C:\Program Files\Windows Imaging = normalize_win32_path (C:\Program Files\Windows Imaging)
   29    6728 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Windows Imaging = conv_to_posix_path (C:\Program Files\Windows Imaging)
   27    6755 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, keep-rel, no-add-slash)
   27    6782 [main] touch 6840 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
   28    6810 [main] touch 6840 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin)
   61    6871 [main] touch 6840 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/Windows Imaging:/cygdrive/c/Program Files/TortoiseSVN/bin
   28    6899 [main] touch 6840 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\WIDCOMM\Bluetooth Software;C:\Program Files\Windows Imaging;C:\Program Files\TortoiseSVN\bin
   28    6927 [main] touch 6840 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/Windows Imaging:/cygdrive/c/Program Files/TortoiseSVN/bin
   61    6988 [main] touch 6840 environ_init: 0xA48958: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/Windows Imaging:/cygdrive/c/Program Files/TortoiseSVN/bin
   56    7044 [main] touch 6840 environ_init: 0xA38618: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
   51    7095 [main] touch 6840 environ_init: 0xA38660: PRINTER=\\uswinhqdc01\usca017
   46    7141 [main] touch 6840 environ_init: 0xA38688: PROCESSOR_ARCHITECTURE=x86
   48    7189 [main] touch 6840 environ_init: 0xA386A8: PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 5, GenuineIntel
   45    7234 [main] touch 6840 environ_init: 0xA386F8: PROCESSOR_LEVEL=6
   48    7282 [main] touch 6840 environ_init: 0xA48A90: PROCESSOR_REVISION=2505
   47    7329 [main] touch 6840 environ_init: 0xA48AB0: PROGRAMFILES=C:\Program Files
   47    7376 [main] touch 6840 environ_init: 0xA48AD8: PROMPT=$P$G
   48    7424 [main] touch 6840 environ_init: 0xA48AF0: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ 
   49    7473 [main] touch 6840 environ_init: 0xA48B38: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
   49    7522 [main] touch 6840 environ_init: 0xA48B80: PTSM_install_path=C:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin
   48    7570 [main] touch 6840 environ_init: 0xA48BE0: PUBLIC=C:\Users\Public
   48    7618 [main] touch 6840 environ_init: 0xA48C00: PWD=//hyperdisk/Data/Engineering/ruck
   48    7666 [main] touch 6840 environ_init: 0xA48C30: ProgramData=C:\ProgramData
   44    7710 [main] touch 6840 environ_init: 0xA48C50: SESSIONNAME=Console
   44    7754 [main] touch 6840 environ_init: 0xA38710: SHLVL=1
   48    7802 [main] touch 6840 environ_init: 0xA48C70: SYSTEMDRIVE=C:
   47    7849 [main] touch 6840 environ_init: 0xA48C88: SYSTEMROOT=C:\Windows
   45    7894 [main] touch 6840 getwinenv: can't set native for TEMP= since no environ yet
   26    7920 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   26    7946 [main] touch 6840 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   27    7973 [main] touch 6840 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
   63    8036 [main] touch 6840 win_env::add_cache: posix /tmp
   26    8062 [main] touch 6840 win_env::add_cache: native TEMP=C:\cygwin\tmp
   27    8089 [main] touch 6840 posify: env var converted to TEMP=/tmp
   58    8147 [main] touch 6840 environ_init: 0xA48CE8: TEMP=/tmp
   44    8191 [main] touch 6840 environ_init: 0xA48CA8: TERM=cygwin
   44    8235 [main] touch 6840 getwinenv: can't set native for TMP= since no environ yet
   26    8261 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   27    8288 [main] touch 6840 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   27    8315 [main] touch 6840 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
   60    8375 [main] touch 6840 win_env::add_cache: posix /tmp
   25    8400 [main] touch 6840 win_env::add_cache: native TMP=C:\cygwin\tmp
   26    8426 [main] touch 6840 posify: env var converted to TMP=/tmp
   58    8484 [main] touch 6840 environ_init: 0xA48D38: TMP=/tmp
   44    8528 [main] touch 6840 environ_init: 0xA48D48: UATDATA=C:\Windows\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
   44    8572 [main] touch 6840 environ_init: 0xA48DA0: USER=john_ruckstuhl
   43    8615 [main] touch 6840 environ_init: 0xA48DC0: USERDNSDOMAIN=HANSENMEDICAL.COM
   42    8657 [main] touch 6840 environ_init: 0xA48DE8: USERDOMAIN=HANSENMEDICAL
   43    8700 [main] touch 6840 environ_init: 0xA48E08: USERNAME=john_ruckstuhl
   43    8743 [main] touch 6840 environ_init: 0xA48E28: USERPROFILE=C:\Users\john_ruckstuhl
   44    8787 [main] touch 6840 environ_init: 0xA48CF8: WINDIR=C:\Windows
   43    8830 [main] touch 6840 environ_init: 0xA48E58: _=/usr/bin/strace
   38    8868 [main] touch 6840 pinfo_init: Set nice to 0
   29    8897 [main] touch 6840 pinfo_init: pid 6840, pgid 6840
   89    8986 [main] touch 6840 dtable::extend: size 32, fds 0x6124372C
  870    9856 [main] touch 6840 pwdgrp::load: \etc\passwd curr_lines 8
   81    9937 [main] touch 6840 pwdgrp::load: \etc\passwd load succeeded
  756   10693 [main] touch 6840 pwdgrp::load: \etc\group curr_lines 20
   79   10772 [main] touch 6840 pwdgrp::load: \etc\group load succeeded
   43   10815 [main] touch 6840 cygheap_user::ontherange: what 2, pw 0xA49240
   31   10846 [main] touch 6840 cygheap_user::ontherange: HOME is already in the environment /home/john_ruckstuhl
  129   10975 [main] touch 6840 build_argv: argv[0] = 'touch'
   32   11007 [main] touch 6840 build_argv: argv[1] = '//hyperdisk/Data/Engineering/ruck\zoo.7'
   29   11036 [main] touch 6840 build_argv: argc 2
  123   11159 [main] touch 6840 build_fh_pc: fh 0x61243884
   69   11228 [main] touch 6840 open_shared: name (null), n 0, shared 0x60FD0000 (wanted 0x60FD0000), h 0x10C
   38   11266 [main] touch 6840 _pinfo::set_ctty: old no ctty
   31   11297 [main] touch 6840 _pinfo::set_ctty: attaching ctty /dev/console sid 6840, pid 6840, pgid 6840, tty->pgid 0, tty->sid 6840
17584   28881 [main] touch 6840 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   75   28956 [main] touch 6840 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   52   29008 [main] touch 6840 fhandler_base::set_flags: filemode set to binary
  141   29149 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::open: console_count 1, amount 1, ctty /dev/console, avoid_freeing_console 0
   74   29223 [main] touch 6840 fhandler_console::open: opened conin$ 0xF, conout$ 0x13
  127   29350 [main] touch 6840 fhandler_console::output_tcsetattr: 0 = tcsetattr (,60FD001C) (ENABLE FLAGS 3) (lflag 107 oflag 9)
  263   29613 [unknown (0x18F8)] touch 6840 _cygtls::remove: wait 0x0
   46   29659 [unknown (0x18F8)] touch 6840 _cygtls::remove: removed 0x19DECE64 element 1
 2320   31979 [main] touch 6840 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume2'
  268   32247 [main] touch 6840 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp\strace.7.out, no-keep-rel, no-add-slash)
   45   32292 [main] touch 6840 normalize_win32_path: C:\cygwin\tmp\strace.7.out = normalize_win32_path (C:\cygwin\tmp\strace.7.out)
   44   32336 [main] touch 6840 mount_info::conv_to_posix_path: /tmp/strace.7.out = conv_to_posix_path (C:\cygwin\tmp\strace.7.out)
   38   32374 [main] touch 6840 handle_to_fn: derived path 'C:\cygwin\tmp\strace.7.out', posix '/tmp/strace.7.out'
   48   32422 [main] touch 6840 normalize_posix_path: src /tmp/strace.7.out
   39   32461 [main] touch 6840 normalize_posix_path: /tmp/strace.7.out = normalize_posix_path (/tmp/strace.7.out)
   37   32498 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/strace.7.out)
   45   32543 [main] touch 6840 set_flags: flags: binary (0x2)
   33   32576 [main] touch 6840 mount_info::conv_to_win32_path: src_path /tmp/strace.7.out, dst C:\cygwin\tmp\strace.7.out, flags 0x3000A, rc 0
  722   33298 [main] touch 6840 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\strace.7.out)
   95   33393 [main] touch 6840 symlink_info::check: not a symlink
  191   33584 [main] touch 6840 symlink_info::check: 0 = symlink.check (C:\cygwin\tmp\strace.7.out, 0x2238D0) (0x3000A)
   51   33635 [main] touch 6840 path_conv::check: this->path(C:\cygwin\tmp\strace.7.out), has_acls(1)
   47   33682 [main] touch 6840 build_fh_pc: fh 0x61243B24
   39   33721 [main] touch 6840 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   32   33753 [main] touch 6840 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   29   33782 [main] touch 6840 fhandler_base::set_flags: filemode set to binary
   27   33809 [main] touch 6840 fhandler_base::init: created new fhandler_base for handle 0x130, bin 1
  115   33924 [main] touch 6840 build_fh_pc: fh 0x61243D9C
   39   33963 [main] touch 6840 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   32   33995 [main] touch 6840 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   42   34037 [main] touch 6840 fhandler_base::set_flags: filemode set to binary
  100   34137 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::open: console_count 2, amount 1, ctty /dev/console, avoid_freeing_console 0
   69   34206 [main] touch 6840 fhandler_console::open: opened conin$ 0x37, conout$ 0x3B
   53   34259 [main] touch 6840 fhandler_console::output_tcsetattr: 0 = tcsetattr (,60FD001C) (ENABLE FLAGS 3) (lflag 107 oflag 9)
   76   34335 [main] touch 6840 fhandler_console::need_invisible: invisible_console 0
  177   34512 [main] touch 6840 __set_errno: void dll_crt0_1(void*):958 val 0
  364   34876 [main] touch 6840 sig_send: sendsig 0xD8, pid 6840, signal -39, its_me 1
   37   34913 [main] touch 6840 sig_send: wakeup 0x138
   39   34952 [main] touch 6840 sig_send: Waiting for pack.wakeup 0x138
   47   34999 [sig] touch 6840 wait_sig: signalling pack.wakeup 0x138
   44   35043 [main] touch 6840 sig_send: returning 0x0 from sending signal -39
   50   35093 [main] touch 6840 __get_lcid_from_locale: LCID=0x0000
   85   35178 [main] touch 6840 __get_lcid_from_locale: LCID=0x0000
   67   35245 [main] touch 6840 __get_lcid_from_locale: LCID=0x0000
   66   35311 [main] touch 6840 __get_lcid_from_locale: LCID=0x0000
   72   35383 [main] touch 6840 __get_lcid_from_locale: LCID=0x0000
  364   35747 [main] touch 6840 open: open (//hyperdisk/Data/Engineering/ruck\zoo.7, 0xC201)
   38   35785 [main] touch 6840 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck\zoo.7
   39   35824 [main] touch 6840 normalize_win32_path: \\hyperdisk\Data\Engineering\ruck\zoo.7 = normalize_win32_path (//hyperdisk/Data/Engineering/ruck\zoo.7)
   39   35863 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.7)
   34   35897 [main] touch 6840 set_flags: flags: binary (0x2)
   31   35928 [main] touch 6840 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.7, dst \\hyperdisk\Data\Engineering\ruck\zoo.7, flags 0x4022, rc 0
 1567   37495 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7)
   64   37559 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7)
 1368   38927 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe)
   62   38989 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe)
 1358   40347 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.lnk)
   56   40403 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.lnk)
 1440   41843 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe.lnk)
   64   41907 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe.lnk)
   40   41947 [main] touch 6840 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.7, 0x22B740) (0x6022)
   32   41979 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   39   42018 [main] touch 6840 set_flags: flags: binary (0x2)
   33   42051 [main] touch 6840 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
 1022   43073 [main] touch 6840 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
 1255   44328 [main] touch 6840 symlink_info::check: not a symlink
  485   44813 [main] touch 6840 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x6022)
   48   44861 [main] touch 6840 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.7), has_acls(0)
   57   44918 [main] touch 6840 build_fh_pc: fh 0x6124403C
   47   44965 [main] touch 6840 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0x10C201)
 3483   48448 [main] touch 6840 fhandler_base::set_flags: flags 0x10C201, supplied_bin 0x10000
   80   48528 [main] touch 6840 fhandler_base::set_flags: filemode set to binary
   40   48568 [main] touch 6840 fhandler_base::open: 0 = NtCreateFile (0x158, 40120080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, io, NULL, 80, 7, 3, 4020, NULL, 0)
   38   48606 [main] touch 6840 fhandler_base::open: 1 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0x10C201)
   57   48663 [main] touch 6840 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0xC201)
   41   48704 [main] touch 6840 open: 3 = open (//hyperdisk/Data/Engineering/ruck\zoo.7, 0xC201)
   34   48738 [main] touch 6840 dtable::dup3: dup3 (3, 0, 0x0)
   37   48775 [main] touch 6840 build_fh_pc: fh 0x6124435C
   40   48815 [main] touch 6840 fhandler_base::dup: in fhandler_base dup
   39   48854 [main] touch 6840 dtable::dup_worker: duped '//hyperdisk/Data/Engineering/ruck/zoo.7' old 0x158, new 0x15C
   35   48889 [main] touch 6840 dtable::dup3: newfh->io_handle 0x15C, oldfh->io_handle 0x158, new win32_name 0x61243ADC, old win32_name 0x61244244
   45   48934 [main] touch 6840 close: close (0)
  157   49091 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::close: console_count 1, amount -1, ctty /dev/console, avoid_freeing_console 0
   54   49145 [main] touch 6840 close: 0 = close (0)
   42   49187 [main] touch 6840 dtable::dup3: 0 = dup3 (3, 0, 0x0)
   44   49231 [main] touch 6840 close: close (3)
   37   49268 [main] touch 6840 fhandler_base::close: closing '//hyperdisk/Data/Engineering/ruck/zoo.7' handle 0x158
   62   49330 [main] touch 6840 close: 0 = close (3)
   56   49386 [main] touch 6840 dup2: 0 = dup2 (0, 0) (newfd==oldfd)
 1493   50879 [main] touch 6840 fhandler_base::utimens_fs: incoming lastaccess 4E6FCD36 37EC4BE0
  463   51342 [main] touch 6840 futimens: 0 = futimens (0, 0x0)
   44   51386 [main] touch 6840 close: close (0)
   70   51456 [main] touch 6840 fhandler_base::close: closing '//hyperdisk/Data/Engineering/ruck/zoo.7' handle 0x15C
  147   51603 [main] touch 6840 close: 0 = close (0)
  117   51720 [main] touch 6840 _cygwin_istext_for_stdio: fd 0: not open
   29   51749 [main] touch 6840 _cygwin_istext_for_stdio: fd 1: opened as binary
   26   51775 [main] touch 6840 _cygwin_istext_for_stdio: fd 2: opened as binary
  194   51969 [main] touch 6840 close: close (1)
   27   51996 [main] touch 6840 fhandler_base::close: closing '/tmp/strace.7.out' handle 0x130
   38   52034 [main] touch 6840 close: 0 = close (1)
  292   52326 [main] touch 6840 close: close (2)
  103   52429 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
   34   52463 [main] touch 6840 close: 0 = close (2)
  348   52811 [main] touch 6840 close: close (0)
   28   52839 [main] touch 6840 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27   52866 [main] touch 6840 close: -1 = close (0)
  135   53001 [main] touch 6840 do_exit: do_exit (0), exit_state 1
  205   53206 [main] touch 6840 void: 0x0 = signal (20, 0x1)
   35   53241 [main] touch 6840 void: 0x0 = signal (1, 0x1)
   30   53271 [main] touch 6840 void: 0x0 = signal (2, 0x1)
   26   53297 [main] touch 6840 void: 0x0 = signal (3, 0x1)
   49   53346 [main] touch 6840 sigproc_terminate: entering
   27   53373 [main] touch 6840 sig_send: sendsig 0xD8, pid 6840, signal -42, its_me 1
   36   53409 [main] touch 6840 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
   29   53438 [main] touch 6840 sig_send: returning 0x0 from sending signal -42
  -24   53414 [sig] touch 6840 wait_sig: saw __SIGEXIT
   74   53488 [main] touch 6840 proc_terminate: nprocs 0
   29   53517 [sig] touch 6840 wait_sig: signal thread exiting
   -1   53516 [main] touch 6840 proc_terminate: leaving
   54   53570 [main] touch 6840 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312002
   29   53599 [main] touch 6840 __to_clock_t: total 00000000 0000001F
   35   53634 [main] touch 6840 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156001
   38   53672 [main] touch 6840 __to_clock_t: total 00000000 0000000F
 1698   55370 [main] touch 6840 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0

[-- Attachment #5: Type: text/plain, Size: 218 bytes --]

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14  2:53 cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()? (Windows 7) John Ruckstuhl
@ 2011-09-14  3:48 ` Larry Hall (Cygwin)
  2011-09-14 18:03 ` Thorsten Kampe
  1 sibling, 0 replies; 12+ messages in thread
From: Larry Hall (Cygwin) @ 2011-09-14  3:48 UTC (permalink / raw)
  To: cygwin

On 9/13/2011 8:40 PM, John Ruckstuhl wrote:
> I'm trying to create files in the current dir, on a network fileserver.

What do we know about this fileserver?

> I do have the necessary permissions.

Can you show us with 'ls -l' and 'getfacl'?


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14  2:53 cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()? (Windows 7) John Ruckstuhl
  2011-09-14  3:48 ` Larry Hall (Cygwin)
@ 2011-09-14 18:03 ` Thorsten Kampe
  2011-09-14 18:22   ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 12+ messages in thread
From: Thorsten Kampe @ 2011-09-14 18:03 UTC (permalink / raw)
  To: cygwin

* John Ruckstuhl (Tue, 13 Sep 2011 17:40:40 -0700)
> I'm trying to create files in the current dir, on a network
> fileserver. I do have the necessary permissions. The standard
> incantation fails, but some non-standard incantations succeed. I'm
> willing to bet $10 that it's a cygwin1.dll problem, but I guess it's
> possible it's a bash problem.
> I'll use "touch" to demonstrate:
> 
>     $ pwd
>     //hyperdisk/Data/Engineering/ruck

The obvious way to troubleshoot this would be to use a network drive (Z: 
for instance) instead of UNC or to mount the share and see if that 
works. Naturally it would also make sense to test the latest Cygwin 
snapshot and to see if you get the same result if you use //localhost/C
$.

Thorsten


--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14 18:03 ` Thorsten Kampe
@ 2011-09-14 18:22   ` Larry Hall (Cygwin)
  2011-09-14 20:52     ` John Ruckstuhl
  0 siblings, 1 reply; 12+ messages in thread
From: Larry Hall (Cygwin) @ 2011-09-14 18:22 UTC (permalink / raw)
  To: cygwin

On 9/14/2011 1:56 PM, Thorsten Kampe wrote:
> * John Ruckstuhl (Tue, 13 Sep 2011 17:40:40 -0700)
>> I'm trying to create files in the current dir, on a network
>> fileserver. I do have the necessary permissions. The standard
>> incantation fails, but some non-standard incantations succeed. I'm
>> willing to bet $10 that it's a cygwin1.dll problem, but I guess it's
>> possible it's a bash problem.
>> I'll use "touch" to demonstrate:
>>
>>      $ pwd
>>      //hyperdisk/Data/Engineering/ruck
>
> The obvious way to troubleshoot this would be to use a network drive (Z:
> for instance) instead of UNC or to mount the share and see if that
> works. Naturally it would also make sense to test the latest Cygwin
> snapshot and to see if you get the same result if you use //localhost/C
> $.

Right.  I was thinking this could fall into the category of a network
share that needs to have the "noacl" mount option set.  So another
option is to try mounting the UNC path to a Cygwin path (in /etc/fstab)
and specify the "noacl" option.

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14 18:22   ` Larry Hall (Cygwin)
@ 2011-09-14 20:52     ` John Ruckstuhl
  2011-09-14 21:02       ` Larry Hall (Cygwin)
  2011-09-15 13:17       ` Thorsten Kampe
  0 siblings, 2 replies; 12+ messages in thread
From: John Ruckstuhl @ 2011-09-14 20:52 UTC (permalink / raw)
  To: cygwin

Larry Hall wrote:
> On 9/14/2011 1:56 PM, Thorsten Kampe wrote:
> > The obvious way to troubleshoot this would be to use a network drive (Z:
> > for instance) instead of UNC or to mount the share and see if that
> > works. Naturally it would also make sense to test the latest Cygwin
> > snapshot and to see if you get the same result if you use //localhost/C
> > $.
>
> Right.  I was thinking this could fall into the category of a network
> share that needs to have the "noacl" mount option set.  So another
> option is to try mounting the UNC path to a Cygwin path (in /etc/fstab)
> and specify the "noacl" option.

------------------------------------------------------------------------
Both of your comments are a bit over my head.  
I'll put in an honest effort to figure out what you mean, and then reply 
with results.
It seems you are suspicious of the mount... that a defective mount WOULD 
interfere when the target is expressed one way, and WOULDNOT interfere 
when the target is expressed the other way.

Meanwhile -- hopefully my presentation was clear... 
When I use only forward slashes THEN I get bad permissions and fail.
    Bad:   touch ./zoo.4
    Bad:   touch //hyperdisk/Data/Engineering/ruck/zoo.6
If I refer to the target with at least some backslash in the path, all is good.
    Good:  touch .\\zoo.5
    Good:  touch //hyperdisk/Data/Engineering/ruck\\zoo.7

And from the straces, line 202 differs -- the "Bad" case is using 
normalize_posix_path, the "Good" case is using normalize_win32_path.

------------------------------------------------------------------------
strace.out (fail case, touch $(pwd)/zoo.6)
------------------------------------------------------------------------
   201     44   33624 [main] touch 6444 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck/zoo.6
   202     40   33664 [main] touch 6444 normalize_posix_path: //hyperdisk/Data/Engineering/ruck/zoo.6 = normalize_posix_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   203     49   33713 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.6)


------------------------------------------------------------------------
strace.7.out (success case, touch $(pwd)\\zoo.7)
------------------------------------------------------------------------
   201     38   35785 [main] touch 6840 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck\zoo.7
   202     39   35824 [main] touch 6840 normalize_win32_path: \\hyperdisk\Data\Engineering\ruck\zoo.7 = normalize_win32_path (//hyperdisk/Data/Engineering/ruck\zoo.7)
   203     39   35863 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.7)

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14 20:52     ` John Ruckstuhl
@ 2011-09-14 21:02       ` Larry Hall (Cygwin)
  2011-09-15  0:41         ` John Ruckstuhl
  2011-09-15 21:02         ` John Ruckstuhl
  2011-09-15 13:17       ` Thorsten Kampe
  1 sibling, 2 replies; 12+ messages in thread
From: Larry Hall (Cygwin) @ 2011-09-14 21:02 UTC (permalink / raw)
  To: cygwin

On 9/14/2011 4:31 PM, John Ruckstuhl wrote:
> Larry Hall wrote:
>> On 9/14/2011 1:56 PM, Thorsten Kampe wrote:
>>> The obvious way to troubleshoot this would be to use a network drive (Z:
>>> for instance) instead of UNC or to mount the share and see if that
>>> works. Naturally it would also make sense to test the latest Cygwin
>>> snapshot and to see if you get the same result if you use //localhost/C
>>> $.
>>
>> Right.  I was thinking this could fall into the category of a network
>> share that needs to have the "noacl" mount option set.  So another
>> option is to try mounting the UNC path to a Cygwin path (in /etc/fstab)
>> and specify the "noacl" option.
>
> ------------------------------------------------------------------------
> Both of your comments are a bit over my head.
> I'll put in an honest effort to figure out what you mean, and then reply
> with results.
> It seems you are suspicious of the mount... that a defective mount WOULD
> interfere when the target is expressed one way, and WOULDNOT interfere
> when the target is expressed the other way.

Not defective, no.  In my case, I'm suggesting that you turn off POSIX
permissions.  These sometimes cause problems for network drives.  So
do something like this:

   mkdir /foo
   mount -o noacl,binary,notexec //hyperdisk/Data/Engineering/ruck /foo

Then try the same tests using /foo as the root path.

You can find more information about mount options here:

<http://cygwin.com/cygwin-ug-net/using-utils.html#mount>

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14 21:02       ` Larry Hall (Cygwin)
@ 2011-09-15  0:41         ` John Ruckstuhl
  2011-09-15 21:02         ` John Ruckstuhl
  1 sibling, 0 replies; 12+ messages in thread
From: John Ruckstuhl @ 2011-09-15  0:41 UTC (permalink / raw)
  To: cygwin

Larry Hall wrote:
>On 9/14/2011 4:31 PM, John Ruckstuhl wrote:
>> Larry Hall wrote:
>>> On 9/14/2011 1:56 PM, Thorsten Kampe wrote:
>>>> The obvious way to troubleshoot this would be to use a network drive (Z:
>>>> for instance) instead of UNC or to mount the share and see if that
>>>> works. Naturally it would also make sense to test the latest Cygwin
>>>> snapshot and to see if you get the same result if you use //localhost/C
>>>> $.
>>>
>>> Right.  I was thinking this could fall into the category of a network
>>> share that needs to have the "noacl" mount option set.  So another
>>> option is to try mounting the UNC path to a Cygwin path (in /etc/fstab)
>>> and specify the "noacl" option.

>> It seems you are suspicious of the mount... that a defective mount WOULD
>> interfere when the target is expressed one way, and WOULDNOT interfere
>> when the target is expressed the other way.
>
> Not defective, no.  In my case, I'm suggesting that you turn off POSIX
> permissions.  These sometimes cause problems for network drives.  So
> do something like this:
>    mkdir /foo
>    mount -o noacl,binary,notexec //hyperdisk/Data/Engineering/ruck /foo
> Then try the same tests using /foo as the root path.

Okay, Larry's thinking is confirmed.
    $ mkdir /foo.noacl
    $ mount -o noacl,binary,notexec //hyperdisk/Data/Engineering/ruck /foo.noacl
    $ mkdir /foo.acl
    $ mount -o binary,notexec //hyperdisk/Data/Engineering/ruck /foo.acl
    $ cd /foo.noacl
    $ touch xoo.1
    $ cd /foo.acl
    $ touch xoo.2
    touch: cannot touch `xoo.2': Permission denied
That is, problem shows under /foo.acl (but not under /foo.noacl)

But for what it's worth, my problem does NOT appear when I'm on a 1.7.7
System hitting that same fileserver-directory.

The system WITHOUT the problem is 
    Windows XP SP3, and uname -a says:
    CYGWIN_NT-5.1 HZ4X1C1 1.7.7(0,230/5/3) 2010-08-31 09:58 i686 Cygwin
The system WITH the problem is 
    Windows 7 SP1, and uname -a says:
    CYGWIN_NT-6.1 CND0360JCB 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin

I don't know if the differing behavior is due to different Cygwin or due
to different OS.
Also, thanks for the link to using-utils.html#mount !

Thanks,
John

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14 20:52     ` John Ruckstuhl
  2011-09-14 21:02       ` Larry Hall (Cygwin)
@ 2011-09-15 13:17       ` Thorsten Kampe
  1 sibling, 0 replies; 12+ messages in thread
From: Thorsten Kampe @ 2011-09-15 13:17 UTC (permalink / raw)
  To: cygwin

* John Ruckstuhl (Wed, 14 Sep 2011 13:31:50 -0700)
> Larry Hall wrote:
> > On 9/14/2011 1:56 PM, Thorsten Kampe wrote:
> > > The obvious way to troubleshoot this would be to use a network
> > > drive (Z: for instance) instead of UNC or to mount the share and
> > > see if that works. Naturally it would also make sense to test the
> > > latest Cygwin snapshot and to see if you get the same result if
> > > you use //localhost/C$.
> >
> > Right. I was thinking this could fall into the category of a network
> > share that needs to have the "noacl" mount option set. So another
> > option is to try mounting the UNC path to a Cygwin path (in
> > /etc/fstab) and specify the "noacl" option.
> 
> ------------------------------------------------------------------------
> Both of your comments are a bit over my head.  
> I'll put in an honest effort to figure out what you mean, and then
> reply with results.
> It seems you are suspicious of the mount... that a defective mount
> WOULD interfere when the target is expressed one way, and WOULDNOT
> interfere when the target is expressed the other way.

Sorry, you completely missed the point. You cd'ed into 
//hyperdisk/Data/Engineering/ruck (Cygwin's representation of a UNC 
path) - that means you didn't mount or map /anything/! Use the mount 
command to mount or "net use" to map a share.

Thorsten


--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-14 21:02       ` Larry Hall (Cygwin)
  2011-09-15  0:41         ` John Ruckstuhl
@ 2011-09-15 21:02         ` John Ruckstuhl
  2011-09-16  2:26           ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 12+ messages in thread
From: John Ruckstuhl @ 2011-09-15 21:02 UTC (permalink / raw)
  To: cygwin

NEW information -- this UNC permissions confusion is new behavior in 1.7.9,
it does not show in 1.7.8 (on the same Windows 7 system).

> > > It seems you are suspicious of the mount... that a defective mount WOULD
> > > interfere when the target is expressed one way, and WOULDNOT interfere
> > > when the target is expressed the other way.
> >
> > Not defective, no.  In my case, I'm suggesting that you turn off POSIX
> > permissions.  These sometimes cause problems for network drives.  So
> > do something like this:
> >    mkdir /foo
> >    mount -o noacl,binary,notexec //hyperdisk/Data/Engineering/ruck /foo
> > Then try the same tests using /foo as the root path.
>
> Okay, Larry's thinking is confirmed.
>     $ mkdir /foo.noacl
>     $ mount -o noacl,binary,notexec //hyperdisk/Data/Engineering/ruck /foo.noacl
>     $ mkdir /foo.acl
>     $ mount -o binary,notexec //hyperdisk/Data/Engineering/ruck /foo.acl
>     $ cd /foo.noacl
>     $ touch xoo.1
>     $ cd /foo.acl
>     $ touch xoo.2
>     touch: cannot touch `xoo.2': Permission denied
> That is, problem shows under /foo.acl (but not under /foo.noacl)
> But for what it's worth, my problem does NOT appear when I'm on a 1.7.7
> System hitting that same fileserver-directory.

Larry Hall shows me how to explicitly mount, with noacl, to workaround the getting of wrong permissions.
Thorsten Kampe is also recommending explicit mount instead of accessing via UNC reference.

Okay, thanks for the excellent workarounds.

As to the original problem, i.e. different results from getpermissions(), depending on whether you 
(a) construct the UNC with all "/", or 
(b) with "\" in there, ...
Here's NEW information -- this UNC permissions confusion is new behavior in 1.7.9,
it does not show in 1.7.8 (on the same Windows 7 system).

I used setup to downgrade to 1.7.8, started a shell,
    $ uname -a
    CYGWIN_NT-6.1 CND0360JCB 1.7.8(0.236/5/3) 2011-03-01 09:36 i686 Cygwin
    $ bash --version
    GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)    $ cd //hyperdisk/Data/Engineering/ruck
    $ touch zoo.1050

Then I exited the shell and used setup to re-upgrade... and started a shell,
    $ uname -a
    CYGWIN_NT-6.1 CND0360JCB 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
    $ bash --version
    GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
    $ cd //hyperdisk/Data/Engineering/ruck
    $ touch zoo.1054
    touch: cannot touch `zoo.1054': Permission denied
    $ touch .\\zoo.1055
    cygwin warning:
      MS-DOS style path detected: .\zoo.1055
      Preferred POSIX equivalent is: ./zoo.1055
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
(zoo.1054 was not created due to error, zoo.1055 was created despite the warning)

So, I'm claiming this is a change with 1.7.9.  
I'll leave it to others to classify this as a new "bug", "feature",
And I'll be interested to see that discussion.
Meanwhile, thanks for showing a workaround.  Other colleagues are affected, so
we will discuss whether we want to stay downgraded or start using explicit mounts.
Thanks, and regards,
John Ruckstuhl

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-15 21:02         ` John Ruckstuhl
@ 2011-09-16  2:26           ` Larry Hall (Cygwin)
  2011-09-23  5:06             ` John Ruckstuhl
  0 siblings, 1 reply; 12+ messages in thread
From: Larry Hall (Cygwin) @ 2011-09-16  2:26 UTC (permalink / raw)
  To: cygwin

On 9/15/2011 4:19 PM, John Ruckstuhl wrote:
> Meanwhile, thanks for showing a workaround.  Other colleagues are affected, so
> we will discuss whether we want to stay downgraded or start using explicit mounts.

Another alternative is to try a snapshot.  This issue should be addressed
there.

<http://cygwin.com/snapshots/>

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
  2011-09-16  2:26           ` Larry Hall (Cygwin)
@ 2011-09-23  5:06             ` John Ruckstuhl
  0 siblings, 0 replies; 12+ messages in thread
From: John Ruckstuhl @ 2011-09-23  5:06 UTC (permalink / raw)
  To: cygwin

Regarding a cygwin 1.7.9 bug w/ acls on network share (bug not present in 1.7.8).

Larry wrote:
> On 9/15/2011 4:19 PM, John Ruckstuhl wrote:
> > Meanwhile, thanks for showing a workaround.  Other colleagues are affected, so
> > we will discuss whether we want to stay downgraded or start using 
> > explicit mounts.
>
> Another alternative is to try a snapshot.  This issue should be addressed
> there.
> <http://cygwin.com/snapshots/>

I'll be happy to try most-recent snapshot to confirm/contradict 
that this symptom of the 1.7.9 bug is fixed in the source tree.  
But I won't be able to persuade colleagues to adopt a snapshot.

FWIW, my issue sounds very much like Keith Christian's 
    Subject: Writing to Windows Share issues fixed in cygwin1-20110829.dll.bz2

On 9/15 Keith said:
> I stumbled across the following snapshot, cygwin1-20110829.dll.bz2, 
> and now I can create files in a Windows Share that I haven't been 
> able to properly access from Cygwin in months!
> 
> Corinna, whatever changes you made to this snapshot have fixed the 
> problem for me, at least.  Hope they can be included in the next 
> official cygwin1.dll release.  Now I can start using the share from 
> Cygwin again.
> 
> Great news!

But then he had to backtrack... yes a symptom was fixed -- he can 
create files on his share, but another symptom of the same bug (or 
else a quite similar bug) still exists.

On 9/16 Keith said:
> I was wrong.
> Only some improvement using the cygwin1-20110829.dll.bz2 snapshot.
> Problems still exist when trying to check in a file with RCS on 
> this Windows share.

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
@ 2011-09-14 17:57 John Ruckstuhl
  0 siblings, 0 replies; 12+ messages in thread
From: John Ruckstuhl @ 2011-09-14 17:57 UTC (permalink / raw)
  To: cygwin

Larry Hall asks for more info:
> On 9/13/2011 8:40 PM, John Ruckstuhl wrote:
> > I'm trying to create files in the current dir, on a network fileserver.
>
> What do we know about this fileserver?

This required a visit with my friendly IT Team.
An HP Proliant DL380G5 running Windows 2003, with an external storage array -- an HP StorageWorks MSA 60.

> > I do have the necessary permissions.
>
> Can you show us with 'ls -l' and 'getfacl'?

$ icacls .
. HANSENMEDICAL\Domain Admins:(I)(OI)(CI)(F)
  HANSENMEDICAL\Domain Users:(I)(OI)(CI)(M)
  Everyone:(I)(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

$ ls -ld .
drwxrwxrwx+ 1 john_ruckstuhl Domain Users 0 Sep 13 16:48 .

$ getfacl -d .
# file: .
# owner: john_ruckstuhl
# group: Domain Users
default:user::---
default:group::rwx
default:group:Domain Users:rwx
default:mask:rwx
default:other:rwx

And I'm thinking the fact that I have success cases also demonstrates that I have the necessary permissions.
Also, I have no problem creating new files or dirs from cmd.exe or from Windows Explorer.

Thanks, and regards,
John Ruckstuhl

-----Original Message-----
From: John Ruckstuhl
Sent: Tuesday, September 13, 2011 5:41 PM
Subject: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()? (Windows 7)

I'm trying to create files in the current dir, on a network fileserver.
I do have the necessary permissions.
The standard incantation fails, but some non-standard incantations succeed.
I'm willing to bet $10 that it's a cygwin1.dll problem, but I guess it's possible it's a bash problem.
I'll use "touch" to demonstrate:

    $ pwd
    //hyperdisk/Data/Engineering/ruck

These 3 fail:

    $ touch zoo.2
    touch: cannot touch `zoo.2': Permission denied

    $ touch ./zoo.4
    touch: cannot touch `./zoo.4': Permission denied

    $ touch $(pwd)/zoo.6
    touch: cannot touch `//hyperdisk/Data/Engineering/ruck/zoo.6': Permission denied

But these 3 succeed ?!

    $ touch .\\zoo.5

    $ touch $(pwd)\\zoo.7

    $ touch \\\\hyperdisk\\Data\\Engineering\\ruck\\zoo.1

This on Windows 7.
uname -a reports
    CYGWIN_NT-6.1 CND0360JCB 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin bash --version reports
    GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)

I straced two, to compare the failure case with the success case.
    $ strace touch $(pwd)/zoo.6 > /tmp/strace.out
    $ strace touch $(pwd)\\zoo.7 > /tmp/strace.7.out (see attached)

Is this a known problem?  Is there a known workaround?
BTW, I tried with CYGWIN=ntsec, CYGWIN=nontsec, and CYGWIN null... did not solve.
Thanks,
John Ruckstuhl

The straces diverge soon after line 200, like:
------------------------------------------------------------------------
strace.out (fail case, touch $(pwd)/zoo.6)
------------------------------------------------------------------------
   200    375   33580 [main] touch 6444 open: open (//hyperdisk/Data/Engineering/ruck/zoo.6, 0xC201)
   201     44   33624 [main] touch 6444 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck/zoo.6
   202     40   33664 [main] touch 6444 normalize_posix_path: //hyperdisk/Data/Engineering/ruck/zoo.6 = normalize_posix_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   203     49   33713 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.6)
   204     43   33756 [main] touch 6444 set_flags: flags: binary (0x2)
   205     40   33796 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.6, dst \\hyperdisk\Data\Engineering\ruck\zoo.6, flags 0x4022, rc 0
   206   1450   35246 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
   207     65   35311 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6)
   208   1297   36608 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
   209     74   36682 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe)
   210   1202   37884 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
   211     57   37941 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.lnk)
   212   1211   39152 [main] touch 6444 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   213     58   39210 [main] touch 6444 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6.exe.lnk)
   214     46   39256 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.6, 0x22B740) (0x4022)
   215     45   39301 [main] touch 6444 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   216     43   39344 [main] touch 6444 set_flags: flags: binary (0x2)
   217     51   39395 [main] touch 6444 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
   218   1008   40403 [main] touch 6444 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
   219   1136   41539 [main] touch 6444 symlink_info::check: not a symlink
   220    490   42029 [main] touch 6444 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x4022)
   221     69   42098 [main] touch 6444 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.6), has_acls(1)
   222     63   42161 [main] touch 6444 build_fh_pc: fh 0x6124403C
   223     53   42214 [main] touch 6444 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10C201)
   224   1848   44062 [main] touch 6444 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000022 -> windows error 5
   225     59   44121 [main] touch 6444 geterrno_from_win_error: windows error 5 == errno 13
   226     46   44167 [main] touch 6444 fhandler_base::open: C0000022 = NtCreateFile (0xA08020, 40160080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, io, NULL, 80, 7, 3, 4020, NULL, 0)
   227     41   44208 [main] touch 6444 fhandler_base::open: 0 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0x10C201)
   228     37   44245 [main] touch 6444 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.6, 0xC201)
   229     42   44287 [main] touch 6444 open: -1 = open (//hyperdisk/Data/Engineering/ruck/zoo.6, 0xC201)
   ...

------------------------------------------------------------------------
strace.7.out (success case, touch $(pwd)\\zoo.7)
------------------------------------------------------------------------
   200    364   35747 [main] touch 6840 open: open (//hyperdisk/Data/Engineering/ruck\zoo.7, 0xC201)
   201     38   35785 [main] touch 6840 normalize_posix_path: src //hyperdisk/Data/Engineering/ruck\zoo.7
   202     39   35824 [main] touch 6840 normalize_win32_path: \\hyperdisk\Data\Engineering\ruck\zoo.7 = normalize_win32_path (//hyperdisk/Data/Engineering/ruck\zoo.7)
   203     39   35863 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck/zoo.7)
   204     34   35897 [main] touch 6840 set_flags: flags: binary (0x2)
   205     31   35928 [main] touch 6840 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck/zoo.7, dst \\hyperdisk\Data\Engineering\ruck\zoo.7, flags 0x4022, rc 0
   206   1567   37495 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7)
   207     64   37559 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7)
   208   1368   38927 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe)
   209     62   38989 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe)
   210   1358   40347 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.lnk)
   211     56   40403 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.lnk)
   212   1440   41843 [main] touch 6840 symlink_info::check: 0xC0000034 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe.lnk)
   213     64   41907 [main] touch 6840 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7.exe.lnk)
   214     40   41947 [main] touch 6840 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck\zoo.7, 0x22B740) (0x6022)
   215     32   41979 [main] touch 6840 mount_info::conv_to_win32_path: conv_to_win32_path (//hyperdisk/Data/Engineering/ruck)
   216     39   42018 [main] touch 6840 set_flags: flags: binary (0x2)
   217     33   42051 [main] touch 6840 mount_info::conv_to_win32_path: src_path //hyperdisk/Data/Engineering/ruck, dst \\hyperdisk\Data\Engineering\ruck, flags 0x4022, rc 0
   218   1022   43073 [main] touch 6840 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\hyperdisk\Data\Engineering\ruck)
   219   1255   44328 [main] touch 6840 symlink_info::check: not a symlink
   220    485   44813 [main] touch 6840 symlink_info::check: 0 = symlink.check (\\hyperdisk\Data\Engineering\ruck, 0x22B740) (0x6022)
   221     48   44861 [main] touch 6840 path_conv::check: this->path(\\hyperdisk\Data\Engineering\ruck\zoo.7), has_acls(0)
   222     57   44918 [main] touch 6840 build_fh_pc: fh 0x6124403C
   223     47   44965 [main] touch 6840 fhandler_base::open: (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0x10C201)
   224   3483   48448 [main] touch 6840 fhandler_base::set_flags: flags 0x10C201, supplied_bin 0x10000
   225     80   48528 [main] touch 6840 fhandler_base::set_flags: filemode set to binary
   226     40   48568 [main] touch 6840 fhandler_base::open: 0 = NtCreateFile (0x158, 40120080, \??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, io, NULL, 80, 7, 3, 4020, NULL, 0)
   227     38   48606 [main] touch 6840 fhandler_base::open: 1 = fhandler_base::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0x10C201)
   228     57   48663 [main] touch 6840 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\UNC\hyperdisk\Data\Engineering\ruck\zoo.7, 0xC201)
   229     41   48704 [main] touch 6840 open: 3 = open (//hyperdisk/Data/Engineering/ruck\zoo.7, 0xC201)
   230     34   48738 [main] touch 6840 dtable::dup3: dup3 (3, 0, 0x0)
   231     37   48775 [main] touch 6840 build_fh_pc: fh 0x6124435C
   232     40   48815 [main] touch 6840 fhandler_base::dup: in fhandler_base dup
   233     39   48854 [main] touch 6840 dtable::dup_worker: duped '//hyperdisk/Data/Engineering/ruck/zoo.7' old 0x158, new 0x15C
   234     35   48889 [main] touch 6840 dtable::dup3: newfh->io_handle 0x15C, oldfh->io_handle 0x158, new win32_name 0x61243ADC, old win32_name 0x61244244
   235     45   48934 [main] touch 6840 close: close (0)
   236    157   49091 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::close: console_count 1, amount -1, ctty /dev/console, avoid_freeing_console 0
   237     54   49145 [main] touch 6840 close: 0 = close (0)
   238     42   49187 [main] touch 6840 dtable::dup3: 0 = dup3 (3, 0, 0x0)
   239     44   49231 [main] touch 6840 close: close (3)
   240     37   49268 [main] touch 6840 fhandler_base::close: closing '//hyperdisk/Data/Engineering/ruck/zoo.7' handle 0x158
   241     62   49330 [main] touch 6840 close: 0 = close (3)
   242     56   49386 [main] touch 6840 dup2: 0 = dup2 (0, 0) (newfd==oldfd)
   243   1493   50879 [main] touch 6840 fhandler_base::utimens_fs: incoming lastaccess 4E6FCD36 37EC4BE0
   244    463   51342 [main] touch 6840 futimens: 0 = futimens (0, 0x0)
   245     44   51386 [main] touch 6840 close: close (0)
   246     70   51456 [main] touch 6840 fhandler_base::close: closing '//hyperdisk/Data/Engineering/ruck/zoo.7' handle 0x15C
   247    147   51603 [main] touch 6840 close: 0 = close (0)
   248    117   51720 [main] touch 6840 _cygwin_istext_for_stdio: fd 0: not open
   249     29   51749 [main] touch 6840 _cygwin_istext_for_stdio: fd 1: opened as binary
   250     26   51775 [main] touch 6840 _cygwin_istext_for_stdio: fd 2: opened as binary
   251    194   51969 [main] touch 6840 close: close (1)
   252     27   51996 [main] touch 6840 fhandler_base::close: closing '/tmp/strace.7.out' handle 0x130
   253     38   52034 [main] touch 6840 close: 0 = close (1)
   254    292   52326 [main] touch 6840 close: close (2)
   255    103   52429 [main] touch 6840 init_cygheap::manage_console_count: fhandler_console::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
   256     34   52463 [main] touch 6840 close: 0 = close (2)
   257    348   52811 [main] touch 6840 close: close (0)
   258     28   52839 [main] touch 6840 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   259     27   52866 [main] touch 6840 close: -1 = close (0)
   260    135   53001 [main] touch 6840 do_exit: do_exit (0), exit_state 1
   261    205   53206 [main] touch 6840 void: 0x0 = signal (20, 0x1)
   262     35   53241 [main] touch 6840 void: 0x0 = signal (1, 0x1)
   263     30   53271 [main] touch 6840 void: 0x0 = signal (2, 0x1)
   264     26   53297 [main] touch 6840 void: 0x0 = signal (3, 0x1)
   265     49   53346 [main] touch 6840 sigproc_terminate: entering
   266     27   53373 [main] touch 6840 sig_send: sendsig 0xD8, pid 6840, signal -42, its_me 1
   267     36   53409 [main] touch 6840 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
   268     29   53438 [main] touch 6840 sig_send: returning 0x0 from sending signal -42
   269    -24   53414 [sig] touch 6840 wait_sig: saw __SIGEXIT
   270     74   53488 [main] touch 6840 proc_terminate: nprocs 0
   271     29   53517 [sig] touch 6840 wait_sig: signal thread exiting
   272     -1   53516 [main] touch 6840 proc_terminate: leaving
   273     54   53570 [main] touch 6840 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312002
   274     29   53599 [main] touch 6840 __to_clock_t: total 00000000 0000001F
   275     35   53634 [main] touch 6840 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156001
   276     38   53672 [main] touch 6840 __to_clock_t: total 00000000 0000000F
   277   1698   55370 [main] touch 6840 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0

--
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-09-22 18:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-14  2:53 cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()? (Windows 7) John Ruckstuhl
2011-09-14  3:48 ` Larry Hall (Cygwin)
2011-09-14 18:03 ` Thorsten Kampe
2011-09-14 18:22   ` Larry Hall (Cygwin)
2011-09-14 20:52     ` John Ruckstuhl
2011-09-14 21:02       ` Larry Hall (Cygwin)
2011-09-15  0:41         ` John Ruckstuhl
2011-09-15 21:02         ` John Ruckstuhl
2011-09-16  2:26           ` Larry Hall (Cygwin)
2011-09-23  5:06             ` John Ruckstuhl
2011-09-15 13:17       ` Thorsten Kampe
2011-09-14 17:57 John Ruckstuhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).