Mail Archives: cygwin/2016/02/18/01:18:24
X-Recipient: | archive-cygwin AT delorie DOT com
|
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
|
| :list-unsubscribe:list-subscribe:list-archive:list-post
|
| :list-help:sender:from:content-type:subject:date:message-id:to
|
| :mime-version; q=dns; s=default; b=R+clsF1ys8O6jc/JYvL2fKXUS43Ni
|
| GhyFYOyCpx2aQXPEKzEBHAzz9qPEC53ax9iaJClc1uatN0oU/0J35/UHGzI2x3HY
|
| ONitSA4m67Sa2d3bh90JADlCVFzu1l50OcMWH9YSV0ahIlKMi+diAFtno2dO2Ylv
|
| j/1TpvTcgvHz5g=
|
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
|
| :list-unsubscribe:list-subscribe:list-archive:list-post
|
| :list-help:sender:from:content-type:subject:date:message-id:to
|
| :mime-version; s=default; bh=sfEXBK5kIOYziqTAKQxPKsQRHs4=; b=gW/
|
| Z0pjKvoPZ7CECGzE0shsxzW6QMLRoyhrNw9J+ygxXKJb0CiKhGN8yU0Gcv0n0lrK
|
| mWSIJwjzYsshe2FODBYAKjfUfnfLFg6d/J257+x/KsQycCFGM1hENM2peaqmNLBd
|
| IOHdTz9U4IO2m4rp1/snfrmYDURCeiHc8Vb5c7fY=
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
Authentication-Results: | sourceware.org; auth=none
|
X-Virus-Found: | No
|
X-Spam-SWARE-Status: | Yes, score=6.7 required=5.0 tests=BAYES_99,BAYES_999,KAM_LAZY_DOMAIN_SECURITY,LOTS_OF_MONEY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Device, App, vault, H*F:D*com.au
|
X-HELO: | smtp90.ord1c.emailsrvr.com
|
X-Auth-ID: | jams AT momento DOT com DOT au
|
X-Sender-Id: | jams AT momento DOT com DOT au
|
From: | James Whitwell <jams AT momento DOT com DOT au>
|
X-Pgp-Agent: | GPGMail 2.6b2
|
Subject: | Unknown+User and Unknown+Group when using ls via ssh
|
Date: | Thu, 18 Feb 2016 17:17:10 +1100
|
Message-Id: | <14C42154-42E2-4C1A-86DA-B39CA5205F01@momento.com.au>
|
To: | cygwin AT cygwin DOT com
|
Mime-Version: | 1.0 (Mac OS X Mail 9.3 \(3120\))
|
X-IsSubscribed: | yes
|
--Apple-Mail=_FC223A64-6ED4-409A-8821-39583DF22229
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
Hi,
We=E2=80=99re having some trouble when logged in via ssh that we don=E2=80=
=99t have when we log in directly (in our case RDP to the server, then star=
t bash from the Windows desktop). Our environment is Windows Server 2008 R=
2 64-bit joined to a Samba domain, running Cygwin 2.4.1 64-bit.
The problem we=E2=80=99re having seems to be with usernames and groups. Wh=
en we=E2=80=99re logged in directly, it works perfectly e.g.
WORKFLOW3:jams:~:$ cd /cygdrive/e
WORKFLOW3:jams:/cygdrive/e:$ ls -l
total 12
dr-xr-x---+ 1 jams Domain Users 0 Feb 18 10:36 $RECYCLE.BIN/
drwxrwx---+ 1 wfcron Domain Users 0 Sep 23 14:13 PDF/
drwxr-x--- 1 Unknown+User Unknown+Group 0 Mar 7 2015 System Volume Infor=
mation/
drwxrwx---+ 1 wfcron Domain Users 0 Sep 7 10:30 Vault/
WORKFLOW3:jams:/cygdrive/e:$ cd PDF
WORKFLOW3:jams:/cygdrive/e/PDF:$ ls -l
total 29696
-rwxrwx---+ 1 wfcron Domain Users 0 Feb 18 17:09 from-cron*
drwxrwx---+ 1 wfcron Domain Users 0 Feb 18 11:15 pdf/
WORKFLOW3:jams:/cygdrive/e/PDF:$
But when I ssh to the machine and try the same commands, I get =E2=80=9CUnk=
nown+User=E2=80=9D and =E2=80=9CUnknown+Group=E2=80=9D from =E2=80=9Cls=E2=
=80=9D, and can=E2=80=99t =E2=80=9Ccd PDF=E2=80=9D e.g.
WORKFLOW3:jams:~:$ cd /cygdrive/e
WORKFLOW3:jams:/cygdrive/e:$ ls -l
total 4
dr-xr-x---+ 1 jams Domain Users 0 Feb 18 10:36 $RECYCLE.BIN/
drwxr-x--- 1 Unknown+User Unknown+Group 0 Sep 23 14:13 PDF/
drwxr-x--- 1 Unknown+User Unknown+Group 0 Mar 7 2015 System Volume Infor=
mation/
drwxr-x--- 1 Unknown+User Unknown+Group 0 Sep 7 10:30 Vault/
WORKFLOW3:jams:/cygdrive/e:$ cd PDF
-bash: cd: PDF: Permission denied
WORKFLOW3:jams:/cygdrive/e:$
I=E2=80=99ve tried strace on the ls via ssh (attached) but can=E2=80=99t se=
e anything obvious failing in it.
Thanks,
James.
=E2=80=94=E2=80=94
--- Process 6764 created
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\ntdll.dll =
at 0000000076CF0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\kernel32.d=
ll at 0000000076AD0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\KernelBase=
.dll at 000007FEFBE10000
--- Process 6764 loaded \Device\HarddiskVolume3\cygwin\bin\cygwin1.dll at 0=
000000180040000
--- Process 6764 loaded \Device\HarddiskVolume3\cygwin\bin\cygintl-8.dll at=
00000003FF540000
--- Process 6764 loaded \Device\HarddiskVolume3\cygwin\bin\cygiconv-2.dll a=
t 00000003FF5A0000
1 1 [main] ls (6764) ********************************************=
**
81 82 [main] ls (6764) Program name: C:\cygwin\bin\ls.exe (windows =
pid 6764)
64 146 [main] ls (6764) OS version: Windows NT-6.1
17 163 [main] ls (6764) ********************************************=
**
49 212 [main] ls (6764) sigprocmask: 0 =3D sigprocmask (0, 0x0, 0x18=
0303168)
363 575 [main] ls 6764 open_shared: name shared.5, n 5, shared 0x1800=
30000 (wanted 0x180030000), h 0x68, *m 6
37 612 [main] ls 6764 user_heap_info::init: heap base 0x600000000, h=
eap top 0x600000000, heap size 0x20000000 (536870912)
29 641 [main] ls 6764 open_shared: name S-1-5-21-3818554400-92123742=
6-3143208535-5148.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x64, =
*m 6
17 658 [main] ls 6764 user_info::create: opening user shared for 'S-=
1-5-21-3818554400-921237426-3143208535-5148' at 0x180020000
17 675 [main] ls 6764 user_info::create: user shared version AB1FCCE8
33 708 [main] ls 6764 fhandler_pipe::create: name \\.\pipe\cygwin-c5=
e39b7a9d22bafb-6764-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
78 786 [main] ls 6764 fhandler_pipe::create: pipe read handle 0x7C
16 802 [main] ls 6764 fhandler_pipe::create: CreateFile: name \\.\pi=
pe\cygwin-c5e39b7a9d22bafb-6764-sigwait
35 837 [main] ls 6764 fhandler_pipe::create: pipe write handle 0x80
25 862 [main] ls 6764 dll_crt0_0: finished dll_crt0_0 initialization
--- Process 6764 thread 8028 created
195 1057 [sig] ls 6764 wait_sig: entering ReadFile loop, my_readsig 0x=
7C, my_sendsig 0x80
213 1270 [main] ls 6764 time: 1455776072 =3D time(0x0)
57 1327 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\home\jams, 0x0, no-add-slash)
34 1361 [main] ls 6764 normalize_win32_path: C:\cygwin\home\jams =3D =
normalize_win32_path (C:\cygwin\home\jams)
22 1383 [main] ls 6764 mount_info::conv_to_posix_path: /home/jams =3D=
conv_to_posix_path (C:\cygwin\home\jams)
32 1415 [main] ls 6764 sigprocmask: 0 =3D sigprocmask (0, 0x0, 0x6000=
18128)
158 1573 [main] ls 6764 _cygwin_istext_for_stdio: fd 0: not open
26 1599 [main] ls 6764 _cygwin_istext_for_stdio: fd 1: not open
16 1615 [main] ls 6764 _cygwin_istext_for_stdio: fd 2: not open
70 1685 [main] ls (6764) open_shared: name cygpid.6764, n 6764, share=
d 0x180010000 (wanted 0x180010000), h 0xA8, *m 2
23 1708 [main] ls (6764) time: 1455776072 =3D time(0x0)
18 1726 [main] ls 6764 pinfo::thisproc: myself dwProcessId 6764
65 1791 [main] ls 6764 environ_init: GetEnvironmentStrings returned 0=
x2BD270
32 1823 [main] ls 6764 environ_init: 0x6000284F0: ALLUSERSPROFILE=3DC=
:\ProgramData
28 1851 [main] ls 6764 environ_init: 0x600028520: APPDATA=3DC:\Users\=
jams\AppData\Roaming
30 1881 [main] ls 6764 environ_init: 0x600028550: COMPUTERNAME=3DWORK=
FLOW3
29 1910 [main] ls 6764 environ_init: 0x600028570: COMSPEC=3DC:\Window=
s\system32\cmd.exe
30 1940 [main] ls 6764 parse_options: glob (called func)
29 1969 [main] ls 6764 parse_options: returning
15 1984 [main] ls 6764 environ_init: 0x6000285A0: CYGWIN=3Dnoglob bin=
mode ntsec
30 2014 [main] ls 6764 environ_init: 0x6000285F0: CommonProgramFiles(=
x86)=3DC:\Program Files (x86)\Common Files
28 2042 [main] ls 6764 environ_init: 0x600028640: COMMONPROGRAMFILES=
=3DC:\Program Files\Common Files
29 2071 [main] ls 6764 environ_init: 0x600028680: CommonProgramW6432=
=3DC:\Program Files\Common Files
92 2163 [main] ls 6764 environ_init: 0x6000286C0: EXECIGNORE=3D*.dll
39 2202 [main] ls 6764 environ_init: 0x6000286E0: FP_NO_HOST_CHECK=3D=
NO
31 2233 [main] ls 6764 getwinenv: can't set native for HOME=3D since =
no environ yet
21 2254 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\home\jams, 0x0, no-add-slash)
19 2273 [main] ls 6764 normalize_win32_path: C:\cygwin\home\jams =3D =
normalize_win32_path (C:\cygwin\home\jams)
17 2290 [main] ls 6764 mount_info::conv_to_posix_path: /home/jams =3D=
conv_to_posix_path (C:\cygwin\home\jams)
43 2333 [main] ls 6764 win_env::add_cache: posix /home/jams
14 2347 [main] ls 6764 win_env::add_cache: native HOME=3DC:\cygwin\ho=
me\jams
16 2363 [main] ls 6764 posify_maybe: env var converted to HOME=3D/hom=
e/jams
39 2402 [main] ls 6764 environ_init: 0x600028780: HOME=3D/home/jams
30 2432 [main] ls 6764 environ_init: 0x600028700: HOMEDRIVE=3DC:
27 2459 [main] ls 6764 environ_init: 0x6000287A0: HOMEPATH=3D\cygwin\=
home\jams
28 2487 [main] ls 6764 environ_init: 0x6000287D0: HOMESHARE=3D\\gp3-p=
dc\jams
27 2514 [main] ls 6764 environ_init: 0x600028800: HOSTNAME=3DWORKFLOW3
27 2541 [main] ls 6764 environ_init: 0x600028820: INFOPATH=3D/usr/loc=
al/info:/usr/share/info:/usr/info
26 2567 [main] ls 6764 environ_init: 0x600028860: LANG=3Den_US.UTF-8
26 2593 [main] ls 6764 environ_init: 0x600028880: LESS=3D-iM
27 2620 [main] ls 6764 environ_init: 0x6000288A0: LOCALAPPDATA=3DC:\U=
sers\jams\AppData\Local
26 2646 [main] ls 6764 environ_init: 0x6000288E0: LOGNAME=3Djams
27 2673 [main] ls 6764 environ_init: 0x600028900: LOGONSERVER=3D\\WOR=
KFLOW3
27 2700 [main] ls 6764 environ_init: 0x600028920: MAIL=3D/var/spool/m=
ail//jams
27 2727 [main] ls 6764 environ_init: 0x600028950: NUMBER_OF_PROCESSOR=
S=3D8
27 2754 [main] ls 6764 environ_init: 0x600028970: OLDPWD=3D/home/jams
32 2786 [main] ls 6764 environ_init: 0x600028990: ORIGINAL_PATH=3D/bi=
n:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/Syst=
em32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/P=
rogram Files/TortoiseSVN/bin:/cygdrive/c/Program Files (x86)/Brackets/comma=
nd
31 2817 [main] ls 6764 environ_init: 0x600028A90: OS=3DWindows_NT
34 2851 [main] ls 6764 getwinenv: can't set native for PATH=3D since =
no environ yet
43 2894 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\usr\local\bin, 0x100, no-add-slash)
17 2911 [main] ls 6764 normalize_win32_path: C:\cygwin\usr\local\bin =
=3D normalize_win32_path (C:\cygwin\usr\local\bin)
17 2928 [main] ls 6764 mount_info::conv_to_posix_path: /usr/local/bin=
=3D conv_to_posix_path (C:\cygwin\usr\local\bin)
17 2945 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\bin, 0x100, no-add-slash)
16 2961 [main] ls 6764 normalize_win32_path: C:\cygwin\bin =3D normal=
ize_win32_path (C:\cygwin\bin)
16 2977 [main] ls 6764 mount_info::conv_to_posix_path: /usr/bin =3D c=
onv_to_posix_path (C:\cygwin\bin)
16 2993 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\bin, 0x100, no-add-slash)
15 3008 [main] ls 6764 normalize_win32_path: C:\cygwin\bin =3D normal=
ize_win32_path (C:\cygwin\bin)
15 3023 [main] ls 6764 mount_info::conv_to_posix_path: /usr/bin =3D c=
onv_to_posix_path (C:\cygwin\bin)
15 3038 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\Windows\system32, 0x100, no-add-slash)
15 3053 [main] ls 6764 normalize_win32_path: C:\Windows\system32 =3D =
normalize_win32_path (C:\Windows\system32)
19 3072 [main] ls 6764 mount_info::conv_to_posix_path: /cygdrive/c/Wi=
ndows/system32 =3D conv_to_posix_path (C:\Windows\system32)
16 3088 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\Windows, 0x100, no-add-slash)
16 3104 [main] ls 6764 normalize_win32_path: C:\Windows =3D normalize=
_win32_path (C:\Windows)
15 3119 [main] ls 6764 mount_info::conv_to_posix_path: /cygdrive/c/Wi=
ndows =3D conv_to_posix_path (C:\Windows)
65 3184 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\Windows\System32\Wbem, 0x100, no-add-slash)
21 3205 [main] ls 6764 normalize_win32_path: C:\Windows\System32\Wbem=
=3D normalize_win32_path (C:\Windows\System32\Wbem)
16 3221 [main] ls 6764 mount_info::conv_to_posix_path: /cygdrive/c/Wi=
ndows/System32/Wbem =3D conv_to_posix_path (C:\Windows\System32\Wbem)
15 3236 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\Windows\System32\WindowsPowerShell\v1.0, 0x100, no-add-slash)
16 3252 [main] ls 6764 normalize_win32_path: C:\Windows\System32\Wind=
owsPowerShell\v1.0 =3D normalize_win32_path (C:\Windows\System32\WindowsPow=
erShell\v1.0)
17 3269 [main] ls 6764 mount_info::conv_to_posix_path: /cygdrive/c/Wi=
ndows/System32/WindowsPowerShell/v1.0 =3D conv_to_posix_path (C:\Windows\Sy=
stem32\WindowsPowerShell\v1.0)
17 3286 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\Program Files\TortoiseSVN\bin, 0x100, no-add-slash)
16 3302 [main] ls 6764 normalize_win32_path: C:\Program Files\Tortois=
eSVN\bin =3D normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
17 3319 [main] ls 6764 mount_info::conv_to_posix_path: /cygdrive/c/Pr=
ogram Files/TortoiseSVN/bin =3D conv_to_posix_path (C:\Program Files\Tortoi=
seSVN\bin)
16 3335 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\Program Files (x86)\Brackets\command, 0x100, no-add-slash)
18 3353 [main] ls 6764 normalize_win32_path: C:\Program Files (x86)\B=
rackets\command =3D normalize_win32_path (C:\Program Files (x86)\Brackets\c=
ommand)
16 3369 [main] ls 6764 mount_info::conv_to_posix_path: /cygdrive/c/Pr=
ogram Files (x86)/Brackets/command =3D conv_to_posix_path (C:\Program Files=
(x86)\Brackets\command)
43 3412 [main] ls 6764 win_env::add_cache: posix /usr/local/bin:/usr/=
bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/W=
indows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/c=
ygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files (x86)/Bra=
ckets/command
17 3429 [main] ls 6764 win_env::add_cache: native PATH=3DC:\cygwin\us=
r\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\W=
indows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program =
Files\TortoiseSVN\bin;C:\Program Files (x86)\Brackets\command
17 3446 [main] ls 6764 posify_maybe: env var converted to PATH=3D/usr=
/local/bin:/usr/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windo=
ws:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPo=
werShell/v1.0:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program=
Files (x86)/Brackets/command
39 3485 [main] ls 6764 environ_init: 0x600038DB0: PATH=3D/usr/local/b=
in:/usr/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygd=
rive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell=
/v1.0:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files (=
x86)/Brackets/command
109 3594 [main] ls 6764 environ_init: 0x600028AB0: PATHEXT=3D.COM;.EXE=
;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
39 3633 [main] ls 6764 environ_init: 0x600028B00: PRINTER=3DAdobe PDF
29 3662 [main] ls 6764 environ_init: 0x600028B20: PROCESSOR_ARCHITECT=
URE=3DAMD64
30 3692 [main] ls 6764 environ_init: 0x600028B50: PROCESSOR_IDENTIFIE=
R=3DIntel64 Family 6 Model 63 Stepping 2, GenuineIntel
29 3721 [main] ls 6764 environ_init: 0x600038EC0: PROCESSOR_LEVEL=3D6
30 3751 [main] ls 6764 environ_init: 0x600038EE0: PROCESSOR_REVISION=
=3D3f02
28 3779 [main] ls 6764 environ_init: 0x600038F00: PROFILEREAD=3Dtrue
29 3808 [main] ls 6764 environ_init: 0x600038F20: PROGRAMFILES=3DC:\P=
rogram Files
28 3836 [main] ls 6764 environ_init: 0x600038F50: PS1=3D\h:\u:\w:\$
29 3865 [main] ls 6764 environ_init: 0x600038F70: PSModulePath=3DC:\W=
indows\system32\WindowsPowerShell\v1.0\Modules\
29 3894 [main] ls 6764 environ_init: 0x600038FC0: PUBLIC=3DC:\Users\P=
ublic
30 3924 [main] ls 6764 environ_init: 0x600038FE0: PWD=3D/home/jams
33 3957 [main] ls 6764 environ_init: 0x600039000: ProgramData=3DC:\Pr=
ogramData
32 3989 [main] ls 6764 environ_init: 0x600039030: ProgramFiles(x86)=
=3DC:\Program Files (x86)
30 4019 [main] ls 6764 environ_init: 0x600039070: ProgramW6432=3DC:\P=
rogram Files
28 4047 [main] ls 6764 environ_init: 0x6000390A0: SHELL=3D/bin/bash
28 4075 [main] ls 6764 environ_init: 0x6000390C0: SHLVL=3D1
30 4105 [main] ls 6764 environ_init: 0x6000390E0: SSH_CLIENT=3D10.60.=
70.123 61853 22
29 4134 [main] ls 6764 environ_init: 0x600039110: SSH_CONNECTION=3D10=
.60.70.123 61853 10.60.70.24 22
33 4167 [main] ls 6764 environ_init: 0x600039150: SSH_TTY=3D/dev/pty1
29 4196 [main] ls 6764 environ_init: 0x600039170: SYSTEMDRIVE=3DC:
28 4224 [main] ls 6764 environ_init: 0x600039190: SYSTEMROOT=3DC:\Win=
dows
28 4252 [main] ls 6764 getwinenv: can't set native for TEMP=3D since =
no environ yet
18 4270 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\tmp, 0x0, no-add-slash)
16 4286 [main] ls 6764 normalize_win32_path: C:\cygwin\tmp =3D normal=
ize_win32_path (C:\cygwin\tmp)
18 4304 [main] ls 6764 mount_info::conv_to_posix_path: /tmp =3D conv_=
to_posix_path (C:\cygwin\tmp)
40 4344 [main] ls 6764 win_env::add_cache: posix /tmp
16 4360 [main] ls 6764 win_env::add_cache: native TEMP=3DC:\cygwin\tmp
15 4375 [main] ls 6764 posify_maybe: env var converted to TEMP=3D/tmp
36 4411 [main] ls 6764 environ_init: 0x600039210: TEMP=3D/tmp
29 4440 [main] ls 6764 environ_init: 0x6000391B0: TERM=3Dxterm-color
29 4469 [main] ls 6764 getwinenv: can't set native for TMP=3D since n=
o environ yet
15 4484 [main] ls 6764 mount_info::conv_to_posix_path: conv_to_posix_=
path (C:\cygwin\tmp, 0x0, no-add-slash)
16 4500 [main] ls 6764 normalize_win32_path: C:\cygwin\tmp =3D normal=
ize_win32_path (C:\cygwin\tmp)
15 4515 [main] ls 6764 mount_info::conv_to_posix_path: /tmp =3D conv_=
to_posix_path (C:\cygwin\tmp)
38 4553 [main] ls 6764 win_env::add_cache: posix /tmp
17 4570 [main] ls 6764 win_env::add_cache: native TMP=3DC:\cygwin\tmp
15 4585 [main] ls 6764 posify_maybe: env var converted to TMP=3D/tmp
38 4623 [main] ls 6764 environ_init: 0x600039290: TMP=3D/tmp
29 4652 [main] ls 6764 environ_init: 0x600039230: TZ=3DAustralia/Sydn=
ey
28 4680 [main] ls 6764 environ_init: 0x6000392B0: USER=3Djams
27 4707 [main] ls 6764 environ_init: 0x6000392D0: USERDOMAIN=3DWORKFL=
OW3
28 4735 [main] ls 6764 environ_init: 0x6000392F0: USERNAME=3Dcyg_serv=
er
28 4763 [main] ls 6764 environ_init: 0x600039310: USERPROFILE=3DC:\Us=
ers\jams
29 4792 [main] ls 6764 environ_init: 0x600039340: WINDIR=3DC:\Windows
46 4838 [main] ls 6764 environ_init: 0x600039360: _=3D/usr/bin/strace
30 4868 [main] ls 6764 environ_init: 0x600039380: windows_tracing_fla=
gs=3D3
30 4898 [main] ls 6764 environ_init: 0x6000393A0: windows_tracing_log=
file=3DC:\BVTBin\Tests\installpackage\csilogfile.log
37 4935 [main] ls 6764 pinfo_init: Set nice to 0
20 4955 [main] ls 6764 pinfo_init: pid 6764, pgid 6764, process_state=
0x41
16 4971 [main] ls 6764 App version: 2002.1, api: 0.289
16 4987 [main] ls 6764 DLL version: 2004.1, api: 0.293
16 5003 [main] ls 6764 DLL build: 2016-01-24 11:26
19 5022 [main] ls 6764 dtable::extend: size 32, fds 0x18032B090
134 5156 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
406 5562 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
148 5710 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
132 5842 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
82 5924 [main] ls 6764 cygheap_user::ontherange: what 2, pw 0x18032B2=
B0
22 5946 [main] ls 6764 cygheap_user::ontherange: HOME is already in t=
he environment /home/jams
58 6004 [main] ls 6764 build_argv: argv[0] =3D 'ls'
78 6082 [main] ls 6764 build_argv: argv[1] =3D '-l'
19 6101 [main] ls 6764 build_argv: argv[2] =3D '/cygdrive/e'
15 6116 [main] ls 6764 build_argv: argc 3
156 6272 [main] ls 6764 build_fh_pc: created an archetype (0x18032C308=
) for /dev/pty1(136/1)
19 6291 [main] ls 6764 build_fh_pc: fh 0x18032BF98, dev 00880001
27 6318 [main] ls 6764 fhandler_pipe::create: name \\.\pipe\cygwin-c5=
e39b7a9d22bafb-pty1-from-master, size 131072, mode PIPE_TYPE_MESSAGE
61 6379 [main] ls 6764 fhandler_pipe::create: pipe access denied
16 6395 [main] ls 6764 tty::exists: exists 1
66 6461 [main] ls 6764 set_posix_access: ACL-Size: 144
29 6490 [main] ls 6764 set_posix_access: Created SD-Size: 220
16 6506 [main] ls 6764 fhandler_pty_slave::open: (396): pty output_mu=
tex (0xB8): waiting -1 ms
19 6525 [main] ls 6764 fhandler_pty_slave::open: (396): pty output_mu=
tex: acquired
27 6552 [main] ls 6764 tty::create_inuse: cygtty.slave_alive.1 0xC4
21 6573 [main] ls 6764 fhandler_pty_slave::open: (399): pty output_mu=
tex(0xB8) released
47 6620 [main] ls 6764 open_shared: name cygpid.7896, n 7896, shared =
0x30000 (wanted 0x0), h 0xC8, *m 6
43 6663 [main] ls 6764 fhandler_pty_slave::open: dup handles via mast=
er control pipe \\.\pipe\cygwin-c5e39b7a9d22bafb-pty1-master-ctl
262 6925 [main] ls 6764 fhandler_pty_slave::open: duplicated from_mast=
er 0x18C->0xCC from pty_owner
30 6955 [main] ls 6764 fhandler_pty_slave::open: duplicated to_master=
0x19C->0xD4 from pty_owner
15 6970 [main] ls 6764 fhandler_pty_slave::open: duplicated to_master=
_cyg 0x27C->0xD8 from pty_owner
43 7013 [main] ls 6764 fhandler_console::need_invisible: invisible_co=
nsole 0
25 7038 [main] ls 6764 fhandler_base::open_with_arch: line 476: /dev=
/pty1<0x18032C308> usecount + 1 =3D 1
19 7057 [main] ls 6764 fhandler_base::set_flags: flags 0x10002, suppl=
ied_bin 0x0
15 7072 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
14 7086 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
16 7102 [main] ls 6764 _pinfo::set_ctty: old no ctty, ctty device num=
ber 0xFFFFFFFF, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
15 7117 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty 0x0, archetype=
0x18032C308
14 7131 [main] ls 6764 _pinfo::set_ctty: ctty was NULL
14 7145 [main] ls 6764 _pinfo::set_ctty: line 482: /dev/pty1<0x18032=
C308> usecount + 1 =3D 2
14 7159 [main] ls 6764 _pinfo::set_ctty: /dev/pty1 ctty, usecount 2
20 7179 [main] ls 6764 _pinfo::set_ctty: attaching ctty /dev/pty1 sid=
6764, pid 6764, pgid 6764, tty->pgid 9480, tty->sid 9824
27 7206 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty now 0x18032C30=
8, archetype 0x18032C308
29 7235 [main] ls 6764 fhandler_pty_slave::open_setup: /dev/pty1 open=
ed, usecount 2
20 7255 [main] ls 6764 fhandler_base::set_flags: flags 0x10002, suppl=
ied_bin 0x0
18 7273 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
26 7299 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
17 7316 [main] ls 6764 _pinfo::set_ctty: old ctty /dev/pty1, ctty dev=
ice number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
16 7332 [main] ls 6764 _pinfo::set_ctty: attaching ctty /dev/pty1 sid=
9824, pid 6764, pgid 9480, tty->pgid 9480, tty->sid 9824
14 7346 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty now 0x18032C30=
8, archetype 0x18032C308
14 7360 [main] ls 6764 fhandler_pty_slave::open_setup: /dev/pty1 open=
ed, usecount 2
52 7412 [main] ls 6764 build_fh_pc: found an archetype for (null)(136=
/1) io_handle 0xCC
19 7431 [main] ls 6764 build_fh_pc: fh 0x18032C6E8, dev 00880001
19 7450 [main] ls 6764 fhandler_base::open_with_arch: line 496: /dev=
/pty1<0x18032C308> usecount + 1 =3D 3
16 7466 [main] ls 6764 fhandler_base::set_flags: flags 0x10002, suppl=
ied_bin 0x0
15 7481 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
14 7495 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
21 7516 [main] ls 6764 _pinfo::set_ctty: old ctty /dev/pty1, ctty dev=
ice number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
21 7537 [main] ls 6764 _pinfo::set_ctty: attaching ctty /dev/pty1 sid=
9824, pid 6764, pgid 9480, tty->pgid 9480, tty->sid 9824
16 7553 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty now 0x18032C30=
8, archetype 0x18032C308
15 7568 [main] ls 6764 fhandler_pty_slave::open_setup: /dev/pty1 open=
ed, usecount 3
16 7584 [main] ls 6764 fhandler_base::set_flags: flags 0x10002, suppl=
ied_bin 0x0
15 7599 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
16 7615 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
16 7631 [main] ls 6764 _pinfo::set_ctty: old ctty /dev/pty1, ctty dev=
ice number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
16 7647 [main] ls 6764 _pinfo::set_ctty: attaching ctty /dev/pty1 sid=
9824, pid 6764, pgid 9480, tty->pgid 9480, tty->sid 9824
19 7666 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty now 0x18032C30=
8, archetype 0x18032C308
24 7690 [main] ls 6764 fhandler_pty_slave::open_setup: /dev/pty1 open=
ed, usecount 3
61 7751 [main] ls 6764 build_fh_pc: found an archetype for (null)(136=
/1) io_handle 0xCC
45 7796 [main] ls 6764 build_fh_pc: fh 0x18032CA58, dev 00880001
23 7819 [main] ls 6764 fhandler_base::open_with_arch: line 496: /dev=
/pty1<0x18032C308> usecount + 1 =3D 4
29 7848 [main] ls 6764 fhandler_base::set_flags: flags 0x10002, suppl=
ied_bin 0x0
20 7868 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
15 7883 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
19 7902 [main] ls 6764 _pinfo::set_ctty: old ctty /dev/pty1, ctty dev=
ice number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
26 7928 [main] ls 6764 _pinfo::set_ctty: attaching ctty /dev/pty1 sid=
9824, pid 6764, pgid 9480, tty->pgid 9480, tty->sid 9824
18 7946 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty now 0x18032C30=
8, archetype 0x18032C308
15 7961 [main] ls 6764 fhandler_pty_slave::open_setup: /dev/pty1 open=
ed, usecount 4
18 7979 [main] ls 6764 fhandler_base::set_flags: flags 0x10002, suppl=
ied_bin 0x0
18 7997 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
16 8013 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
16 8029 [main] ls 6764 _pinfo::set_ctty: old ctty /dev/pty1, ctty dev=
ice number 0x880001, tc.ntty device number 0x880001 flags & O_NOCTTY 0x0
15 8044 [main] ls 6764 _pinfo::set_ctty: attaching ctty /dev/pty1 sid=
9824, pid 6764, pgid 9480, tty->pgid 9480, tty->sid 9824
15 8059 [main] ls 6764 _pinfo::set_ctty: cygheap->ctty now 0x18032C30=
8, archetype 0x18032C308
16 8075 [main] ls 6764 fhandler_pty_slave::open_setup: /dev/pty1 open=
ed, usecount 4
174 8249 [main] ls 6764 __set_errno: void dll_crt0_1(void*):1008 setti=
ng errno 0
228 8477 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
26 8503 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
71 8574 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
71 8645 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
48 8693 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
77 8770 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
209 8979 [main] ls 6764 isatty: 1 =3D isatty(1)
17 8996 [main] ls 6764 ioctl: ioctl(fd 1, cmd 0x5401)
14 9010 [main] ls 6764 fhandler_pty_slave::ioctl: ioctl (5401)
11 9021 [main] ls 6764 fhandler_pty_slave::ioctl: (989): pty output_m=
utex (0xB8): waiting -1 ms
12 9033 [main] ls 6764 fhandler_pty_slave::ioctl: (989): pty output_m=
utex: acquired
10 9043 [main] ls 6764 fhandler_pty_slave::ioctl: (1011): pty output_=
mutex(0xB8) released
10 9053 [main] ls 6764 fhandler_pty_slave::ioctl: 0 =3D ioctl(5401)
10 9063 [main] ls 6764 ioctl: 0 =3D ioctl(1, 0x5401, ...)
54 9117 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0000
17 9134 [main] ls 6764 __get_lcid_from_locale: LCID=3D0x0409
302 9436 [main] ls 6764 open: open(/usr/share/locale/locale.alias, 0x0)
19 9455 [main] ls 6764 normalize_posix_path: src /usr/share/locale/lo=
cale.alias
12 9467 [main] ls 6764 normalize_posix_path: /usr/share/locale/locale=
.alias =3D normalize_posix_path (/usr/share/locale/locale.alias)
10 9477 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/locale.alias)
14 9491 [main] ls 6764 set_flags: flags: binary (0x2)
11 9502 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, fla=
gs 0x3000A, rc 0
36 9538 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale\locale.alias)
31 9569 [main] ls 6764 symlink_info::check: not a symlink
21 9590 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\locale.alias, 0xFFFFB280) (0x3000A)
14 9604 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\locale.alias), has_acls(1)
18 9622 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
15 9637 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\locale.alias, 0x108000)
26 9663 [main] ls 6764 fhandler_base::set_flags: flags 0x108000, supp=
lied_bin 0x10000
15 9678 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
10 9688 [main] ls 6764 fhandler_base::open: 0x0 =3D NtCreateFile (0x1=
1C, 0x80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0x0,=
0x7, 0x1, 0x4020, NULL, 0)
11 9699 [main] ls 6764 fhandler_base::open: 1 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\locale.alias, 0x108000)
10 9709 [main] ls 6764 fhandler_base::open_fs: 1 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\locale.alias, 0x8000)
13 9722 [main] ls 6764 open: 3 =3D open(/usr/share/locale/locale.alia=
s, 0x8000)
44 9766 [main] ls 6764 _cygwin_istext_for_stdio: fd 3: opened as bina=
ry
89 9855 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
136 9991 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
86 10077 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
C:\cygwin\usr\share\locale\locale.alias, 0xFFFFC4B0) st_size=3D3116, st_mod=
e=3D0100644, st_ino=3D562949953556517st_atim=3D568DD865.4083A00 st_ctim=3D5=
68DD865.4083A00 st_mtim=3D55FF00F8.0 st_birthtim=3D568DD865.4083A00
16 10093 [main] ls 6764 fstat64: 0 =3D fstat(3, 0xFFFFC4B0)
23 10116 [main] ls 6764 read: read(3, 0x60003A2D0, 65536) blocking
31 10147 [main] ls 6764 fhandler_base::read: returning 3116, binary mo=
de
12 10159 [main] ls 6764 read: 3116 =3D read(3, 0x60003A2D0, 3116)
52 10211 [main] ls 6764 read: read(3, 0x60003A2D0, 65536) blocking
12 10223 [main] ls 6764 fhandler_base::read: returning 0, binary mode
10 10233 [main] ls 6764 read: 0 =3D read(3, 0x60003A2D0, 0)
12 10245 [main] ls 6764 close: close(3)
15 10260 [main] ls 6764 fhandler_base::close: closing '/usr/share/loca=
le/locale.alias' handle 0x11C
19 10279 [main] ls 6764 close: 0 =3D close(3)
107 10386 [main] ls 6764 open: open(/usr/local/share/locale/locale.alia=
s, 0x0)
12 10398 [main] ls 6764 normalize_posix_path: src /usr/local/share/loc=
ale/locale.alias
11 10409 [main] ls 6764 normalize_posix_path: /usr/local/share/locale/=
locale.alias =3D normalize_posix_path (/usr/local/share/locale/locale.alias)
10 10419 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/local/share/locale/locale.alias)
12 10431 [main] ls 6764 set_flags: flags: binary (0x2)
10 10441 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
local/share/locale/locale.alias, dst C:\cygwin\usr\local\share\locale\local=
e.alias, flags 0x3000A, rc 0
35 10476 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\local\share\locale\locale.alias)
18 10494 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
50 10544 [main] ls 6764 symlink_info::check: not a symlink
16 10560 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\local\share\locale\locale.alias, 0xFFFFB270) (0x3000A)
14 10574 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/local/share/locale)
15 10589 [main] ls 6764 set_flags: flags: binary (0x2)
14 10603 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
local/share/locale, dst C:\cygwin\usr\local\share\locale, flags 0x3000A, rc=
0
30 10633 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\local\share\locale)
12 10645 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\local\share\locale)
11 10656 [main] ls 6764 symlink_info::check: not a symlink
10 10666 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\local\share\locale, 0xFFFFB270) (0x3000A)
11 10677 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/local/share)
11 10688 [main] ls 6764 set_flags: flags: binary (0x2)
10 10698 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
local/share, dst C:\cygwin\usr\local\share, flags 0x3000A, rc 0
20 10718 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\local\share)
11 10729 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\local\share)
17 10746 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\local\share.lnk)
11 10757 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\local\share.lnk)
11 10768 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\local\share, 0xFFFFB270) (0x3000A)
11 10779 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/local)
10 10789 [main] ls 6764 set_flags: flags: binary (0x2)
11 10800 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
local, dst C:\cygwin\usr\local, flags 0x3000A, rc 0
20 10820 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\local)
19 10839 [main] ls 6764 symlink_info::check: not a symlink
18 10857 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\local, 0xFFFFB270) (0x3000A)
12 10869 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\loc=
al\share\locale\locale.alias), has_acls(1)
14 10883 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
13 10896 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\local\=
share\locale\locale.alias, 0x108000)
24 10920 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
15 10935 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
10 10945 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0xFFFFC330, 0x80100000, \??\C:\cygwin\usr\local\share\locale\locale.ali=
as, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
12 10957 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x108000)
11 10968 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x8000)
66 11034 [main] ls 6764 open: -1 =3D open(/usr/local/share/locale/loca=
le.alias, 0x8000), errno 2
88 11122 [main] ls 6764 open: open(/usr/share/X11/locale/locale.alias,=
0x0)
16 11138 [main] ls 6764 normalize_posix_path: src /usr/share/X11/local=
e/locale.alias
11 11149 [main] ls 6764 normalize_posix_path: /usr/share/X11/locale/lo=
cale.alias =3D normalize_posix_path (/usr/share/X11/locale/locale.alias)
11 11160 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/X11/locale/locale.alias)
46 11206 [main] ls 6764 set_flags: flags: binary (0x2)
13 11219 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/X11/locale/locale.alias, dst C:\cygwin\usr\share\X11\locale\locale.al=
ias, flags 0x3000A, rc 0
32 11251 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\X11\locale\locale.alias)
14 11265 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\X11\locale\locale.alias)
14 11279 [main] ls 6764 symlink_info::check: not a symlink
12 11291 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\X11\locale\locale.alias, 0xFFFFB270) (0x3000A)
24 11315 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/X11/locale)
25 11340 [main] ls 6764 set_flags: flags: binary (0x2)
21 11361 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/X11/locale, dst C:\cygwin\usr\share\X11\locale, flags 0x3000A, rc 0
45 11406 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\X11\locale)
15 11421 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\X11\locale)
13 11434 [main] ls 6764 symlink_info::check: not a symlink
14 11448 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\X11\locale, 0xFFFFB270) (0x3000A)
13 11461 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/X11)
27 11488 [main] ls 6764 set_flags: flags: binary (0x2)
21 11509 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/X11, dst C:\cygwin\usr\share\X11, flags 0x3000A, rc 0
44 11553 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\X11)
25 11578 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\X11)
32 11610 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\X11.lnk)
13 11623 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\X11.lnk)
12 11635 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\X11, 0xFFFFB270) (0x3000A)
12 11647 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share)
12 11659 [main] ls 6764 set_flags: flags: binary (0x2)
11 11670 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share, dst C:\cygwin\usr\share, flags 0x3000A, rc 0
24 11694 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share)
22 11716 [main] ls 6764 symlink_info::check: not a symlink
19 11735 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share, 0xFFFFB270) (0x3000A)
14 11749 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\X11\locale\locale.alias), has_acls(1)
18 11767 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
20 11787 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
X11\locale\locale.alias, 0x108000)
27 11814 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
17 11831 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
13 11844 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0xFFFFC330, 0x80100000, \??\C:\cygwin\usr\share\X11\locale\locale.alias=
, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
15 11859 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\X11\locale\locale.alias, 0x108000)
12 11871 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\X11\locale\locale.alias, 0x8000)
16 11887 [main] ls 6764 open: -1 =3D open(/usr/share/X11/locale/locale=
.alias, 0x8000), errno 2
426 12313 [main] ls 6764 open: open(/usr/share/locale/en_US.UTF-8/LC_TI=
ME/coreutils.mo, 0x10000)
17 12330 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
_US.UTF-8/LC_TIME/coreutils.mo
12 12342 [main] ls 6764 normalize_posix_path: /usr/share/locale/en_US.=
UTF-8/LC_TIME/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en_U=
S.UTF-8/LC_TIME/coreutils.mo)
11 12353 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.UTF-8/LC_TIME/coreutils.mo)
11 12364 [main] ls 6764 set_flags: flags: binary (0x2)
11 12375 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin\usr\share\loca=
le\en_US.UTF-8\LC_TIME\coreutils.mo, flags 0x3000A, rc 0
35 12410 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_TIME\coreutils.mo)
13 12423 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_TIME\coreutils.=
mo)
11 12434 [main] ls 6764 symlink_info::check: not a symlink
10 12444 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB460) (0x3000=
A)
11 12455 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.UTF-8/LC_TIME)
11 12466 [main] ls 6764 set_flags: flags: binary (0x2)
10 12476 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.UTF-8/LC_TIME, dst C:\cygwin\usr\share\locale\en_US.UTF-=
8\LC_TIME, flags 0x3000A, rc 0
21 12497 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_TIME)
11 12508 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_TIME)
11 12519 [main] ls 6764 symlink_info::check: not a symlink
10 12529 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.UTF-8\LC_TIME, 0xFFFFB460) (0x3000A)
11 12540 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.UTF-8)
10 12550 [main] ls 6764 set_flags: flags: binary (0x2)
10 12560 [main] ls 6764 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
18 12578 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8)
12 12590 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8)
17 12607 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8.lnk)
10 12617 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8.lnk)
11 12628 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.UTF-8, 0xFFFFB460) (0x3000A)
11 12639 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
10 12649 [main] ls 6764 set_flags: flags: binary (0x2)
10 12659 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
19 12678 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
19 12697 [main] ls 6764 symlink_info::check: not a symlink
18 12715 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB460) (0x3000A)
12 12727 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en_US.UTF-8\LC_TIME\coreutils.mo), has_acls(1)
13 12740 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
11 12751 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en_US.UTF-8\LC_TIME\coreutils.mo, 0x118000)
23 12774 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
26 12800 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
21 12821 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US.UT=
F-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
18 12839 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_TIME\coreutils.mo, 0x118000)
51 12890 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_TIME\coreutils.mo, 0=
x18000)
15 12905 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en_US.UTF-=
8/LC_TIME/coreutils.mo, 0x18000), errno 2
42 12947 [main] ls 6764 open: open(/usr/share/locale/en_US.utf8/LC_TIM=
E/coreutils.mo, 0x10000)
12 12959 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
_US.utf8/LC_TIME/coreutils.mo
11 12970 [main] ls 6764 normalize_posix_path: /usr/share/locale/en_US.=
utf8/LC_TIME/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en_US=
.utf8/LC_TIME/coreutils.mo)
10 12980 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.utf8/LC_TIME/coreutils.mo)
10 12990 [main] ls 6764 set_flags: flags: binary (0x2)
10 13000 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.utf8/LC_TIME/coreutils.mo, dst C:\cygwin\usr\share\local=
e\en_US.utf8\LC_TIME\coreutils.mo, flags 0x3000A, rc 0
29 13029 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_TIME\coreutils.mo)
23 13052 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_TIME\coreutils.m=
o)
22 13074 [main] ls 6764 symlink_info::check: not a symlink
17 13091 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.utf8\LC_TIME\coreutils.mo, 0xFFFFB460) (0x3000A)
16 13107 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.utf8/LC_TIME)
15 13122 [main] ls 6764 set_flags: flags: binary (0x2)
14 13136 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.utf8/LC_TIME, dst C:\cygwin\usr\share\locale\en_US.utf8\=
LC_TIME, flags 0x3000A, rc 0
38 13174 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_TIME)
25 13199 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_TIME)
17 13216 [main] ls 6764 symlink_info::check: not a symlink
18 13234 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.utf8\LC_TIME, 0xFFFFB460) (0x3000A)
17 13251 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.utf8)
16 13267 [main] ls 6764 set_flags: flags: binary (0x2)
15 13282 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.utf8, dst C:\cygwin\usr\share\locale\en_US.utf8, flags 0=
x3000A, rc 0
33 13315 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8)
19 13334 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8)
30 13364 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8.lnk)
18 13382 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8.lnk)
17 13399 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.utf8, 0xFFFFB460) (0x3000A)
16 13415 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
15 13430 [main] ls 6764 set_flags: flags: binary (0x2)
15 13445 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
31 13476 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
27 13503 [main] ls 6764 symlink_info::check: not a symlink
26 13529 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB460) (0x3000A)
18 13547 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en_US.utf8\LC_TIME\coreutils.mo), has_acls(1)
19 13566 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
17 13583 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en_US.utf8\LC_TIME\coreutils.mo, 0x118000)
34 13617 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
21 13638 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
16 13654 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US.ut=
f8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
18 13672 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_TIME\coreutils.mo, 0x118000)
17 13689 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_TIME\coreutils.mo, 0x=
18000)
18 13707 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en_US.utf8=
/LC_TIME/coreutils.mo, 0x18000), errno 2
41 13748 [main] ls 6764 open: open(/usr/share/locale/en_US/LC_TIME/cor=
eutils.mo, 0x10000)
16 13764 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
_US/LC_TIME/coreutils.mo
16 13780 [main] ls 6764 normalize_posix_path: /usr/share/locale/en_US/=
LC_TIME/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en_US/LC_T=
IME/coreutils.mo)
16 13796 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US/LC_TIME/coreutils.mo)
16 13812 [main] ls 6764 set_flags: flags: binary (0x2)
16 13828 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US/LC_TIME/coreutils.mo, dst C:\cygwin\usr\share\locale\en_=
US\LC_TIME\coreutils.mo, flags 0x3000A, rc 0
34 13862 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US\LC_TIME\coreutils.mo)
20 13882 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_TIME\coreutils.mo)
17 13899 [main] ls 6764 symlink_info::check: not a symlink
15 13914 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US\LC_TIME\coreutils.mo, 0xFFFFB460) (0x3000A)
16 13930 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US/LC_TIME)
16 13946 [main] ls 6764 set_flags: flags: binary (0x2)
16 13962 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US/LC_TIME, dst C:\cygwin\usr\share\locale\en_US\LC_TIME, f=
lags 0x3000A, rc 0
34 13996 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US\LC_TIME)
19 14015 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_TIME)
16 14031 [main] ls 6764 symlink_info::check: not a symlink
15 14046 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US\LC_TIME, 0xFFFFB460) (0x3000A)
16 14062 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US)
16 14078 [main] ls 6764 set_flags: flags: binary (0x2)
15 14093 [main] ls 6764 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
30 14123 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US)
23 14146 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US)
30 14176 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.lnk)
18 14194 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.lnk)
18 14212 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US, 0xFFFFB460) (0x3000A)
15 14227 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
15 14242 [main] ls 6764 set_flags: flags: binary (0x2)
15 14257 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
32 14289 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
25 14314 [main] ls 6764 symlink_info::check: not a symlink
26 14340 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB460) (0x3000A)
18 14358 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en_US\LC_TIME\coreutils.mo), has_acls(1)
19 14377 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
17 14394 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en_US\LC_TIME\coreutils.mo, 0x118000)
33 14427 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
18 14445 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
15 14460 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0xFFFFC520, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US\LC_TIME\co=
reutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
28 14488 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en_US\LC_TIME\coreutils.mo, 0x118000)
19 14507 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en_US\LC_TIME\coreutils.mo, 0x18000)
18 14525 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en_US/LC_T=
IME/coreutils.mo, 0x18000), errno 2
46 14571 [main] ls 6764 open: open(/usr/share/locale/en.UTF-8/LC_TIME/=
coreutils.mo, 0x10000)
16 14587 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
.UTF-8/LC_TIME/coreutils.mo
16 14603 [main] ls 6764 normalize_posix_path: /usr/share/locale/en.UTF=
-8/LC_TIME/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en.UTF-=
8/LC_TIME/coreutils.mo)
17 14620 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo)
16 14636 [main] ls 6764 set_flags: flags: binary (0x2)
15 14651 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin\usr\share\locale\=
en.UTF-8\LC_TIME\coreutils.mo, flags 0x3000A, rc 0
35 14686 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo)
19 14705 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo)
16 14721 [main] ls 6764 symlink_info::check: not a symlink
15 14736 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB460) (0x3000A)
16 14752 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.UTF-8/LC_TIME)
15 14767 [main] ls 6764 set_flags: flags: binary (0x2)
16 14783 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.UTF-8/LC_TIME, dst C:\cygwin\usr\share\locale\en.UTF-8\LC_T=
IME, flags 0x3000A, rc 0
31 14814 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_TIME)
19 14833 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_TIME)
18 14851 [main] ls 6764 symlink_info::check: not a symlink
16 14867 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.UTF-8\LC_TIME, 0xFFFFB460) (0x3000A)
16 14883 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.UTF-8)
16 14899 [main] ls 6764 set_flags: flags: binary (0x2)
15 14914 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.UTF-8, dst C:\cygwin\usr\share\locale\en.UTF-8, flags 0x300=
0A, rc 0
29 14943 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8)
20 14963 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8)
23 14986 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8.lnk)
18 15004 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8.lnk)
16 15020 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.UTF-8, 0xFFFFB460) (0x3000A)
15 15035 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
14 15049 [main] ls 6764 set_flags: flags: binary (0x2)
15 15064 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
29 15093 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
23 15116 [main] ls 6764 symlink_info::check: not a symlink
23 15139 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB460) (0x3000A)
14 15153 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en.UTF-8\LC_TIME\coreutils.mo), has_acls(1)
15 15168 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
22 15190 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000)
30 15220 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
17 15237 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
18 15255 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en.UTF-8=
\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
21 15276 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000)
20 15296 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x18=
000)
19 15315 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en.UTF-8/L=
C_TIME/coreutils.mo, 0x18000), errno 2
48 15363 [main] ls 6764 open: open(/usr/share/locale/en.utf8/LC_TIME/c=
oreutils.mo, 0x10000)
16 15379 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
.utf8/LC_TIME/coreutils.mo
14 15393 [main] ls 6764 normalize_posix_path: /usr/share/locale/en.utf=
8/LC_TIME/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en.utf8/=
LC_TIME/coreutils.mo)
10 15403 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo)
11 15414 [main] ls 6764 set_flags: flags: binary (0x2)
10 15424 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.utf8/LC_TIME/coreutils.mo, dst C:\cygwin\usr\share\locale\e=
n.utf8\LC_TIME\coreutils.mo, flags 0x3000A, rc 0
25 15449 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8\LC_TIME\coreutils.mo)
14 15463 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_TIME\coreutils.mo)
11 15474 [main] ls 6764 symlink_info::check: not a symlink
11 15485 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0xFFFFB460) (0x3000A)
11 15496 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.utf8/LC_TIME)
11 15507 [main] ls 6764 set_flags: flags: binary (0x2)
12 15519 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.utf8/LC_TIME, dst C:\cygwin\usr\share\locale\en.utf8\LC_TIM=
E, flags 0x3000A, rc 0
21 15540 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8\LC_TIME)
13 15553 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_TIME)
10 15563 [main] ls 6764 symlink_info::check: not a symlink
10 15573 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.utf8\LC_TIME, 0xFFFFB460) (0x3000A)
10 15583 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.utf8)
10 15593 [main] ls 6764 set_flags: flags: binary (0x2)
10 15603 [main] ls 6764 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
20 15623 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8)
13 15636 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8)
20 15656 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8.lnk)
12 15668 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8.lnk)
10 15678 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.utf8, 0xFFFFB460) (0x3000A)
10 15688 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
10 15698 [main] ls 6764 set_flags: flags: binary (0x2)
10 15708 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
19 15727 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
19 15746 [main] ls 6764 symlink_info::check: not a symlink
18 15764 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB460) (0x3000A)
12 15776 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en.utf8\LC_TIME\coreutils.mo), has_acls(1)
12 15788 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
12 15800 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en.utf8\LC_TIME\coreutils.mo, 0x118000)
21 15821 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
14 15835 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
10 15845 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en.utf8\=
LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
11 15856 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000)
10 15866 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x180=
00)
11 15877 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en.utf8/LC=
_TIME/coreutils.mo, 0x18000), errno 2
36 15913 [main] ls 6764 open: open(/usr/share/locale/en/LC_TIME/coreut=
ils.mo, 0x10000)
15 15928 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
/LC_TIME/coreutils.mo
12 15940 [main] ls 6764 normalize_posix_path: /usr/share/locale/en/LC_=
TIME/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en/LC_TIME/co=
reutils.mo)
13 15953 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en/LC_TIME/coreutils.mo)
12 15965 [main] ls 6764 set_flags: flags: binary (0x2)
11 15976 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en/LC_TIME/coreutils.mo, dst C:\cygwin\usr\share\locale\en\LC_=
TIME\coreutils.mo, flags 0x3000A, rc 0
35 16011 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_TIME\coreutils.mo)
14 16025 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_TIME\coreutils.mo)
10 16035 [main] ls 6764 symlink_info::check: not a symlink
11 16046 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en\LC_TIME\coreutils.mo, 0xFFFFB460) (0x3000A)
14 16060 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en/LC_TIME)
14 16074 [main] ls 6764 set_flags: flags: binary (0x2)
14 16088 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en/LC_TIME, dst C:\cygwin\usr\share\locale\en\LC_TIME, flags 0=
x3000A, rc 0
51 16139 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_TIME)
16 16155 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_TIME)
36 16191 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_TIME.lnk)
16 16207 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_TIME.lnk)
12 16219 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en\LC_TIME, 0xFFFFB460) (0x3000A)
11 16230 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en)
11 16241 [main] ls 6764 set_flags: flags: binary (0x2)
10 16251 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en, dst C:\cygwin\usr\share\locale\en, flags 0x3000A, rc 0
30 16281 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale\en)
17 16298 [main] ls 6764 symlink_info::check: not a symlink
19 16317 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en, 0xFFFFB460) (0x3000A)
10 16327 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en\LC_TIME\coreutils.mo), has_acls(1)
13 16340 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
12 16352 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en\LC_TIME\coreutils.mo, 0x118000)
22 16374 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
13 16387 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
10 16397 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0xFFFFC520, 0x80100000, \??\C:\cygwin\usr\share\locale\en\LC_TIME\coreu=
tils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
11 16408 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000)
11 16419 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en\LC_TIME\coreutils.mo, 0x18000)
11 16430 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en/LC_TIME=
/coreutils.mo, 0x18000), errno 2
824 17254 [main] ls 6764 lstat64: entering
16 17270 [main] ls 6764 normalize_posix_path: src /cygdrive/e
11 17281 [main] ls 6764 normalize_posix_path: /cygdrive/e =3D normaliz=
e_posix_path (/cygdrive/e)
10 17291 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e)
11 17302 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e', dst 'E:\'
18 17320 [main] ls 6764 set_flags: flags: binary (0x2)
18 17338 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e, dst E:\, flags 0x4022, rc 0
71 17409 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\E:\)
38 17447 [main] ls 6764 symlink_info::check: not a symlink
21 17468 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\, =
0xFFFFB6E0) (0x404022)
18 17486 [main] ls 6764 path_conv::check: this->path(E:\), has_acls(1)
19 17505 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
17 17522 [main] ls 6764 stat_worker: (\??\E:\, 0x60003A650, 0x18032CE5=
8), file_attributes 22
66 17588 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
122 17710 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
90 17800 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
85 17885 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
84 17969 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\, 0x60003A650) st_size=3D0, st_mode=3D040755, st_ino=3D1407374883553285s=
t_atim=3D56C4FB6B.125EE824 st_ctim=3D56C4FB6B.125EE824 st_mtim=3D56C4FB6B.1=
25EE824 st_birthtim=3D54F255F3.2E094164
22 17991 [main] ls 6764 stat_worker: 0 =3D (\??\E:\,0x60003A650)
33 18024 [main] ls 6764 normalize_posix_path: src /cygdrive/e
19 18043 [main] ls 6764 normalize_posix_path: /cygdrive/e =3D normaliz=
e_posix_path (/cygdrive/e)
16 18059 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e)
23 18082 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e', dst 'E:\'
25 18107 [main] ls 6764 set_flags: flags: binary (0x2)
20 18127 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e, dst E:\, flags 0x4022, rc 0
36 18163 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\E:\)
29 18192 [main] ls 6764 symlink_info::check: not a symlink
25 18217 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\, =
0xFFFFA650) (0x404022)
25 18242 [main] ls 6764 path_conv::check: this->path(E:\), has_acls(1)
25 18267 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
48 18315 [main] ls 6764 getacl: 12 =3D getacl(\??\E:\)
43 18358 [main] ls 6764 acl32: 12 =3D acl(/cygdrive/e)
179 18537 [main] ls 6764 normalize_posix_path: src /cygdrive/e
22 18559 [main] ls 6764 normalize_posix_path: /cygdrive/e =3D normaliz=
e_posix_path (/cygdrive/e)
24 18583 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e)
20 18603 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e', dst 'E:\'
19 18622 [main] ls 6764 set_flags: flags: binary (0x2)
16 18638 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e, dst E:\, flags 0x4022, rc 0
28 18666 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\E:\)
32 18698 [main] ls 6764 symlink_info::check: not a symlink
34 18732 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\, =
0xFFFFB690) (0x4022)
21 18753 [main] ls 6764 path_conv::check: this->path(E:\), has_acls(1)
20 18773 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
96 18869 [main] ls 6764 fhandler_base::set_close_on_exec: set close_on=
_exec for /cygdrive/e to 1
23 18892 [main] ls 6764 fhandler_disk_file::opendir: 0x60003EBF0 =3D o=
pendir (/cygdrive/e)
45 18937 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L"$RECYCLE.BIN" > "$RECYCLE.BIN") (attr 0x16 > type =
4)
27 18964 [main] ls 6764 lstat64: entering
17 18981 [main] ls 6764 normalize_posix_path: src /cygdrive/e/$RECYCLE=
.BIN
16 18997 [main] ls 6764 normalize_posix_path: /cygdrive/e/$RECYCLE.BIN=
=3D normalize_posix_path (/cygdrive/e/$RECYCLE.BIN)
18 19015 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/$RECYCLE.BIN)
14 19029 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/$RECYCLE.BIN', dst 'E:\$RECYCLE.BIN'
13 19042 [main] ls 6764 set_flags: flags: binary (0x2)
11 19053 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/$RECYCLE.BIN, dst E:\$RECYCLE.BIN, flags 0x4022, rc 0
36 19089 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\E:\$RECYCLE.BIN)
20 19109 [main] ls 6764 symlink_info::check: not a symlink
11 19120 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\$R=
ECYCLE.BIN, 0xFFFFB4D0) (0x404022)
11 19131 [main] ls 6764 path_conv::check: this->path(E:\$RECYCLE.BIN),=
has_acls(1)
12 19143 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
14 19157 [main] ls 6764 stat_worker: (\??\E:\$RECYCLE.BIN, 0x60003A650=
, 0x18032D6C0), file_attributes 22
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\authz.dll =
at 000007FEFB4A0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\msvcrt.dll=
at 000007FEFC540000
674 19831 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\$RECYCLE.BIN, 0x60003A650) st_size=3D0, st_mode=3D040550, st_ino=3D28147=
4976710691st_atim=3D56C503ED.1D22A4E4 st_ctim=3D56C503ED.1D22A4E4 st_mtim=
=3D56C503ED.1D22A4E4 st_birthtim=3D54F2BC6B.144DDA00
24 19855 [main] ls 6764 stat_worker: 0 =3D (\??\E:\$RECYCLE.BIN,0x6000=
3A650)
29 19884 [main] ls 6764 normalize_posix_path: src /cygdrive/e/$RECYCLE=
.BIN
14 19898 [main] ls 6764 normalize_posix_path: /cygdrive/e/$RECYCLE.BIN=
=3D normalize_posix_path (/cygdrive/e/$RECYCLE.BIN)
10 19908 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/$RECYCLE.BIN)
11 19919 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/$RECYCLE.BIN', dst 'E:\$RECYCLE.BIN'
11 19930 [main] ls 6764 set_flags: flags: binary (0x2)
10 19940 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/$RECYCLE.BIN, dst E:\$RECYCLE.BIN, flags 0x4022, rc 0
22 19962 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\E:\$RECYCLE.BIN)
19 19981 [main] ls 6764 symlink_info::check: not a symlink
11 19992 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\$R=
ECYCLE.BIN, 0xFFFFA440) (0x404022)
11 20003 [main] ls 6764 path_conv::check: this->path(E:\$RECYCLE.BIN),=
has_acls(1)
11 20014 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
29 20043 [main] ls 6764 getacl: 13 =3D getacl(\??\E:\$RECYCLE.BIN)
27 20070 [main] ls 6764 acl32: 13 =3D acl(/cygdrive/e/$RECYCLE.BIN)
83 20153 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L".DS_Store" > ".DS_Store") (attr 0x22 > type 8)
15 20168 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L"PDF" > "PDF") (attr 0x10 > type 4)
11 20179 [main] ls 6764 lstat64: entering
10 20189 [main] ls 6764 normalize_posix_path: src /cygdrive/e/PDF
10 20199 [main] ls 6764 normalize_posix_path: /cygdrive/e/PDF =3D norm=
alize_posix_path (/cygdrive/e/PDF)
10 20209 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/PDF)
11 20220 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/PDF', dst 'E:\PDF'
10 20230 [main] ls 6764 set_flags: flags: binary (0x2)
9 20239 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/PDF, dst E:\PDF, flags 0x4022, rc 0
33 20272 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtCreateFi=
le (\??\E:\PDF)
23 20295 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtOpenFile=
(no-EAs \??\E:\PDF)
14 20309 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtQueryInf=
ormationFile (\??\E:\PDF)
32 20341 [main] ls 6764 symlink_info::check: not a symlink
26 20367 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\PD=
F, 0xFFFFB4E0) (0x404022)
16 20383 [main] ls 6764 path_conv::check: this->path(E:\PDF), has_acls=
(1)
23 20406 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
13 20419 [main] ls 6764 stat_worker: (\??\E:\PDF, 0x60003A700, 0x18032=
D6C0), file_attributes 16
11 20430 [main] ls 6764 fhandler_base::open: (\??\E:\PDF, 0x110000)
52 20482 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
19 20501 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
11 20512 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x202C4644505C3A45, 0x80100000, \??\E:\PDF, io, NULL, 0x0, 0x7, 0x1, 0x=
4020, NULL, 0)
14 20526 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\PDF, 0x110000)
13 20539 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\PDF, 0x10000)
12 20551 [main] ls 6764 fhandler_base::open: (\??\E:\PDF, 0x110000)
35 20586 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
17 20603 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
13 20616 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x202C4644505C3A45, 0x20080, \??\E:\PDF, io, NULL, 0x0, 0x7, 0x1, 0x400=
0, NULL, 0)
24 20640 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\PDF, 0x110000)
26 20666 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\PDF, 0x10000)
79 20745 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/secu=
rity.cc:75 status 0xC0000022 -> windows error 5
19 20764 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
21 20785 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\PDF, 0x60003A700) st_size=3D0, st_mode=3D040750, st_ino=3D22517998136852=
91st_atim=3D560226EA.2B61AEB0 st_ctim=3D56B2AE0C.380A58D8 st_mtim=3D560226E=
A.2B61AEB0 st_birthtim=3D54F5FE7C.117202D4
18 20803 [main] ls 6764 stat_worker: 0 =3D (\??\E:\PDF,0x60003A700)
20 20823 [main] ls 6764 normalize_posix_path: src /cygdrive/e/PDF
23 20846 [main] ls 6764 normalize_posix_path: /cygdrive/e/PDF =3D norm=
alize_posix_path (/cygdrive/e/PDF)
20 20866 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/PDF)
20 20886 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/PDF', dst 'E:\PDF'
19 20905 [main] ls 6764 set_flags: flags: binary (0x2)
16 20921 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/PDF, dst E:\PDF, flags 0x4022, rc 0
43 20964 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtCreateFi=
le (\??\E:\PDF)
39 21003 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtOpenFile=
(no-EAs \??\E:\PDF)
21 21024 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtQueryInf=
ormationFile (\??\E:\PDF)
51 21075 [main] ls 6764 symlink_info::check: not a symlink
23 21098 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\PD=
F, 0xFFFFA450) (0x404022)
24 21122 [main] ls 6764 path_conv::check: this->path(E:\PDF), has_acls=
(1)
14 21136 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
12 21148 [main] ls 6764 fhandler_base::open: (\??\E:\PDF, 0x110000)
28 21176 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
15 21191 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
10 21201 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0xFFFFC720, 0x20000, \??\E:\PDF, io, NULL, 0x0, 0x7, 0x1, 0x4000, NULL,=
0)
11 21212 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\PDF, 0x110000)
10 21222 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\PDF, 0x10000)
11 21233 [main] ls 6764 fhandler_base::open: (\??\E:\PDF, 0x110000)
20 21253 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
15 21268 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
12 21280 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x1801353B2, 0x20000, \??\E:\PDF, io, NULL, 0x0, 0x7, 0x1, 0x4000, NULL=
, 0)
11 21291 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\PDF, 0x110000)
10 21301 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\PDF, 0x10000)
10 21311 [main] ls 6764 fhandler_base::open: (\??\E:\PDF, 0x110000)
20 21331 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
13 21344 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
10 21354 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x1801353B2, 0x20080, \??\E:\PDF, io, NULL, 0x0, 0x7, 0x1, 0x4000, NULL=
, 0)
10 21364 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\PDF, 0x110000)
10 21374 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\PDF, 0x10000)
61 21435 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/secu=
rity.cc:75 status 0xC0000022 -> windows error 5
12 21447 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
10 21457 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\PDF, 0xFFFFB5C0) st_size=3D0, st_mode=3D040750, st_ino=3D225179981368529=
1st_atim=3D560226EA.2B61AEB0 st_ctim=3D56B2AE0C.380A58D8 st_mtim=3D560226EA=
.2B61AEB0 st_birthtim=3D54F5FE7C.117202D4
12 21469 [main] ls 6764 acl32: 3 =3D acl(/cygdrive/e/PDF)
30 21499 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
121 21620 [main] ls 6764 transport_layer_pipes::connect: Try to connect=
to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
96 21716 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L"System Volume Information" > "System Volume Inform=
ation") (attr 0x16 > type 4)
16 21732 [main] ls 6764 lstat64: entering
13 21745 [main] ls 6764 normalize_posix_path: src /cygdrive/e/System V=
olume Information
12 21757 [main] ls 6764 normalize_posix_path: /cygdrive/e/System Volum=
e Information =3D normalize_posix_path (/cygdrive/e/System Volume Informati=
on)
11 21768 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/System Volume Information)
12 21780 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/System Volume Information', dst 'E:\System Volume Information'
11 21791 [main] ls 6764 set_flags: flags: binary (0x2)
11 21802 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/System Volume Information, dst E:\System Volume Information, flags 0=
x4022, rc 0
31 21833 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtCreateFi=
le (\??\E:\System Volume Information)
29 21862 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtOpenFile=
(no-EAs \??\E:\System Volume Information)
15 21877 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtQueryInf=
ormationFile (\??\E:\System Volume Information)
36 21913 [main] ls 6764 symlink_info::check: not a symlink
14 21927 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\Sy=
stem Volume Information, 0xFFFFB4C0) (0x404022)
14 21941 [main] ls 6764 path_conv::check: this->path(E:\System Volume =
Information), has_acls(1)
14 21955 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
12 21967 [main] ls 6764 stat_worker: (\??\E:\System Volume Information=
, 0x60003A7B0, 0x18032D6C0), file_attributes 22
13 21980 [main] ls 6764 fhandler_base::open: (\??\E:\System Volume Inf=
ormation, 0x110000)
53 22033 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
18 22051 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
15 22066 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x616D726F666E4920, 0x80100000, \??\E:\System Volume Information, io, N=
ULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
14 22080 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\System Volume Information, 0x110000)
12 22092 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\System Volume Information, 0x10000)
12 22104 [main] ls 6764 fhandler_base::open: (\??\E:\System Volume Inf=
ormation, 0x110000)
23 22127 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
16 22143 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
13 22156 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x616D726F666E4920, 0x20080, \??\E:\System Volume Information, io, NULL=
, 0x0, 0x7, 0x1, 0x4000, NULL, 0)
12 22168 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\System Volume Information, 0x110000)
11 22179 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\System Volume Information, 0x10000)
66 22245 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/secu=
rity.cc:75 status 0xC0000022 -> windows error 5
13 22258 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
15 22273 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\System Volume Information, 0x60003A7B0) st_size=3D0, st_mode=3D040750, s=
t_ino=3D844424930132013st_atim=3D54FA3946.2C5AB1F4 st_ctim=3D56C3EB52.27A06=
53C st_mtim=3D54FA3946.2C5AB1F4 st_birthtim=3D54FA3946.2C5AB1F4
14 22287 [main] ls 6764 stat_worker: 0 =3D (\??\E:\System Volume Infor=
mation,0x60003A7B0)
12 22299 [main] ls 6764 normalize_posix_path: src /cygdrive/e/System V=
olume Information
12 22311 [main] ls 6764 normalize_posix_path: /cygdrive/e/System Volum=
e Information =3D normalize_posix_path (/cygdrive/e/System Volume Informati=
on)
11 22322 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/System Volume Information)
11 22333 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/System Volume Information', dst 'E:\System Volume Information'
12 22345 [main] ls 6764 set_flags: flags: binary (0x2)
10 22355 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/System Volume Information, dst E:\System Volume Information, flags 0=
x4022, rc 0
25 22380 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtCreateFi=
le (\??\E:\System Volume Information)
27 22407 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtOpenFile=
(no-EAs \??\E:\System Volume Information)
15 22422 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtQueryInf=
ormationFile (\??\E:\System Volume Information)
33 22455 [main] ls 6764 symlink_info::check: not a symlink
14 22469 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\Sy=
stem Volume Information, 0xFFFFA430) (0x404022)
14 22483 [main] ls 6764 path_conv::check: this->path(E:\System Volume =
Information), has_acls(1)
13 22496 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
13 22509 [main] ls 6764 fhandler_base::open: (\??\E:\System Volume Inf=
ormation, 0x110000)
26 22535 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
15 22550 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
12 22562 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0xFFFFC700, 0x20000, \??\E:\System Volume Information, io, NULL, 0x0, 0=
x7, 0x1, 0x4000, NULL, 0)
12 22574 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\System Volume Information, 0x110000)
12 22586 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\System Volume Information, 0x10000)
13 22599 [main] ls 6764 fhandler_base::open: (\??\E:\System Volume Inf=
ormation, 0x110000)
23 22622 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
14 22636 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
21 22657 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x1801353B2, 0x20000, \??\E:\System Volume Information, io, NULL, 0x0, =
0x7, 0x1, 0x4000, NULL, 0)
16 22673 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\System Volume Information, 0x110000)
12 22685 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\System Volume Information, 0x10000)
13 22698 [main] ls 6764 fhandler_base::open: (\??\E:\System Volume Inf=
ormation, 0x110000)
24 22722 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
14 22736 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
13 22749 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x1801353B2, 0x20080, \??\E:\System Volume Information, io, NULL, 0x0, =
0x7, 0x1, 0x4000, NULL, 0)
12 22761 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\System Volume Information, 0x110000)
11 22772 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\System Volume Information, 0x10000)
67 22839 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/secu=
rity.cc:75 status 0xC0000022 -> windows error 5
13 22852 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
12 22864 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\System Volume Information, 0xFFFFB5A0) st_size=3D0, st_mode=3D040750, st=
_ino=3D844424930132013st_atim=3D54FA3946.2C5AB1F4 st_ctim=3D56C3EB52.27A065=
3C st_mtim=3D54FA3946.2C5AB1F4 st_birthtim=3D54FA3946.2C5AB1F4
14 22878 [main] ls 6764 acl32: 3 =3D acl(/cygdrive/e/System Volume Inf=
ormation)
32 22910 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L"Vault" > "Vault") (attr 0x10 > type 4)
15 22925 [main] ls 6764 lstat64: entering
19 22944 [main] ls 6764 normalize_posix_path: src /cygdrive/e/Vault
11 22955 [main] ls 6764 normalize_posix_path: /cygdrive/e/Vault =3D no=
rmalize_posix_path (/cygdrive/e/Vault)
12 22967 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/Vault)
11 22978 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/Vault', dst 'E:\Vault'
11 22989 [main] ls 6764 set_flags: flags: binary (0x2)
11 23000 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/Vault, dst E:\Vault, flags 0x4022, rc 0
26 23026 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtCreateFi=
le (\??\E:\Vault)
28 23054 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtOpenFile=
(no-EAs \??\E:\Vault)
15 23069 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtQueryInf=
ormationFile (\??\E:\Vault)
33 23102 [main] ls 6764 symlink_info::check: not a symlink
15 23117 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\Va=
ult, 0xFFFFB4D0) (0x404022)
13 23130 [main] ls 6764 path_conv::check: this->path(E:\Vault), has_ac=
ls(1)
14 23144 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
12 23156 [main] ls 6764 stat_worker: (\??\E:\Vault, 0x60003A860, 0x180=
32D6C0), file_attributes 16
15 23171 [main] ls 6764 fhandler_base::open: (\??\E:\Vault, 0x110000)
51 23222 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
17 23239 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
15 23254 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x746C7561565C3A45, 0x80100000, \??\E:\Vault, io, NULL, 0x0, 0x7, 0x1, =
0x4020, NULL, 0)
14 23268 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\Vault, 0x110000)
11 23279 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\Vault, 0x10000)
12 23291 [main] ls 6764 fhandler_base::open: (\??\E:\Vault, 0x110000)
24 23315 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
14 23329 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
12 23341 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x746C7561565C3A45, 0x20080, \??\E:\Vault, io, NULL, 0x0, 0x7, 0x1, 0x4=
000, NULL, 0)
17 23358 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\Vault, 0x110000)
11 23369 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\Vault, 0x10000)
65 23434 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/secu=
rity.cc:75 status 0xC0000022 -> windows error 5
13 23447 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
13 23460 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\Vault, 0x60003A860) st_size=3D0, st_mode=3D040750, st_ino=3D168884986026=
3978st_atim=3D55ECDA8B.33E0A2F8 st_ctim=3D55ECDA8B.33E0A2F8 st_mtim=3D55ECD=
A8B.33E0A2F8 st_birthtim=3D54F4F0C2.1C085A7C
13 23473 [main] ls 6764 stat_worker: 0 =3D (\??\E:\Vault,0x60003A860)
13 23486 [main] ls 6764 normalize_posix_path: src /cygdrive/e/Vault
11 23497 [main] ls 6764 normalize_posix_path: /cygdrive/e/Vault =3D no=
rmalize_posix_path (/cygdrive/e/Vault)
11 23508 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e/Vault)
11 23519 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e/Vault', dst 'E:\Vault'
11 23530 [main] ls 6764 set_flags: flags: binary (0x2)
13 23543 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e/Vault, dst E:\Vault, flags 0x4022, rc 0
25 23568 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtCreateFi=
le (\??\E:\Vault)
24 23592 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtOpenFile=
(no-EAs \??\E:\Vault)
14 23606 [main] ls 6764 symlink_info::check: 0xC0000022 =3D NtQueryInf=
ormationFile (\??\E:\Vault)
31 23637 [main] ls 6764 symlink_info::check: not a symlink
15 23652 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\Va=
ult, 0xFFFFA440) (0x404022)
15 23667 [main] ls 6764 path_conv::check: this->path(E:\Vault), has_ac=
ls(1)
13 23680 [main] ls 6764 build_fh_pc: fh 0x18032D6C0, dev 000000C3
13 23693 [main] ls 6764 fhandler_base::open: (\??\E:\Vault, 0x110000)
23 23716 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
14 23730 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
13 23743 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0xFFFFC710, 0x20000, \??\E:\Vault, io, NULL, 0x0, 0x7, 0x1, 0x4000, NUL=
L, 0)
12 23755 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\Vault, 0x110000)
11 23766 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\Vault, 0x10000)
11 23777 [main] ls 6764 fhandler_base::open: (\??\E:\Vault, 0x110000)
23 23800 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
14 23814 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
12 23826 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x1801353B2, 0x20000, \??\E:\Vault, io, NULL, 0x0, 0x7, 0x1, 0x4000, NU=
LL, 0)
12 23838 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\Vault, 0x110000)
12 23850 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\Vault, 0x10000)
12 23862 [main] ls 6764 fhandler_base::open: (\??\E:\Vault, 0x110000)
22 23884 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000022 -> windows error 5
13 23897 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
14 23911 [main] ls 6764 fhandler_base::open: 0xC0000022 =3D NtCreateFi=
le (0x1801353B2, 0x20080, \??\E:\Vault, io, NULL, 0x0, 0x7, 0x1, 0x4000, NU=
LL, 0)
12 23923 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\E:\Vault, 0x110000)
11 23934 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\E:\Vault, 0x10000)
63 23997 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/secu=
rity.cc:75 status 0xC0000022 -> windows error 5
13 24010 [main] ls 6764 geterrno_from_win_error: windows error 5 =3D=
=3D errno 13
12 24022 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
E:\Vault, 0xFFFFB5B0) st_size=3D0, st_mode=3D040750, st_ino=3D1688849860263=
978st_atim=3D55ECDA8B.33E0A2F8 st_ctim=3D55ECDA8B.33E0A2F8 st_mtim=3D55ECDA=
8B.33E0A2F8 st_birthtim=3D54F4F0C2.1C085A7C
16 24038 [main] ls 6764 acl32: 3 =3D acl(/cygdrive/e/Vault)
34 24072 [main] ls 6764 geterrno_from_win_error: windows error 18 =3D=
=3D errno 89
14 24086 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L"" > ".") (attr 0x0 > type 4)
14 24100 [main] ls 6764 geterrno_from_win_error: windows error 18 =3D=
=3D errno 89
13 24113 [main] ls 6764 normalize_posix_path: src /cygdrive/e/..
11 24124 [main] ls 6764 normalize_posix_path: checking /cygdrive/e bef=
ore '..'
41 24165 [main] ls 6764 normalize_posix_path: src /cygdrive/e
11 24176 [main] ls 6764 normalize_posix_path: /cygdrive/e =3D normaliz=
e_posix_path (/cygdrive/e)
11 24187 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive/e)
12 24199 [main] ls 6764 mount_info::cygdrive_win32_path: src '/cygdriv=
e/e', dst 'E:\'
11 24210 [main] ls 6764 set_flags: flags: binary (0x2)
11 24221 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive/e, dst E:\, flags 0x4022, rc 0
33 24254 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\E:\)
18 24272 [main] ls 6764 symlink_info::check: not a symlink
22 24294 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(E:\, =
0xFFFF9D90) (0x4022)
14 24308 [main] ls 6764 path_conv::check: this->path(E:\), has_acls(1)
12 24320 [main] ls 6764 normalize_posix_path: /cygdrive/ =3D normalize=
_posix_path (/cygdrive/e/..)
11 24331 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/cygdrive)
27 24358 [main] ls 6764 set_flags: flags: binary (0x2)
17 24375 [main] ls 6764 mount_info::conv_to_win32_path: src_path /cygd=
rive, dst C:\cygwin\cygdrive, flags 0x3000A, rc 0
17 24392 [main] ls 6764 build_fh_pc: fh 0x18032DA08, dev 000000C0
17 24409 [main] ls 6764 stat_worker: (\??\C:\cygwin\cygdrive, 0xFFFFC3=
50, 0x18032DA08), file_attributes 17
14 24423 [main] ls 6764 time: 1455776072 =3D time(0x0)
14 24437 [main] ls 6764 stat_worker: 0 =3D (\??\C:\cygwin\cygdrive,0xF=
FFFC350)
11 24448 [main] ls 6764 fhandler_disk_file::readdir: 0 =3D readdir(0x6=
0003EBF0, 0xFFFFC850) (L"" > "..") (attr 0x0 > type 4)
18 24466 [main] ls 6764 geterrno_from_win_error: windows error 18 =3D=
=3D errno 89
15 24481 [main] ls 6764 fhandler_disk_file::readdir: 89 =3D readdir(0x=
60003EBF0, 0xFFFFC850) (L"(null)" > "***") (attr 0x0 > type 0)
33 24514 [main] ls 6764 fhandler_disk_file::closedir: 0 =3D closedir(0=
x60003EBF0, /cygdrive/e)
24 24538 [main] ls 6764 close: close(3)
14 24552 [main] ls 6764 fhandler_base::close: closing '/cygdrive/e' ha=
ndle 0x128
18 24570 [main] ls 6764 close: 0 =3D close(3)
40 24610 [main] ls 6764 closedir: 0 =3D closedir(0x60003EBF0)
527 25137 [main] ls 6764 open: open(/usr/share/locale/en_US.UTF-8/LC_ME=
SSAGES/coreutils.mo, 0x10000)
14 25151 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
_US.UTF-8/LC_MESSAGES/coreutils.mo
11 25162 [main] ls 6764 normalize_posix_path: /usr/share/locale/en_US.=
UTF-8/LC_MESSAGES/coreutils.mo =3D normalize_posix_path (/usr/share/locale/=
en_US.UTF-8/LC_MESSAGES/coreutils.mo)
13 25175 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo)
10 25185 [main] ls 6764 set_flags: flags: binary (0x2)
10 25195 [main] ls 6764 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
31 25226 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo)
14 25240 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreut=
ils.mo)
11 25251 [main] ls 6764 symlink_info::check: not a symlink
9 25260 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0xFFFFB280) (0x=
3000A)
11 25271 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES)
12 25283 [main] ls 6764 set_flags: flags: binary (0x2)
11 25294 [main] ls 6764 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
22 25316 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES)
13 25329 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES)
10 25339 [main] ls 6764 symlink_info::check: not a symlink
10 25349 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES, 0xFFFFB280) (0x3000A)
10 25359 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.UTF-8)
10 25369 [main] ls 6764 set_flags: flags: binary (0x2)
10 25379 [main] ls 6764 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
20 25399 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8)
14 25413 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8)
19 25432 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.UTF-8.lnk)
12 25444 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8.lnk)
10 25454 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.UTF-8, 0xFFFFB280) (0x3000A)
11 25465 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
9 25474 [main] ls 6764 set_flags: flags: binary (0x2)
10 25484 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
19 25503 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
19 25522 [main] ls 6764 symlink_info::check: not a symlink
19 25541 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB280) (0x3000A)
12 25553 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo), has_acls(1)
12 25565 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
12 25577 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
24 25601 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
15 25616 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
10 25626 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US.UT=
F-8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
11 25637 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x118=
000)
13 25650 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.m=
o, 0x18000)
11 25661 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en_US.UTF-=
8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
28 25689 [main] ls 6764 open: open(/usr/share/locale/en_US.utf8/LC_MES=
SAGES/coreutils.mo, 0x10000)
10 25699 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
_US.utf8/LC_MESSAGES/coreutils.mo
10 25709 [main] ls 6764 normalize_posix_path: /usr/share/locale/en_US.=
utf8/LC_MESSAGES/coreutils.mo =3D normalize_posix_path (/usr/share/locale/e=
n_US.utf8/LC_MESSAGES/coreutils.mo)
10 25719 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo)
10 25729 [main] ls 6764 set_flags: flags: binary (0x2)
10 25739 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\l=
ocale\en_US.utf8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
24 25763 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo)
14 25777 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreuti=
ls.mo)
10 25787 [main] ls 6764 symlink_info::check: not a symlink
10 25797 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0xFFFFB280) (0x3=
000A)
10 25807 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.utf8/LC_MESSAGES)
10 25817 [main] ls 6764 set_flags: flags: binary (0x2)
10 25827 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.utf8/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en_US.u=
tf8\LC_MESSAGES, flags 0x3000A, rc 0
20 25847 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES)
12 25859 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES)
10 25869 [main] ls 6764 symlink_info::check: not a symlink
10 25879 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.utf8\LC_MESSAGES, 0xFFFFB280) (0x3000A)
12 25891 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US.utf8)
10 25901 [main] ls 6764 set_flags: flags: binary (0x2)
10 25911 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US.utf8, dst C:\cygwin\usr\share\locale\en_US.utf8, flags 0=
x3000A, rc 0
19 25930 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8)
12 25942 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8)
17 25959 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.utf8.lnk)
12 25971 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8.lnk)
10 25981 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US.utf8, 0xFFFFB280) (0x3000A)
11 25992 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
12 26004 [main] ls 6764 set_flags: flags: binary (0x2)
40 26044 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
32 26076 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
52 26128 [main] ls 6764 symlink_info::check: not a symlink
28 26156 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB280) (0x3000A)
16 26172 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en_US.utf8\LC_MESSAGES\coreutils.mo), has_acls(1)
16 26188 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
15 26203 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
33 26236 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
29 26265 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
13 26278 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US.ut=
f8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
14 26292 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x1180=
00)
12 26304 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo=
, 0x18000)
14 26318 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en_US.utf8=
/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
32 26350 [main] ls 6764 open: open(/usr/share/locale/en_US/LC_MESSAGES=
/coreutils.mo, 0x10000)
12 26362 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
_US/LC_MESSAGES/coreutils.mo
12 26374 [main] ls 6764 normalize_posix_path: /usr/share/locale/en_US/=
LC_MESSAGES/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en_US/=
LC_MESSAGES/coreutils.mo)
12 26386 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
12 26398 [main] ls 6764 set_flags: flags: binary (0x2)
12 26410 [main] ls 6764 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
34 26444 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
18 26462 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
16 26478 [main] ls 6764 symlink_info::check: not a symlink
26 26504 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0xFFFFB280) (0x3000A)
21 26525 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US/LC_MESSAGES)
24 26549 [main] ls 6764 set_flags: flags: binary (0x2)
20 26569 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en_US/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en_US\LC_MES=
SAGES, flags 0x3000A, rc 0
47 26616 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES)
22 26638 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES)
21 26659 [main] ls 6764 symlink_info::check: not a symlink
19 26678 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US\LC_MESSAGES, 0xFFFFB280) (0x3000A)
15 26693 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en_US)
20 26713 [main] ls 6764 set_flags: flags: binary (0x2)
16 26729 [main] ls 6764 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
37 26766 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US)
18 26784 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US)
32 26816 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en_US.lnk)
18 26834 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en_US.lnk)
23 26857 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en_US, 0xFFFFB280) (0x3000A)
17 26874 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
16 26890 [main] ls 6764 set_flags: flags: binary (0x2)
15 26905 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
25 26930 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
22 26952 [main] ls 6764 symlink_info::check: not a symlink
22 26974 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB280) (0x3000A)
15 26989 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en_US\LC_MESSAGES\coreutils.mo), has_acls(1)
16 27005 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
16 27021 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en_US\LC_MESSAGES\coreutils.mo, 0x118000)
28 27049 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
17 27066 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
13 27079 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US\LC=
_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
15 27094 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x118000)
15 27109 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x1=
8000)
15 27124 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en_US/LC_M=
ESSAGES/coreutils.mo, 0x18000), errno 2
37 27161 [main] ls 6764 open: open(/usr/share/locale/en.UTF-8/LC_MESSA=
GES/coreutils.mo, 0x10000)
15 27176 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
.UTF-8/LC_MESSAGES/coreutils.mo
15 27191 [main] ls 6764 normalize_posix_path: /usr/share/locale/en.UTF=
-8/LC_MESSAGES/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en.=
UTF-8/LC_MESSAGES/coreutils.mo)
15 27206 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo)
15 27221 [main] ls 6764 set_flags: flags: binary (0x2)
15 27236 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\loc=
ale\en.UTF-8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
28 27264 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo)
17 27281 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils=
.mo)
16 27297 [main] ls 6764 symlink_info::check: not a symlink
17 27314 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0xFFFFB280) (0x300=
0A)
18 27332 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.UTF-8/LC_MESSAGES)
11 27343 [main] ls 6764 set_flags: flags: binary (0x2)
12 27355 [main] ls 6764 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
24 27379 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES)
18 27397 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES)
20 27417 [main] ls 6764 symlink_info::check: not a symlink
25 27442 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.UTF-8\LC_MESSAGES, 0xFFFFB280) (0x3000A)
19 27461 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.UTF-8)
14 27475 [main] ls 6764 set_flags: flags: binary (0x2)
9 27484 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.UTF-8, dst C:\cygwin\usr\share\locale\en.UTF-8, flags 0x300=
0A, rc 0
21 27505 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8)
13 27518 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8)
22 27540 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.UTF-8.lnk)
14 27554 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8.lnk)
10 27564 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.UTF-8, 0xFFFFB280) (0x3000A)
10 27574 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
10 27584 [main] ls 6764 set_flags: flags: binary (0x2)
10 27594 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
21 27615 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
19 27634 [main] ls 6764 symlink_info::check: not a symlink
20 27654 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB280) (0x3000A)
12 27666 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en.UTF-8\LC_MESSAGES\coreutils.mo), has_acls(1)
13 27679 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
12 27691 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
24 27715 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
14 27729 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
10 27739 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en.UTF-8=
\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
11 27750 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
11 27761 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, =
0x18000)
11 27772 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en.UTF-8/L=
C_MESSAGES/coreutils.mo, 0x18000), errno 2
29 27801 [main] ls 6764 open: open(/usr/share/locale/en.utf8/LC_MESSAG=
ES/coreutils.mo, 0x10000)
10 27811 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
.utf8/LC_MESSAGES/coreutils.mo
11 27822 [main] ls 6764 normalize_posix_path: /usr/share/locale/en.utf=
8/LC_MESSAGES/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en.u=
tf8/LC_MESSAGES/coreutils.mo)
10 27832 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo)
10 27842 [main] ls 6764 set_flags: flags: binary (0x2)
10 27852 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale/en.utf8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\loca=
le\en.utf8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
24 27876 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo)
15 27891 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.=
mo)
11 27902 [main] ls 6764 symlink_info::check: not a symlink
9 27911 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0xFFFFB280) (0x3000=
A)
11 27922 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.utf8/LC_MESSAGES)
10 27932 [main] ls 6764 set_flags: flags: binary (0x2)
9 27941 [main] ls 6764 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
20 27961 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES)
12 27973 [main] ls 6764 symlink_info::check: 0xC000003A =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES)
11 27984 [main] ls 6764 symlink_info::check: not a symlink
10 27994 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.utf8\LC_MESSAGES, 0xFFFFB280) (0x3000A)
10 28004 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en.utf8)
10 28014 [main] ls 6764 set_flags: flags: binary (0x2)
9 28023 [main] ls 6764 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
18 28041 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8)
13 28054 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8)
17 28071 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en.utf8.lnk)
13 28084 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en.utf8.lnk)
10 28094 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en.utf8, 0xFFFFB280) (0x3000A)
10 28104 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale)
10 28114 [main] ls 6764 set_flags: flags: binary (0x2)
10 28124 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
19 28143 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale)
18 28161 [main] ls 6764 symlink_info::check: not a symlink
18 28179 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale, 0xFFFFB280) (0x3000A)
12 28191 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en.utf8\LC_MESSAGES\coreutils.mo), has_acls(1)
16 28207 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
12 28219 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
23 28242 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC000003A -> windows error 3
14 28256 [main] ls 6764 geterrno_from_win_error: windows error 3 =3D=
=3D errno 2
10 28266 [main] ls 6764 fhandler_base::open: 0xC000003A =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en.utf8\=
LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
12 28278 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
10 28288 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0=
x18000)
13 28301 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en.utf8/LC=
_MESSAGES/coreutils.mo, 0x18000), errno 2
29 28330 [main] ls 6764 open: open(/usr/share/locale/en/LC_MESSAGES/co=
reutils.mo, 0x10000)
9 28339 [main] ls 6764 normalize_posix_path: src /usr/share/locale/en=
/LC_MESSAGES/coreutils.mo
11 28350 [main] ls 6764 normalize_posix_path: /usr/share/locale/en/LC_=
MESSAGES/coreutils.mo =3D normalize_posix_path (/usr/share/locale/en/LC_MES=
SAGES/coreutils.mo)
10 28360 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
10 28370 [main] ls 6764 set_flags: flags: binary (0x2)
10 28380 [main] ls 6764 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
47 28427 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
15 28442 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
23 28465 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe)
14 28479 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.ex=
e)
22 28501 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.lnk)
13 28514 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.ln=
k)
23 28537 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtCreateFi=
le (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe.lnk)
13 28550 [main] ls 6764 symlink_info::check: 0xC0000034 =3D NtQueryInf=
ormationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.ex=
e.lnk)
10 28560 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0xFFFFB280) (0x3000A)
10 28570 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/locale/en/LC_MESSAGES)
11 28581 [main] ls 6764 set_flags: flags: binary (0x2)
10 28591 [main] ls 6764 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
25 28616 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\locale\en\LC_MESSAGES)
19 28635 [main] ls 6764 symlink_info::check: not a symlink
17 28652 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\locale\en\LC_MESSAGES, 0xFFFFB280) (0x3000A)
12 28664 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\locale\en\LC_MESSAGES\coreutils.mo), has_acls(1)
13 28677 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
11 28688 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
locale\en\LC_MESSAGES\coreutils.mo, 0x118000)
21 28709 [main] ls 6764 seterrno_from_nt_status: /home/corinna/src/cyg=
win/cygwin-2.4.1/cygwin-2.4.1-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhan=
dler.cc:694 status 0xC0000034 -> windows error 2
14 28723 [main] ls 6764 geterrno_from_win_error: windows error 2 =3D=
=3D errno 2
9 28732 [main] ls 6764 fhandler_base::open: 0xC0000034 =3D NtCreateFi=
le (0x8080808080808080, 0x80100000, \??\C:\cygwin\usr\share\locale\en\LC_ME=
SSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
61 28793 [main] ls 6764 fhandler_base::open: 0 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x118000)
12 28805 [main] ls 6764 fhandler_base::open_fs: 0 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x1800=
0)
11 28816 [main] ls 6764 open: -1 =3D open(/usr/share/locale/en/LC_MESS=
AGES/coreutils.mo, 0x18000), errno 2
77 28893 [main] ls 6764 time: 1455776072 =3D time(0x0)
--- Process 6764 thread 9456 created
192 29085 [ldap_init] ls 6764 cygthread::stub: thread 'ldap_init', id 0=
x24F0, stack_ptr 0xAECCD0
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\Wldap32.dl=
l at 000007FEFDB40000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\ws2_32.dll=
at 000007FEFC1E0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\rpcrt4.dll=
at 000007FEFC230000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\nsi.dll at=
000007FEFE030000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\crypt32.dl=
l at 000007FEFBBE0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\msasn1.dll=
at 000007FEFBAE0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\mswsock.dl=
l at 000007FEFB270000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\user32.dll=
at 0000000076BF0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\gdi32.dll =
at 000007FEFDDB0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\lpk.dll at=
000007FEFC970000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\usp10.dll =
at 000007FEFC360000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\imm32.dll =
at 000007FEFDE20000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\msctf.dll =
at 000007FEFC430000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\WSHTCPIP.D=
LL at 000007FEFAC70000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\advapi32.d=
ll at 000007FEFC890000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\sechost.dl=
l at 000007FEFE040000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\secur32.dl=
l at 000007FEFB6F0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\sspicli.dl=
l at 000007FEFB8A0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\cryptsp.dl=
l at 000007FEFB2D0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\credssp.dl=
l at 000007FEFAE80000
--- Process 6764 unloaded DLL at 000007FEFB2D0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\logoncli.d=
ll at 000007FEFB0C0000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\dsrole.dll=
at 000007FEF9C10000
--- Process 6764 loaded \Device\HarddiskVolume3\Windows\System32\netutils.d=
ll at 000007FEFAF00000
--- Process 6764 thread 4400 created
--- Process 6764 thread 7088 created
13138 42223 [ldap_init] ls 6764 cyg_ldap::connect_non_ssl: ldap_bind((nul=
l)) 0x51
62 42285 [main] ls 6764 geterrno_from_win_error: windows error 58 =3D=
=3D errno 88
84 42369 [main] ls 6764 stat64: entering
24 42393 [main] ls 6764 normalize_posix_path: src /dev
22 42415 [main] ls 6764 normalize_posix_path: /dev =3D normalize_posix=
_path (/dev)
18 42433 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/dev)
17 42450 [main] ls 6764 set_flags: flags: binary (0x2)
16 42466 [main] ls 6764 mount_info::conv_to_win32_path: src_path /dev,=
dst C:\cygwin\dev, flags 0x3000A, rc 0
33 42499 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\dev)
25 42524 [main] ls 6764 symlink_info::check: not a symlink
19 42543 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\dev, 0xFFFFB400) (0x43000A)
27 42570 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C1
19 42589 [main] ls 6764 stat_worker: (\??\C:\cygwin\dev, 0x180302FC0, =
0x18032CE58), file_attributes 16
66 42655 [main] ls 6764 fhandler_base::fstat_helper: 0 =3D fstat (\??\=
C:\cygwin\dev, 0x180302FC0) st_size=3D0, st_mode=3D040755, st_ino=3D1407374=
883681548st_atim=3D568DD880.1144689C st_ctim=3D568DEACB.2A93AFEC st_mtim=3D=
568DD880.1144689C st_birthtim=3D568DD85C.168E6D20
18 42673 [main] ls 6764 stat_worker: 0 =3D (\??\C:\cygwin\dev,0x180302=
FC0)
25 42698 [main] ls 6764 fstat64: 0 =3D fstat(1, 0xFFFFC740)
30 42728 [main] ls 6764 isatty: 1 =3D isatty(1)
86 42814 [main] ls 6764 fhandler_pty_slave::write: pty1, write(0x60007=
A540, 8)
61 42875 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex (0xB8): waiting -1 ms
19 42894 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex: acquired
18 42912 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
52): pty output_mutex(0xB8) released
18 42930 [main] ls 6764 write: 8 =3D write(1, 0x60007A540, 8)
79 43009 [main] ls 6764 open: open(/usr/share/zoneinfo/Australia/Sydne=
y, 0x10000)
18 43027 [main] ls 6764 normalize_posix_path: src /usr/share/zoneinfo/=
Australia/Sydney
17 43044 [main] ls 6764 normalize_posix_path: /usr/share/zoneinfo/Aust=
ralia/Sydney =3D normalize_posix_path (/usr/share/zoneinfo/Australia/Sydney)
17 43061 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/zoneinfo/Australia/Sydney)
16 43077 [main] ls 6764 set_flags: flags: binary (0x2)
16 43093 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/zoneinfo/Australia/Sydney, dst C:\cygwin\usr\share\zoneinfo\Australia=
\Sydney, flags 0x3000A, rc 0
31 43124 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\zoneinfo\Australia\Sydney)
28 43152 [main] ls 6764 symlink_info::check: not a symlink
26 43178 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\zoneinfo\Australia\Sydney, 0xFFFF5EA0) (0x3000A)
18 43196 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\zoneinfo\Australia\Sydney), has_acls(1)
18 43214 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
17 43231 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
zoneinfo\Australia\Sydney, 0x118000)
150 43381 [main] ls 6764 fhandler_base::set_flags: flags 0x118000, supp=
lied_bin 0x10000
16 43397 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
19 43416 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
14 43430 [main] ls 6764 fhandler_base::open: 0x0 =3D NtCreateFile (0x2=
60, 0x80100000, \??\C:\cygwin\usr\share\zoneinfo\Australia\Sydney, io, NULL=
, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
21 43451 [main] ls 6764 fhandler_base::open: 1 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\zoneinfo\Australia\Sydney, 0x118000)
16 43467 [main] ls 6764 fhandler_base::open_fs: 1 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\zoneinfo\Australia\Sydney, 0x18000)
18 43485 [main] ls 6764 open: 3 =3D open(/usr/share/zoneinfo/Australia=
/Sydney, 0x18000)
15 43500 [main] ls 6764 read: read(3, 0x60004F8B0, 41448) blocking
25 43525 [main] ls 6764 fhandler_base::read: returning 2223, binary mo=
de
17 43542 [main] ls 6764 read: 2223 =3D read(3, 0x60004F8B0, 2223)
16 43558 [main] ls 6764 close: close(3)
15 43573 [main] ls 6764 fhandler_base::close: closing '/usr/share/zone=
info/Australia/Sydney' handle 0x260
34 43607 [main] ls 6764 close: 0 =3D close(3)
57 43664 [main] ls 6764 open: open(/usr/share/zoneinfo/posixrules, 0x1=
0000)
18 43682 [main] ls 6764 normalize_posix_path: src /usr/share/zoneinfo/=
posixrules
17 43699 [main] ls 6764 normalize_posix_path: /usr/share/zoneinfo/posi=
xrules =3D normalize_posix_path (/usr/share/zoneinfo/posixrules)
17 43716 [main] ls 6764 mount_info::conv_to_win32_path: conv_to_win32_=
path (/usr/share/zoneinfo/posixrules)
17 43733 [main] ls 6764 set_flags: flags: binary (0x2)
19 43752 [main] ls 6764 mount_info::conv_to_win32_path: src_path /usr/=
share/zoneinfo/posixrules, dst C:\cygwin\usr\share\zoneinfo\posixrules, fla=
gs 0x3000A, rc 0
34 43786 [main] ls 6764 symlink_info::check: 0x0 =3D NtCreateFile (\??=
\C:\cygwin\usr\share\zoneinfo\posixrules)
33 43819 [main] ls 6764 symlink_info::check: not a symlink
30 43849 [main] ls 6764 symlink_info::check: 0 =3D symlink.check(C:\cy=
gwin\usr\share\zoneinfo\posixrules, 0xFFFF1550) (0x3000A)
21 43870 [main] ls 6764 path_conv::check: this->path(C:\cygwin\usr\sha=
re\zoneinfo\posixrules), has_acls(1)
21 43891 [main] ls 6764 build_fh_pc: fh 0x18032CE58, dev 000000C3
24 43915 [main] ls 6764 fhandler_base::open: (\??\C:\cygwin\usr\share\=
zoneinfo\posixrules, 0x118000)
215 44130 [main] ls 6764 fhandler_base::set_flags: flags 0x118000, supp=
lied_bin 0x10000
27 44157 [main] ls 6764 fhandler_base::set_flags: O_TEXT/O_BINARY set =
in flags 0x10000
20 44177 [main] ls 6764 fhandler_base::set_flags: filemode set to bina=
ry
19 44196 [main] ls 6764 fhandler_base::open: 0x0 =3D NtCreateFile (0x2=
60, 0x80100000, \??\C:\cygwin\usr\share\zoneinfo\posixrules, io, NULL, 0x0,=
0x7, 0x1, 0x4020, NULL, 0)
19 44215 [main] ls 6764 fhandler_base::open: 1 =3D fhandler_base::open=
(\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x118000)
19 44234 [main] ls 6764 fhandler_base::open_fs: 1 =3D fhandler_disk_fi=
le::open(\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x18000)
23 44257 [main] ls 6764 open: 3 =3D open(/usr/share/zoneinfo/posixrule=
s, 0x18000)
23 44280 [main] ls 6764 read: read(3, 0x60008A550, 41448) blocking
31 44311 [main] ls 6764 fhandler_base::read: returning 3545, binary mo=
de
22 44333 [main] ls 6764 read: 3545 =3D read(3, 0x60008A550, 3545)
16 44349 [main] ls 6764 close: close(3)
16 44365 [main] ls 6764 fhandler_base::close: closing '/usr/share/zone=
info/posixrules' handle 0x260
24 44389 [main] ls 6764 close: 0 =3D close(3)
175 44564 [main] ls 6764 fhandler_pty_slave::write: pty1, write(0x60007=
A540, 69)
19 44583 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex (0xB8): waiting -1 ms
23 44606 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex: acquired
21 44627 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
52): pty output_mutex(0xB8) released
22 44649 [main] ls 6764 write: 69 =3D write(1, 0x60007A540, 69)
119 44768 [main] ls 6764 fhandler_pty_slave::write: pty1, write(0x60007=
A540, 60)
24 44792 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex (0xB8): waiting -1 ms
19 44811 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex: acquired
19 44830 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
52): pty output_mutex(0xB8) released
24 44854 [main] ls 6764 write: 60 =3D write(1, 0x60007A540, 60)
113 44967 [main] ls 6764 fhandler_pty_slave::write: pty1, write(0x60007=
A540, 82)
27 44994 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex (0xB8): waiting -1 ms
22 45016 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex: acquired
19 45035 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
52): pty output_mutex(0xB8) released
19 45054 [main] ls 6764 write: 82 =3D write(1, 0x60007A540, 82)
99 45153 [main] ls 6764 fhandler_pty_slave::write: pty1, write(0x60007=
A540, 62)
27 45180 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex (0xB8): waiting -1 ms
20 45200 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
13): pty output_mutex: acquired
19 45219 [main] ls 6764 fhandler_pty_common::process_opost_output: (19=
52): pty output_mutex(0xB8) released
18 45237 [main] ls 6764 write: 62 =3D write(1, 0x60007A540, 62)
156 45393 [main] ls 6764 close: close(1)
26 45419 [main] ls 6764 fhandler_base::close_with_arch: line 1143: /d=
ev/pty1<0x18032C308> usecount + -1 =3D 3
21 45440 [main] ls 6764 fhandler_base::close_with_arch: not closing ar=
chetype
23 45463 [main] ls 6764 close: 0 =3D close(1)
207 45670 [main] ls 6764 close: close(2)
23 45693 [main] ls 6764 fhandler_base::close_with_arch: line 1143: /d=
ev/pty1<0x18032C308> usecount + -1 =3D 2
19 45712 [main] ls 6764 fhandler_base::close_with_arch: not closing ar=
chetype
19 45731 [main] ls 6764 close: 0 =3D close(2)
171 45902 [main] ls 6764 do_exit: do_exit (0), exit_state 1
22 45924 [main] ls 6764 void: 0x0 =3D signal (20, 0x1)
29 45953 [main] ls 6764 void: 0x0 =3D signal (1, 0x1)
31 45984 [main] ls 6764 void: 0x0 =3D signal (2, 0x1)
38 46022 [main] ls 6764 void: 0x0 =3D signal (3, 0x1)
40 46062 [main] ls 6764 fhandler_base::close_with_arch: line 1143: /d=
ev/pty1<0x18032C308> usecount + -1 =3D 1
28 46090 [main] ls 6764 fhandler_base::close_with_arch: not closing ar=
chetype
23 46113 [main] ls 6764 init_cygheap::close_ctty: closing cygheap->ctt=
y 0x18032C308
20 46133 [main] ls 6764 fhandler_base::close_with_arch: closing passed=
in archetype 0x0, usecount 0
24 46157 [main] ls 6764 fhandler_pty_slave::cleanup: /dev/pty1 closed,=
usecount 0
21 46178 [main] ls 6764 fhandler_pty_slave::close: closing last open /=
dev/pty1 handle
64 46242 [main] ls 6764 fhandler_console::free_console: freed console,=
res 1
27 46269 [main] ls 6764 fhandler_pty_common::close: pty1 <0xCC,0xD4> c=
losing
27 46296 [main] ls 6764 dtable::delete_archetype: deleting element 0 f=
or /dev/pty1(136/1)
22 46318 [main] ls 6764 getpid: 6764 =3D getpid()
19 46337 [main] ls 6764 proc_terminate: nprocs 0
18 46355 [main] ls 6764 proc_terminate: leaving
25 46380 [main] ls 6764 pinfo::exit: Calling ExitProcess n 0x0, exitco=
de 0x0
--- Process 6764 thread 8028 exited with status 0x0
--- Process 6764 thread 4768 exited with status 0x0
--- Process 6764 thread 9456 exited with status 0x0
--- Process 6764 thread 4400 exited with status 0x0
--- Process 6764 exited with status 0x0
--Apple-Mail=_FC223A64-6ED4-409A-8821-39583DF22229
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=signature.asc
Content-Type: application/pgp-signature;
name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJWxWHmAAoJENSAtM3s6mKuRsoP/inThyD+0p9NLMvzYdHA55gw
8EW13SZl6KecAdTucq7TXWJruZu73Hg61rWMqPGrOz2tlk3SGrtVlQwP3YmiJUcd
pVaBxfu65yL7d5ar2BlsMPC/Jch44o27H6tU0pVYepdDbMUvK5YBYnJUXB8Ipm/m
eBMson9SxsF0cWOoPVicEMx22kpKx3Xy+Baar6r6+z1ua97TNQQSeX7Ky/Ufm49F
DonYHMv2xe3x0pGdAykCu+E1TmjcjnykatkDtnmpM76XzeQ06w1owyhGrXFppRI3
pLeFypxjVLKjtIt2Kgzi30VDHxs0tbva88j8VMyxxMe5PsEqf2eTfYJCKTNp7ZRC
eibOpB43mFbU4SW2DliFisI+CPW76OKz8lc9Nfhlcf0ndLFDy8wfvCGYNeL+jvlI
gOVmgSQmfFbc+pd4FR/7p0vHw8kuO7toNRwzE/p1NbeZVo7nb3AnW3zC0G0VImit
ubuecuCdj1YLY+ZavdLUrs6+KBOiyP5gyHQ2gn5j6Hcb3eLrY38e/ZlKa6EtzxWv
80diUrLZmvYLQUu63Du7pfIcab4BBvJq2Mye3+GZHAFYW+wTLoRgOK6byCgOmVeg
StFkt3k7SaA8d3DHEH61LYEnrtIMhCzGCuFgJsl2hQ856R1GiWY9SA11fXaXybr+
KCEbiwmAZCz6BWjpJ++9
=FOnU
-----END PGP SIGNATURE-----
--Apple-Mail=_FC223A64-6ED4-409A-8821-39583DF22229--
- Raw text -