public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Barry Roberts <manithree@gmail.com>
To: cygwin@cygwin.com, corinna-cygwin@cygwin.com
Subject: Re: Bad Address with /cygdrive paths
Date: Wed, 21 Oct 2015 14:49:00 -0000	[thread overview]
Message-ID: <CAD-6W7YXBhdrEJmB2g8t-28sANvJWnb2w=t0Dsearw2JGGmnjg@mail.gmail.com> (raw)
Message-ID: <20151021144900.7cu9rHjsCqD776I5wGzQlhJAyMfWlicc_QWAiRIa7Xs@z> (raw)
In-Reply-To: <20151021110950.GP5319@calimero.vinschen.de>

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

Attached is the strace output.

Thanks,
Barry

On Wed, Oct 21, 2015 at 5:09 AM, Corinna Vinschen
<corinna-cygwin@cygwin.com> wrote:
> On Oct 12 18:59, Barry Roberts wrote:
>> I've used cygwin for lots of years, and this is kind of weird to me.
>> My operations guys set up some Windows Server 2012 R2 servers with
>> Cygwin x86-64 2.2.1.
>>
>> There's a CIFS mount (from an HNAS) that I use a lot that is giving me
>> problems.  For example:
>>
>> $ ls /cygdrive/m/install
>> ls: cannot access /cygdrive/m/install: Bad address
>
> Would you mind to run strace in this scenario:
>
>   $ strace -o ls.trace ls /cygdrive/m/install
>
> and attach the ls.trace file here?
>
>>
>> But:
>> $ ls m:/install
>>
>> Works just great.
>>
>> Using /cygdrive/m I can list the contents of the root of the drive,
>> but I can't read any files.  And any subdirectory just gives me the
>> "Bad address" error.   Everything (except completion) works just fine
>> with m:/ paths.
>>
>> This isn't a huge deal.  I mostly use cygwin on these servers to
>> manage them with scripts, so I've changed my configuration variables
>> to <drive letter>: paths and everything seems to work.  But I did
>> spend nearly half a day figuring this out, so I'm curious if there's a
>> configuration problem or a known issue that my searches haven't
>> uncovered yet.
>
> Nothing I'd be aware of.
>
>
> Thanks,
> Corinna
>
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Maintainer                 cygwin AT cygwin DOT com
> Red Hat

[-- Attachment #2: ls.trace --]
[-- Type: application/octet-stream, Size: 74524 bytes --]

--- Process 3428 created
--- Process 3428 loaded C:\Windows\System32\ntdll.dll at 00007FFA18520000
--- Process 3428 loaded C:\Windows\System32\kernel32.dll at 00007FFA17FD0000
--- Process 3428 loaded C:\Windows\System32\KernelBase.dll at 00007FFA159E0000
--- Process 3428 loaded C:\cygwin\bin\cygwin1.dll at 0000000180040000
--- Process 3428 loaded C:\cygwin\bin\cygintl-8.dll at 00000003FF580000
--- Process 3428 loaded C:\cygwin\bin\cygiconv-2.dll at 00000003FF5E0000
    2       2 [main] ls (3428) **********************************************
  167     169 [main] ls (3428) Program name: C:\Cygwin\bin\ls.exe (windows pid 3428)
  116     285 [main] ls (3428) OS version:   Windows NT-6.3
   43     328 [main] ls (3428) **********************************************
  128     456 [main] ls (3428) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180300128)
  409     865 [main] ls 3428 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x6C, *m 6
   72     937 [main] ls 3428 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
   68    1005 [main] ls 3428 open_shared: name S-1-5-21-2298165671-2218377999-1476883415-1002.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x68, *m 6
   49    1054 [main] ls 3428 user_info::create: opening user shared for 'S-1-5-21-2298165671-2218377999-1476883415-1002' at 0x180020000
   38    1092 [main] ls 3428 user_info::create: user shared version AB1FCCE8
   87    1179 [main] ls 3428 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-3428-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
  103    1282 [main] ls 3428 fhandler_pipe::create: pipe read handle 0x80
   31    1313 [main] ls 3428 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-3428-sigwait
   62    1375 [main] ls 3428 fhandler_pipe::create: pipe write handle 0x88
   38    1413 [main] ls 3428 dll_crt0_0: finished dll_crt0_0 initialization
--- Process 3428 thread 4684 created
  314    1727 [sig] ls 3428 wait_sig: entering ReadFile loop, my_readsig 0x80, my_sendsig 0x88
  144    1871 [main] ls 3428 time: 1445459132 = time(0x0)
   97    1968 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\xv-27, no-keep-rel, no-add-slash)
   48    2016 [main] ls 3428 normalize_win32_path: C:\xv-27 = normalize_win32_path (C:\xv-27)
   33    2049 [main] ls 3428 mount_info::conv_to_posix_path: /cygdrive/c/xv-27 = conv_to_posix_path (C:\xv-27)
   52    2101 [main] ls 3428 sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018128)
  132    2233 [main] ls 3428 _cygwin_istext_for_stdio: fd 0: not open
   31    2264 [main] ls 3428 _cygwin_istext_for_stdio: fd 1: not open
   23    2287 [main] ls 3428 _cygwin_istext_for_stdio: fd 2: not open
   95    2382 [main] ls (3428) open_shared: name cygpid.3428, n 3428, shared 0x180010000 (wanted 0x180010000), h 0xAC, *m 2
   31    2413 [main] ls (3428) time: 1445459132 = time(0x0)
   27    2440 [main] ls 3428 pinfo::thisproc: myself dwProcessId 3428
   87    2527 [main] ls 3428 environ_init: GetEnvironmentStrings returned 0x43C970
   51    2578 [main] ls 3428 environ_init: 0x6000284F0: ALLUSERSPROFILE=C:\ProgramData
   46    2624 [main] ls 3428 environ_init: 0x600028520: APPDATA=C:\Users\xactsites\AppData\Roaming
   47    2671 [main] ls 3428 environ_init: 0x600028560: COMPUTERNAME=XVW1TBATCHCAL03
   46    2717 [main] ls 3428 environ_init: 0x600028590: COMSPEC=C:\windows\system32\cmd.exe
   47    2764 [main] ls 3428 environ_init: 0x6000285C0: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
   47    2811 [main] ls 3428 environ_init: 0x600028610: COMMONPROGRAMFILES=C:\Program Files\Common Files
   46    2857 [main] ls 3428 environ_init: 0x600028650: CommonProgramW6432=C:\Program Files\Common Files
   51    2908 [main] ls 3428 parse_options: glob (called func)
   44    2952 [main] ls 3428 parse_options: returning
   23    2975 [main] ls 3428 environ_init: 0x600028690: CYGWIN=noglob
   44    3019 [main] ls 3428 environ_init: 0x6000286D0: EXECIGNORE=*.dll
   44    3063 [main] ls 3428 environ_init: 0x6000286F0: FP_NO_HOST_CHECK=NO
   85    3148 [main] ls 3428 getwinenv: can't set native for HOME= since no environ yet
   31    3179 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\home\xactsites, no-keep-rel, no-add-slash)
   25    3204 [main] ls 3428 normalize_win32_path: C:\Cygwin\home\xactsites = normalize_win32_path (C:\Cygwin\home\xactsites)
   25    3229 [main] ls 3428 mount_info::conv_to_posix_path: /home/xactsites = conv_to_posix_path (C:\Cygwin\home\xactsites)
   67    3296 [main] ls 3428 win_env::add_cache: posix /home/xactsites
   22    3318 [main] ls 3428 win_env::add_cache: native HOME=C:\Cygwin\home\xactsites
   24    3342 [main] ls 3428 posify_maybe: env var converted to HOME=/home/xactsites
   63    3405 [main] ls 3428 environ_init: 0x600028790: HOME=/home/xactsites
   45    3450 [main] ls 3428 environ_init: 0x600028710: HOMEDRIVE=C:
   45    3495 [main] ls 3428 environ_init: 0x6000287B0: HOMEPATH=\Cygwin\home\xactsites
   44    3539 [main] ls 3428 environ_init: 0x6000287E0: HOSTNAME=xvw1tbatchcal03
   45    3584 [main] ls 3428 environ_init: 0x600028810: INFOPATH=/usr/local/info:/usr/share/info:/usr/info
   45    3629 [main] ls 3428 environ_init: 0x600028850: LANG=en_US.UTF-8
   46    3675 [main] ls 3428 environ_init: 0x600028870: LOCALAPPDATA=C:\Users\xactsites\AppData\Local
   44    3719 [main] ls 3428 environ_init: 0x6000288B0: LOGNAME=xactsites
   44    3763 [main] ls 3428 environ_init: 0x6000288D0: LOGONSERVER=\\XVW1TBATCHCAL03
   45    3808 [main] ls 3428 environ_init: 0x600028900: MAIL=/var/spool/mail//xactsites
   44    3852 [main] ls 3428 environ_init: 0x600028930: NUMBER_OF_PROCESSORS=24
   45    3897 [main] ls 3428 environ_init: 0x600028960: OLDPWD=/home/xactsites
   48    3945 [main] ls 3428 environ_init: 0x600028980: ORIGINAL_PATH=/bin:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0
   46    3991 [main] ls 3428 environ_init: 0x600028A30: OS=Windows_NT
   50    4041 [main] ls 3428 getwinenv: can't set native for PATH= since no environ yet
   52    4093 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\usr\local\bin, keep-rel, no-add-slash)
   24    4117 [main] ls 3428 normalize_win32_path: C:\Cygwin\usr\local\bin = normalize_win32_path (C:\Cygwin\usr\local\bin)
   25    4142 [main] ls 3428 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\Cygwin\usr\local\bin)
   24    4166 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\bin, keep-rel, no-add-slash)
   24    4190 [main] ls 3428 normalize_win32_path: C:\Cygwin\bin = normalize_win32_path (C:\Cygwin\bin)
   24    4214 [main] ls 3428 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin\bin)
   24    4238 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\bin, keep-rel, no-add-slash)
   25    4263 [main] ls 3428 normalize_win32_path: C:\Cygwin\bin = normalize_win32_path (C:\Cygwin\bin)
   23    4286 [main] ls 3428 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin\bin)
   24    4310 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\system32, keep-rel, no-add-slash)
   24    4334 [main] ls 3428 normalize_win32_path: C:\windows\system32 = normalize_win32_path (C:\windows\system32)
   25    4359 [main] ls 3428 mount_info::conv_to_posix_path: /cygdrive/c/windows/system32 = conv_to_posix_path (C:\windows\system32)
   24    4383 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows, keep-rel, no-add-slash)
   23    4406 [main] ls 3428 normalize_win32_path: C:\windows = normalize_win32_path (C:\windows)
   24    4430 [main] ls 3428 mount_info::conv_to_posix_path: /cygdrive/c/windows = conv_to_posix_path (C:\windows)
   25    4455 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\System32\Wbem, keep-rel, no-add-slash)
   23    4478 [main] ls 3428 normalize_win32_path: C:\windows\System32\Wbem = normalize_win32_path (C:\windows\System32\Wbem)
   55    4533 [main] ls 3428 mount_info::conv_to_posix_path: /cygdrive/c/windows/System32/Wbem = conv_to_posix_path (C:\windows\System32\Wbem)
   29    4562 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
   25    4587 [main] ls 3428 normalize_win32_path: C:\windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\windows\System32\WindowsPowerShell\v1.0)
   25    4612 [main] ls 3428 mount_info::conv_to_posix_path: /cygdrive/c/windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\windows\System32\WindowsPowerShell\v1.0)
   67    4679 [main] ls 3428 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0
   24    4703 [main] ls 3428 win_env::add_cache: native PATH=C:\Cygwin\usr\local\bin;C:\Cygwin\bin;C:\Cygwin\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0
   24    4727 [main] ls 3428 posify_maybe: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0
   66    4793 [main] ls 3428 environ_init: 0x600038C70: PATH=/usr/local/bin:/usr/bin:/usr/bin:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0
   49    4842 [main] ls 3428 environ_init: 0x600028A50: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
   47    4889 [main] ls 3428 environ_init: 0x600028AA0: PRINTER=Microsoft XPS Document Writer
   46    4935 [main] ls 3428 environ_init: 0x600028AD0: PROCESSOR_ARCHITECTURE=AMD64
   47    4982 [main] ls 3428 environ_init: 0x600038D30: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
   46    5028 [main] ls 3428 environ_init: 0x600038D90: PROCESSOR_LEVEL=6
   46    5074 [main] ls 3428 environ_init: 0x600038DB0: PROCESSOR_REVISION=2c02
   45    5119 [main] ls 3428 environ_init: 0x600038DE0: PROFILEREAD=true
   46    5165 [main] ls 3428 environ_init: 0x600038E00: PROGRAMFILES=C:\Program Files
   47    5212 [main] ls 3428 environ_init: 0x600038E30: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ 
   47    5259 [main] ls 3428 environ_init: 0x600038E80: PSModulePath=C:\windows\system32\WindowsPowerShell\v1.0\Modules\
   46    5305 [main] ls 3428 environ_init: 0x600038ED0: PUBLIC=C:\Users\Public
   46    5351 [main] ls 3428 environ_init: 0x600038EF0: PWD=/cygdrive/c/xv-27
   46    5397 [main] ls 3428 environ_init: 0x600038F10: ProgramData=C:\ProgramData
   46    5443 [main] ls 3428 environ_init: 0x600038F40: ProgramFiles(x86)=C:\Program Files (x86)
   46    5489 [main] ls 3428 environ_init: 0x600038F80: ProgramW6432=C:\Program Files
   46    5535 [main] ls 3428 environ_init: 0x600038FB0: SHELL=/bin/bash
   45    5580 [main] ls 3428 environ_init: 0x600038FD0: SHLVL=1
   48    5628 [main] ls 3428 environ_init: 0x600038FF0: SSH_CLIENT=172.23.10.170 42636 22
   47    5675 [main] ls 3428 environ_init: 0x600039020: SSH_CONNECTION=172.23.10.170 42636 10.61.132.83 22
   46    5721 [main] ls 3428 environ_init: 0x600039060: SSH_TTY=/dev/pty1
   45    5766 [main] ls 3428 environ_init: 0x600039080: SYSTEMDRIVE=C:
   45    5811 [main] ls 3428 environ_init: 0x6000390A0: SYSTEMROOT=C:\windows
   45    5856 [main] ls 3428 getwinenv: can't set native for TEMP= since no environ yet
   24    5880 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\tmp, no-keep-rel, no-add-slash)
   24    5904 [main] ls 3428 normalize_win32_path: C:\Cygwin\tmp = normalize_win32_path (C:\Cygwin\tmp)
   23    5927 [main] ls 3428 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\Cygwin\tmp)
   66    5993 [main] ls 3428 win_env::add_cache: posix /tmp
   23    6016 [main] ls 3428 win_env::add_cache: native TEMP=C:\Cygwin\tmp
   23    6039 [main] ls 3428 posify_maybe: env var converted to TEMP=/tmp
   65    6104 [main] ls 3428 environ_init: 0x600039120: TEMP=/tmp
   46    6150 [main] ls 3428 environ_init: 0x6000390C0: TERM=xterm
   45    6195 [main] ls 3428 getwinenv: can't set native for TMP= since no environ yet
   23    6218 [main] ls 3428 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\tmp, no-keep-rel, no-add-slash)
   24    6242 [main] ls 3428 normalize_win32_path: C:\Cygwin\tmp = normalize_win32_path (C:\Cygwin\tmp)
   23    6265 [main] ls 3428 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\Cygwin\tmp)
   65    6330 [main] ls 3428 win_env::add_cache: posix /tmp
   22    6352 [main] ls 3428 win_env::add_cache: native TMP=C:\Cygwin\tmp
   23    6375 [main] ls 3428 posify_maybe: env var converted to TMP=/tmp
   63    6438 [main] ls 3428 environ_init: 0x6000391A0: TMP=/tmp
   52    6490 [main] ls 3428 environ_init: 0x600039140: TZ=America/Denver
   54    6544 [main] ls 3428 environ_init: 0x6000391C0: USER=xactsites
   48    6592 [main] ls 3428 environ_init: 0x6000391E0: USERDOMAIN=XVW1TBATCHCAL03
   45    6637 [main] ls 3428 environ_init: 0x600039210: USERDOMAIN_ROAMINGPROFILE=XVW1TBATCHCAL03
   50    6687 [main] ls 3428 environ_init: 0x600039250: USERNAME=xactsites
   45    6732 [main] ls 3428 environ_init: 0x600039270: USERPROFILE=C:\Users\xactsites
   45    6777 [main] ls 3428 environ_init: 0x6000392A0: WINDIR=C:\windows
   43    6820 [main] ls 3428 environ_init: 0x6000392C0: _=/usr/bin/strace
   28    6848 [main] ls 3428 pinfo_init: Set nice to 0
   24    6872 [main] ls 3428 pinfo_init: pid 3428, pgid 3428, process_state 0x41
   24    6896 [main] ls 3428 App version:  2002.1, api: 0.289
   23    6919 [main] ls 3428 DLL version:  2002.1, api: 0.289
   23    6942 [main] ls 3428 DLL build:    2015-08-20 11:42
   62    7004 [main] ls 3428 dtable::extend: size 32, fds 0x180327090
  108    7112 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
  321    7433 [main] ls 3428 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
   49    7482 [main] ls 3428 transport_layer_pipes::connect: Error opening the pipe (2)
   48    7530 [main] ls 3428 client_request::make_request: cygserver un-available
--- Process 3428 loaded C:\Windows\System32\advapi32.dll at 00007FFA15DB0000
--- Process 3428 loaded C:\Windows\System32\msvcrt.dll at 00007FFA166D0000
--- Process 3428 loaded C:\Windows\System32\sechost.dll at 00007FFA183A0000
--- Process 3428 loaded C:\Windows\System32\rpcrt4.dll at 00007FFA16950000
--- Process 3428 loaded C:\Windows\System32\netapi32.dll at 00007FFA13570000
--- Process 3428 loaded C:\Windows\System32\netutils.dll at 00007FFA13560000
--- Process 3428 loaded C:\Windows\System32\srvcli.dll at 00007FFA15330000
--- Process 3428 loaded C:\Windows\System32\wkscli.dll at 00007FFA13270000
--- Process 3428 loaded C:\Windows\System32\samcli.dll at 00007FFA0FD40000
--- Process 3428 loaded C:\Windows\System32\samlib.dll at 00007FFA10EE0000
 5604   13134 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <xactsites:*:197610:197121:U-XVW1TBATCHCAL03\xactsites,S-1-5-21-2298165671-2218377999-1476883415-1002:/home/xactsites:/bin/bash>
  920   14054 [main] ls 3428 pwdgrp::fetch_account_from_windows: NetLocalGroupGetInfo(None) 1376
   37   14091 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <None:S-1-5-21-2298165671-2218377999-1476883415-513:197121:>
  354   14445 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Local account and member of Administrators group:S-1-5-114:114:>
  575   15020 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Administrators:S-1-5-32-544:544:>
  543   15563 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Users:S-1-5-32-545:545:>
   34   15597 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
   29   15626 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
   28   15654 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
   27   15681 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
   60   15741 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
   36   15777 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-70047875:4095:>
   29   15806 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
   29   15835 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <High Mandatory Level:S-1-16-12288:405504:>
   33   15868 [main] ls 3428 cygheap_user::ontherange: what 2, pw 0x1803273E0
   26   15894 [main] ls 3428 cygheap_user::ontherange: HOME is already in the environment /home/xactsites
   84   15978 [main] ls 3428 build_argv: argv[0] = 'ls'
   23   16001 [main] ls 3428 build_argv: argv[1] = '/cygdrive/m/install'
   24   16025 [main] ls 3428 build_argv: argc 2
  190   16215 [main] ls 3428 build_fh_pc: created an archetype (0x1803292E0) for /dev/pty1(136/1)
   28   16243 [main] ls 3428 build_fh_pc: fh 0x180329070, dev 00880001
   34   16277 [main] ls 3428 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pty1-from-master, size 131072, mode PIPE_TYPE_MESSAGE
   77   16354 [main] ls 3428 fhandler_pipe::create: pipe busy
   27   16381 [main] ls 3428 tty::exists: exists 1
   71   16452 [main] ls 3428 alloc_sd: uid 197610, gid 197121, attribute 020620
   30   16482 [main] ls 3428 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-2298165671-2218377999-1476883415-1002 (+)
   27   16509 [main] ls 3428 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-2298165671-2218377999-1476883415-513 (+)
   26   16535 [main] ls 3428 alloc_sd: ACL-Size: 124
   66   16601 [main] ls 3428 alloc_sd: Created SD-Size: 200
   25   16626 [main] ls 3428 fhandler_pty_slave::open: (395): pty output_mutex (0x120): waiting -1 ms
   27   16653 [main] ls 3428 fhandler_pty_slave::open: (395): pty output_mutex: acquired
   34   16687 [main] ls 3428 tty::create_inuse: cygtty.slave_alive.1 0x12C
   28   16715 [main] ls 3428 fhandler_pty_slave::open: (398): pty output_mutex(0x120) released
   58   16773 [main] ls 3428 open_shared: name cygpid.508, n 508, shared 0x20000 (wanted 0x0), h 0x130, *m 6
   35   16808 [main] ls 3428 fhandler_pty_slave::open: dup handles directly since I'm the owner
   41   16849 [main] ls 3428 fhandler_pty_slave::open: duplicated from_master 0x254->0x130 from pty_owner
   25   16874 [main] ls 3428 fhandler_pty_slave::open: duplicated to_master 0x264->0x138 from pty_owner
   23   16897 [main] ls 3428 fhandler_pty_slave::open: duplicated to_master_cyg 0x26C->0x13C from pty_owner
   56   16953 [main] ls 3428 fhandler_console::need_invisible: invisible_console 0
   37   16990 [main] ls 3428 fhandler_base::open_with_arch: line 476:  /dev/pty1<0x1803292E0> usecount + 1 = 1
   31   17021 [main] ls 3428 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   24   17045 [main] ls 3428 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   24   17069 [main] ls 3428 fhandler_base::set_flags: filemode set to binary
   25   17094 [main] ls 3428 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
   26   17120 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x1803292E0
   23   17143 [main] ls 3428 _pinfo::set_ctty: ctty was NULL
   23   17166 [main] ls 3428 _pinfo::set_ctty: line 482:  /dev/pty1<0x1803292E0> usecount + 1 = 2
   24   17190 [main] ls 3428 _pinfo::set_ctty: /dev/pty1 ctty, usecount 2
   25   17215 [main] ls 3428 _pinfo::set_ctty: attaching ctty /dev/pty1 sid 3428, pid 3428, pgid 3428, tty->pgid 880, tty->sid 3336
   26   17241 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty now 0x1803292E0, archetype 0x1803292E0
   24   17265 [main] ls 3428 fhandler_pty_slave::open_setup: /dev/pty1 opened, usecount 2
   26   17291 [main] ls 3428 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   23   17314 [main] ls 3428 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   24   17338 [main] ls 3428 fhandler_base::set_flags: filemode set to binary
   25   17363 [main] ls 3428 _pinfo::set_ctty: old ctty /dev/pty1, ctty device number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
   27   17390 [main] ls 3428 _pinfo::set_ctty: attaching ctty /dev/pty1 sid 3336, pid 3428, pgid 880, tty->pgid 880, tty->sid 3336
   26   17416 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty now 0x1803292E0, archetype 0x1803292E0
   24   17440 [main] ls 3428 fhandler_pty_slave::open_setup: /dev/pty1 opened, usecount 2
   69   17509 [main] ls 3428 build_fh_pc: found an archetype for (null)(136/1) io_handle 0x130
   27   17536 [main] ls 3428 build_fh_pc: fh 0x1803295C0, dev 00880001
   27   17563 [main] ls 3428 fhandler_base::open_with_arch: line 496:  /dev/pty1<0x1803292E0> usecount + 1 = 3
   25   17588 [main] ls 3428 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   23   17611 [main] ls 3428 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   24   17635 [main] ls 3428 fhandler_base::set_flags: filemode set to binary
   23   17658 [main] ls 3428 _pinfo::set_ctty: old ctty /dev/pty1, ctty device number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
   26   17684 [main] ls 3428 _pinfo::set_ctty: attaching ctty /dev/pty1 sid 3336, pid 3428, pgid 880, tty->pgid 880, tty->sid 3336
   26   17710 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty now 0x1803292E0, archetype 0x1803292E0
   23   17733 [main] ls 3428 fhandler_pty_slave::open_setup: /dev/pty1 opened, usecount 3
   25   17758 [main] ls 3428 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   24   17782 [main] ls 3428 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   23   17805 [main] ls 3428 fhandler_base::set_flags: filemode set to binary
   24   17829 [main] ls 3428 _pinfo::set_ctty: old ctty /dev/pty1, ctty device number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
   26   17855 [main] ls 3428 _pinfo::set_ctty: attaching ctty /dev/pty1 sid 3336, pid 3428, pgid 880, tty->pgid 880, tty->sid 3336
   25   17880 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty now 0x1803292E0, archetype 0x1803292E0
   24   17904 [main] ls 3428 fhandler_pty_slave::open_setup: /dev/pty1 opened, usecount 3
   62   17966 [main] ls 3428 build_fh_pc: found an archetype for (null)(136/1) io_handle 0x130
   26   17992 [main] ls 3428 build_fh_pc: fh 0x180329830, dev 00880001
   27   18019 [main] ls 3428 fhandler_base::open_with_arch: line 496:  /dev/pty1<0x1803292E0> usecount + 1 = 4
   25   18044 [main] ls 3428 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   24   18068 [main] ls 3428 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   23   18091 [main] ls 3428 fhandler_base::set_flags: filemode set to binary
   23   18114 [main] ls 3428 _pinfo::set_ctty: old ctty /dev/pty1, ctty device number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
   25   18139 [main] ls 3428 _pinfo::set_ctty: attaching ctty /dev/pty1 sid 3336, pid 3428, pgid 880, tty->pgid 880, tty->sid 3336
   26   18165 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty now 0x1803292E0, archetype 0x1803292E0
   23   18188 [main] ls 3428 fhandler_pty_slave::open_setup: /dev/pty1 opened, usecount 4
   24   18212 [main] ls 3428 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   23   18235 [main] ls 3428 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   24   18259 [main] ls 3428 fhandler_base::set_flags: filemode set to binary
   23   18282 [main] ls 3428 _pinfo::set_ctty: old ctty /dev/pty1, ctty device number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
   26   18308 [main] ls 3428 _pinfo::set_ctty: attaching ctty /dev/pty1 sid 3336, pid 3428, pgid 880, tty->pgid 880, tty->sid 3336
   25   18333 [main] ls 3428 _pinfo::set_ctty: cygheap->ctty now 0x1803292E0, archetype 0x1803292E0
   23   18356 [main] ls 3428 fhandler_pty_slave::open_setup: /dev/pty1 opened, usecount 4
  275   18631 [main] ls 3428 __set_errno: void dll_crt0_1(void*):1007 setting errno 0
  331   18962 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
   32   18994 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
   92   19086 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
   88   19174 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
   69   19243 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
  104   19347 [main] ls 3428 __get_lcid_from_locale: LCID=0x0409
  433   19780 [main] ls 3428 isatty: 1 = isatty(1)
   26   19806 [main] ls 3428 ioctl: ioctl(fd 1, cmd 0x5401)
   24   19830 [main] ls 3428 fhandler_pty_slave::ioctl: ioctl (5401)
   24   19854 [main] ls 3428 fhandler_pty_slave::ioctl: (988): pty output_mutex (0x120): waiting -1 ms
   24   19878 [main] ls 3428 fhandler_pty_slave::ioctl: (988): pty output_mutex: acquired
   24   19902 [main] ls 3428 fhandler_pty_slave::ioctl: (1010): pty output_mutex(0x120) released
   23   19925 [main] ls 3428 fhandler_pty_slave::ioctl: 0 = ioctl(5401)
   23   19948 [main] ls 3428 ioctl: 0 = ioctl(1, 0x5401, ...)
  130   20078 [main] ls 3428 stat64: entering
   28   20106 [main] ls 3428 normalize_posix_path: src /cygdrive/m/install
   25   20131 [main] ls 3428 normalize_posix_path: /cygdrive/m/install = normalize_posix_path (/cygdrive/m/install)
   24   20155 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/m/install)
   29   20184 [main] ls 3428 mount_info::cygdrive_win32_path: src '/cygdrive/m/install', dst 'M:\install'
   26   20210 [main] ls 3428 set_flags: flags: binary (0x2)
   24   20234 [main] ls 3428 mount_info::conv_to_win32_path: src_path /cygdrive/m/install, dst M:\install, flags 0x4022, rc 0
  756   20990 [main] ls 3428 symlink_info::check: 0xC000004F = NtCreateFile (\??\M:\install)
  982   21972 [main] ls 3428 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\M:\install)
  419   22391 [main] ls 3428 symlink_info::check: not a symlink
   39   22430 [main] ls 3428 symlink_info::check: 0 = symlink.check(M:\install, 0x23B600) (0x404022)
   37   22467 [main] ls 3428 path_conv::check: this->path(M:\install), has_acls(1)
   34   22501 [main] ls 3428 build_fh_pc: fh 0x180329B20, dev 000000C3
   26   22527 [main] ls 3428 stat_worker: (\??\M:\install, 0x600039B40, 0x180329B20), file_attributes 16
  539   23066 [main] ls 3428 cygpsid::debug_print: get_sids_info: owner SID = S-1-81-0-0
   39   23105 [main] ls 3428 cygpsid::debug_print: get_sids_info: group SID = S-1-0
  227   23332 [main] ls 3428 pwdgrp::fetch_account_from_windows: LookupAccountSid(S-1-81-0-0), Win32 error 1332
   36   23368 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Unknown+User:*:4294967295:4294967295:U-Unknown\User,S-1-81-0-0:/:/sbin/nologin>
  198   23566 [main] ls 3428 pwdgrp::fetch_account_from_windows: LookupAccountSid(S-1-0), Win32 error 1332
   34   23600 [main] ls 3428 pwdgrp::fetch_account_from_windows: line: <Unknown+Group:S-1-0:4294967295:>
--- Process 3428, exception c0000005 at 00007FFA1856A774
  131   23731 [main] ls 3428 __set_errno: int stat_worker(path_conv&, stat*):1953 setting errno 14
   26   23757 [main] ls 3428 stat_worker: -1 = (\??\M:\install,0x600039B40)
  604   24361 [main] ls 3428 open: open(/usr/share/locale/locale.alias, 0x0)
   26   24387 [main] ls 3428 normalize_posix_path: src /usr/share/locale/locale.alias
   23   24410 [main] ls 3428 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
   24   24434 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
   25   24459 [main] ls 3428 set_flags: flags: binary (0x2)
   23   24482 [main] ls 3428 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
   61   24543 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\locale.alias)
   28   24571 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\locale.alias)
   45   24616 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\locale.alias.exe)
   27   24643 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\locale.alias.exe)
   45   24688 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\locale.alias.lnk)
   29   24717 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\locale.alias.lnk)
   43   24760 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\locale.alias.exe.lnk)
   27   24787 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\locale.alias.exe.lnk)
   25   24812 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\locale.alias, 0x23AF90) (0x3000A)
   24   24836 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   24   24860 [main] ls 3428 set_flags: flags: binary (0x2)
   23   24883 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\Cygwin\usr\share\locale, flags 0x3000A, rc 0
   46   24929 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale)
   40   24969 [main] ls 3428 symlink_info::check: not a symlink
   33   25002 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale, 0x23AF90) (0x3000A)
   25   25027 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\locale.alias), has_acls(1)
   33   25060 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   27   25087 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\locale.alias, 0x108000)
   48   25135 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC0000034 -> windows error 2
   31   25166 [main] ls 3428 geterrno_from_win_error: windows error 2 == errno 2
   23   25189 [main] ls 3428 fhandler_base::open: 0xC0000034 = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   25215 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\locale.alias, 0x108000)
   25   25240 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\locale.alias, 0x8000)
   40   25280 [main] ls 3428 open: -1 = open(/usr/share/locale/locale.alias, 0x8000), errno 2
  353   25633 [main] ls 3428 open: open(/usr/local/share/locale/locale.alias, 0x0)
   24   25657 [main] ls 3428 normalize_posix_path: src /usr/local/share/locale/locale.alias
   24   25681 [main] ls 3428 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)
   24   25705 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)
   24   25729 [main] ls 3428 set_flags: flags: binary (0x2)
   23   25752 [main] ls 3428 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
   54   25806 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\local\share\locale\locale.alias)
   27   25833 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\local\share\locale\locale.alias)
   26   25859 [main] ls 3428 symlink_info::check: not a symlink
   22   25881 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\local\share\locale\locale.alias, 0x23AF80) (0x3000A)
   25   25906 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)
   24   25930 [main] ls 3428 set_flags: flags: binary (0x2)
   23   25953 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\Cygwin\usr\local\share\locale, flags 0x3000A, rc 0
   44   25997 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\local\share\locale)
   27   26024 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\local\share\locale)
   59   26083 [main] ls 3428 symlink_info::check: not a symlink
   27   26110 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\local\share\locale, 0x23AF80) (0x3000A)
   24   26134 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)
   24   26158 [main] ls 3428 set_flags: flags: binary (0x2)
   23   26181 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\Cygwin\usr\local\share, flags 0x3000A, rc 0
   43   26224 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\local\share)
   27   26251 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\local\share)
   40   26291 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\local\share.lnk)
   27   26318 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\local\share.lnk)
   25   26343 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\local\share, 0x23AF80) (0x3000A)
   24   26367 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local)
   24   26391 [main] ls 3428 set_flags: flags: binary (0x2)
   24   26415 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\Cygwin\usr\local, flags 0x3000A, rc 0
   43   26458 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\local)
   35   26493 [main] ls 3428 symlink_info::check: not a symlink
   32   26525 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\local, 0x23AF80) (0x3000A)
   26   26551 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\local\share\locale\locale.alias), has_acls(1)
   28   26579 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   26   26605 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\local\share\locale\locale.alias, 0x108000)
   45   26650 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   28   26678 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   24   26702 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   26728 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\local\share\locale\locale.alias, 0x108000)
   25   26753 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\local\share\locale\locale.alias, 0x8000)
   26   26779 [main] ls 3428 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2
  353   27132 [main] ls 3428 open: open(/usr/share/X11/locale/locale.alias, 0x0)
   24   27156 [main] ls 3428 normalize_posix_path: src /usr/share/X11/locale/locale.alias
   24   27180 [main] ls 3428 normalize_posix_path: /usr/share/X11/locale/locale.alias = normalize_posix_path (/usr/share/X11/locale/locale.alias)
   24   27204 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale/locale.alias)
   24   27228 [main] ls 3428 set_flags: flags: binary (0x2)
   24   27252 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale/locale.alias, dst C:\Cygwin\usr\share\X11\locale\locale.alias, flags 0x3000A, rc 0
   54   27306 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\X11\locale\locale.alias)
   27   27333 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\X11\locale\locale.alias)
   25   27358 [main] ls 3428 symlink_info::check: not a symlink
   23   27381 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\X11\locale\locale.alias, 0x23AF80) (0x3000A)
   24   27405 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale)
   24   27429 [main] ls 3428 set_flags: flags: binary (0x2)
   24   27453 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale, dst C:\Cygwin\usr\share\X11\locale, flags 0x3000A, rc 0
   47   27500 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\X11\locale)
   27   27527 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\X11\locale)
   24   27551 [main] ls 3428 symlink_info::check: not a symlink
   23   27574 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\X11\locale, 0x23AF80) (0x3000A)
   24   27598 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11)
  388   27986 [main] ls 3428 set_flags: flags: binary (0x2)
   87   28073 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/X11, dst C:\Cygwin\usr\share\X11, flags 0x3000A, rc 0
   93   28166 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\X11)
   42   28208 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\X11)
  113   28321 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\X11.lnk)
   43   28364 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\X11.lnk)
   56   28420 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\X11, 0x23AF80) (0x3000A)
   60   28480 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share)
   33   28513 [main] ls 3428 set_flags: flags: binary (0x2)
   28   28541 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share, dst C:\Cygwin\usr\share, flags 0x3000A, rc 0
   55   28596 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share)
   40   28636 [main] ls 3428 symlink_info::check: not a symlink
   34   28670 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share, 0x23AF80) (0x3000A)
   26   28696 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\X11\locale\locale.alias), has_acls(1)
   28   28724 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   27   28751 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\X11\locale\locale.alias, 0x108000)
   49   28800 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   29   28829 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   23   28852 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\X11\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   28878 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\X11\locale\locale.alias, 0x108000)
   25   28903 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\X11\locale\locale.alias, 0x8000)
   25   28928 [main] ls 3428 open: -1 = open(/usr/share/X11/locale/locale.alias, 0x8000), errno 2
 1028   29956 [main] ls 3428 open: open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo, 0x10000)
   25   29981 [main] ls 3428 normalize_posix_path: src /usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo
   24   30005 [main] ls 3428 normalize_posix_path: /usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo)
   25   30030 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo)
   24   30054 [main] ls 3428 set_flags: flags: binary (0x2)
   24   30078 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo, dst C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
   56   30134 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo)
   31   30165 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo)
   27   30192 [main] ls 3428 symlink_info::check: not a symlink
   23   30215 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x23B170) (0x3000A)
   24   30239 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES)
   24   30263 [main] ls 3428 set_flags: flags: binary (0x2)
   24   30287 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8/LC_MESSAGES, dst C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES, flags 0x3000A, rc 0
   48   30335 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES)
   28   30363 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES)
   26   30389 [main] ls 3428 symlink_info::check: not a symlink
   23   30412 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES, 0x23B170) (0x3000A)
   24   30436 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8)
   24   30460 [main] ls 3428 set_flags: flags: binary (0x2)
   24   30484 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8, dst C:\Cygwin\usr\share\locale\en_US.UTF-8, flags 0x3000A, rc 0
   44   30528 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8)
   27   30555 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8)
   44   30599 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8.lnk)
   28   30627 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8.lnk)
   25   30652 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US.UTF-8, 0x23B170) (0x3000A)
   24   30676 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   24   30700 [main] ls 3428 set_flags: flags: binary (0x2)
   24   30724 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\Cygwin\usr\share\locale, flags 0x3000A, rc 0
   43   30767 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale)
   36   30803 [main] ls 3428 symlink_info::check: not a symlink
   32   30835 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale, 0x23B170) (0x3000A)
   27   30862 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo), has_acls(1)
   27   30889 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   27   30916 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
   48   30964 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   29   30993 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   23   31016 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   27   31043 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
   26   31069 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x18000)
   26   31095 [main] ls 3428 open: -1 = open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
   68   31163 [main] ls 3428 open: open(/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, 0x10000)
   26   31189 [main] ls 3428 normalize_posix_path: src /usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo
   25   31214 [main] ls 3428 normalize_posix_path: /usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo)
   24   31238 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo)
   25   31263 [main] ls 3428 set_flags: flags: binary (0x2)
   24   31287 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, dst C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
   51   31338 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo)
   29   31367 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo)
   25   31392 [main] ls 3428 symlink_info::check: not a symlink
   23   31415 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x23B170) (0x3000A)
   25   31440 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8/LC_MESSAGES)
   56   31496 [main] ls 3428 set_flags: flags: binary (0x2)
   24   31520 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8/LC_MESSAGES, dst C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES, flags 0x3000A, rc 0
   48   31568 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES)
   29   31597 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES)
   25   31622 [main] ls 3428 symlink_info::check: not a symlink
   23   31645 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES, 0x23B170) (0x3000A)
   24   31669 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8)
   24   31693 [main] ls 3428 set_flags: flags: binary (0x2)
   23   31716 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8, dst C:\Cygwin\usr\share\locale\en_US.utf8, flags 0x3000A, rc 0
   44   31760 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8)
   27   31787 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8)
   43   31830 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8.lnk)
   28   31858 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.utf8.lnk)
   25   31883 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US.utf8, 0x23B170) (0x3000A)
   24   31907 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   24   31931 [main] ls 3428 set_flags: flags: binary (0x2)
   23   31954 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\Cygwin\usr\share\locale, flags 0x3000A, rc 0
   43   31997 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale)
   34   32031 [main] ls 3428 symlink_info::check: not a symlink
   32   32063 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale, 0x23B170) (0x3000A)
   26   32089 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo), has_acls(1)
   28   32117 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   27   32144 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
   47   32191 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   30   32221 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   24   32245 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   27   32272 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
   25   32297 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x18000)
   27   32324 [main] ls 3428 open: -1 = open(/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
   68   32392 [main] ls 3428 open: open(/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, 0x10000)
   24   32416 [main] ls 3428 normalize_posix_path: src /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo
   24   32440 [main] ls 3428 normalize_posix_path: /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
   25   32465 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
   24   32489 [main] ls 3428 set_flags: flags: binary (0x2)
   24   32513 [main] ls 3428 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
   50   32563 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
   28   32591 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
   26   32617 [main] ls 3428 symlink_info::check: not a symlink
   54   32671 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x23B170) (0x3000A)
   25   32696 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES)
   24   32720 [main] ls 3428 set_flags: flags: binary (0x2)
   24   32744 [main] ls 3428 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
   47   32791 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES)
   27   32818 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES)
   25   32843 [main] ls 3428 symlink_info::check: not a symlink
   23   32866 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES, 0x23B170) (0x3000A)
   25   32891 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US)
   24   32915 [main] ls 3428 set_flags: flags: binary (0x2)
   23   32938 [main] ls 3428 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
   42   32980 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US)
   27   33007 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US)
   41   33048 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en_US.lnk)
   28   33076 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en_US.lnk)
   25   33101 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en_US, 0x23B170) (0x3000A)
   24   33125 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   24   33149 [main] ls 3428 set_flags: flags: binary (0x2)
   23   33172 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\Cygwin\usr\share\locale, flags 0x3000A, rc 0
   43   33215 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale)
   36   33251 [main] ls 3428 symlink_info::check: not a symlink
   32   33283 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale, 0x23B170) (0x3000A)
   26   33309 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo), has_acls(1)
   28   33337 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   26   33363 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x118000)
   47   33410 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   29   33439 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   23   33462 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   33488 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x118000)
   26   33514 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x18000)
   26   33540 [main] ls 3428 open: -1 = open(/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
   69   33609 [main] ls 3428 open: open(/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, 0x10000)
   24   33633 [main] ls 3428 normalize_posix_path: src /usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo
   24   33657 [main] ls 3428 normalize_posix_path: /usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo)
   25   33682 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo)
   24   33706 [main] ls 3428 set_flags: flags: binary (0x2)
   24   33730 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, dst C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
   51   33781 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo)
   28   33809 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo)
   26   33835 [main] ls 3428 symlink_info::check: not a symlink
   41   33876 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x23B170) (0x3000A)
   25   33901 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_MESSAGES)
   24   33925 [main] ls 3428 set_flags: flags: binary (0x2)
   24   33949 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_MESSAGES, dst C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES, flags 0x3000A, rc 0
   48   33997 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES)
   28   34025 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES)
   25   34050 [main] ls 3428 symlink_info::check: not a symlink
   23   34073 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES, 0x23B170) (0x3000A)
   25   34098 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8)
   24   34122 [main] ls 3428 set_flags: flags: binary (0x2)
   23   34145 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8, dst C:\Cygwin\usr\share\locale\en.UTF-8, flags 0x3000A, rc 0
   43   34188 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8)
   28   34216 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8)
   45   34261 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8.lnk)
   28   34289 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.UTF-8.lnk)
   25   34314 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en.UTF-8, 0x23B170) (0x3000A)
   24   34338 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   24   34362 [main] ls 3428 set_flags: flags: binary (0x2)
   23   34385 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\Cygwin\usr\share\locale, flags 0x3000A, rc 0
   42   34427 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale)
   35   34462 [main] ls 3428 symlink_info::check: not a symlink
   32   34494 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale, 0x23B170) (0x3000A)
   27   34521 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo), has_acls(1)
   27   34548 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   27   34575 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
   48   34623 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   28   34651 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   24   34675 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   34701 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
   25   34726 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x18000)
   27   34753 [main] ls 3428 open: -1 = open(/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
   68   34821 [main] ls 3428 open: open(/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo, 0x10000)
   24   34845 [main] ls 3428 normalize_posix_path: src /usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo
   24   34869 [main] ls 3428 normalize_posix_path: /usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo)
   25   34894 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo)
   24   34918 [main] ls 3428 set_flags: flags: binary (0x2)
   24   34942 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo, dst C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
   50   34992 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo)
   56   35048 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo)
   26   35074 [main] ls 3428 symlink_info::check: not a symlink
   22   35096 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x23B170) (0x3000A)
   25   35121 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_MESSAGES)
   24   35145 [main] ls 3428 set_flags: flags: binary (0x2)
   24   35169 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_MESSAGES, dst C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES, flags 0x3000A, rc 0
   48   35217 [main] ls 3428 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES)
   29   35246 [main] ls 3428 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES)
   26   35272 [main] ls 3428 symlink_info::check: not a symlink
   23   35295 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES, 0x23B170) (0x3000A)
   24   35319 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8)
   24   35343 [main] ls 3428 set_flags: flags: binary (0x2)
   23   35366 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8, dst C:\Cygwin\usr\share\locale\en.utf8, flags 0x3000A, rc 0
   43   35409 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.utf8)
   27   35436 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.utf8)
   43   35479 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en.utf8.lnk)
   28   35507 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en.utf8.lnk)
   25   35532 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en.utf8, 0x23B170) (0x3000A)
   24   35556 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   24   35580 [main] ls 3428 set_flags: flags: binary (0x2)
   24   35604 [main] ls 3428 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\Cygwin\usr\share\locale, flags 0x3000A, rc 0
   42   35646 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale)
   34   35680 [main] ls 3428 symlink_info::check: not a symlink
   32   35712 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale, 0x23B170) (0x3000A)
   27   35739 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo), has_acls(1)
   27   35766 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   26   35792 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
   47   35839 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC000003A -> windows error 3
   29   35868 [main] ls 3428 geterrno_from_win_error: windows error 3 == errno 2
   23   35891 [main] ls 3428 fhandler_base::open: 0xC000003A = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   27   35918 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
   25   35943 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x18000)
   26   35969 [main] ls 3428 open: -1 = open(/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
   69   36038 [main] ls 3428 open: open(/usr/share/locale/en/LC_MESSAGES/coreutils.mo, 0x10000)
   24   36062 [main] ls 3428 normalize_posix_path: src /usr/share/locale/en/LC_MESSAGES/coreutils.mo
   24   36086 [main] ls 3428 normalize_posix_path: /usr/share/locale/en/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
   24   36110 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
   25   36135 [main] ls 3428 set_flags: flags: binary (0x2)
   24   36159 [main] ls 3428 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
   46   36205 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
   28   36233 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
   87   36320 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe)
   32   36352 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe)
   43   36395 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.lnk)
   27   36422 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.lnk)
   44   36466 [main] ls 3428 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe.lnk)
   27   36493 [main] ls 3428 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe.lnk)
   26   36519 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x23B170) (0x3000A)
   25   36544 [main] ls 3428 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES)
   24   36568 [main] ls 3428 set_flags: flags: binary (0x2)
   24   36592 [main] ls 3428 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
   44   36636 [main] ls 3428 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES)
   35   36671 [main] ls 3428 symlink_info::check: not a symlink
   33   36704 [main] ls 3428 symlink_info::check: 0 = symlink.check(C:\Cygwin\usr\share\locale\en\LC_MESSAGES, 0x23B170) (0x3000A)
   27   36731 [main] ls 3428 path_conv::check: this->path(C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo), has_acls(1)
   27   36758 [main] ls 3428 build_fh_pc: fh 0x180329E70, dev 000000C3
   27   36785 [main] ls 3428 fhandler_base::open: (\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x118000)
   42   36827 [main] ls 3428 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.2.1/cygwin-2.2.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC0000034 -> windows error 2
   28   36855 [main] ls 3428 geterrno_from_win_error: windows error 2 == errno 2
   23   36878 [main] ls 3428 fhandler_base::open: 0xC0000034 = NtCreateFile (0x18006BB83, 0x80100000, \??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   27   36905 [main] ls 3428 fhandler_base::open: 0 = fhandler_base::open(\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x118000)
   25   36930 [main] ls 3428 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\Cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x18000)
   26   36956 [main] ls 3428 open: -1 = open(/usr/share/locale/en/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  526   37482 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x23CB50, 2)
   25   37507 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   25   37532 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   24   37556 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   31   37587 [main] ls 3428 write: 2 = write(2, 0x23CB50, 2)
   47   37634 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x18024CA01, 1)
   23   37657 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   24   37681 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   23   37704 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   26   37730 [main] ls 3428 write: 1 = write(2, 0x18024CA01, 1)
   45   37775 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x18024C9F5, 1)
   23   37798 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   25   37823 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   25   37848 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   28   37876 [main] ls 3428 write: 1 = write(2, 0x18024C9F5, 1)
  214   38090 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x1004152C0, 14)
   24   38114 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   24   38138 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   24   38162 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   27   38189 [main] ls 3428 write: 14 = write(2, 0x1004152C0, 14)
   44   38233 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x100420100, 19)
   23   38256 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   24   38280 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   24   38304 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   26   38330 [main] ls 3428 write: 19 = write(2, 0x100420100, 19)
  210   38540 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x18024CA05, 2)
   23   38563 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   24   38587 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   24   38611 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   27   38638 [main] ls 3428 write: 2 = write(2, 0x18024CA05, 2)
   45   38683 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x18024DFE2, 11)
   23   38706 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   24   38730 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   24   38754 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   26   38780 [main] ls 3428 write: 11 = write(2, 0x18024DFE2, 11)
  375   39155 [main] ls 3428 fhandler_pty_slave::write: pty1, write(0x1801F3A67, 1)
   24   39179 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x120): waiting -1 ms
   24   39203 [main] ls 3428 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   24   39227 [main] ls 3428 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x120) released
   26   39253 [main] ls 3428 write: 1 = write(2, 0x1801F3A67, 1)
  401   39654 [main] ls 3428 close: close(1)
   24   39678 [main] ls 3428 fhandler_base::close_with_arch: line 1142:  /dev/pty1<0x1803292E0> usecount + -1 = 3
   24   39702 [main] ls 3428 fhandler_base::close_with_arch: not closing archetype
   24   39726 [main] ls 3428 close: 0 = close(1)
  292   40018 [main] ls 3428 close: close(2)
   23   40041 [main] ls 3428 fhandler_base::close_with_arch: line 1142:  /dev/pty1<0x1803292E0> usecount + -1 = 2
   24   40065 [main] ls 3428 fhandler_base::close_with_arch: not closing archetype
   24   40089 [main] ls 3428 close: 0 = close(2)
  251   40340 [main] ls 3428 do_exit: do_exit (512), exit_state 1
   24   40364 [main] ls 3428 void: 0x0 = signal (20, 0x1)
   23   40387 [main] ls 3428 void: 0x0 = signal (1, 0x1)
   23   40410 [main] ls 3428 void: 0x0 = signal (2, 0x1)
   23   40433 [main] ls 3428 void: 0x0 = signal (3, 0x1)
   25   40458 [main] ls 3428 fhandler_base::close_with_arch: line 1142:  /dev/pty1<0x1803292E0> usecount + -1 = 1
   24   40482 [main] ls 3428 fhandler_base::close_with_arch: not closing archetype
   25   40507 [main] ls 3428 init_cygheap::close_ctty: closing cygheap->ctty 0x1803292E0
   23   40530 [main] ls 3428 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   25   40555 [main] ls 3428 fhandler_pty_slave::cleanup: /dev/pty1 closed, usecount 0
   25   40580 [main] ls 3428 fhandler_pty_slave::close: closing last open /dev/pty1 handle
   41   40621 [main] ls 3428 fhandler_console::free_console: freed console, res 1
   26   40647 [main] ls 3428 fhandler_pty_common::close: pty1 <0x130,0x138> closing
   27   40674 [main] ls 3428 dtable::delete_archetype: deleting element 0 for /dev/pty1(136/1)
   31   40705 [main] ls 3428 getpid: 3428 = getpid()
   24   40729 [main] ls 3428 proc_terminate: nprocs 0
   23   40752 [main] ls 3428 proc_terminate: leaving
   34   40786 [main] ls 3428 pinfo::exit: Calling ExitProcess n 0x200, exitcode 0x2
--- Process 3428 thread 3608 exited with status 0x2
--- Process 3428 exited with status 0x2

[-- Attachment #3: 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

  reply	other threads:[~2015-10-21 14:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13  0:59 Barry Roberts
2015-10-21 11:09 ` Corinna Vinschen
2015-10-21 14:44   ` Barry Roberts [this message]
2015-10-21 14:49     ` Barry Roberts
2015-10-21 16:41     ` Corinna Vinschen
2015-10-22 16:21       ` Corinna Vinschen
2015-10-22 16:34         ` Barry Roberts
2015-10-22 17:31           ` Barry Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAD-6W7YXBhdrEJmB2g8t-28sANvJWnb2w=t0Dsearw2JGGmnjg@mail.gmail.com' \
    --to=manithree@gmail.com \
    --cc=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).