public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
@ 2019-12-04 17:18 Wilfed Olaf Sulla via cygwin
  2019-12-04 18:22 ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-04 17:18 UTC (permalink / raw)
  To: Cygwin

>On 12/4/2019 11:18 AM, Wilfed Olaf Sulla via cygwin wrote:
>> On Wed 2019-12-04 14:40:18 +0000, Ken Brown wrote:
>>> On 12/4/2019 5:40 AM, Wilfed Olaf Sulla via cygwin wrote:
>>>> Hi,
>>>>
>>>> Cygwin is core dumping with the following message:
>>>>
>>>> assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)
>>>>
>>>>
>>>> To recreate this event:
>>>>
>>>> shackleton:sulla:$ cd /cygdrive/
>>>> shackleton:sulla:$ ls -la
>>>>
>>>>
>>>> Build:
>>>>
>>>> CYGWIN_NT-6.1 shackleton 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
>>>> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>>>>
>>>> -	Yes, it is an old machine that has been around for a while, but it
>>>> 	does the job asked of it.
>>>>
>>>>
>>>> A similar event seems to have cropped up before, with a pair of patches
>>>> following:
>>>>
>>>> 	Re: winsup\cygwin\path.cc issues
>>>> 	https://sourceware.org/ml/cygwin/2018-05/msg00315.html
>>>>
>>>> 	Cygwin: normalize_win32_path: Avoid buffer underruns
>>>> 	https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=35998fc2fa6c
>>>
>>> There was also a more recent example:
>>>
>>>       https://cygwin.com/ml/cygwin/2019-09/msg00228.html ,
>>>
>>> which was fixed here:
>>>
>>>       https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=283cb372e
>>>
>>> Please try the test release cygwin-3.1.0-0.8 to see if the fix also works for
>>> your case.  If not, can you figure out which file in /cygdrive causes the
>>> assertion failure?
>>>
>>> Ken
>> 
>> Many thanks.
>> 
>> I have installed cygwin-3.1.0-0.8 and re-run the steps without issue.
>> 
>> I looked into this a bit further: the path /cygdrive/ just contains
>> virtual drives mapped onto network shares thus:
>> 
>> shackleton:sulla:$ ls
>> c  e  g  v  w  x  y  z
>> 
>> C: on /cygdrive/c type ntfs (binary,noacl,posix=0,user,noumount,auto)
>> E: on /cygdrive/e type vfat (binary,noacl,posix=0,user,noumount,auto)
>> G: on /cygdrive/g type ntfs (binary,noacl,posix=0,user,noumount,auto)
>> V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
>> 
>> The network shares were created via Explorer.
>> 
>> 
>> So long as all the network shares are accessible there is no problem, however
>> if /cygdrive/z is off-line - as was the case when I first encountered
>> the problem
>
>In that case, this is probably the same problem that was reported in
>
>   https://cygwin.com/ml/cygwin/2019-10/msg00155.html,
>
>which has not yet been solved.
>
>Ken
>
>--
>Problem reports:       http://cygwin.com/problems.html
>FAQ:                   http://cygwin.com/faq/
>Documentation:         http://cygwin.com/docs.html
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

Thanks,

Hibernation is disabled on the device so that is not a factor in this
instance. However, the absence of the network share is the factor that
can be directly attributed to the cause of the aborted core dump in the
above.

The call to 'NtCreateFile' on the Z: drive (on the network share that is
offline) triggers the abort in 'ls'. This call appears to be made even 
though the Z: drive is not listed by mount. Other than that, my
knowledge of the internals is insufficient to either suggest the exact 
cause or a potential solution.

However we know that there is a problem in this area and that it can be
avoided until such time as a fix might become available.

Many thanks for your help.

-- 

Mutt 1.12.1 (2019-06-15)

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 17:18 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build Wilfed Olaf Sulla via cygwin
@ 2019-12-04 18:22 ` Corinna Vinschen
  2019-12-04 19:27   ` Wilfed Olaf Sulla via cygwin
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-04 18:22 UTC (permalink / raw)
  To: Wilfed Olaf Sulla; +Cc: Cygwin

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

On Dec  4 17:17, Wilfed Olaf Sulla via cygwin wrote:
> >> On Wed 2019-12-04 14:40:18 +0000, Ken Brown wrote:
> >In that case, this is probably the same problem that was reported in
> >
> >   https://cygwin.com/ml/cygwin/2019-10/msg00155.html,
> >
> >which has not yet been solved.
> >
> >Ken
> >
> >--
> >Problem reports:       http://cygwin.com/problems.html
> >FAQ:                   http://cygwin.com/faq/
> >Documentation:         http://cygwin.com/docs.html
> >Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> >
> 
> Thanks,
> 
> Hibernation is disabled on the device so that is not a factor in this
> instance. However, the absence of the network share is the factor that
> can be directly attributed to the cause of the aborted core dump in the
> above.
> 
> The call to 'NtCreateFile' on the Z: drive (on the network share that is
> offline) triggers the abort in 'ls'. This call appears to be made even 
> though the Z: drive is not listed by mount.

Please run the failing `ls' under strace like this

  $ strace -o ls.trace ls ...

and send the ls.trace file to this mailing list.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 18:22 ` Corinna Vinschen
@ 2019-12-04 19:27   ` Wilfed Olaf Sulla via cygwin
  2019-12-04 20:50     ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-04 19:27 UTC (permalink / raw)
  To: cygwin

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

On Wed 2019-12-04 19:22:04 +0100, Corinna Vinschen wrote:
> On Dec  4 17:17, Wilfed Olaf Sulla via cygwin wrote:
> > >> On Wed 2019-12-04 14:40:18 +0000, Ken Brown wrote:
> > >In that case, this is probably the same problem that was reported in
> > >
> > >   https://cygwin.com/ml/cygwin/2019-10/msg00155.html,
> > >
> > >which has not yet been solved.
> > >
> > >Ken
> > >
> > >--
> > >Problem reports:       http://cygwin.com/problems.html
> > >FAQ:                   http://cygwin.com/faq/
> > >Documentation:         http://cygwin.com/docs.html
> > >Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > >
> > 
> > Thanks,
> > 
> > Hibernation is disabled on the device so that is not a factor in this
> > instance. However, the absence of the network share is the factor that
> > can be directly attributed to the cause of the aborted core dump in the
> > above.
> > 
> > The call to 'NtCreateFile' on the Z: drive (on the network share that is
> > offline) triggers the abort in 'ls'. This call appears to be made even 
> > though the Z: drive is not listed by mount.
> 
> Please run the failing `ls' under strace like this
> 
>   $ strace -o ls.trace ls ...
> 
> and send the ls.trace file to this mailing list.
> 
> 
> Thanks,
> Corinna
> 
> -- 
> Corinna Vinschen
> Cygwin Maintainer

Hi,

The strace was attached to the email time-stamped 16:19, but please
please find a copy attached here as requested.

Regards.

-- 

Mutt 1.12.1 (2019-06-15)

[-- Attachment #2: strace_3_0_1.txt --]
[-- Type: text/plain, Size: 84391 bytes --]

--- Process 19228 created
--- Process 19228 loaded C:\Windows\System32\ntdll.dll at 0000000077a00000
--- Process 19228 loaded C:\Windows\System32\kernel32.dll at 00000000778e0000
--- Process 19228 loaded C:\Windows\System32\KernelBase.dll at 000007fefd7e0000
--- Process 19228 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 19228 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003c55a0000
--- Process 19228 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003db240000
    0       0 [main] ls (19228) **********************************************
  109     109 [main] ls (19228) Program name: C:\cygwin64\bin\ls.exe (windows pid 19228)
   84     193 [main] ls (19228) OS version:   Windows NT-6.1
   24     217 [main] ls (19228) **********************************************
--- Process 19228 loaded C:\Windows\System32\advapi32.dll at 000007fefd920000
--- Process 19228 loaded C:\Windows\System32\msvcrt.dll at 000007fefde90000
--- Process 19228 loaded C:\Windows\System32\sechost.dll at 000007fefdd60000
--- Process 19228 loaded C:\Windows\System32\rpcrt4.dll at 000007fefdf80000
--- Process 19228 loaded C:\Windows\System32\cryptbase.dll at 000007fefd3b0000
 2345    2562 [main] ls (19228) sigprocmask: 0 = sigprocmask (0, 0x0, 0x18030AD30)
  464    3026 [main] ls (19228) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x84, *m 6
   37    3063 [main] ls (19228) user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
  130    3193 [main] ls (19228) open_shared: name S-1-5-21-2509253142-392022648-1601765773-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x80, *m 6
   45    3238 [main] ls (19228) user_info::create: opening user shared for 'S-1-5-21-2509253142-392022648-1601765773-1001' at 0x180020000
   41    3279 [main] ls (19228) user_info::create: user shared version AB1FCCE8
   52    3331 [main] ls (19228) fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-19228-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
   65    3396 [main] ls (19228) fhandler_pipe::create: pipe read handle 0x9C
   21    3417 [main] ls (19228) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-19228-sigwait
   46    3463 [main] ls (19228) fhandler_pipe::create: pipe write handle 0xA0
   32    3495 [main] ls (19228) dll_crt0_0: finished dll_crt0_0 initialization
--- Process 19228 thread 17036 created
  329    3824 [sig] ls (19228) wait_sig: entering ReadFile loop, my_readsig 0x9C, my_sendsig 0xA0
  150    3974 [main] ls (19228) time: 1575470495 = time(0x0)
   75    4049 [main] ls (19228) mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\home\sulla, 0x0, no-add-slash)
   41    4090 [main] ls (19228) normalize_win32_path: C:\cygwin64\home\sulla = normalize_win32_path (C:\cygwin64\home\sulla)
   33    4123 [main] ls (19228) mount_info::conv_to_posix_path: /home/sulla = conv_to_posix_path (C:\cygwin64\home\sulla)
   41    4164 [main] ls (19228) sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130)
  110    4274 [main] ls (19228) _cygwin_istext_for_stdio: fd 0: not open
   24    4298 [main] ls (19228) _cygwin_istext_for_stdio: fd 1: not open
   20    4318 [main] ls (19228) _cygwin_istext_for_stdio: fd 2: not open
   75    4393 [main] ls (19228) open_shared: name cygpid.15015, n 15015, shared 0x30000 (wanted 0x0), h 0xC4, *m 5
   25    4418 [main] ls (19228) time: 1575470495 = time(0x0)
   33    4451 [main] ls 15015 pinfo::thisproc: myself dwProcessId 19228
   50    4501 [main] ls 15015 environ_init: GetEnvironmentStrings returned 0x453F00

Redacted

21    8182 [main] ls 15015 normalize_win32_path: C:\cygwin64\lib\lapack = normalize_win32_path (C:\cygwin64\lib\lapack)
   21    8203 [main] ls 15015 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\cygwin64\lib\lapack)
   37    9596 [main] ls 15015 getwinenv: can't set native for TEMP= since no environ yet
   20    9616 [main] ls 15015 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash)
   21    9637 [main] ls 15015 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp)
   48    9685 [main] ls 15015 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp)
   55    9740 [main] ls 15015 win_env::add_cache: posix /tmp
   20    9760 [main] ls 15015 win_env::add_cache: native TEMP=C:\cygwin64\tmp
   21    9781 [main] ls 15015 posify_maybe: env var converted to TEMP=/tmp
   49    9830 [main] ls 15015 win32env_to_cygenv: 0x60003ABE0: TEMP=/tmp
   37    9867 [main] ls 15015 win32env_to_cygenv: 0x60003AB80: TERM=xterm-256color
   36    9903 [main] ls 15015 getwinenv: can't set native for TMP= since no environ yet
   21    9924 [main] ls 15015 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash)
   21    9945 [main] ls 15015 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp)
   21    9966 [main] ls 15015 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp)
   51   10017 [main] ls 15015 win_env::add_cache: posix /tmp
   20   10037 [main] ls 15015 win_env::add_cache: native TMP=C:\cygwin64\tmp
   20   10057 [main] ls 15015 posify_maybe: env var converted to TMP=/tmp
   
Redacted

   26   10491 [main] ls 15015 pinfo_init: Set nice to 0
   20   10511 [main] ls 15015 pinfo_init: pid 15015, pgid 15015, process_state 0x41
   21   10532 [main] ls 15015 App version:  2007.0, api: 0.306
   20   10552 [main] ls 15015 DLL version:  3000.7, api: 0.338
   21   10573 [main] ls 15015 DLL build:    2019-04-30 18:08
   24   10597 [main] ls 15015 dtable::extend: size 32, fds 0x180334180
   83   10680 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  223   10903 [main] ls 15015 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
   46   10949 [main] ls 15015 transport_layer_pipes::connect: Error opening the pipe (2)
   38   10987 [main] ls 15015 client_request::make_request: cygserver un-available
--- Process 19228 (pid: 15015) thread 13064 created
 1653   12640 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
  135   12775 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
  118   12893 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
  114   13007 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
  150   13157 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
  332   13489 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-167315:4095:>
  168   13657 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:>
  152   13809 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
  118   13927 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <Medium Mandatory Level:S-1-16-8192:401408:>
  154   14081 [main] ls 15015 cygheap_user::ontherange: what 2, pw 0x180334410
   32   14113 [main] ls 15015 cygheap_user::ontherange: HOME is already in the environment /home/sulla
  105   14218 [main] ls 15015 build_argv: argv[0] = 'ls'
   37   14255 [main] ls 15015 build_argv: argv[1] = '-la'
   30   14285 [main] ls 15015 build_argv: argv[2] = '/cygdrive/'
   27   14312 [main] ls 15015 build_argv: argc 3
  177   14489 [main] ls 15015 build_fh_pc: created an archetype (0x180335E70) for /dev/pty7(136/7)
   33   14522 [main] ls 15015 build_fh_pc: fh 0x180335B00, dev 00880007
   40   14562 [main] ls 15015 fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-pty7-from-master, size 131072, mode PIPE_TYPE_MESSAGE
   67   14629 [main] ls 15015 fhandler_pipe::create: pipe busy
   32   14661 [main] ls 15015 tty::exists: exists 1
   84   14745 [main] ls 15015 set_posix_access: ACL-Size: 124
   61   14806 [main] ls 15015 set_posix_access: Created SD-Size: 200
   28   14834 [main] ls 15015 fhandler_pty_slave::open: (393): pty output_mutex (0x120): waiting -1 ms
   32   14866 [main] ls 15015 fhandler_pty_slave::open: (393): pty output_mutex: acquired
   42   14908 [main] ls 15015 tty::create_inuse: cygtty.slave_alive.7 0x128
   29   14937 [main] ls 15015 fhandler_pty_slave::open: (396): pty output_mutex(0x120) released
   70   15007 [main] ls 15015 open_shared: name cygpid.3310, n 3310, shared 0x40000 (wanted 0x0), h 0x12C, *m 6
   87   15094 [main] ls 15015 fhandler_pty_slave::open: dup handles directly since I'm the owner
   63   15157 [main] ls 15015 fhandler_pty_slave::open: duplicated from_master 0x1CC->0x12C from pty_owner
   32   15189 [main] ls 15015 fhandler_pty_slave::open: duplicated to_master 0x1DC->0x134 from pty_owner
   35   15224 [main] ls 15015 fhandler_pty_slave::open: duplicated to_master_cyg 0x1E4->0x138 from pty_owner
   53   15277 [main] ls 15015 fhandler_console::need_invisible: invisible_console 0
   42   15319 [main] ls 15015 fhandler_base::open_with_arch: line 467:  /dev/pty7<0x180335E70> usecount + 1 = 1
   35   15354 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   35   15389 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   29   15418 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   32   15450 [main] ls 15015 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   30   15480 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x180335E70
   27   15507 [main] ls 15015 _pinfo::set_ctty: ctty was NULL
   33   15540 [main] ls 15015 _pinfo::set_ctty: line 547:  /dev/pty7<0x180335E70> usecount + 1 = 2
   29   15569 [main] ls 15015 _pinfo::set_ctty: /dev/pty7 ctty, usecount 2
   31   15600 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 15015, pid 15015, pgid 15015, tty->pgid 15013, tty->sid 3332
   35   15635 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   27   15662 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 2
   31   15693 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   30   15723 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   28   15751 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   29   15780 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   32   15812 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   30   15842 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   33   15875 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 2
   91   15966 [main] ls 15015 build_fh_pc: found an archetype for (null)(136/7) io_handle 0x12C
   38   16004 [main] ls 15015 build_fh_pc: fh 0x180336250, dev 00880007
   33   16037 [main] ls 15015 fhandler_base::open_with_arch: line 487:  /dev/pty7<0x180335E70> usecount + 1 = 3
   29   16066 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   31   16097 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   31   16128 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   31   16159 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   34   16193 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   31   16224 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   27   16251 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 3
   35   16286 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   29   16315 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   26   16341 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   33   16374 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   31   16405 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   29   16434 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   32   16466 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 3
   82   16548 [main] ls 15015 build_fh_pc: found an archetype for (null)(136/7) io_handle 0x12C
   29   16577 [main] ls 15015 build_fh_pc: fh 0x1803365C0, dev 00880007
   37   16614 [main] ls 15015 fhandler_base::open_with_arch: line 487:  /dev/pty7<0x180335E70> usecount + 1 = 4
   30   16644 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   27   16671 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   32   16703 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   30   16733 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   29   16762 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   34   16796 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   29   16825 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 4
   34   16859 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   29   16888 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   26   16914 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   34   16948 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   30   16978 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   28   17006 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   34   17040 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 4
  326   17366 [main] ls 15015 __set_errno: void dll_crt0_1(void*):983 setting errno 0
  388   17754 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
   78   17832 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  100   17932 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  125   18057 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
   98   18155 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  119   18274 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  453   18727 [main] ls 15015 isatty: 1 = isatty(1)
   36   18763 [main] ls 15015 ioctl: ioctl(fd 1, cmd 0x5401)
   30   18793 [main] ls 15015 fhandler_pty_slave::ioctl: ioctl (5401)
   30   18823 [main] ls 15015 fhandler_pty_slave::ioctl: (986): pty output_mutex (0x120): waiting -1 ms
   29   18852 [main] ls 15015 fhandler_pty_slave::ioctl: (986): pty output_mutex: acquired
   36   18888 [main] ls 15015 fhandler_pty_slave::ioctl: (1008): pty output_mutex(0x120) released
   31   18919 [main] ls 15015 fhandler_pty_slave::ioctl: 0 = ioctl(5401)
   29   18948 [main] ls 15015 ioctl: 0 = ioctl(1, 0x5401, ...)
  161   19109 [main] ls 15015 __get_lcid_from_locale: LCID=0x0000
   30   19139 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  775   19914 [main] ls 15015 open: open(/usr/share/locale/locale.alias, 0x0)
   33   19947 [main] ls 15015 normalize_posix_path: src /usr/share/locale/locale.alias
   29   19976 [main] ls 15015 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
   30   20006 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
   32   20038 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin64\usr\share\locale\locale.alias, flags 0x30008, rc 0
   70   20108 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias)
   31   20139 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias)
   44   20183 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe)
   29   20212 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe)
   42   20254 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk)
   28   20282 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk)
   42   20324 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk)
   29   20353 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk)
   25   20378 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\locale.alias, 0xFFFFB200) (mount_flags 0x30008, path_flags 0x0)
   28   20406 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   26   20432 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   56   20488 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   49   20537 [main] ls 15015 symlink_info::check: not a symlink
   45   20582 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB200) (mount_flags 0x30008, path_flags 0x0)
   32   20614 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\locale.alias), has_acls(1)
   33   20647 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   31   20678 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000)
   52   20730 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC0000034 -> windows error 2
   32   20762 [main] ls 15015 geterrno_from_win_error: windows error 2 == errno 2
   28   20790 [main] ls 15015 fhandler_base::open: 0xC0000034 = NtCreateFile (0x447700, 0x80100000, \??\C:\cygwin64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   20816 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000)
   27   20843 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000)
   33   20876 [main] ls 15015 open: -1 = open(/usr/share/locale/locale.alias, 0x8000), errno 2
  169   21045 [main] ls 15015 open: open(/usr/local/share/locale/locale.alias, 0x0)
   23   21068 [main] ls 15015 normalize_posix_path: src /usr/local/share/locale/locale.alias
   27   21095 [main] ls 15015 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)
   26   21121 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)
   30   21151 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin64\usr\local\share\locale\locale.alias, flags 0x30008, rc 0
   50   21201 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias)
   29   21230 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias)
   25   21255 [main] ls 15015 symlink_info::check: not a symlink
   26   21281 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale\locale.alias, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   25   21306 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)
   27   21333 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin64\usr\local\share\locale, flags 0x30008, rc 0
   43   21376 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale)
   28   21404 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale)
   24   21428 [main] ls 15015 symlink_info::check: not a symlink
   26   21454 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   25   21479 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)
   27   21506 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin64\usr\local\share, flags 0x30008, rc 0
   62   21568 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share)
   32   21600 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share)
   63   21663 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share.lnk)
   29   21692 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share.lnk)
   30   21722 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   25   21747 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local)
   28   21775 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\cygwin64\usr\local, flags 0x30008, rc 0
   48   21823 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\local)
   39   21862 [main] ls 15015 symlink_info::check: not a symlink
   40   21902 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   32   21934 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\local\share\locale\locale.alias), has_acls(1)
   29   21963 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   21991 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000)
   42   22033 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   30   22063 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   24   22087 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0x3A786574756D5F64, 0x80100000, \??\C:\cygwin64\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   28   22115 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000)
   24   22139 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000)
   29   22168 [main] ls 15015 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2
  168   22336 [main] ls 15015 open: open(/usr/share/X11/locale/locale.alias, 0x0)
   28   22364 [main] ls 15015 normalize_posix_path: src /usr/share/X11/locale/locale.alias
   23   22387 [main] ls 15015 normalize_posix_path: /usr/share/X11/locale/locale.alias = normalize_posix_path (/usr/share/X11/locale/locale.alias)
   28   22415 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale/locale.alias)
   26   22441 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale/locale.alias, dst C:\cygwin64\usr\share\X11\locale\locale.alias, flags 0x30008, rc 0
   52   22493 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\X11\locale\locale.alias)
   45   22538 [main] ls 15015 symlink_info::check: not a symlink
   42   22580 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   28   22608 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\X11\locale\locale.alias), has_acls(1)
   29   22637 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   27   22664 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x108000)
   48   22712 [main] ls 15015 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
   27   22739 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   27   22766 [main] ls 15015 fhandler_base::open: 0x0 = NtCreateFile (0x19C, 0x80100000, \??\C:\cygwin64\usr\share\X11\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   25   22791 [main] ls 15015 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x108000)
   27   22818 [main] ls 15015 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x8000)
   25   22843 [main] ls 15015 open: 3 = open(/usr/share/X11/locale/locale.alias, 0x8000)
  100   22943 [main] ls 15015 _cygwin_istext_for_stdio: fd 3: opened as binary
  275   23218 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFC420) st_size=82265, st_mode=0100644, st_ino=16888498603642341st_atim=5D74EBDC.C1E191C st_ctim=5D74EBDC.C1E191C st_mtim=5D716DC1.0 st_birthtim=5D74EBDC.C1E191C
  128   23346 [main] ls 15015 fstat64: 0 = fstat(3, 0xFFFFC420)
  268   23614 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking
   72   23686 [main] ls 15015 fhandler_base::read: returning 65536, binary mode
   29   23715 [main] ls 15015 read: 65536 = read(3, 0x60004C4C0, 65536)
 1822   25537 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking
   59   25596 [main] ls 15015 fhandler_base::read: returning 16729, binary mode
   31   25627 [main] ls 15015 read: 16729 = read(3, 0x60004C4C0, 16729)
  440   26067 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking
   28   26095 [main] ls 15015 fhandler_base::read: returning 0, binary mode
   27   26122 [main] ls 15015 read: 0 = read(3, 0x60004C4C0, 0)
   25   26147 [main] ls 15015 close: close(3)
   36   26183 [main] ls 15015 fhandler_base::close: closing '/usr/share/X11/locale/locale.alias' handle 0x19C
   67   26250 [main] ls 15015 close: 0 = close(3)
 2802   29052 [main] ls 15015 open: open(/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, 0x10000)
   28   29080 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo
   26   29106 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo)
   28   29134 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo)
   28   29162 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   77   29239 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo)
   33   29272 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo)
   29   29301 [main] ls 15015 symlink_info::check: not a symlink
   25   29326 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   28   29354 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8/LC_TIME)
   25   29379 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME, flags 0x30008, rc 0
   48   29427 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME)
   27   29454 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME)
   27   29481 [main] ls 15015 symlink_info::check: not a symlink
   24   29505 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   29532 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8)
   25   29557 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8, flags 0x30008, rc 0
   44   29601 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8)
   27   29628 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8)
   44   29672 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8.lnk)
   27   29699 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8.lnk)
   27   29726 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   25   29751 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   28   29779 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   56   29835 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   44   29879 [main] ls 15015 symlink_info::check: not a symlink
   42   29921 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   29   29950 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo), has_acls(1)
   31   29981 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   29   30010 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   49   30059 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   31   30090 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   23   30113 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   29   30142 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   25   30167 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x18000)
   29   30196 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, 0x18000), errno 2
   64   30260 [main] ls 15015 open: open(/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, 0x10000)
   28   30288 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo
   24   30312 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo)
   27   30339 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo)
   26   30365 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   48   30413 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo)
   27   30440 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo)
   28   30468 [main] ls 15015 symlink_info::check: not a symlink
   24   30492 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   30519 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8/LC_TIME)
   26   30545 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME, flags 0x30008, rc 0
   45   30590 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME)
   27   30617 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME)
   28   30645 [main] ls 15015 symlink_info::check: not a symlink
   23   30668 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   28   30696 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8)
   25   30721 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8, dst C:\cygwin64\usr\share\locale\en_GB.utf8, flags 0x30008, rc 0
   43   30764 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8)
   26   30790 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8)
   44   30834 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8.lnk)
   26   30860 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8.lnk)
   28   30888 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   24   30912 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   28   30940 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   46   30986 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   37   31023 [main] ls 15015 symlink_info::check: not a symlink
   38   31061 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   29   31090 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo), has_acls(1)
   28   31118 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   31146 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x118000)
   45   31191 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   72   31263 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   26   31289 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   31   31320 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x118000)
   26   31346 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x18000)
   29   31375 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, 0x18000), errno 2
   62   31437 [main] ls 15015 open: open(/usr/share/locale/en_GB/LC_TIME/coreutils.mo, 0x10000)
   26   31463 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB/LC_TIME/coreutils.mo
   24   31487 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB/LC_TIME/coreutils.mo)
   27   31514 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB/LC_TIME/coreutils.mo)
   26   31540 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   47   31587 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo)
   27   31614 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo)
   27   31641 [main] ls 15015 symlink_info::check: not a symlink
   24   31665 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   31692 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB/LC_TIME)
   25   31717 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB\LC_TIME, flags 0x30008, rc 0
   43   31760 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME)
   27   31787 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME)
   42   31829 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME.lnk)
   26   31855 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME.lnk)
   27   31882 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   25   31907 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB)
   28   31935 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB, dst C:\cygwin64\usr\share\locale\en_GB, flags 0x30008, rc 0
   56   31991 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB)
   38   32029 [main] ls 15015 symlink_info::check: not a symlink
   41   32070 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   32100 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo), has_acls(1)
   27   32127 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   32155 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x118000)
   44   32199 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   30   32229 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   25   32254 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   30   32284 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x118000)
   25   32309 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x18000)
   29   32338 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB/LC_TIME/coreutils.mo, 0x18000), errno 2
   62   32400 [main] ls 15015 open: open(/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, 0x10000)
   26   32426 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo
   24   32450 [main] ls 15015 normalize_posix_path: /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo)
   26   32476 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo)
   26   32502 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   47   32549 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo)
   27   32576 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo)
   28   32604 [main] ls 15015 symlink_info::check: not a symlink
   23   32627 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   28   32655 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_TIME)
   25   32680 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_TIME, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME, flags 0x30008, rc 0
   45   32725 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME)
   26   32751 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME)
   28   32779 [main] ls 15015 symlink_info::check: not a symlink
   23   32802 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   32829 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8)
   25   32854 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8, dst C:\cygwin64\usr\share\locale\en.UTF-8, flags 0x30008, rc 0
   43   32897 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8)
   26   32923 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8)
   43   32966 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk)
   27   32993 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk)
   27   33020 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   25   33045 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   27   33072 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
  168   33240 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   42   33282 [main] ls 15015 symlink_info::check: not a symlink
   45   33327 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   35   33362 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo), has_acls(1)
   34   33396 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   29   33425 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   47   33472 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   29   33501 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   25   33526 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   28   33554 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   26   33580 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x18000)
   27   33607 [main] ls 15015 open: -1 = open(/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, 0x18000), errno 2
   62   33669 [main] ls 15015 open: open(/usr/share/locale/en.utf8/LC_TIME/coreutils.mo, 0x10000)
   26   33695 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en.utf8/LC_TIME/coreutils.mo
   25   33720 [main] ls 15015 normalize_posix_path: /usr/share/locale/en.utf8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo)
   27   33747 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo)
   27   33774 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   48   33822 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo)
   28   33850 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo)
   27   33877 [main] ls 15015 symlink_info::check: not a symlink
   24   33901 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   26   33927 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_TIME)
   26   33953 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_TIME, dst C:\cygwin64\usr\share\locale\en.utf8\LC_TIME, flags 0x30008, rc 0
   44   33997 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME)
   28   34025 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME)
   26   34051 [main] ls 15015 symlink_info::check: not a symlink
   25   34076 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   26   34102 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8)
   26   34128 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8, dst C:\cygwin64\usr\share\locale\en.utf8, flags 0x30008, rc 0
   42   34170 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8)
   29   34199 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8)
   43   34242 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk)
   34   34276 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk)
   32   34308 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   34338 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   30   34368 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   57   34425 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   48   34473 [main] ls 15015 symlink_info::check: not a symlink
   48   34521 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   34551 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo), has_acls(1)
   34   34585 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   34613 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000)
   47   34660 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   27   34687 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   28   34715 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   25   34740 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000)
   28   34768 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x18000)
   25   34793 [main] ls 15015 open: -1 = open(/usr/share/locale/en.utf8/LC_TIME/coreutils.mo, 0x18000), errno 2
   69   34862 [main] ls 15015 open: open(/usr/share/locale/en/LC_TIME/coreutils.mo, 0x10000)
   24   34886 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en/LC_TIME/coreutils.mo
   28   34914 [main] ls 15015 normalize_posix_path: /usr/share/locale/en/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en/LC_TIME/coreutils.mo)
   23   34937 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_TIME/coreutils.mo)
   28   34965 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   51   35016 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo)
   30   35046 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo)
   25   35071 [main] ls 15015 symlink_info::check: not a symlink
   26   35097 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   24   35121 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_TIME)
   28   35149 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_TIME, dst C:\cygwin64\usr\share\locale\en\LC_TIME, flags 0x30008, rc 0
   43   35192 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME)
   29   35221 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME)
   41   35262 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME.lnk)
   29   35291 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME.lnk)
   24   35315 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   35345 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en)
   28   35373 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst C:\cygwin64\usr\share\locale\en, flags 0x30008, rc 0
   47   35420 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en)
   39   35459 [main] ls 15015 symlink_info::check: not a symlink
   39   35498 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   35525 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo), has_acls(1)
   29   35554 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   27   35581 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000)
   44   35625 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   27   35652 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   27   35679 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0x7, 0x80100000, \??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   25   35704 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000)
   28   35732 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x18000)
   25   35757 [main] ls 15015 open: -1 = open(/usr/share/locale/en/LC_TIME/coreutils.mo, 0x18000), errno 2
 1796   37553 [main] ls 15015 lstat64: entering
   27   37580 [main] ls 15015 normalize_posix_path: src /cygdrive/
   25   37605 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/)
   26   37631 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive)
   27   37658 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0
   32   37690 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0
   26   37716 [main] ls 15015 stat_worker: (\??\C:\cygwin64\cygdrive, 0x60004C4D0, 0x180336CE0), file_attributes 17
   28   37744 [main] ls 15015 time: 1575470495 = time(0x0)
   28   37772 [main] ls 15015 stat_worker: 0 = (\??\C:\cygwin64\cygdrive,0x60004C4D0)
   28   37800 [main] ls 15015 normalize_posix_path: src /cygdrive/
   23   37823 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/)
   27   37850 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive)
   25   37875 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0
   32   37907 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0
   25   37932 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  235   38167 [main] ls 15015 normalize_posix_path: src /cygdrive/
   25   38192 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/)
   24   38216 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive)
   28   38244 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0
   28   38272 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0
  100   38372 [main] ls 15015 fhandler_base::set_flags: flags 0x0, supplied_bin 0x10000
   27   38399 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   24   38423 [main] ls 15015 fhandler_base::open_null: 0x0 = NtCreateFile (0x19C, ... \Device\Null ...)
   27   38450 [main] ls 15015 fhandler_base::open_null: 1 = fhandler_base::open_null (0x0)
   33   38483 [main] ls 15015 fhandler_base::set_close_on_exec: set close_on_exec for /cygdrive to 1
   28   38511 [main] ls 15015 fhandler_disk_file::opendir: 0x60006DA50 = opendir (/cygdrive)
  135   38646 [main] ls 15015 normalize_posix_path: src C:\
   28   38674 [main] ls 15015 normalize_win32_path: C:\ = normalize_win32_path (C:\)
   27   38701 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (C:)
   26   38727 [main] ls 15015 mount_info::conv_to_win32_path: src_path C:, dst C:, flags 0x0, rc 0
   46   38773 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\)
   48   38821 [main] ls 15015 symlink_info::check: not a symlink
   28   38849 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   25   38874 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(0)
   49   38923 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (c)
   29   38952 [main] ls 15015 lstat64: entering
   26   38978 [main] ls 15015 normalize_posix_path: src /cygdrive/c
   24   39002 [main] ls 15015 normalize_posix_path: /cygdrive/c = normalize_posix_path (/cygdrive/c)
   27   39029 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c)
   24   39053 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/c', dst 'C:\'
   26   39079 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/c, dst C:\, flags 0x6020, rc 0
   48   39127 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\)
   43   39170 [main] ls 15015 symlink_info::check: not a symlink
   26   39196 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   28   39224 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(1)
   28   39252 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   28   39280 [main] ls 15015 stat_worker: (\??\C:\, 0x60004C4D0, 0x180337348), file_attributes 8214
   26   39306 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\C:\, 0x60004C4D0) st_size=0, st_mode=040755, st_ino=1407374883553285st_atim=5DD01B20.978CAE0 st_ctim=5DD01B20.978CAE0 st_mtim=5DD01B20.978CAE0 st_birthtim=50790414.14E06154
   31   39337 [main] ls 15015 stat_worker: 0 = (\??\C:\,0x60004C4D0)
   45   39382 [main] ls 15015 normalize_posix_path: src /cygdrive/c
   29   39411 [main] ls 15015 normalize_posix_path: /cygdrive/c = normalize_posix_path (/cygdrive/c)
   24   39435 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c)
   27   39462 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/c', dst 'C:\'
   24   39486 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/c, dst C:\, flags 0x6020, rc 0
   46   39532 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\)
   41   39573 [main] ls 15015 symlink_info::check: not a symlink
   28   39601 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   25   39626 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(1)
   29   39655 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   24   39679 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  139   39818 [main] ls 15015 normalize_posix_path: src E:\
   29   39847 [main] ls 15015 normalize_win32_path: E:\ = normalize_win32_path (E:\)
   26   39873 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (E:)
   28   39901 [main] ls 15015 mount_info::conv_to_win32_path: src_path E:, dst E:, flags 0x0, rc 0
   38   39939 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\)
   43   39982 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\)
   40   40022 [main] ls 15015 symlink_info::check: not a symlink
   27   40049 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   25   40074 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0)
   39   40113 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (e)
   27   40140 [main] ls 15015 lstat64: entering
   28   40168 [main] ls 15015 normalize_posix_path: src /cygdrive/e
   29   40197 [main] ls 15015 normalize_posix_path: /cygdrive/e = normalize_posix_path (/cygdrive/e)
   30   40227 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/e)
   25   40252 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/e', dst 'E:\'
   27   40279 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/e, dst E:\, flags 0x6020, rc 0
   37   40316 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\)
   40   40356 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\)
   35   40391 [main] ls 15015 symlink_info::check: not a symlink
   27   40418 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   25   40443 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0)
   29   40472 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   40497 [main] ls 15015 stat_worker: (\??\E:\, 0x60004C580, 0x180337348), file_attributes 16
   28   40525 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\E:\, 0x60004C580) st_size=0, st_mode=040755, st_ino=-2566561525704931545st_atim=12CEA600.0 st_ctim=12CEA600.0 st_mtim=12CEA600.0 st_birthtim=12CEA600.0
   28   40553 [main] ls 15015 stat_worker: 0 = (\??\E:\,0x60004C580)
   38   40591 [main] ls 15015 normalize_posix_path: src /cygdrive/e
   25   40616 [main] ls 15015 normalize_posix_path: /cygdrive/e = normalize_posix_path (/cygdrive/e)
   27   40643 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/e)
   25   40668 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/e', dst 'E:\'
   26   40694 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/e, dst E:\, flags 0x6020, rc 0
   36   40730 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\)
   40   40770 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\)
   34   40804 [main] ls 15015 symlink_info::check: not a symlink
   27   40831 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   25   40856 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0)
   28   40884 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   40909 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  160   41069 [main] ls 15015 normalize_posix_path: src G:\
   31   41100 [main] ls 15015 normalize_win32_path: G:\ = normalize_win32_path (G:\)
   26   41126 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (G:)
   28   41154 [main] ls 15015 mount_info::conv_to_win32_path: src_path G:, dst G:, flags 0x0, rc 0
   57   41211 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\)
   41   41252 [main] ls 15015 symlink_info::check: not a symlink
   26   41278 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   28   41306 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(0)
   44   41350 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (g)
   30   41380 [main] ls 15015 lstat64: entering
   24   41404 [main] ls 15015 normalize_posix_path: src /cygdrive/g
   27   41431 [main] ls 15015 normalize_posix_path: /cygdrive/g = normalize_posix_path (/cygdrive/g)
   24   41455 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/g)
   25   41480 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/g', dst 'G:\'
   24   41504 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/g, dst G:\, flags 0x6020, rc 0
   47   41551 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\)
   36   41587 [main] ls 15015 symlink_info::check: not a symlink
   27   41614 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   25   41639 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(1)
   31   41670 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   26   41696 [main] ls 15015 stat_worker: (\??\G:\, 0x60004C630, 0x180337348), file_attributes 54
   29   41725 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\G:\, 0x60004C630) st_size=0, st_mode=040755, st_ino=1407374883553285st_atim=5DD01B24.2A22F5B8 st_ctim=5DD01B24.2A22F5B8 st_mtim=5DD01B24.2A22F5B8 st_birthtim=507A03B8.3AE4688C
   28   41753 [main] ls 15015 stat_worker: 0 = (\??\G:\,0x60004C630)
   40   41793 [main] ls 15015 normalize_posix_path: src /cygdrive/g
   26   41819 [main] ls 15015 normalize_posix_path: /cygdrive/g = normalize_posix_path (/cygdrive/g)
   26   41845 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/g)
   25   41870 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/g', dst 'G:\'
   26   41896 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/g, dst G:\, flags 0x6020, rc 0
   45   41941 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\)
   36   41977 [main] ls 15015 symlink_info::check: not a symlink
   25   42002 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   28   42030 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(1)
   27   42057 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   27   42084 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\netapi32.dll at 000007fefc890000
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\netutils.dll at 000007fefc950000
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\srvcli.dll at 000007fefcfc0000
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\wkscli.dll at 000007fefc870000
--- Process 19228 (pid: 15015) thread 16532 created
 3062   45146 [main] ls 15015 normalize_posix_path: src V:\
   53   45199 [main] ls 15015 normalize_win32_path: V:\ = normalize_win32_path (V:\)
   26   45225 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (V:)
   27   45252 [main] ls 15015 mount_info::conv_to_win32_path: src_path V:, dst V:, flags 0x0, rc 0
 1206   46458 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\)
  996   47454 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\)
 1487   48941 [main] ls 15015 symlink_info::check: not a symlink
   91   49032 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   32   49064 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(0)
  497   49561 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (v)
   39   49600 [main] ls 15015 lstat64: entering
   25   49625 [main] ls 15015 normalize_posix_path: src /cygdrive/v
   24   49649 [main] ls 15015 normalize_posix_path: /cygdrive/v = normalize_posix_path (/cygdrive/v)
   23   49672 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/v)
   23   49695 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/v', dst 'V:\'
   23   49718 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/v, dst V:\, flags 0x6020, rc 0
  520   50238 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\)
  861   51099 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\)
  440   51539 [main] ls 15015 symlink_info::check: not a symlink
   69   51608 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   29   51637 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(1)
   30   51667 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   24   51691 [main] ls 15015 stat_worker: (\??\V:\, 0x60004C6E0, 0x180337348), file_attributes 48
   26   51717 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\V:\, 0x60004C6E0) st_size=0, st_mode=040755, st_ino=256st_atim=5D75FE51.13D3B798 st_ctim=5DE58287.16C85F80 st_mtim=5DE58287.16C85F80 st_birthtim=5D754BBC.F0E4C0
   32   51749 [main] ls 15015 stat_worker: 0 = (\??\V:\,0x60004C6E0)
  481   52230 [main] ls 15015 normalize_posix_path: src /cygdrive/v
   34   52264 [main] ls 15015 normalize_posix_path: /cygdrive/v = normalize_posix_path (/cygdrive/v)
   27   52291 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/v)
   24   52315 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/v', dst 'V:\'
   22   52337 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/v, dst V:\, flags 0x6020, rc 0
  512   52849 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\)
  804   53653 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\)
  788   54441 [main] ls 15015 symlink_info::check: not a symlink
   51   54492 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   29   54521 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(1)
   31   54552 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   24   54576 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  743   55319 [main] ls 15015 normalize_posix_path: src W:\
   34   55353 [main] ls 15015 normalize_win32_path: W:\ = normalize_win32_path (W:\)
   24   55377 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (W:)
   25   55402 [main] ls 15015 mount_info::conv_to_win32_path: src_path W:, dst W:, flags 0x0, rc 0
  698   56100 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\)
  873   56973 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\)
 1463   58436 [main] ls 15015 symlink_info::check: not a symlink
   90   58526 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   28   58554 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(0)
  498   59052 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (w)
   36   59088 [main] ls 15015 lstat64: entering
   28   59116 [main] ls 15015 normalize_posix_path: src /cygdrive/w
   23   59139 [main] ls 15015 normalize_posix_path: /cygdrive/w = normalize_posix_path (/cygdrive/w)
   24   59163 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/w)
   23   59186 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/w', dst 'W:\'
   23   59209 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/w, dst W:\, flags 0x6020, rc 0
  512   59721 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\)
  829   60550 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\)
  435   60985 [main] ls 15015 symlink_info::check: not a symlink
   70   61055 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   29   61084 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(1)
   28   61112 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   61137 [main] ls 15015 stat_worker: (\??\W:\, 0x60004C790, 0x180337348), file_attributes 2096
   25   61162 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\W:\, 0x60004C790) st_size=0, st_mode=040755, st_ino=256st_atim=5D753CE7.36766138 st_ctim=5DE58287.19588298 st_mtim=5DE58287.19588298 st_birthtim=5C1703B9.1F2D7840
   27   61189 [main] ls 15015 stat_worker: 0 = (\??\W:\,0x60004C790)
  468   61657 [main] ls 15015 normalize_posix_path: src /cygdrive/w
   33   61690 [main] ls 15015 normalize_posix_path: /cygdrive/w = normalize_posix_path (/cygdrive/w)
   28   61718 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/w)
   24   61742 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/w', dst 'W:\'
   22   61764 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/w, dst W:\, flags 0x6020, rc 0
  519   62283 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\)
  968   63251 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\)
  744   63995 [main] ls 15015 symlink_info::check: not a symlink
   41   64036 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   31   64067 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(1)
   29   64096 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   23   64119 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  685   64804 [main] ls 15015 normalize_posix_path: src X:\
   33   64837 [main] ls 15015 normalize_win32_path: X:\ = normalize_win32_path (X:\)
   25   64862 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (X:)
   25   64887 [main] ls 15015 mount_info::conv_to_win32_path: src_path X:, dst X:, flags 0x0, rc 0
  675   65562 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\)
  861   66423 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\)
 1448   67871 [main] ls 15015 symlink_info::check: not a symlink
   90   67961 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   30   67991 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(0)
  483   68474 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (x)
   35   68509 [main] ls 15015 lstat64: entering
   26   68535 [main] ls 15015 normalize_posix_path: src /cygdrive/x
   23   68558 [main] ls 15015 normalize_posix_path: /cygdrive/x = normalize_posix_path (/cygdrive/x)
   22   68580 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/x)
   24   68604 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/x', dst 'X:\'
   23   68627 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/x, dst X:\, flags 0x6020, rc 0
  505   69132 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\)
  853   69985 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\)
  448   70433 [main] ls 15015 symlink_info::check: not a symlink
   72   70505 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   30   70535 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(1)
   28   70563 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   70588 [main] ls 15015 stat_worker: (\??\X:\, 0x60004C840, 0x180337348), file_attributes 2096
   25   70613 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\X:\, 0x60004C840) st_size=0, st_mode=040755, st_ino=256st_atim=5DE203B7.39458A4C st_ctim=5DE58287.1AE53E44 st_mtim=5DE58287.1AE53E44 st_birthtim=5C04B9BD.90F9548
   26   70639 [main] ls 15015 stat_worker: 0 = (\??\X:\,0x60004C840)
  489   71128 [main] ls 15015 normalize_posix_path: src /cygdrive/x
   32   71160 [main] ls 15015 normalize_posix_path: /cygdrive/x = normalize_posix_path (/cygdrive/x)
   28   71188 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/x)
   24   71212 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/x', dst 'X:\'
   22   71234 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/x, dst X:\, flags 0x6020, rc 0
  505   71739 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\)
  819   72558 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\)
  430   72988 [main] ls 15015 symlink_info::check: not a symlink
   71   73059 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   52   73111 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(1)
   41   73152 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   40   73192 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  617   73809 [main] ls 15015 normalize_posix_path: src Y:\
   43   73852 [main] ls 15015 normalize_win32_path: Y:\ = normalize_win32_path (Y:\)
   34   73886 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Y:)
   35   73921 [main] ls 15015 mount_info::conv_to_win32_path: src_path Y:, dst Y:, flags 0x0, rc 0
  674   74595 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\)
  866   75461 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\)
 1451   76912 [main] ls 15015 symlink_info::check: not a symlink
   90   77002 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   30   77032 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(0)
  483   77515 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (y)
   35   77550 [main] ls 15015 lstat64: entering
   28   77578 [main] ls 15015 normalize_posix_path: src /cygdrive/y
   23   77601 [main] ls 15015 normalize_posix_path: /cygdrive/y = normalize_posix_path (/cygdrive/y)
   23   77624 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/y)
   25   77649 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/y', dst 'Y:\'
   22   77671 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/y, dst Y:\, flags 0x6020, rc 0
  530   78201 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\)
  865   79066 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\)
  514   79580 [main] ls 15015 symlink_info::check: not a symlink
   62   79642 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   94   79736 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(1)
   62   79798 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   60   79858 [main] ls 15015 stat_worker: (\??\Y:\, 0x60004C8F0, 0x180337348), file_attributes 2096
   59   79917 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\Y:\, 0x60004C8F0) st_size=0, st_mode=040755, st_ino=256st_atim=5D753CD1.37479384 st_ctim=5DE58287.1B9C5A0C st_mtim=5DE58287.1B9C5A0C st_birthtim=5C0062AF.3F10F88
   62   79979 [main] ls 15015 stat_worker: 0 = (\??\Y:\,0x60004C8F0)
  548   80527 [main] ls 15015 normalize_posix_path: src /cygdrive/y
   35   80562 [main] ls 15015 normalize_posix_path: /cygdrive/y = normalize_posix_path (/cygdrive/y)
   49   80611 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/y)
   44   80655 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/y', dst 'Y:\'
   42   80697 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/y, dst Y:\, flags 0x6020, rc 0
  552   81249 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\)
  837   82086 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\)
  435   82521 [main] ls 15015 symlink_info::check: not a symlink
   69   82590 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   30   82620 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(1)
   29   82649 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   23   82672 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  692   83364 [main] ls 15015 normalize_posix_path: src Z:\
   35   83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\)
   24   83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:)
   24   83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0
 6738   90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\)
  214   90399 [main] ls 15015 __assert_func: assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)
   51   90450 [main] ls 15015 set_signal_mask: setmask 0, newmask FFFFFFFFFFFEFEDF, mask_bits 0
   59   90509 [main] ls 15015 sig_send: sendsig 0xA0, pid 15015, signal 6, its_me 1
  107   90616 [main] ls 15015 sig_send: wakeup 0x1D0
   49   90665 [main] ls 15015 sig_send: Waiting for pack.wakeup 0x1D0
   73   90738 [sig] ls 15015 sigpacket::process: signal 6 processing
  153   90891 [sig] ls 15015 sigpacket::process: signal 6, signal handler 0x180060A70
   26   90917 [sig] ls 15015 sigpacket::setup_handler: controlled interrupt. stackptr 0xFFFFE460, stack 0xFFFFE458, stackptr[-1] 0x1004059C3
   27   90944 [sig] ls 15015 proc_subproc: args: 5, 1
   22   90966 [sig] ls 15015 proc_subproc: clear waiting threads
   22   90988 [sig] ls 15015 proc_subproc: finished clearing
   21   91009 [sig] ls 15015 proc_subproc: returning 1
   21   91030 [sig] ls 15015 _cygtls::interrupt_setup: armed signal_arrived 0x1D4, signal 6
   22   91052 [sig] ls 15015 sigpacket::setup_handler: signal 6 delivered
   22   91074 [sig] ls 15015 sigpacket::process: returning 1
   22   91096 [sig] ls 15015 wait_sig: signalling pack.wakeup 0x1D0
   26   91122 [main] ls 15015 set_process_mask_delta: oldmask FFFFFFFFFFFEFEDF, newmask FFFFFFFFFFFEFEDF, deltamask 0
   47   91169 [main] ls 15015 signal_exit: exiting due to signal 6
  663   91832 [main] ls 15015 cygwin_exception::open_stackdumpfile: Dumping stack trace to ls.exe.stackdump
96586  188418 [main] ls 15015 signal_exit: about to call do_exit (86)
   70  188488 [main] ls 15015 do_exit: do_exit (134), exit_state 2
   39  188527 [main] ls 15015 void: 0x0 = signal (20, 0x1)
   34  188561 [main] ls 15015 void: 0x0 = signal (1, 0x1)
   33  188594 [main] ls 15015 void: 0x0 = signal (2, 0x1)
   27  188621 [main] ls 15015 void: 0x0 = signal (3, 0x1)
   32  188653 [main] ls 15015 fhandler_base::close_with_arch: line 1180:  /dev/pty7<0x180335E70> usecount + -1 = 3
   28  188681 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype
   30  188711 [main] ls 15015 fhandler_base::close_with_arch: line 1180:  /dev/pty7<0x180335E70> usecount + -1 = 2
   34  188745 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype
   30  188775 [main] ls 15015 fhandler_base::close_with_arch: line 1180:  /dev/pty7<0x180335E70> usecount + -1 = 1
   25  188800 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype
   31  188831 [main] ls 15015 fhandler_base::close: closing '/cygdrive' handle 0x19C
   31  188862 [main] ls 15015 init_cygheap::close_ctty: closing cygheap->ctty 0x180335E70
   26  188888 [main] ls 15015 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   25  188913 [main] ls 15015 fhandler_pty_slave::cleanup: /dev/pty7 closed, usecount 0
   29  188942 [main] ls 15015 fhandler_pty_slave::close: closing last open /dev/pty7 handle
  122  189064 [main] ls 15015 fhandler_console::free_console: freed console, res 1
   44  189108 [main] ls 15015 fhandler_pty_common::close: pty7 <0x12C,0x134> closing
   62  189170 [main] ls 15015 dtable::delete_archetype: deleting element 0 for /dev/pty7(136/7)
   36  189206 [main] ls 15015 getpid: 15015 = getpid()
   34  189240 [main] ls 15015 proc_terminate: nprocs 0
   32  189272 [main] ls 15015 proc_terminate: leaving
   43  189315 [main] ls 15015 pinfo::exit: Calling dlls.cleanup_forkables n 0x86, exitcode 0x8600
   31  189346 [main] ls 15015 pinfo::exit: Calling ExitProcess n 0x86, exitcode 0x8600
--- Process 19228 (pid: 15015) thread 18812 exited with status 0x8600
--- Process 19228 (pid: 15015) thread 13064 exited with status 0x8600
--- Process 19228 (pid: 15015) thread 17036 exited with status 0x8600
--- Process 19228 (pid: 15015) exited with status 0x8600


[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 19:27   ` Wilfed Olaf Sulla via cygwin
@ 2019-12-04 20:50     ` Ken Brown
  0 siblings, 0 replies; 33+ messages in thread
From: Ken Brown @ 2019-12-04 20:50 UTC (permalink / raw)
  To: cygwin

On 12/4/2019 2:26 PM, Wilfed Olaf Sulla via cygwin wrote:
>    692   83364 [main] ls 15015 normalize_posix_path: src Z:\
>     35   83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\)
>     24   83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:)
>     24   83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0
>   6738   90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\)
>    214   90399 [main] ls 15015 __assert_func: assertion "p >= path" failed:

I don't have time to check this carefully at the moment, but it looks like 
what's happening is the following:

path_conv::check is called on 'Z:\'.  It strips the trailing backslash and calls 
mount_info::conv_to_win32_path on 'Z:'.  NtCreateFile fails with 
STATUS_OBJECT_NAME_NOT_FOUND, which triggers the code containing the assertion. 
The assertion fails because 'Z:' doesn't contain a backslash.

I'll have time tomorrow to think about how to best fix this, if Corinna doesn't 
get to it first.

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-11  5:43     ` Ken Brown
@ 2019-12-11 16:03       ` Corinna Vinschen
  0 siblings, 0 replies; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-11 16:03 UTC (permalink / raw)
  To: cygwin

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

On Dec 11 00:09, Ken Brown wrote:
> On 12/10/2019 1:57 PM, Corinna Vinschen wrote:
> > On Dec 10 13:36, Ken Brown wrote:
> >> On 12/10/2019 8:22 AM, Wilfed Olaf Sulla via cygwin wrote:
> >>>>> Done.  I'll document it once Wilfed verifies that it fixes his problem.
> >>>>
> >>>> Great!  I created new snapshots.
> >>>>
> >>>> Wilfed, please test if the latest snapshot from
> >>>> https://cygwin.com/snapshots/ fixes your problem.
> >>>>
> >>>
> >>> Hi,
> >>>
> >>> Have install the just the modified DLL.
> >>>
> >>> Problem appears to be resolved; instead of an attempted core dump I
> >>> receive the following message if the remote share is off-line:
> >>>
> >>> shackleton:sulla:$ ls -la /cygdrive/
> >>> ls: cannot access '/cygdrive/z': No such file or directory
> >>> total 24
> >>> dr-xr-xr-x  1 sulla None 0 Dec 10 13:21 .
> >>> drwxr-xr-x+ 1 sulla None 0 Dec  2 20:01 ..
> >>> drwxr-xr-x  1 sulla None 0 Nov 16 15:52 c
> >>> drwxr-xr-x  1 sulla None 0 Jan  1  1980 e
> >>> drwxr-xr-x  1 sulla None 0 Nov 16 15:52 g
> >>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 v
> >>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 w
> >>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 x
> >>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 y
> >>> ??????????? ? ?     ?    ?            ? z
> >>>
> >>>
> >>> Many thanks to all concerned.
> >>
> >> Thanks for testing.
> > 
> > Thanks for testing, Wilfed, and thanks for the patch, Ken!
> > 
> > About time for the 3.1.0 release later this week, I guess...
> 
> Sounds good to me.  One question I have is whether to leave the
> assertion that we've been discussing.  When you introduced it in May
> 2018, the commit message said
> 
>      Cygwin: TEST only: Add a buffer underrun assertion to
>      symlink_info::check [...]
>      Revert before release.
> 
> On the other hand, the assertion has caught two bugs in the last few
> months, and who knows whether there are more.  So I'd probably be
> inclined to leave it for a while longer.

I agree, the assertion was pretty useful :}


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-11  0:09   ` Corinna Vinschen
@ 2019-12-11  5:43     ` Ken Brown
  2019-12-11 16:03       ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-11  5:43 UTC (permalink / raw)
  To: cygwin

On 12/10/2019 1:57 PM, Corinna Vinschen wrote:
> On Dec 10 13:36, Ken Brown wrote:
>> On 12/10/2019 8:22 AM, Wilfed Olaf Sulla via cygwin wrote:
>>>>> Done.  I'll document it once Wilfed verifies that it fixes his problem.
>>>>
>>>> Great!  I created new snapshots.
>>>>
>>>> Wilfed, please test if the latest snapshot from
>>>> https://cygwin.com/snapshots/ fixes your problem.
>>>>
>>>
>>> Hi,
>>>
>>> Have install the just the modified DLL.
>>>
>>> Problem appears to be resolved; instead of an attempted core dump I
>>> receive the following message if the remote share is off-line:
>>>
>>> shackleton:sulla:$ ls -la /cygdrive/
>>> ls: cannot access '/cygdrive/z': No such file or directory
>>> total 24
>>> dr-xr-xr-x  1 sulla None 0 Dec 10 13:21 .
>>> drwxr-xr-x+ 1 sulla None 0 Dec  2 20:01 ..
>>> drwxr-xr-x  1 sulla None 0 Nov 16 15:52 c
>>> drwxr-xr-x  1 sulla None 0 Jan  1  1980 e
>>> drwxr-xr-x  1 sulla None 0 Nov 16 15:52 g
>>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 v
>>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 w
>>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 x
>>> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 y
>>> ??????????? ? ?     ?    ?            ? z
>>>
>>>
>>> Many thanks to all concerned.
>>
>> Thanks for testing.
> 
> Thanks for testing, Wilfed, and thanks for the patch, Ken!
> 
> About time for the 3.1.0 release later this week, I guess...

Sounds good to me.  One question I have is whether to leave the assertion that 
we've been discussing.  When you introduced it in May 2018, the commit message said

     Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::check
     [...]
     Revert before release.

On the other hand, the assertion has caught two bugs in the last few months, and 
who knows whether there are more.  So I'd probably be inclined to leave it for a 
while longer.

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-10 18:57 ` Ken Brown
@ 2019-12-11  0:09   ` Corinna Vinschen
  2019-12-11  5:43     ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-11  0:09 UTC (permalink / raw)
  To: cygwin

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

On Dec 10 13:36, Ken Brown wrote:
> On 12/10/2019 8:22 AM, Wilfed Olaf Sulla via cygwin wrote:
> >>> Done.  I'll document it once Wilfed verifies that it fixes his problem.
> >>
> >> Great!  I created new snapshots.
> >>
> >> Wilfed, please test if the latest snapshot from
> >> https://cygwin.com/snapshots/ fixes your problem.
> >>
> > 
> > Hi,
> > 
> > Have install the just the modified DLL.
> > 
> > Problem appears to be resolved; instead of an attempted core dump I
> > receive the following message if the remote share is off-line:
> > 
> > shackleton:sulla:$ ls -la /cygdrive/
> > ls: cannot access '/cygdrive/z': No such file or directory
> > total 24
> > dr-xr-xr-x  1 sulla None 0 Dec 10 13:21 .
> > drwxr-xr-x+ 1 sulla None 0 Dec  2 20:01 ..
> > drwxr-xr-x  1 sulla None 0 Nov 16 15:52 c
> > drwxr-xr-x  1 sulla None 0 Jan  1  1980 e
> > drwxr-xr-x  1 sulla None 0 Nov 16 15:52 g
> > drwxr-xr-x  1 sulla None 0 Dec  9 02:25 v
> > drwxr-xr-x  1 sulla None 0 Dec  9 02:25 w
> > drwxr-xr-x  1 sulla None 0 Dec  9 02:25 x
> > drwxr-xr-x  1 sulla None 0 Dec  9 02:25 y
> > ??????????? ? ?     ?    ?            ? z
> > 
> > 
> > Many thanks to all concerned.
> 
> Thanks for testing.

Thanks for testing, Wilfed, and thanks for the patch, Ken!

About time for the 3.1.0 release later this week, I guess...


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-10 13:37 Wilfed Olaf Sulla via cygwin
@ 2019-12-10 18:57 ` Ken Brown
  2019-12-11  0:09   ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-10 18:57 UTC (permalink / raw)
  To: cygwin

On 12/10/2019 8:22 AM, Wilfed Olaf Sulla via cygwin wrote:
>>> Done.  I'll document it once Wilfed verifies that it fixes his problem.
>>
>> Great!  I created new snapshots.
>>
>> Wilfed, please test if the latest snapshot from
>> https://cygwin.com/snapshots/ fixes your problem.
>>
> 
> Hi,
> 
> Have install the just the modified DLL.
> 
> Problem appears to be resolved; instead of an attempted core dump I
> receive the following message if the remote share is off-line:
> 
> shackleton:sulla:$ ls -la /cygdrive/
> ls: cannot access '/cygdrive/z': No such file or directory
> total 24
> dr-xr-xr-x  1 sulla None 0 Dec 10 13:21 .
> drwxr-xr-x+ 1 sulla None 0 Dec  2 20:01 ..
> drwxr-xr-x  1 sulla None 0 Nov 16 15:52 c
> drwxr-xr-x  1 sulla None 0 Jan  1  1980 e
> drwxr-xr-x  1 sulla None 0 Nov 16 15:52 g
> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 v
> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 w
> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 x
> drwxr-xr-x  1 sulla None 0 Dec  9 02:25 y
> ??????????? ? ?     ?    ?            ? z
> 
> 
> Many thanks to all concerned.

Thanks for testing.

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
@ 2019-12-10 13:37 Wilfed Olaf Sulla via cygwin
  2019-12-10 18:57 ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-10 13:37 UTC (permalink / raw)
  To: Cygwin

>> Done.  I'll document it once Wilfed verifies that it fixes his problem.
>
>Great!  I created new snapshots.
>
>Wilfed, please test if the latest snapshot from
>https://cygwin.com/snapshots/ fixes your problem.
>

Hi,

Have install the just the modified DLL.

Problem appears to be resolved; instead of an attempted core dump I
receive the following message if the remote share is off-line:

shackleton:sulla:$ ls -la /cygdrive/
ls: cannot access '/cygdrive/z': No such file or directory
total 24
dr-xr-xr-x  1 sulla None 0 Dec 10 13:21 .
drwxr-xr-x+ 1 sulla None 0 Dec  2 20:01 ..
drwxr-xr-x  1 sulla None 0 Nov 16 15:52 c
drwxr-xr-x  1 sulla None 0 Jan  1  1980 e
drwxr-xr-x  1 sulla None 0 Nov 16 15:52 g
drwxr-xr-x  1 sulla None 0 Dec  9 02:25 v
drwxr-xr-x  1 sulla None 0 Dec  9 02:25 w
drwxr-xr-x  1 sulla None 0 Dec  9 02:25 x
drwxr-xr-x  1 sulla None 0 Dec  9 02:25 y
??????????? ? ?     ?    ?            ? z


Many thanks to all concerned.

-- 

Mutt 1.12.1 (2019-06-15)

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-09 17:29           ` Corinna Vinschen
@ 2019-12-10  8:44             ` Ken Brown
  0 siblings, 0 replies; 33+ messages in thread
From: Ken Brown @ 2019-12-10  8:44 UTC (permalink / raw)
  To: cygwin; +Cc: Tim Adye

On 12/9/2019 8:05 AM, Corinna Vinschen wrote:
> On Dec  9 12:47, Ken Brown wrote:
>> On 12/9/2019 4:17 AM, Corinna Vinschen wrote:
>>> On Dec  7 21:03, Ken Brown wrote:
>>>> I don't have any words of wisdom here, but I need to correct something I said
>>>> earlier.
>>>>
>>>> On 12/4/2019 3:50 PM, Ken Brown wrote:
>>>>> The assertion fails because 'Z:' doesn't contain a backslash.
>>>>
>>>> This is not quite right.  It's true that path_conv::check strips the trailing
>>>> backslash from Z:\, but then it adds it back before calling symlink_info::check:
>>>>
>>>>          /* If path is only a drivename, Windows interprets it as the
>>>> 	 current working directory on this drive instead of the root
>>>> 	 dir which is what we want. So we need the trailing backslash
>>>> 	 in this case. */
>>>>          if (full_path[0] && full_path[1] == ':' && full_path[2] == '\0')
>>>> 	{
>>>> 	  full_path[2] = '\\';
>>>> 	  full_path[3] = '\0';
>>>> 	}
>>>>
>>>> Thus symlink_info::check is in fact called on Z:\, but the assertion fails
>>>> because the code at path.cc:2905 is looking for a backslash prior to the
>>>> trailing backslash.  So maybe the right fix for the assertion failure is the
>>>> following:
>>>>
>>>> --- a/winsup/cygwin/path.cc
>>>> +++ b/winsup/cygwin/path.cc
>>>> @@ -2895,7 +2895,8 @@ restart:
>>>>                 slow down normal operation.  This extra check only kicks in if
>>>>                 we encountered a STATUS_OBJECT_NAME_NOT_FOUND *and* we didn't
>>>>                 already attach a suffix. */
>>>> -         if (!restarted && !*ext_here && !(mount_flags & MOUNT_DOS))
>>>> +         if (!restarted && !*ext_here && ext_here[-1] != '\\'
>>>> +             && !(mount_flags & MOUNT_DOS))
>>>>                {
>>>>                  /* Check for trailing dot or space or leading space in
>>>>                     last component. */
>>>
>>> Ok, please push that.  I'll create a snapshot so Wilfed can test this.
>>
>> Done.  I'll document it once Wilfed verifies that it fixes his problem.
> 
> Great!  I created new snapshots.
> 
> Wilfed, please test if the latest snapshot from
> https://cygwin.com/snapshots/ fixes your problem.

Tim, could you test it also to see if it solves the problem you reported in 
https://cygwin.com/ml/cygwin/2019-10/msg00155.html?

Thanks.

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-09 13:05         ` Ken Brown
@ 2019-12-09 17:29           ` Corinna Vinschen
  2019-12-10  8:44             ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-09 17:29 UTC (permalink / raw)
  To: cygwin

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

On Dec  9 12:47, Ken Brown wrote:
> On 12/9/2019 4:17 AM, Corinna Vinschen wrote:
> > On Dec  7 21:03, Ken Brown wrote:
> >> I don't have any words of wisdom here, but I need to correct something I said
> >> earlier.
> >>
> >> On 12/4/2019 3:50 PM, Ken Brown wrote:
> >>> The assertion fails because 'Z:' doesn't contain a backslash.
> >>
> >> This is not quite right.  It's true that path_conv::check strips the trailing
> >> backslash from Z:\, but then it adds it back before calling symlink_info::check:
> >>
> >>         /* If path is only a drivename, Windows interprets it as the
> >> 	 current working directory on this drive instead of the root
> >> 	 dir which is what we want. So we need the trailing backslash
> >> 	 in this case. */
> >>         if (full_path[0] && full_path[1] == ':' && full_path[2] == '\0')
> >> 	{
> >> 	  full_path[2] = '\\';
> >> 	  full_path[3] = '\0';
> >> 	}
> >>
> >> Thus symlink_info::check is in fact called on Z:\, but the assertion fails
> >> because the code at path.cc:2905 is looking for a backslash prior to the
> >> trailing backslash.  So maybe the right fix for the assertion failure is the
> >> following:
> >>
> >> --- a/winsup/cygwin/path.cc
> >> +++ b/winsup/cygwin/path.cc
> >> @@ -2895,7 +2895,8 @@ restart:
> >>                slow down normal operation.  This extra check only kicks in if
> >>                we encountered a STATUS_OBJECT_NAME_NOT_FOUND *and* we didn't
> >>                already attach a suffix. */
> >> -         if (!restarted && !*ext_here && !(mount_flags & MOUNT_DOS))
> >> +         if (!restarted && !*ext_here && ext_here[-1] != '\\'
> >> +             && !(mount_flags & MOUNT_DOS))
> >>               {
> >>                 /* Check for trailing dot or space or leading space in
> >>                    last component. */
> > 
> > Ok, please push that.  I'll create a snapshot so Wilfed can test this.
> 
> Done.  I'll document it once Wilfed verifies that it fixes his problem.

Great!  I created new snapshots.

Wilfed, please test if the latest snapshot from
https://cygwin.com/snapshots/ fixes your problem.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-09  9:20       ` Corinna Vinschen
@ 2019-12-09 13:05         ` Ken Brown
  2019-12-09 17:29           ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-09 13:05 UTC (permalink / raw)
  To: cygwin

On 12/9/2019 4:17 AM, Corinna Vinschen wrote:
> On Dec  7 21:03, Ken Brown wrote:
>> I don't have any words of wisdom here, but I need to correct something I said
>> earlier.
>>
>> On 12/4/2019 3:50 PM, Ken Brown wrote:
>>> The assertion fails because 'Z:' doesn't contain a backslash.
>>
>> This is not quite right.  It's true that path_conv::check strips the trailing
>> backslash from Z:\, but then it adds it back before calling symlink_info::check:
>>
>>         /* If path is only a drivename, Windows interprets it as the
>> 	 current working directory on this drive instead of the root
>> 	 dir which is what we want. So we need the trailing backslash
>> 	 in this case. */
>>         if (full_path[0] && full_path[1] == ':' && full_path[2] == '\0')
>> 	{
>> 	  full_path[2] = '\\';
>> 	  full_path[3] = '\0';
>> 	}
>>
>> Thus symlink_info::check is in fact called on Z:\, but the assertion fails
>> because the code at path.cc:2905 is looking for a backslash prior to the
>> trailing backslash.  So maybe the right fix for the assertion failure is the
>> following:
>>
>> --- a/winsup/cygwin/path.cc
>> +++ b/winsup/cygwin/path.cc
>> @@ -2895,7 +2895,8 @@ restart:
>>                slow down normal operation.  This extra check only kicks in if
>>                we encountered a STATUS_OBJECT_NAME_NOT_FOUND *and* we didn't
>>                already attach a suffix. */
>> -         if (!restarted && !*ext_here && !(mount_flags & MOUNT_DOS))
>> +         if (!restarted && !*ext_here && ext_here[-1] != '\\'
>> +             && !(mount_flags & MOUNT_DOS))
>>               {
>>                 /* Check for trailing dot or space or leading space in
>>                    last component. */
> 
> Ok, please push that.  I'll create a snapshot so Wilfed can test this.

Done.  I'll document it once Wilfed verifies that it fixes his problem.

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-08 21:50       ` Andrey Repin
@ 2019-12-09 10:22         ` Corinna Vinschen
  0 siblings, 0 replies; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-09 10:22 UTC (permalink / raw)
  To: cygwin

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

On Dec  9 00:43, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
> 
> > The only problem here is that I can't reproduce the assertion failure.
> 
> > I created a Samba share on a Linux machine, mounted it as drive Z:,
> > and set the "always available offline" property of the drive.
> 
> May be set
> 
>     csc policy = disable
> 
> on the share? Which will tell Windows to never make offline copies of the
> share.

I don't understand why.  It would have the same effect if I don't
set "always available offline".

Maybe we have a misunderstanding there, but as far as I understood
Wilfed, the drive is connected with offline usage.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-07 21:03     ` Ken Brown
@ 2019-12-09  9:20       ` Corinna Vinschen
  2019-12-09 13:05         ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-09  9:20 UTC (permalink / raw)
  To: cygwin

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

On Dec  7 21:03, Ken Brown wrote:
> I don't have any words of wisdom here, but I need to correct something I said 
> earlier.
> 
> On 12/4/2019 3:50 PM, Ken Brown wrote:
> > The assertion fails because 'Z:' doesn't contain a backslash.
> 
> This is not quite right.  It's true that path_conv::check strips the trailing 
> backslash from Z:\, but then it adds it back before calling symlink_info::check:
> 
>        /* If path is only a drivename, Windows interprets it as the
> 	 current working directory on this drive instead of the root
> 	 dir which is what we want. So we need the trailing backslash
> 	 in this case. */
>        if (full_path[0] && full_path[1] == ':' && full_path[2] == '\0')
> 	{
> 	  full_path[2] = '\\';
> 	  full_path[3] = '\0';
> 	}
> 
> Thus symlink_info::check is in fact called on Z:\, but the assertion fails 
> because the code at path.cc:2905 is looking for a backslash prior to the 
> trailing backslash.  So maybe the right fix for the assertion failure is the 
> following:
> 
> --- a/winsup/cygwin/path.cc
> +++ b/winsup/cygwin/path.cc
> @@ -2895,7 +2895,8 @@ restart:
>               slow down normal operation.  This extra check only kicks in if
>               we encountered a STATUS_OBJECT_NAME_NOT_FOUND *and* we didn't
>               already attach a suffix. */
> -         if (!restarted && !*ext_here && !(mount_flags & MOUNT_DOS))
> +         if (!restarted && !*ext_here && ext_here[-1] != '\\'
> +             && !(mount_flags & MOUNT_DOS))
>              {
>                /* Check for trailing dot or space or leading space in
>                   last component. */

Ok, please push that.  I'll create a snapshot so Wilfed can test this.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05 12:52     ` Corinna Vinschen
  2019-12-05 16:10       ` Ken Brown
@ 2019-12-08 21:50       ` Andrey Repin
  2019-12-09 10:22         ` Corinna Vinschen
  1 sibling, 1 reply; 33+ messages in thread
From: Andrey Repin @ 2019-12-08 21:50 UTC (permalink / raw)
  To: Corinna Vinschen, cygwin

Greetings, Corinna Vinschen!

> The only problem here is that I can't reproduce the assertion failure.

> I created a Samba share on a Linux machine, mounted it as drive Z:,
> and set the "always available offline" property of the drive.

May be set

    csc policy = disable

on the share? Which will tell Windows to never make offline copies of the
share.

> After syncing I accessed the drive, then I stopped Samba on the Linux
> server to switch the drive into offline mode.  Then I ran `ls -la
> /cygdrive/z'.  After a few secs I got the offline content cached on the
> local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
> -la', but every time I got the expected output.  In the cases I tried
> to list /cygdrive itself I got the expected output, all drives except
> the z drive.

> I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.

> So either there's something very special in Wilfed's setup, or I'm
> doing something wrong.  Which is it?



-- 
With best regards,
Andrey Repin
Monday, December 9, 2019 0:42:17

Sorry for my terrible english...


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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-06 14:35   ` Corinna Vinschen
@ 2019-12-07 21:03     ` Ken Brown
  2019-12-09  9:20       ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-07 21:03 UTC (permalink / raw)
  To: cygwin

On 12/6/2019 9:34 AM, Corinna Vinschen wrote:
> On Dec  6 12:07, Corinna Vinschen wrote:
>> Right.  Cygwin uses a simple mechanism to check the drives to show
>> under /cygdrive.  Basically it just calls the Win32 function
>> GetLogicalDriveStrings(), then, for each drive, it checks the
>> QueryDosDevice mapping.  Right now it only accepts cdrom, floppy,
>> harddrive, LanmanRedirector (SMB) and MRxNfs (NFS).  All other
>> drive types are treated as "no disk".  This is fixable with probably not
>> too much effort.
> 
> Ah, yes, there's a problem.  When listing /cygdrive, we're trying to do
> this as quick as possible.  For network drives, we check if they are
> available using a function NetUseGetInfo, which only takes a few ms,
> even if the drive is unavailable.
> 
> As soon as this function returns the state "disconnected", Cygwin
> skips the drive in /cygdrive.
> 
> However, this function does not know anything about client side caching
> (CSC).  To find out if the drive is available via CSC, the drive
> has to be opened and checked for filesystem information, which reflects
> the state that the filesystem is still available offline.
> 
> The problem with this approach is, it would have to be called for
> each unavailable drive in /cygdrive.  This takes multiple secs per
> drive.  That's exacly what we tried to avoid when calling the
> aforementioned NetUseGetInfo function in the first place.
> 
> Checking for a CSC-ed drive when disconnected would make /cygdrive
> listing very slow, just as in the old days...

I don't have any words of wisdom here, but I need to correct something I said 
earlier.

On 12/4/2019 3:50 PM, Ken Brown wrote:
> I don't have time to check this carefully at the moment, but it looks like 
> what's happening is the following:
> 
> path_conv::check is called on 'Z:\'.  It strips the trailing backslash and calls 
> mount_info::conv_to_win32_path on 'Z:'.  NtCreateFile fails with 
> STATUS_OBJECT_NAME_NOT_FOUND, which triggers the code containing the assertion. 
> The assertion fails because 'Z:' doesn't contain a backslash.

This is not quite right.  It's true that path_conv::check strips the trailing 
backslash from Z:\, but then it adds it back before calling symlink_info::check:

       /* If path is only a drivename, Windows interprets it as the
	 current working directory on this drive instead of the root
	 dir which is what we want. So we need the trailing backslash
	 in this case. */
       if (full_path[0] && full_path[1] == ':' && full_path[2] == '\0')
	{
	  full_path[2] = '\\';
	  full_path[3] = '\0';
	}

Thus symlink_info::check is in fact called on Z:\, but the assertion fails 
because the code at path.cc:2905 is looking for a backslash prior to the 
trailing backslash.  So maybe the right fix for the assertion failure is the 
following:

--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -2895,7 +2895,8 @@ restart:
              slow down normal operation.  This extra check only kicks in if
              we encountered a STATUS_OBJECT_NAME_NOT_FOUND *and* we didn't
              already attach a suffix. */
-         if (!restarted && !*ext_here && !(mount_flags & MOUNT_DOS))
+         if (!restarted && !*ext_here && ext_here[-1] != '\\'
+             && !(mount_flags & MOUNT_DOS))
             {
               /* Check for trailing dot or space or leading space in
                  last component. */

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-06 11:07 ` Corinna Vinschen
@ 2019-12-06 14:35   ` Corinna Vinschen
  2019-12-07 21:03     ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-06 14:35 UTC (permalink / raw)
  To: cygwin

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

On Dec  6 12:07, Corinna Vinschen wrote:
> Right.  Cygwin uses a simple mechanism to check the drives to show
> under /cygdrive.  Basically it just calls the Win32 function
> GetLogicalDriveStrings(), then, for each drive, it checks the
> QueryDosDevice mapping.  Right now it only accepts cdrom, floppy,
> harddrive, LanmanRedirector (SMB) and MRxNfs (NFS).  All other
> drive types are treated as "no disk".  This is fixable with probably not
> too much effort.

Ah, yes, there's a problem.  When listing /cygdrive, we're trying to do
this as quick as possible.  For network drives, we check if they are
available using a function NetUseGetInfo, which only takes a few ms,
even if the drive is unavailable.

As soon as this function returns the state "disconnected", Cygwin
skips the drive in /cygdrive.

However, this function does not know anything about client side caching
(CSC).  To find out if the drive is available via CSC, the drive
has to be opened and checked for filesystem information, which reflects
the state that the filesystem is still available offline.

The problem with this approach is, it would have to be called for
each unavailable drive in /cygdrive.  This takes multiple secs per
drive.  That's exacly what we tried to avoid when calling the
aforementioned NetUseGetInfo function in the first place.

Checking for a CSC-ed drive when disconnected would make /cygdrive
listing very slow, just as in the old days...


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
@ 2019-12-06 12:35 Wilfed Olaf Sulla via cygwin
  0 siblings, 0 replies; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-06 12:35 UTC (permalink / raw)
  To: Cygwin

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

>> Then I wonder what's different about Wilfed's setup that causes an attempt to 
>> open Z: when it's offline.
>> 
>> I'm grasping at straws, but could the difference be related to the fact that his 
>> drive Z: is not a Samba share?  Here's an excerpt from the mount output in one 
>> of his earlier emails (when Z: is online):
>> 
>> V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
>>                         ^^^^
>
>Maybe.  It would be nice to know what kind of drive this is.  "cifs"
>in Cygwin means a remote drive, claiming to be NTFS, but not having
>the expected FS flags of a real NTFS.
>
>Wilfed, can you please run
>
>  $ /usr/lib/csih/getVolInfo.exe /cygdrive/z
>
>while the drive is online.
>
>Thanks,
>Corinna

Hi,

Here are the details:

shackleton:sulla:$ /usr/lib/csih/getVolInfo.exe /cygdrive/z
Device Type        : 7
Characteristics    : 10
Volume Name        : <USBSTORAGE>
Serial Number      : 0
Max Filenamelength : 256
Filesystemname     : <FAT>
Flags              : 3
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : FALSE
  FILE_PERSISTENT_ACLS        : FALSE
  FILE_FILE_COMPRESSION       : FALSE
  FILE_VOLUME_QUOTAS          : FALSE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : FALSE
  FILE_SUPPORTS_ENCRYPTION    : FALSE
  FILE_NAMED_STREAMS          : FALSE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

The same details are reported for two different types of device.


In addition to the core dump with 'ls -la /cygdrive/' when the device is
not available, I am also able to generate core dumps under the same
conditions (with build v3_1_0_0_8) from the following commands:

	man bash

	mutt

The strace for the 'man bash' core dump is 4.2M, so I have extracted
some of the apparent error event into the attached file to see if they 
may be of help.

NOTE:
-	The following file is not present:
	C:\cygwin64\usr\share\locale\locale.alias

Regards,

-- 

Mutt 1.12.1 (2019-06-15)

[-- Attachment #2: strace_20191206_man_bash_extract.txt --]
[-- Type: text/plain, Size: 23444 bytes --]



   22   25887 [main] man 25457 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\home\sulla\.manpath.exe.lnk)
   23   25910 [main] man 25457 symlink_info::check: 0 = symlink.check(C:\cygwin64\home\sulla\.manpath, 0xFFFFB670) (mount_flags 0x30008, path_flags 0x0)
   22   25932 [main] man 25457 mount_info::conv_to_win32_path: conv_to_win32_path (/home/sulla)
   23   25955 [main] man 25457 mount_info::conv_to_win32_path: src_path /home/sulla, dst C:\cygwin64\home\sulla, flags 0x30008, rc 0
   44   25999 [main] man 25457 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\home\sulla)
   37   26036 [main] man 25457 symlink_info::check: not a symlink
   40   26076 [main] man 25457 symlink_info::check: 0 = symlink.check(C:\cygwin64\home\sulla, 0xFFFFB670) (mount_flags 0x30008, path_flags 0x0)
   24   26100 [main] man 25457 path_conv::check: this->path(C:\cygwin64\home\sulla\.manpath), has_acls(1)
   24   26124 [main] man 25457 build_fh_pc: fh 0x1803491B0, dev 000000C3
   22   26146 [main] man 25457 fhandler_base::open: (\??\C:\cygwin64\home\sulla\.manpath, 0x108000)
   46   26192 [main] man 25457 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.1.0/cygwin-3.1.0-0.8.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC0000034 -> windows error 2
   28   26220 [main] man 25457 geterrno_from_win_error: windows error 2 == errno 2
   22   26242 [main] man 25457 fhandler_base::open: 0xC0000034 = NtCreateFile (0x10, 0x80100000, \??\C:\cygwin64\home\sulla\.manpath, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   22   26264 [main] man 25457 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\home\sulla\.manpath, 0x108000)

...

   48   44200 [main] man 25457 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   37   44237 [main] man 25457 symlink_info::check: not a symlink
   37   44274 [main] man 25457 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB160) (mount_flags 0x30008, path_flags 0x0)
   24   44298 [main] man 25457 path_conv::check: this->path(C:\cygwin64\usr\share\locale\locale.alias), has_acls(1)
   27   44325 [main] man 25457 build_fh_pc: fh 0x1803491B0, dev 000000C3
   23   44348 [main] man 25457 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000)
   39   44387 [main] man 25457 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.1.0/cygwin-3.1.0-0.8.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC0000034 -> windows error 2
   24   44411 [main] man 25457 geterrno_from_win_error: windows error 2 == errno 2
   22   44433 [main] man 25457 fhandler_base::open: 0xC0000034 = NtCreateFile (0x10, 0x80100000, \??\C:\cygwin64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   22   44455 [main] man 25457 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000)
   23   44478 [main] man 25457 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000)
   23   44501 [main] man 25457 open: -1 = open(/usr/share/locale/locale.alias, 0x8000), errno 2
  156   44657 [main] man 25457 open: open(/usr/local/share/locale/locale.alias, 0x0)
   24   44681 [main] man 25457 normalize_posix_path: src /usr/local/share/locale/locale.alias
   22   44703 [main] man 25457 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)

...

   41   45309 [main] man 25457 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\local)
   31   45340 [main] man 25457 symlink_info::check: not a symlink
   34   45374 [main] man 25457 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local, 0xFFFFB150) (mount_flags 0x30008, path_flags 0x0)
   23   45397 [main] man 25457 path_conv::check: this->path(C:\cygwin64\usr\local\share\locale\locale.alias), has_acls(1)
   25   45422 [main] man 25457 build_fh_pc: fh 0x1803491B0, dev 000000C3
   22   45444 [main] man 25457 fhandler_base::open: (\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000)
   38   45482 [main] man 25457 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.1.0/cygwin-3.1.0-0.8.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   24   45506 [main] man 25457 geterrno_from_win_error: windows error 3 == errno 2
   22   45528 [main] man 25457 fhandler_base::open: 0xC000003A = NtCreateFile (0x786574756D5F6461, 0x80100000, \??\C:\cygwin64\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   22   45550 [main] man 25457 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000)
   23   45573 [main] man 25457 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000)
   23   45596 [main] man 25457 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2
  150   45746 [main] man 25457 open: open(/usr/share/X11/locale/locale.alias, 0x0)
   27   45773 [main] man 25457 normalize_posix_path: src /usr/share/X11/locale/locale.alias

...

   42   52187 [main] man 25457 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   34   52221 [main] man 25457 symlink_info::check: not a symlink
   35   52256 [main] man 25457 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB340) (mount_flags 0x30008, path_flags 0x0)
   23   52279 [main] man 25457 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_MESSAGES\man-db.mo), has_acls(1)
   25   52304 [main] man 25457 build_fh_pc: fh 0x1803491B0, dev 000000C3
   23   52327 [main] man 25457 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_MESSAGES\man-db.mo, 0x118000)
   40   52367 [main] man 25457 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.1.0/cygwin-3.1.0-0.8.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   24   52391 [main] man 25457 geterrno_from_win_error: windows error 3 == errno 2
   22   52413 [main] man 25457 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC41C, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_MESSAGES\man-db.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   22   52435 [main] man 25457 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_MESSAGES\man-db.mo, 0x118000)
   23   52458 [main] man 25457 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_MESSAGES\man-db.mo, 0x18000)
   23   52481 [main] man 25457 open: -1 = open(/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/man-db.mo, 0x18000), errno 2
   54   52535 [main] man 25457 open: open(/usr/share/locale/en_GB.utf8/LC_MESSAGES/man-db.mo, 0x10000)
   22   52557 [main] man 25457 normalize_posix_path: src /usr/share/locale/en_GB.utf8/LC_MESSAGES/man-db.mo

...

   21    6165 [main] man 25458 child_info::ready: signalled 0x1D0 that I was ready
  368  205011 [main] man 25457 child_info::sync: pid 25458, WFMO returned 0, exit_code 0x103, res 1
   35  205046 [main] man 25457 proc_subproc: args: 2, -15376
--- Process 9812 (pid: 25457) thread 8872 created
  189  205235 [main] man 25457 pinfo::wait: created tracking thread for pid 25458, winpid 0x22CC, rd_proc_pipe 0x1E0
   30  205265 [main] man 25457 proc_subproc: added pid 25458 to proc table, slot 0
   22  205287 [main] man 25457 proc_subproc: returning 1
   24  205311 [main] man 25457 resume_child: signalled child
  306    6471 [main] man 25458 sync_with_parent: awake
   26  205337 [main] man 25457 sig_send: sendsig 0x9C, pid 25457, signal -73, its_me 1
   39    6510 [main] man 25458 sync_with_parent: no problems
   33  205370 [main] man 25457 sig_send: wakeup 0x1D8
   46  205416 [sig] man 25457 wait_sig: signalling pack.wakeup 0x1D8
   33  205449 [main] man 25457 sig_send: Waiting for pack.wakeup 0x1D8
   30  205479 [main] man 25457 sig_send: returning 0x0 from sending signal -73
  192  205671 [main] man 25457 dofork: 25458 = fork()
   36  205707 [main] man 25457 close: close(4)
   33  205740 [main] man 25457 fhandler_base::close: closing '/usr/share/man/man1/bash.1.gz' handle 0x1BC
   31  205771 [main] man 25457 close: 0 = close(4)
   31  205802 [main] man 25457 close: close(6)
   32  205834 [main] man 25457 fhandler_base::close: closing 'pipe:[4294977108]' handle 0x1C4
   30  205864 [main] man 25457 close: 0 = close(6)
   32  205896 [waitproc] man 25457 cygthread::stub: thread 'waitproc', id 0x22A8, stack_ptr 0x89CCD0
   40  205936 [main] man 25457 set_signal_mask: setmask 80000, newmask 0, mask_bits 80000
   53  205989 [main] man 25457 sigprocmask: 0 = sigprocmask (0, 0xFFFFC7B0, 0x0)
   56  206045 [main] man 25457 read: read(5, 0x80009C4E0, 4096) blocking
 1099    7609 [main] man 25458 dofork: 0 = fork()
   36    7645 [main] man 25458 sigaction_worker: signal 1, newact 0x0, oa 0xFFFFC5B0
   22    7667 [main] man 25458 sigaction: 0 = sigaction(1, 0x0, 0xFFFFC700)
   21    7688 [main] man 25458 sigaction_worker: signal 1, newact 0x3C428B060 (handler 0x3C4261350), oa 0xFFFFC5B0
   21    7709 [main] man 25458 sigaction: 0 = sigaction(1, 0x3C428B060, 0x0)
   20    7729 [main] man 25458 sigaction_worker: signal 2, newact 0x0, oa 0xFFFFC5B0
   20    7749 [main] man 25458 sigaction: 0 = sigaction(2, 0x0, 0xFFFFC700)
   21    7770 [main] man 25458 sigaction_worker: signal 2, newact 0x3C428B040 (handler 0x3C4261350), oa 0xFFFFC5B0
   20    7790 [main] man 25458 sigaction: 0 = sigaction(2, 0x3C428B040, 0x0)
   21    7811 [main] man 25458 sigaction_worker: signal 15, newact 0x0, oa 0xFFFFC5B0
   20    7831 [main] man 25458 sigaction: 0 = sigaction(15, 0x0, 0xFFFFC700)
   20    7851 [main] man 25458 sigaction_worker: signal 15, newact 0x3C428B020 (handler 0x3C4261350), oa 0xFFFFC5B0
   20    7871 [main] man 25458 sigaction: 0 = sigaction(15, 0x3C428B020, 0x0)
   25    7896 [main] man 25458 dtable::dup3: dup3 (4, 0, 0x800)
   32    7928 [main] man 25458 fhandler_base::dup: in fhandler_base dup
   28    7956 [main] man 25458 fhandler_base::set_close_on_exec: set close_on_exec for /usr/share/man/man1/bash.1.gz to 0
   21    7977 [main] man 25458 dtable::dup_worker: duped '/usr/share/man/man1/bash.1.gz' old 0x1BC, new 0x1D0
   20    7997 [main] man 25458 dtable::dup3: newfh->io_handle 0x1D0, oldfh->io_handle 0x1BC, new win32_name 0x180349590, old win32_name 0x180349540
   23    8020 [main] man 25458 close: close(0)
   23    8043 [main] man 25458 fhandler_base::close_with_arch: line 1180:  /dev/pty9<0x1803482C0> usecount + -1 = 1
   21    8064 [main] man 25458 fhandler_base::close_with_arch: not closing archetype
   22    8086 [main] man 25458 close: 0 = close(0)
   25    8111 [main] man 25458 dtable::dup3: 0 = dup3(4, 0, 0x0)
   21    8132 [main] man 25458 dup2: 0 = dup2(4, 0)
   22    8154 [main] man 25458 close: close(4)
   20    8174 [main] man 25458 fhandler_base::close: closing '/usr/share/man/man1/bash.1.gz' handle 0x1BC
   21    8195 [main] man 25458 close: 0 = close(4)
   20    8215 [main] man 25458 dtable::dup3: dup3 (6, 1, 0x800)
   31    8246 [main] man 25458 fhandler_base::dup: in fhandler_base dup
   27    8273 [main] man 25458 fhandler_pipe::dup: res 0
   22    8295 [main] man 25458 fhandler_base::set_close_on_exec: set close_on_exec for pipe:[4294977108] to 0
   20    8315 [main] man 25458 dtable::dup_worker: duped 'pipe:[4294977108]' old 0x1C4, new 0x1BC
   21    8336 [main] man 25458 dtable::dup3: newfh->io_handle 0x1BC, oldfh->io_handle 0x1C4, new win32_name 0x18034A2C8, old win32_name 0x18034A2A0
   20    8356 [main] man 25458 close: close(1)
   20    8376 [main] man 25458 fhandler_base::close: closing '/home/sulla/strace_man_20191206_02.txt' handle 0x1F4
   22    8398 [main] man 25458 close: 0 = close(1)
   20    8418 [main] man 25458 dtable::dup3: 1 = dup3(6, 1, 0x0)
   20    8438 [main] man 25458 dup2: 1 = dup2(6, 1)
   20    8458 [main] man 25458 close: close(6)
   22    8480 [main] man 25458 fhandler_base::close: closing 'pipe:[4294977108]' handle 0x1C4
   21    8501 [main] man 25458 close: 0 = close(6)
   22    8523 [main] man 25458 close: close(5)
   25    8548 [main] man 25458 fhandler_base::close: closing 'pipe:[4294977108]' handle 0x1C0
   21    8569 [main] man 25458 close: 0 = close(5)
   24    8593 [main] man 25458 dtable::dup3: dup3 (0, 4, 0x0)
   27    8620 [main] man 25458 fhandler_base::dup: in fhandler_base dup
   23    8643 [main] man 25458 fhandler_base::set_close_on_exec: set close_on_exec for /usr/share/man/man1/bash.1.gz to 0
   20    8663 [main] man 25458 dtable::dup_worker: duped '/usr/share/man/man1/bash.1.gz' old 0x1D0, new 0x1C0
   20    8683 [main] man 25458 dtable::dup3: newfh->io_handle 0x1C0, oldfh->io_handle 0x1D0, new win32_name 0x1803489E0, old win32_name 0x180349590
   25    8708 [main] man 25458 dtable::dup3: 4 = dup3(0, 4, 0x8000)
   22    8730 [main] man 25458 dup: 4 = dup(0)
   92    8822 [main] man 25458 fhandler_base::lseek: setting file pointer to 0
   22    8844 [main] man 25458 lseek64: 0 = lseek(4, 0, 1)
   92    8936 [main] man 25458 read: read(4, 0x80009C4E0, 8192) blocking
   45    8981 [main] man 25458 fhandler_base::read: returning 8192, binary mode
   22    9003 [main] man 25458 read: 8192 = read(4, 0x80009C4E0, 8192)
  199    9202 [main] man 25458 time: 1575632267 = time(0x0)
   20    9222 [main] man 25458 fstat64: 0 = fstat(1, 0xFFFFB3F0)
  296    9518 [main] man 25458 read: read(4, 0x80009C4E0, 8192) blocking
   28    9546 [main] man 25458 fhandler_base::read: returning 8192, binary mode
   22    9568 [main] man 25458 read: 8192 = read(4, 0x80009C4E0, 8192)
  654   10222 [main] man 25458 read: read(4, 0x80009C4E0, 8192) blocking
   27   10249 [main] man 25458 fhandler_base::read: returning 8192, binary mode
   21   10270 [main] man 25458 read: 8192 = read(4, 0x80009C4E0, 8192)
  356   10626 [main] man 25458 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 65536
 3423  209468 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 4096
   27   10653 [main] man 25458 fhandler_base_overlapped::wait_overlapped: normal write, 65536 bytes ispipe() 1
   44  209512 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 4096 bytes ispipe() 1
   32   10685 [main] man 25458 write: 65536 = write(1, 0x8000BABE0, 65536)
   31  209543 [main] man 25457 fhandler_base::read: returning 4096, binary mode
   30  209573 [main] man 25457 read: 4096 = read(5, 0x80009C4E0, 4096)
   90  209663 [main] man 25457 read: read(5, 0x80009D4E0, 4) blocking
   35  209698 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 4
   25  209723 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 4 bytes ispipe() 1
   23  209746 [main] man 25457 fhandler_base::read: returning 4, binary mode
   24  209770 [main] man 25457 read: 4 = read(5, 0x80009D4E0, 4)
   86  209856 [main] man 25457 read: read(5, 0x80009D4E4, 25) blocking
   31  209887 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 25
   25  209912 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 25 bytes ispipe() 1
   26  209938 [main] man 25457 fhandler_base::read: returning 25, binary mode
   22  209960 [main] man 25457 read: 25 = read(5, 0x80009D4E4, 25)
  108  210068 [main] man 25457 read: read(5, 0x80009D4FD, 4) blocking
   31  210099 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 4
   25  210124 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 4 bytes ispipe() 1
   23  210147 [main] man 25457 fhandler_base::read: returning 4, binary mode
   24  210171 [main] man 25457 read: 4 = read(5, 0x80009D4FD, 4)
  672   11357 [main] man 25458 read: read(4, 0x80009C4E0, 8192) blocking
   44   11401 [main] man 25458 fhandler_base::read: returning 8192, binary mode
   28   11429 [main] man 25458 read: 8192 = read(4, 0x80009C4E0, 8192)
  111  210282 [main] man 25457 read: read(5, 0x80009D501, 15) blocking
   41  210323 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 15
   30  210353 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 15 bytes ispipe() 1
   28  210381 [main] man 25457 fhandler_base::read: returning 15, binary mode
   26  210407 [main] man 25457 read: 15 = read(5, 0x80009D501, 15)
   88  210495 [main] man 25457 read: read(5, 0x80009D510, 36) blocking
   32  210527 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 36
   26  210553 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 36 bytes ispipe() 1
   23  210576 [main] man 25457 fhandler_base::read: returning 36, binary mode
   23  210599 [main] man 25457 read: 36 = read(5, 0x80009D510, 36)
   88  210687 [main] man 25457 read: read(5, 0x80009D534, 24) blocking
   38  210725 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 24
   39  210764 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 24 bytes ispipe() 1
   28  210792 [main] man 25457 fhandler_base::read: returning 24, binary mode
   23  210815 [main] man 25457 read: 24 = read(5, 0x80009D534, 24)
   87  210902 [main] man 25457 read: read(5, 0x80009D54C, 4) blocking
   37  210939 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 4
   30  210969 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 4 bytes ispipe() 1
   27  210996 [main] man 25457 fhandler_base::read: returning 4, binary mode
   29  211025 [main] man 25457 read: 4 = read(5, 0x80009D54C, 4)
   98  211123 [main] man 25457 read: read(5, 0x80009D550, 46) blocking
   37  211160 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 46
   31  211191 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 46 bytes ispipe() 1
   25  211216 [main] man 25457 fhandler_base::read: returning 46, binary mode
   25  211241 [main] man 25457 read: 46 = read(5, 0x80009D550, 46)
   94  211335 [main] man 25457 read: read(5, 0x80009D57E, 4) blocking
   38  211373 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 4
 1123   12552 [main] man 25458 read: read(4, 0x80009C4E0, 8192) blocking
   32  211405 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 4 bytes ispipe() 1
   40   12592 [main] man 25458 fhandler_base::read: returning 8192, binary mode
   41  211446 [main] man 25457 fhandler_base::read: returning 4, binary mode
   30   12622 [main] man 25458 read: 8192 = read(4, 0x80009C4E0, 8192)
   33  211479 [main] man 25457 read: 4 = read(5, 0x80009D57E, 4)
   96  211575 [main] man 25457 read: read(5, 0x80009D582, 51) blocking
   39  211614 [main] man 25457 fhandler_base_overlapped::wait_overlapped: wfres 0, wores 1, bytes 51
   30  211644 [main] man 25457 fhandler_base_overlapped::wait_overlapped: normal read, 51 bytes ispipe() 1
   25  211669 [main] man 25457 fhandler_base::read: returning 51, binary mode
   27  211696 [main] man 25457 read: 51 = read(5, 0x80009D582, 51)
   49  211745 [main] man 25457 close: close(5)
   40  211785 [main] man 25457 fhandler_base::close: closing 'pipe:[4294977108]' handle 0x1C0
   44  211829 [main] man 25457 close: 0 = close(5)
   30  211859 [main] man 25457 wait4: calling proc_subproc, pid -1, options 0
   27  211886 [main] man 25457 proc_subproc: args: 6, -7152
   30  211916 [main] man 25457 proc_subproc: wval->pid -1, wval->options 0
   32  211948 [main] man 25457 checkstate: nprocs 1
   31  211979 [main] man 25457 stopped_or_terminated: considering pid 25458, pgid 25457, w->pid -1
   24  212003 [main] man 25457 checkstate: no matching terminated children found
   28  212031 [main] man 25457 checkstate: returning -1
   30  212061 [main] man 25457 proc_subproc: only found non-terminated children
   29  212090 [main] man 25457 proc_subproc: finished processing terminated/stopped child
  667   13289 [main] man 25458 fhandler_base_overlapped::wait_overlapped: res 4, Win32 Error 232
   49  212139 [main] man 25457 proc_subproc: returning 1
   37   13326 [main] man 25458 seterrno_from_win_error: /home/corinna/src/cygwin/cygwin-3.1.0/cygwin-3.1.0-0.8.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:2093 windows error 232
   38   13364 [main] man 25458 geterrno_from_win_error: windows error 232 == errno 32
   26   13390 [main] man 25458 sig_send: sendsig 0xA4, pid 25458, signal 13, its_me 1
   30   13420 [main] man 25458 sig_send: wakeup 0x1C4
   25   13445 [main] man 25458 sig_send: Waiting for pack.wakeup 0x1C4
   28   13473 [sig] man 25458 sigpacket::process: signal 13 processing
   54   13527 [sig] man 25458 sigpacket::process: signal 13, signal handler 0x1800617F0
   24   13551 [sig] man 25458 sigpacket::setup_handler: controlled interrupt. stackptr 0xFFFFE460, stack 0xFFFFE458, stackptr[-1] 0x3C42617ED
   25   13576 [sig] man 25458 proc_subproc: args: 5, 1
   22   13598 [sig] man 25458 proc_subproc: clear waiting threads
   21   13619 [sig] man 25458 proc_subproc: finished clearing
   21   13640 [sig] man 25458 proc_subproc: returning 1
   20   13660 [sig] man 25458 _cygtls::interrupt_setup: armed signal_arrived 0xC8, signal 13
   21   13681 [sig] man 25458 sigpacket::setup_handler: signal 13 delivered
   22   13703 [sig] man 25458 sigpacket::process: returning 1
   21   13724 [sig] man 25458 wait_sig: signalling pack.wakeup 0x1C4
   25   13749 [main] man 25458 set_process_mask_delta: oldmask 80000, newmask 80000, deltamask 0
   37   13786 [main] man 25458 signal_exit: exiting due to signal 13
   27   13813 [main] man 25458 signal_exit: about to call do_exit (D)
   21   13834 [main] man 25458 do_exit: do_exit (13), exit_state 2
   20   13854 [main] man 25458 void: 0x3BFFB1940 = signal (20, 0x1)
   21   13875 [main] man 25458 void: 0x3C4261350 = signal (1, 0x1)
   20   13895 [main] man 25458 void: 0x3C4261350 = signal (2, 0x1)
   20   13915 [main] man 25458 void: 0x0 = signal (3, 0x1)
   21   13936 [main] man 25458 fhandler_base::close: closing '/usr/share/man/man1/bash.1.gz' handle 0x1D0
   25   13961 [main] man 25458 fhandler_base::close: closing 'pipe:[4294977108]' handle 0x1BC
   29   13990 [main] man 25458 fhandler_base::close: closing '/home/sulla/strace_man_20191206_02.txt' handle 0x1E8
   22   14012 [main] man 25458 fhandler_base::close: closing '/home/sulla' handle 0xC0
   23   14035 [main] man 25458 fhandler_base::close: closing '/usr/share/man/man1/bash.1.gz' handle 0x1C0
   54   14089 [main] man 25458 init_cygheap::close_ctty: closing cygheap->ctty 0x1803482C0
   22   14111 [main] man 25458 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   23   14134 [main] man 25458 fhandler_pty_slave::cleanup: /dev/pty9 closed, usecount 0
   21   14155 [main] man 25458 fhandler_pty_slave::close: closing last open /dev/pty9 handle
  135   14290 [main] man 25458 fhandler_console::free_console: freed console, res 1
   54   14344 [main] man 25458 fhandler_pty_common::close: pty9 <0x12C,0x138> closing
   49   14393 [main] man 25458 dtable::delete_archetype: deleting element 0 for /dev/pty9(136/9)
   38   14431 [main] man 25458 getpid: 25458 = getpid()
   27   14458 [main] man 25458 proc_terminate: nprocs 0

...








[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-06  4:56 Wilfed Olaf Sulla via cygwin
@ 2019-12-06 11:07 ` Corinna Vinschen
  2019-12-06 14:35   ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-06 11:07 UTC (permalink / raw)
  To: cygwin

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

On Dec  6 04:55, Wilfed Olaf Sulla via cygwin wrote:
> >On 12/5/2019 2:16 PM, Corinna Vinschen wrote:
> >> On Dec  5 16:10, Ken Brown wrote:
> >>> On 12/5/2019 7:52 AM, Corinna Vinschen wrote:
> >>>> On Dec  5 10:18, Corinna Vinschen wrote:
> >>>> The only problem here is that I can't reproduce the assertion failure.
> >>>>
> >>>> I created a Samba share on a Linux machine, mounted it as drive Z:,
> >>>> and set the "always available offline" property of the drive.
> >>>>
> >>>> After syncing I accessed the drive, then I stopped Samba on the Linux
> >>>> server to switch the drive into offline mode.  Then I ran `ls -la
> >>>> /cygdrive/z'.  After a few secs I got the offline content cached on the
> >>>> local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
> >>>> -la', but every time I got the expected output.  In the cases I tried
> >>>> to list /cygdrive itself I got the expected output, all drives except
> >>>> the z drive.
> >>>>
> >>>> I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.
> >>>>
> >>>> So either there's something very special in Wilfed's setup, or I'm
> >>>> doing something wrong.  Which is it?
> >>>
> >>> How does your strace output compare to Wilfed's when you list /cygdrive?  Does
> >>> it show a failed attempt to list Z: with an error from NtCreateFile?
> >> 
> >> Not at all.  The strace doesn't show any attempt to open Z:.
> >
> >Then I wonder what's different about Wilfed's setup that causes an attempt to 
> >open Z: when it's offline.
> >
> >I'm grasping at straws, but could the difference be related to the fact that his 
> >drive Z: is not a Samba share?  Here's an excerpt from the mount output in one 
> >of his earlier emails (when Z: is online):
> >
> >V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
> >W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
> >X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
> >Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
> >Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
> >                        ^^^^
> >
> >Ken
> >
> 
> Hi,
> 
> The drive mapping was created in a Windows context for use within a
> Windows context - i.e. via Explorer - onto a device on a remote node;
> there has been no specific configuration applied within the context of
> Cygwin.

That's not the point, actually.  Setting up drives is always a Windows
thingy.  Cygwin just reads the configuration and tries to map it into
a POSIX context.

> Whether or not the device is available, there is a Z: drive mapping
> maintained within Explorer, however the /cygdrive/z/ mount is only
> available if the device is available.

Right.  Cygwin uses a simple mechanism to check the drives to show
under /cygdrive.  Basically it just calls the Win32 function
GetLogicalDriveStrings(), then, for each drive, it checks the
QueryDosDevice mapping.  Right now it only accepts cdrom, floppy,
harddrive, LanmanRedirector (SMB) and MRxNfs (NFS).  All other
drive types are treated as "no disk".  This is fixable with probably not
too much effort.

> The problem is exhibited on:
> 
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Yeah, that's what I tried, too, as I wrote, besides W10.  I'm still not
seeing the assertion failure.  I tried this with a "normal" mapping of
the remote drive, as well as with a drive marked "available offline", to
no avail.  That's why *maybe* the drive type is part of the problem.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05 19:44           ` Ken Brown
  2019-12-06  2:11             ` Norton Allen
@ 2019-12-06  9:31             ` Corinna Vinschen
  1 sibling, 0 replies; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-06  9:31 UTC (permalink / raw)
  To: cygwin

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

On Dec  5 19:44, Ken Brown wrote:
> On 12/5/2019 2:16 PM, Corinna Vinschen wrote:
> > On Dec  5 16:10, Ken Brown wrote:
> >> On 12/5/2019 7:52 AM, Corinna Vinschen wrote:
> >>> The only problem here is that I can't reproduce the assertion failure.
> >>>
> >>> I created a Samba share on a Linux machine, mounted it as drive Z:,
> >>> and set the "always available offline" property of the drive.
> >>>
> >>> After syncing I accessed the drive, then I stopped Samba on the Linux
> >>> server to switch the drive into offline mode.  Then I ran `ls -la
> >>> /cygdrive/z'.  After a few secs I got the offline content cached on the
> >>> local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
> >>> -la', but every time I got the expected output.  In the cases I tried
> >>> to list /cygdrive itself I got the expected output, all drives except
> >>> the z drive.
> >>>
> >>> I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.
> >>>
> >>> So either there's something very special in Wilfed's setup, or I'm
> >>> doing something wrong.  Which is it?
> >>
> >> How does your strace output compare to Wilfed's when you list /cygdrive?  Does
> >> it show a failed attempt to list Z: with an error from NtCreateFile?
> > 
> > Not at all.  The strace doesn't show any attempt to open Z:.
> 
> Then I wonder what's different about Wilfed's setup that causes an attempt to 
> open Z: when it's offline.
> 
> I'm grasping at straws, but could the difference be related to the fact that his 
> drive Z: is not a Samba share?  Here's an excerpt from the mount output in one 
> of his earlier emails (when Z: is online):
> 
> V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
> W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
> X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
> Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
> Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
>                         ^^^^

Maybe.  It would be nice to know what kind of drive this is.  "cifs"
in Cygwin means a remote drive, claiming to be NTFS, but not having
the expected FS flags of a real NTFS.

Wilfed, can you please run

  $ /usr/lib/csih/getVolInfo.exe /cygdrive/z

while the drive is online.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
@ 2019-12-06  4:56 Wilfed Olaf Sulla via cygwin
  2019-12-06 11:07 ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-06  4:56 UTC (permalink / raw)
  To: Cygwin

>On 12/5/2019 2:16 PM, Corinna Vinschen wrote:
>> On Dec  5 16:10, Ken Brown wrote:
>>> On 12/5/2019 7:52 AM, Corinna Vinschen wrote:
>>>> On Dec  5 10:18, Corinna Vinschen wrote:
>>>>> On Dec  4 21:41, Ken Brown wrote:
>>>>>> The difference is that NtCreateFile doesn't fail with
>>>>>> STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the
>>>>>> assertion doesn't get run.
>>>>>>
>>>>>> BTW, I just tried the following on my system:
>>>>>>
>>>>>> $ ls z:\\
>>>>>> ls: cannot access 'z:\': No such file or directory
>>>>>>
>>>>>> strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this
>>>>>> case, so again the code containing the assertion is not run.
>>>>>>
>>>>>> To be continued...
>>>>>
>>>>> So, maybe we could just check if ext_here - path > 2, i. e.
>>>>>
>>>>>       if (status == STATUS_OBJECT_NAME_NOT_FOUND && ext_here - path > 2)
>>>>>
>>>>> That excludes "X:" paths from this special handling for DOS-only drives.
>>>>
>>>> The only problem here is that I can't reproduce the assertion failure.
>>>>
>>>> I created a Samba share on a Linux machine, mounted it as drive Z:,
>>>> and set the "always available offline" property of the drive.
>>>>
>>>> After syncing I accessed the drive, then I stopped Samba on the Linux
>>>> server to switch the drive into offline mode.  Then I ran `ls -la
>>>> /cygdrive/z'.  After a few secs I got the offline content cached on the
>>>> local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
>>>> -la', but every time I got the expected output.  In the cases I tried
>>>> to list /cygdrive itself I got the expected output, all drives except
>>>> the z drive.
>>>>
>>>> I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.
>>>>
>>>> So either there's something very special in Wilfed's setup, or I'm
>>>> doing something wrong.  Which is it?
>>>
>>> How does your strace output compare to Wilfed's when you list /cygdrive?  Does
>>> it show a failed attempt to list Z: with an error from NtCreateFile?
>> 
>> Not at all.  The strace doesn't show any attempt to open Z:.
>
>Then I wonder what's different about Wilfed's setup that causes an attempt to 
>open Z: when it's offline.
>
>I'm grasping at straws, but could the difference be related to the fact that his 
>drive Z: is not a Samba share?  Here's an excerpt from the mount output in one 
>of his earlier emails (when Z: is online):
>
>V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
>W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
>X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
>Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
>Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
>                        ^^^^
>
>Ken
>

Hi,

The drive mapping was created in a Windows context for use within a
Windows context - i.e. via Explorer - onto a device on a remote node;
there has been no specific configuration applied within the context of
Cygwin.

Whether or not the device is available, there is a Z: drive mapping
maintained within Explorer, however the /cygdrive/z/ mount is only
available if the device is available.

Thus I am guessing that the list of devices to be checked and
transformed is taken from the information made available from the Windows 
context rather than with consideration of the Cygwin context, and thus 
the Z: drive is passed through the check and transform even though it is 
not listed by 'mount'.

The problem is exhibited on:

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

... with both the:

Current Build:
CYGWIN_NT-6.1 shackleton 3.1.0(0.340/5/3) 2019-11-19 13:58 x86_64 Cygwin

... and the build under which the problem was first observed:
CYGWIN_NT-6.1 shackleton 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin


The problem was exhibited following these two commands:

shackleton:sulla:$ cd /cygdrive/
shackleton:sulla:$ ls -la


Many thanks.

-- 

Mutt 1.12.1 (2019-06-15)

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05 19:44           ` Ken Brown
@ 2019-12-06  2:11             ` Norton Allen
  2019-12-06  9:31             ` Corinna Vinschen
  1 sibling, 0 replies; 33+ messages in thread
From: Norton Allen @ 2019-12-06  2:11 UTC (permalink / raw)
  To: cygwin

On 12/5/2019 2:44 PM, Ken Brown wrote:
> Then I wonder what's different about Wilfed's setup that causes an attempt to
> open Z: when it's offline.
>
> I'm grasping at straws, but could the difference be related to the fact that his
> drive Z: is not a Samba share?  Here's an excerpt from the mount output in one
> of his earlier emails (when Z: is online):
>
> V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
> W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
> X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
> Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
> Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
>                          ^^^^

Correct me if I'm wrong or misremembering, but I think Corinna 
specifically set 'always available offline', and I do not believe the OP 
used that configuration. I have network drives which are only accessible 
when I am at work, and I do not have 'always available offline' 
selected, yet they are able to persist across sessions where they are 
inaccessible.

I'm sorry to say though that I have not followed this discussion closely 
enough to attempt to reproduce the problem myself.



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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05 19:16         ` Corinna Vinschen
@ 2019-12-05 19:44           ` Ken Brown
  2019-12-06  2:11             ` Norton Allen
  2019-12-06  9:31             ` Corinna Vinschen
  0 siblings, 2 replies; 33+ messages in thread
From: Ken Brown @ 2019-12-05 19:44 UTC (permalink / raw)
  To: cygwin

On 12/5/2019 2:16 PM, Corinna Vinschen wrote:
> On Dec  5 16:10, Ken Brown wrote:
>> On 12/5/2019 7:52 AM, Corinna Vinschen wrote:
>>> On Dec  5 10:18, Corinna Vinschen wrote:
>>>> On Dec  4 21:41, Ken Brown wrote:
>>>>> The difference is that NtCreateFile doesn't fail with
>>>>> STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the
>>>>> assertion doesn't get run.
>>>>>
>>>>> BTW, I just tried the following on my system:
>>>>>
>>>>> $ ls z:\\
>>>>> ls: cannot access 'z:\': No such file or directory
>>>>>
>>>>> strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this
>>>>> case, so again the code containing the assertion is not run.
>>>>>
>>>>> To be continued...
>>>>
>>>> So, maybe we could just check if ext_here - path > 2, i. e.
>>>>
>>>>       if (status == STATUS_OBJECT_NAME_NOT_FOUND && ext_here - path > 2)
>>>>
>>>> That excludes "X:" paths from this special handling for DOS-only drives.
>>>
>>> The only problem here is that I can't reproduce the assertion failure.
>>>
>>> I created a Samba share on a Linux machine, mounted it as drive Z:,
>>> and set the "always available offline" property of the drive.
>>>
>>> After syncing I accessed the drive, then I stopped Samba on the Linux
>>> server to switch the drive into offline mode.  Then I ran `ls -la
>>> /cygdrive/z'.  After a few secs I got the offline content cached on the
>>> local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
>>> -la', but every time I got the expected output.  In the cases I tried
>>> to list /cygdrive itself I got the expected output, all drives except
>>> the z drive.
>>>
>>> I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.
>>>
>>> So either there's something very special in Wilfed's setup, or I'm
>>> doing something wrong.  Which is it?
>>
>> How does your strace output compare to Wilfed's when you list /cygdrive?  Does
>> it show a failed attempt to list Z: with an error from NtCreateFile?
> 
> Not at all.  The strace doesn't show any attempt to open Z:.

Then I wonder what's different about Wilfed's setup that causes an attempt to 
open Z: when it's offline.

I'm grasping at straws, but could the difference be related to the fact that his 
drive Z: is not a Samba share?  Here's an excerpt from the mount output in one 
of his earlier emails (when Z: is online):

V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
                        ^^^^

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05 16:10       ` Ken Brown
@ 2019-12-05 19:16         ` Corinna Vinschen
  2019-12-05 19:44           ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-05 19:16 UTC (permalink / raw)
  To: cygwin

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

On Dec  5 16:10, Ken Brown wrote:
> On 12/5/2019 7:52 AM, Corinna Vinschen wrote:
> > On Dec  5 10:18, Corinna Vinschen wrote:
> >> On Dec  4 21:41, Ken Brown wrote:
> >>> The difference is that NtCreateFile doesn't fail with
> >>> STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the
> >>> assertion doesn't get run.
> >>>
> >>> BTW, I just tried the following on my system:
> >>>
> >>> $ ls z:\\
> >>> ls: cannot access 'z:\': No such file or directory
> >>>
> >>> strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this
> >>> case, so again the code containing the assertion is not run.
> >>>
> >>> To be continued...
> >>
> >> So, maybe we could just check if ext_here - path > 2, i. e.
> >>
> >>      if (status == STATUS_OBJECT_NAME_NOT_FOUND && ext_here - path > 2)
> >>
> >> That excludes "X:" paths from this special handling for DOS-only drives.
> > 
> > The only problem here is that I can't reproduce the assertion failure.
> > 
> > I created a Samba share on a Linux machine, mounted it as drive Z:,
> > and set the "always available offline" property of the drive.
> > 
> > After syncing I accessed the drive, then I stopped Samba on the Linux
> > server to switch the drive into offline mode.  Then I ran `ls -la
> > /cygdrive/z'.  After a few secs I got the offline content cached on the
> > local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
> > -la', but every time I got the expected output.  In the cases I tried
> > to list /cygdrive itself I got the expected output, all drives except
> > the z drive.
> > 
> > I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.
> > 
> > So either there's something very special in Wilfed's setup, or I'm
> > doing something wrong.  Which is it?
> 
> How does your strace output compare to Wilfed's when you list /cygdrive?  Does 
> it show a failed attempt to list Z: with an error from NtCreateFile?

Not at all.  The strace doesn't show any attempt to open Z:.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05 12:52     ` Corinna Vinschen
@ 2019-12-05 16:10       ` Ken Brown
  2019-12-05 19:16         ` Corinna Vinschen
  2019-12-08 21:50       ` Andrey Repin
  1 sibling, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-05 16:10 UTC (permalink / raw)
  To: cygwin

On 12/5/2019 7:52 AM, Corinna Vinschen wrote:
> On Dec  5 10:18, Corinna Vinschen wrote:
>> On Dec  4 21:41, Ken Brown wrote:
>>> The difference is that NtCreateFile doesn't fail with
>>> STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the
>>> assertion doesn't get run.
>>>
>>> BTW, I just tried the following on my system:
>>>
>>> $ ls z:\\
>>> ls: cannot access 'z:\': No such file or directory
>>>
>>> strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this
>>> case, so again the code containing the assertion is not run.
>>>
>>> To be continued...
>>
>> So, maybe we could just check if ext_here - path > 2, i. e.
>>
>>      if (status == STATUS_OBJECT_NAME_NOT_FOUND && ext_here - path > 2)
>>
>> That excludes "X:" paths from this special handling for DOS-only drives.
> 
> The only problem here is that I can't reproduce the assertion failure.
> 
> I created a Samba share on a Linux machine, mounted it as drive Z:,
> and set the "always available offline" property of the drive.
> 
> After syncing I accessed the drive, then I stopped Samba on the Linux
> server to switch the drive into offline mode.  Then I ran `ls -la
> /cygdrive/z'.  After a few secs I got the offline content cached on the
> local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
> -la', but every time I got the expected output.  In the cases I tried
> to list /cygdrive itself I got the expected output, all drives except
> the z drive.
> 
> I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.
> 
> So either there's something very special in Wilfed's setup, or I'm
> doing something wrong.  Which is it?

How does your strace output compare to Wilfed's when you list /cygdrive?  Does 
it show a failed attempt to list Z: with an error from NtCreateFile?

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-05  9:18   ` Corinna Vinschen
@ 2019-12-05 12:52     ` Corinna Vinschen
  2019-12-05 16:10       ` Ken Brown
  2019-12-08 21:50       ` Andrey Repin
  0 siblings, 2 replies; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-05 12:52 UTC (permalink / raw)
  To: cygwin

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

On Dec  5 10:18, Corinna Vinschen wrote:
> On Dec  4 21:41, Ken Brown wrote:
> > The difference is that NtCreateFile doesn't fail with 
> > STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the 
> > assertion doesn't get run.
> > 
> > BTW, I just tried the following on my system:
> > 
> > $ ls z:\\
> > ls: cannot access 'z:\': No such file or directory
> > 
> > strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this 
> > case, so again the code containing the assertion is not run.
> > 
> > To be continued...
> 
> So, maybe we could just check if ext_here - path > 2, i. e.
> 
>     if (status == STATUS_OBJECT_NAME_NOT_FOUND && ext_here - path > 2)
> 
> That excludes "X:" paths from this special handling for DOS-only drives.

The only problem here is that I can't reproduce the assertion failure.

I created a Samba share on a Linux machine, mounted it as drive Z:,
and set the "always available offline" property of the drive.

After syncing I accessed the drive, then I stopped Samba on the Linux
server to switch the drive into offline mode.  Then I ran `ls -la
/cygdrive/z'.  After a few secs I got the offline content cached on the
local machine.  I also tried `ls -la /cygdrive/' and `cd /cygdrive; ls
-la', but every time I got the expected output.  In the cases I tried
to list /cygdrive itself I got the expected output, all drives except
the z drive.

I tried this with Cygwin 3.1.0-0.8.x86_64 on Windows 7 and Windows 10.

So either there's something very special in Wilfed's setup, or I'm
doing something wrong.  Which is it?


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 21:41 ` Ken Brown
@ 2019-12-05  9:18   ` Corinna Vinschen
  2019-12-05 12:52     ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2019-12-05  9:18 UTC (permalink / raw)
  To: cygwin

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

On Dec  4 21:41, Ken Brown wrote:
> On 12/4/2019 4:02 PM, Wilfed Olaf Sulla via cygwin wrote:
> >> On 12/4/2019 2:26 PM, Wilfed Olaf Sulla via cygwin wrote:
> >>>     692   83364 [main] ls 15015 normalize_posix_path: src Z:\
> >>>      35   83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\)
> >>>      24   83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:)
> >>>      24   83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0
> >>>    6738   90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\)
> >>>     214   90399 [main] ls 15015 __assert_func: assertion "p >= path" failed:
> >>
> >> I don't have time to check this carefully at the moment, but it looks like
> >> what's happening is the following:
> >>
> >> path_conv::check is called on 'Z:\'.  It strips the trailing backslash and calls
> >> mount_info::conv_to_win32_path on 'Z:'.  NtCreateFile fails with
> >> STATUS_OBJECT_NAME_NOT_FOUND, which triggers the code containing the assertion.
> >> The assertion fails because 'Z:' doesn't contain a backslash.
> >>
> >> I'll have time tomorrow to think about how to best fix this, if Corinna doesn't
> >> get to it first.
> > Yes I noticed that, but it also strips the trailing back-slash for all
> > of the other virtual drives at the same stage in the checks on them as
> > well.
> 
> The difference is that NtCreateFile doesn't fail with 
> STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the 
> assertion doesn't get run.
> 
> BTW, I just tried the following on my system:
> 
> $ ls z:\\
> ls: cannot access 'z:\': No such file or directory
> 
> strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this 
> case, so again the code containing the assertion is not run.
> 
> To be continued...

So, maybe we could just check if ext_here - path > 2, i. e.

    if (status == STATUS_OBJECT_NAME_NOT_FOUND && ext_here - path > 2)

That excludes "X:" paths from this special handling for DOS-only drives.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 21:03 Wilfed Olaf Sulla via cygwin
@ 2019-12-04 21:41 ` Ken Brown
  2019-12-05  9:18   ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-04 21:41 UTC (permalink / raw)
  To: cygwin

On 12/4/2019 4:02 PM, Wilfed Olaf Sulla via cygwin wrote:
>> On 12/4/2019 2:26 PM, Wilfed Olaf Sulla via cygwin wrote:
>>>     692   83364 [main] ls 15015 normalize_posix_path: src Z:\
>>>      35   83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\)
>>>      24   83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:)
>>>      24   83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0
>>>    6738   90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\)
>>>     214   90399 [main] ls 15015 __assert_func: assertion "p >= path" failed:
>>
>> I don't have time to check this carefully at the moment, but it looks like
>> what's happening is the following:
>>
>> path_conv::check is called on 'Z:\'.  It strips the trailing backslash and calls
>> mount_info::conv_to_win32_path on 'Z:'.  NtCreateFile fails with
>> STATUS_OBJECT_NAME_NOT_FOUND, which triggers the code containing the assertion.
>> The assertion fails because 'Z:' doesn't contain a backslash.
>>
>> I'll have time tomorrow to think about how to best fix this, if Corinna doesn't
>> get to it first.
> Yes I noticed that, but it also strips the trailing back-slash for all
> of the other virtual drives at the same stage in the checks on them as
> well.

The difference is that NtCreateFile doesn't fail with 
STATUS_OBJECT_NAME_NOT_FOUND in the other cases, so the code containing the 
assertion doesn't get run.

BTW, I just tried the following on my system:

$ ls z:\\
ls: cannot access 'z:\': No such file or directory

strace shows that NtCreateFile fails with STATUS_OBJECT_PATH_NOT_FOUND in this 
case, so again the code containing the assertion is not run.

To be continued...

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
@ 2019-12-04 21:03 Wilfed Olaf Sulla via cygwin
  2019-12-04 21:41 ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-04 21:03 UTC (permalink / raw)
  To: Cygwin

>On 12/4/2019 2:26 PM, Wilfed Olaf Sulla via cygwin wrote:
>>    692   83364 [main] ls 15015 normalize_posix_path: src Z:\
>>     35   83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\)
>>     24   83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:)
>>     24   83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0
>>   6738   90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\)
>>    214   90399 [main] ls 15015 __assert_func: assertion "p >= path" failed:
>
>I don't have time to check this carefully at the moment, but it looks like 
>what's happening is the following:
>
>path_conv::check is called on 'Z:\'.  It strips the trailing backslash and calls 
>mount_info::conv_to_win32_path on 'Z:'.  NtCreateFile fails with 
>STATUS_OBJECT_NAME_NOT_FOUND, which triggers the code containing the assertion. 
>The assertion fails because 'Z:' doesn't contain a backslash.
>
>I'll have time tomorrow to think about how to best fix this, if Corinna doesn't 
>get to it first.
>
>Ken
>
>--
>Problem reports:       http://cygwin.com/problems.html
>FAQ:                   http://cygwin.com/faq/
>Documentation:         http://cygwin.com/docs.html
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Hi,

Yes I noticed that, but it also strips the trailing back-slash for all
of the other virtual drives at the same stage in the checks on them as
well.


-- 

Mutt 1.12.1 (2019-06-15)

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 16:19   ` Wilfed Olaf Sulla via cygwin
@ 2019-12-04 16:39     ` Ken Brown
  0 siblings, 0 replies; 33+ messages in thread
From: Ken Brown @ 2019-12-04 16:39 UTC (permalink / raw)
  To: cygwin

On 12/4/2019 11:18 AM, Wilfed Olaf Sulla via cygwin wrote:
> On Wed 2019-12-04 14:40:18 +0000, Ken Brown wrote:
>> On 12/4/2019 5:40 AM, Wilfed Olaf Sulla via cygwin wrote:
>>> Hi,
>>>
>>> Cygwin is core dumping with the following message:
>>>
>>> assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)
>>>
>>>
>>> To recreate this event:
>>>
>>> shackleton:sulla:$ cd /cygdrive/
>>> shackleton:sulla:$ ls -la
>>>
>>>
>>> Build:
>>>
>>> CYGWIN_NT-6.1 shackleton 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
>>> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>>>
>>> -	Yes, it is an old machine that has been around for a while, but it
>>> 	does the job asked of it.
>>>
>>>
>>> A similar event seems to have cropped up before, with a pair of patches
>>> following:
>>>
>>> 	Re: winsup\cygwin\path.cc issues
>>> 	https://sourceware.org/ml/cygwin/2018-05/msg00315.html
>>>
>>> 	Cygwin: normalize_win32_path: Avoid buffer underruns
>>> 	https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=35998fc2fa6c
>>
>> There was also a more recent example:
>>
>>       https://cygwin.com/ml/cygwin/2019-09/msg00228.html ,
>>
>> which was fixed here:
>>
>>       https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=283cb372e
>>
>> Please try the test release cygwin-3.1.0-0.8 to see if the fix also works for
>> your case.  If not, can you figure out which file in /cygdrive causes the
>> assertion failure?
>>
>> Ken
> 
> Many thanks.
> 
> I have installed cygwin-3.1.0-0.8 and re-run the steps without issue.
> 
> I looked into this a bit further: the path /cygdrive/ just contains
> virtual drives mapped onto network shares thus:
> 
> shackleton:sulla:$ ls
> c  e  g  v  w  x  y  z
> 
> C: on /cygdrive/c type ntfs (binary,noacl,posix=0,user,noumount,auto)
> E: on /cygdrive/e type vfat (binary,noacl,posix=0,user,noumount,auto)
> G: on /cygdrive/g type ntfs (binary,noacl,posix=0,user,noumount,auto)
> V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
> W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
> X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
> Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
> Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
> 
> The network shares were created via Explorer.
> 
> 
> So long as all the network shares are accessible there is no problem, however
> if /cygdrive/z is off-line - as was the case when I first encountered
> the problem

In that case, this is probably the same problem that was reported in

   https://cygwin.com/ml/cygwin/2019-10/msg00155.html,

which has not yet been solved.

Ken

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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 14:40 ` Ken Brown
@ 2019-12-04 16:19   ` Wilfed Olaf Sulla via cygwin
  2019-12-04 16:39     ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-04 16:19 UTC (permalink / raw)
  To: Cygwin

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

On Wed 2019-12-04 14:40:18 +0000, Ken Brown wrote:
> On 12/4/2019 5:40 AM, Wilfed Olaf Sulla via cygwin wrote:
> > Hi,
> > 
> > Cygwin is core dumping with the following message:
> > 
> > assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)
> > 
> > 
> > To recreate this event:
> > 
> > shackleton:sulla:$ cd /cygdrive/
> > shackleton:sulla:$ ls -la
> > 
> > 
> > Build:
> > 
> > CYGWIN_NT-6.1 shackleton 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
> > Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> > 
> > -	Yes, it is an old machine that has been around for a while, but it
> > 	does the job asked of it.
> > 
> > 
> > A similar event seems to have cropped up before, with a pair of patches
> > following:
> > 
> > 	Re: winsup\cygwin\path.cc issues
> > 	https://sourceware.org/ml/cygwin/2018-05/msg00315.html
> > 
> > 	Cygwin: normalize_win32_path: Avoid buffer underruns
> > 	https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=35998fc2fa6c
> 
> There was also a more recent example:
> 
>      https://cygwin.com/ml/cygwin/2019-09/msg00228.html ,
> 
> which was fixed here:
> 
>      https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=283cb372e
> 
> Please try the test release cygwin-3.1.0-0.8 to see if the fix also works for 
> your case.  If not, can you figure out which file in /cygdrive causes the 
> assertion failure?
> 
> Ken

Many thanks.

I have installed cygwin-3.1.0-0.8 and re-run the steps without issue.

I looked into this a bit further: the path /cygdrive/ just contains
virtual drives mapped onto network shares thus:

shackleton:sulla:$ ls
c  e  g  v  w  x  y  z

C: on /cygdrive/c type ntfs (binary,noacl,posix=0,user,noumount,auto)
E: on /cygdrive/e type vfat (binary,noacl,posix=0,user,noumount,auto)
G: on /cygdrive/g type ntfs (binary,noacl,posix=0,user,noumount,auto)
V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)

The network shares were created via Explorer.


So long as all the network shares are accessible there is no problem, however 
if /cygdrive/z is off-line - as was the case when I first encountered
the problem - although it was not listed in the output of 'mount', it was 
according to an strace of the 'ls' command still being passed through 
'normalize_win32_path' (see attached) and thus causing the aborted coredump:

shackleton:sulla:$ cd /cygdrive/
shackleton:sulla:$ ls -la
assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.1.0/cygwin-3.1.0-0.8.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2906, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)


-- 

Mutt 1.12.1 (2019-06-15)

[-- Attachment #2: strace_3_0_1.txt --]
[-- Type: text/plain, Size: 84391 bytes --]

--- Process 19228 created
--- Process 19228 loaded C:\Windows\System32\ntdll.dll at 0000000077a00000
--- Process 19228 loaded C:\Windows\System32\kernel32.dll at 00000000778e0000
--- Process 19228 loaded C:\Windows\System32\KernelBase.dll at 000007fefd7e0000
--- Process 19228 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 19228 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003c55a0000
--- Process 19228 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003db240000
    0       0 [main] ls (19228) **********************************************
  109     109 [main] ls (19228) Program name: C:\cygwin64\bin\ls.exe (windows pid 19228)
   84     193 [main] ls (19228) OS version:   Windows NT-6.1
   24     217 [main] ls (19228) **********************************************
--- Process 19228 loaded C:\Windows\System32\advapi32.dll at 000007fefd920000
--- Process 19228 loaded C:\Windows\System32\msvcrt.dll at 000007fefde90000
--- Process 19228 loaded C:\Windows\System32\sechost.dll at 000007fefdd60000
--- Process 19228 loaded C:\Windows\System32\rpcrt4.dll at 000007fefdf80000
--- Process 19228 loaded C:\Windows\System32\cryptbase.dll at 000007fefd3b0000
 2345    2562 [main] ls (19228) sigprocmask: 0 = sigprocmask (0, 0x0, 0x18030AD30)
  464    3026 [main] ls (19228) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x84, *m 6
   37    3063 [main] ls (19228) user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
  130    3193 [main] ls (19228) open_shared: name S-1-5-21-2509253142-392022648-1601765773-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x80, *m 6
   45    3238 [main] ls (19228) user_info::create: opening user shared for 'S-1-5-21-2509253142-392022648-1601765773-1001' at 0x180020000
   41    3279 [main] ls (19228) user_info::create: user shared version AB1FCCE8
   52    3331 [main] ls (19228) fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-19228-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
   65    3396 [main] ls (19228) fhandler_pipe::create: pipe read handle 0x9C
   21    3417 [main] ls (19228) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-19228-sigwait
   46    3463 [main] ls (19228) fhandler_pipe::create: pipe write handle 0xA0
   32    3495 [main] ls (19228) dll_crt0_0: finished dll_crt0_0 initialization
--- Process 19228 thread 17036 created
  329    3824 [sig] ls (19228) wait_sig: entering ReadFile loop, my_readsig 0x9C, my_sendsig 0xA0
  150    3974 [main] ls (19228) time: 1575470495 = time(0x0)
   75    4049 [main] ls (19228) mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\home\sulla, 0x0, no-add-slash)
   41    4090 [main] ls (19228) normalize_win32_path: C:\cygwin64\home\sulla = normalize_win32_path (C:\cygwin64\home\sulla)
   33    4123 [main] ls (19228) mount_info::conv_to_posix_path: /home/sulla = conv_to_posix_path (C:\cygwin64\home\sulla)
   41    4164 [main] ls (19228) sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130)
  110    4274 [main] ls (19228) _cygwin_istext_for_stdio: fd 0: not open
   24    4298 [main] ls (19228) _cygwin_istext_for_stdio: fd 1: not open
   20    4318 [main] ls (19228) _cygwin_istext_for_stdio: fd 2: not open
   75    4393 [main] ls (19228) open_shared: name cygpid.15015, n 15015, shared 0x30000 (wanted 0x0), h 0xC4, *m 5
   25    4418 [main] ls (19228) time: 1575470495 = time(0x0)
   33    4451 [main] ls 15015 pinfo::thisproc: myself dwProcessId 19228
   50    4501 [main] ls 15015 environ_init: GetEnvironmentStrings returned 0x453F00

Redacted

21    8182 [main] ls 15015 normalize_win32_path: C:\cygwin64\lib\lapack = normalize_win32_path (C:\cygwin64\lib\lapack)
   21    8203 [main] ls 15015 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\cygwin64\lib\lapack)
   37    9596 [main] ls 15015 getwinenv: can't set native for TEMP= since no environ yet
   20    9616 [main] ls 15015 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash)
   21    9637 [main] ls 15015 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp)
   48    9685 [main] ls 15015 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp)
   55    9740 [main] ls 15015 win_env::add_cache: posix /tmp
   20    9760 [main] ls 15015 win_env::add_cache: native TEMP=C:\cygwin64\tmp
   21    9781 [main] ls 15015 posify_maybe: env var converted to TEMP=/tmp
   49    9830 [main] ls 15015 win32env_to_cygenv: 0x60003ABE0: TEMP=/tmp
   37    9867 [main] ls 15015 win32env_to_cygenv: 0x60003AB80: TERM=xterm-256color
   36    9903 [main] ls 15015 getwinenv: can't set native for TMP= since no environ yet
   21    9924 [main] ls 15015 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash)
   21    9945 [main] ls 15015 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp)
   21    9966 [main] ls 15015 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp)
   51   10017 [main] ls 15015 win_env::add_cache: posix /tmp
   20   10037 [main] ls 15015 win_env::add_cache: native TMP=C:\cygwin64\tmp
   20   10057 [main] ls 15015 posify_maybe: env var converted to TMP=/tmp
   
Redacted

   26   10491 [main] ls 15015 pinfo_init: Set nice to 0
   20   10511 [main] ls 15015 pinfo_init: pid 15015, pgid 15015, process_state 0x41
   21   10532 [main] ls 15015 App version:  2007.0, api: 0.306
   20   10552 [main] ls 15015 DLL version:  3000.7, api: 0.338
   21   10573 [main] ls 15015 DLL build:    2019-04-30 18:08
   24   10597 [main] ls 15015 dtable::extend: size 32, fds 0x180334180
   83   10680 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  223   10903 [main] ls 15015 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
   46   10949 [main] ls 15015 transport_layer_pipes::connect: Error opening the pipe (2)
   38   10987 [main] ls 15015 client_request::make_request: cygserver un-available
--- Process 19228 (pid: 15015) thread 13064 created
 1653   12640 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
  135   12775 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
  118   12893 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
  114   13007 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
  150   13157 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
  332   13489 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-167315:4095:>
  168   13657 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:>
  152   13809 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
  118   13927 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: <Medium Mandatory Level:S-1-16-8192:401408:>
  154   14081 [main] ls 15015 cygheap_user::ontherange: what 2, pw 0x180334410
   32   14113 [main] ls 15015 cygheap_user::ontherange: HOME is already in the environment /home/sulla
  105   14218 [main] ls 15015 build_argv: argv[0] = 'ls'
   37   14255 [main] ls 15015 build_argv: argv[1] = '-la'
   30   14285 [main] ls 15015 build_argv: argv[2] = '/cygdrive/'
   27   14312 [main] ls 15015 build_argv: argc 3
  177   14489 [main] ls 15015 build_fh_pc: created an archetype (0x180335E70) for /dev/pty7(136/7)
   33   14522 [main] ls 15015 build_fh_pc: fh 0x180335B00, dev 00880007
   40   14562 [main] ls 15015 fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-pty7-from-master, size 131072, mode PIPE_TYPE_MESSAGE
   67   14629 [main] ls 15015 fhandler_pipe::create: pipe busy
   32   14661 [main] ls 15015 tty::exists: exists 1
   84   14745 [main] ls 15015 set_posix_access: ACL-Size: 124
   61   14806 [main] ls 15015 set_posix_access: Created SD-Size: 200
   28   14834 [main] ls 15015 fhandler_pty_slave::open: (393): pty output_mutex (0x120): waiting -1 ms
   32   14866 [main] ls 15015 fhandler_pty_slave::open: (393): pty output_mutex: acquired
   42   14908 [main] ls 15015 tty::create_inuse: cygtty.slave_alive.7 0x128
   29   14937 [main] ls 15015 fhandler_pty_slave::open: (396): pty output_mutex(0x120) released
   70   15007 [main] ls 15015 open_shared: name cygpid.3310, n 3310, shared 0x40000 (wanted 0x0), h 0x12C, *m 6
   87   15094 [main] ls 15015 fhandler_pty_slave::open: dup handles directly since I'm the owner
   63   15157 [main] ls 15015 fhandler_pty_slave::open: duplicated from_master 0x1CC->0x12C from pty_owner
   32   15189 [main] ls 15015 fhandler_pty_slave::open: duplicated to_master 0x1DC->0x134 from pty_owner
   35   15224 [main] ls 15015 fhandler_pty_slave::open: duplicated to_master_cyg 0x1E4->0x138 from pty_owner
   53   15277 [main] ls 15015 fhandler_console::need_invisible: invisible_console 0
   42   15319 [main] ls 15015 fhandler_base::open_with_arch: line 467:  /dev/pty7<0x180335E70> usecount + 1 = 1
   35   15354 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   35   15389 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   29   15418 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   32   15450 [main] ls 15015 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   30   15480 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x180335E70
   27   15507 [main] ls 15015 _pinfo::set_ctty: ctty was NULL
   33   15540 [main] ls 15015 _pinfo::set_ctty: line 547:  /dev/pty7<0x180335E70> usecount + 1 = 2
   29   15569 [main] ls 15015 _pinfo::set_ctty: /dev/pty7 ctty, usecount 2
   31   15600 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 15015, pid 15015, pgid 15015, tty->pgid 15013, tty->sid 3332
   35   15635 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   27   15662 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 2
   31   15693 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   30   15723 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   28   15751 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   29   15780 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   32   15812 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   30   15842 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   33   15875 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 2
   91   15966 [main] ls 15015 build_fh_pc: found an archetype for (null)(136/7) io_handle 0x12C
   38   16004 [main] ls 15015 build_fh_pc: fh 0x180336250, dev 00880007
   33   16037 [main] ls 15015 fhandler_base::open_with_arch: line 487:  /dev/pty7<0x180335E70> usecount + 1 = 3
   29   16066 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   31   16097 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   31   16128 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   31   16159 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   34   16193 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   31   16224 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   27   16251 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 3
   35   16286 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   29   16315 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   26   16341 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   33   16374 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   31   16405 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   29   16434 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   32   16466 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 3
   82   16548 [main] ls 15015 build_fh_pc: found an archetype for (null)(136/7) io_handle 0x12C
   29   16577 [main] ls 15015 build_fh_pc: fh 0x1803365C0, dev 00880007
   37   16614 [main] ls 15015 fhandler_base::open_with_arch: line 487:  /dev/pty7<0x180335E70> usecount + 1 = 4
   30   16644 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   27   16671 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   32   16703 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   30   16733 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   29   16762 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   34   16796 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   29   16825 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 4
   34   16859 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   29   16888 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   26   16914 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   34   16948 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0
   30   16978 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332
   28   17006 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70
   34   17040 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 4
  326   17366 [main] ls 15015 __set_errno: void dll_crt0_1(void*):983 setting errno 0
  388   17754 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
   78   17832 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  100   17932 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  125   18057 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
   98   18155 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  119   18274 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  453   18727 [main] ls 15015 isatty: 1 = isatty(1)
   36   18763 [main] ls 15015 ioctl: ioctl(fd 1, cmd 0x5401)
   30   18793 [main] ls 15015 fhandler_pty_slave::ioctl: ioctl (5401)
   30   18823 [main] ls 15015 fhandler_pty_slave::ioctl: (986): pty output_mutex (0x120): waiting -1 ms
   29   18852 [main] ls 15015 fhandler_pty_slave::ioctl: (986): pty output_mutex: acquired
   36   18888 [main] ls 15015 fhandler_pty_slave::ioctl: (1008): pty output_mutex(0x120) released
   31   18919 [main] ls 15015 fhandler_pty_slave::ioctl: 0 = ioctl(5401)
   29   18948 [main] ls 15015 ioctl: 0 = ioctl(1, 0x5401, ...)
  161   19109 [main] ls 15015 __get_lcid_from_locale: LCID=0x0000
   30   19139 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809
  775   19914 [main] ls 15015 open: open(/usr/share/locale/locale.alias, 0x0)
   33   19947 [main] ls 15015 normalize_posix_path: src /usr/share/locale/locale.alias
   29   19976 [main] ls 15015 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
   30   20006 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
   32   20038 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin64\usr\share\locale\locale.alias, flags 0x30008, rc 0
   70   20108 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias)
   31   20139 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias)
   44   20183 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe)
   29   20212 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe)
   42   20254 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk)
   28   20282 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk)
   42   20324 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk)
   29   20353 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk)
   25   20378 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\locale.alias, 0xFFFFB200) (mount_flags 0x30008, path_flags 0x0)
   28   20406 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   26   20432 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   56   20488 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   49   20537 [main] ls 15015 symlink_info::check: not a symlink
   45   20582 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB200) (mount_flags 0x30008, path_flags 0x0)
   32   20614 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\locale.alias), has_acls(1)
   33   20647 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   31   20678 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000)
   52   20730 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC0000034 -> windows error 2
   32   20762 [main] ls 15015 geterrno_from_win_error: windows error 2 == errno 2
   28   20790 [main] ls 15015 fhandler_base::open: 0xC0000034 = NtCreateFile (0x447700, 0x80100000, \??\C:\cygwin64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   26   20816 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000)
   27   20843 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000)
   33   20876 [main] ls 15015 open: -1 = open(/usr/share/locale/locale.alias, 0x8000), errno 2
  169   21045 [main] ls 15015 open: open(/usr/local/share/locale/locale.alias, 0x0)
   23   21068 [main] ls 15015 normalize_posix_path: src /usr/local/share/locale/locale.alias
   27   21095 [main] ls 15015 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)
   26   21121 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)
   30   21151 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin64\usr\local\share\locale\locale.alias, flags 0x30008, rc 0
   50   21201 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias)
   29   21230 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias)
   25   21255 [main] ls 15015 symlink_info::check: not a symlink
   26   21281 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale\locale.alias, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   25   21306 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)
   27   21333 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin64\usr\local\share\locale, flags 0x30008, rc 0
   43   21376 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale)
   28   21404 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale)
   24   21428 [main] ls 15015 symlink_info::check: not a symlink
   26   21454 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   25   21479 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)
   27   21506 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin64\usr\local\share, flags 0x30008, rc 0
   62   21568 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share)
   32   21600 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share)
   63   21663 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share.lnk)
   29   21692 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share.lnk)
   30   21722 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   25   21747 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local)
   28   21775 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\cygwin64\usr\local, flags 0x30008, rc 0
   48   21823 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\local)
   39   21862 [main] ls 15015 symlink_info::check: not a symlink
   40   21902 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   32   21934 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\local\share\locale\locale.alias), has_acls(1)
   29   21963 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   21991 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000)
   42   22033 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   30   22063 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   24   22087 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0x3A786574756D5F64, 0x80100000, \??\C:\cygwin64\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   28   22115 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000)
   24   22139 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000)
   29   22168 [main] ls 15015 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2
  168   22336 [main] ls 15015 open: open(/usr/share/X11/locale/locale.alias, 0x0)
   28   22364 [main] ls 15015 normalize_posix_path: src /usr/share/X11/locale/locale.alias
   23   22387 [main] ls 15015 normalize_posix_path: /usr/share/X11/locale/locale.alias = normalize_posix_path (/usr/share/X11/locale/locale.alias)
   28   22415 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale/locale.alias)
   26   22441 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale/locale.alias, dst C:\cygwin64\usr\share\X11\locale\locale.alias, flags 0x30008, rc 0
   52   22493 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\X11\locale\locale.alias)
   45   22538 [main] ls 15015 symlink_info::check: not a symlink
   42   22580 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0)
   28   22608 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\X11\locale\locale.alias), has_acls(1)
   29   22637 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   27   22664 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x108000)
   48   22712 [main] ls 15015 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
   27   22739 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   27   22766 [main] ls 15015 fhandler_base::open: 0x0 = NtCreateFile (0x19C, 0x80100000, \??\C:\cygwin64\usr\share\X11\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   25   22791 [main] ls 15015 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x108000)
   27   22818 [main] ls 15015 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x8000)
   25   22843 [main] ls 15015 open: 3 = open(/usr/share/X11/locale/locale.alias, 0x8000)
  100   22943 [main] ls 15015 _cygwin_istext_for_stdio: fd 3: opened as binary
  275   23218 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFC420) st_size=82265, st_mode=0100644, st_ino=16888498603642341st_atim=5D74EBDC.C1E191C st_ctim=5D74EBDC.C1E191C st_mtim=5D716DC1.0 st_birthtim=5D74EBDC.C1E191C
  128   23346 [main] ls 15015 fstat64: 0 = fstat(3, 0xFFFFC420)
  268   23614 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking
   72   23686 [main] ls 15015 fhandler_base::read: returning 65536, binary mode
   29   23715 [main] ls 15015 read: 65536 = read(3, 0x60004C4C0, 65536)
 1822   25537 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking
   59   25596 [main] ls 15015 fhandler_base::read: returning 16729, binary mode
   31   25627 [main] ls 15015 read: 16729 = read(3, 0x60004C4C0, 16729)
  440   26067 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking
   28   26095 [main] ls 15015 fhandler_base::read: returning 0, binary mode
   27   26122 [main] ls 15015 read: 0 = read(3, 0x60004C4C0, 0)
   25   26147 [main] ls 15015 close: close(3)
   36   26183 [main] ls 15015 fhandler_base::close: closing '/usr/share/X11/locale/locale.alias' handle 0x19C
   67   26250 [main] ls 15015 close: 0 = close(3)
 2802   29052 [main] ls 15015 open: open(/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, 0x10000)
   28   29080 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo
   26   29106 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo)
   28   29134 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo)
   28   29162 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   77   29239 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo)
   33   29272 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo)
   29   29301 [main] ls 15015 symlink_info::check: not a symlink
   25   29326 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   28   29354 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8/LC_TIME)
   25   29379 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME, flags 0x30008, rc 0
   48   29427 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME)
   27   29454 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME)
   27   29481 [main] ls 15015 symlink_info::check: not a symlink
   24   29505 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   29532 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8)
   25   29557 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8, flags 0x30008, rc 0
   44   29601 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8)
   27   29628 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8)
   44   29672 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8.lnk)
   27   29699 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8.lnk)
   27   29726 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   25   29751 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   28   29779 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   56   29835 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   44   29879 [main] ls 15015 symlink_info::check: not a symlink
   42   29921 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   29   29950 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo), has_acls(1)
   31   29981 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   29   30010 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   49   30059 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   31   30090 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   23   30113 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   29   30142 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   25   30167 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x18000)
   29   30196 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, 0x18000), errno 2
   64   30260 [main] ls 15015 open: open(/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, 0x10000)
   28   30288 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo
   24   30312 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo)
   27   30339 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo)
   26   30365 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   48   30413 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo)
   27   30440 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo)
   28   30468 [main] ls 15015 symlink_info::check: not a symlink
   24   30492 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   30519 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8/LC_TIME)
   26   30545 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME, flags 0x30008, rc 0
   45   30590 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME)
   27   30617 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME)
   28   30645 [main] ls 15015 symlink_info::check: not a symlink
   23   30668 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   28   30696 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8)
   25   30721 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8, dst C:\cygwin64\usr\share\locale\en_GB.utf8, flags 0x30008, rc 0
   43   30764 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8)
   26   30790 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8)
   44   30834 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8.lnk)
   26   30860 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8.lnk)
   28   30888 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   24   30912 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   28   30940 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   46   30986 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   37   31023 [main] ls 15015 symlink_info::check: not a symlink
   38   31061 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   29   31090 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo), has_acls(1)
   28   31118 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   31146 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x118000)
   45   31191 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   72   31263 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   26   31289 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   31   31320 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x118000)
   26   31346 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x18000)
   29   31375 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, 0x18000), errno 2
   62   31437 [main] ls 15015 open: open(/usr/share/locale/en_GB/LC_TIME/coreutils.mo, 0x10000)
   26   31463 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB/LC_TIME/coreutils.mo
   24   31487 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB/LC_TIME/coreutils.mo)
   27   31514 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB/LC_TIME/coreutils.mo)
   26   31540 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   47   31587 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo)
   27   31614 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo)
   27   31641 [main] ls 15015 symlink_info::check: not a symlink
   24   31665 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   31692 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB/LC_TIME)
   25   31717 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB\LC_TIME, flags 0x30008, rc 0
   43   31760 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME)
   27   31787 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME)
   42   31829 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME.lnk)
   26   31855 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME.lnk)
   27   31882 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   25   31907 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB)
   28   31935 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB, dst C:\cygwin64\usr\share\locale\en_GB, flags 0x30008, rc 0
   56   31991 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB)
   38   32029 [main] ls 15015 symlink_info::check: not a symlink
   41   32070 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   32100 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo), has_acls(1)
   27   32127 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   32155 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x118000)
   44   32199 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   30   32229 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   25   32254 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   30   32284 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x118000)
   25   32309 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x18000)
   29   32338 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB/LC_TIME/coreutils.mo, 0x18000), errno 2
   62   32400 [main] ls 15015 open: open(/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, 0x10000)
   26   32426 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo
   24   32450 [main] ls 15015 normalize_posix_path: /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo)
   26   32476 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo)
   26   32502 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   47   32549 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo)
   27   32576 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo)
   28   32604 [main] ls 15015 symlink_info::check: not a symlink
   23   32627 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   28   32655 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_TIME)
   25   32680 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_TIME, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME, flags 0x30008, rc 0
   45   32725 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME)
   26   32751 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME)
   28   32779 [main] ls 15015 symlink_info::check: not a symlink
   23   32802 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   32829 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8)
   25   32854 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8, dst C:\cygwin64\usr\share\locale\en.UTF-8, flags 0x30008, rc 0
   43   32897 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8)
   26   32923 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8)
   43   32966 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk)
   27   32993 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk)
   27   33020 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   25   33045 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   27   33072 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
  168   33240 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   42   33282 [main] ls 15015 symlink_info::check: not a symlink
   45   33327 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   35   33362 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo), has_acls(1)
   34   33396 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   29   33425 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   47   33472 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   29   33501 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   25   33526 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   28   33554 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000)
   26   33580 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x18000)
   27   33607 [main] ls 15015 open: -1 = open(/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, 0x18000), errno 2
   62   33669 [main] ls 15015 open: open(/usr/share/locale/en.utf8/LC_TIME/coreutils.mo, 0x10000)
   26   33695 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en.utf8/LC_TIME/coreutils.mo
   25   33720 [main] ls 15015 normalize_posix_path: /usr/share/locale/en.utf8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo)
   27   33747 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo)
   27   33774 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   48   33822 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo)
   28   33850 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo)
   27   33877 [main] ls 15015 symlink_info::check: not a symlink
   24   33901 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   26   33927 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_TIME)
   26   33953 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_TIME, dst C:\cygwin64\usr\share\locale\en.utf8\LC_TIME, flags 0x30008, rc 0
   44   33997 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME)
   28   34025 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME)
   26   34051 [main] ls 15015 symlink_info::check: not a symlink
   25   34076 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   26   34102 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8)
   26   34128 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8, dst C:\cygwin64\usr\share\locale\en.utf8, flags 0x30008, rc 0
   42   34170 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8)
   29   34199 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8)
   43   34242 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk)
   34   34276 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk)
   32   34308 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   34338 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
   30   34368 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0
   57   34425 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)
   48   34473 [main] ls 15015 symlink_info::check: not a symlink
   48   34521 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   34551 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo), has_acls(1)
   34   34585 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   28   34613 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000)
   47   34660 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   27   34687 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   28   34715 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   25   34740 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000)
   28   34768 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x18000)
   25   34793 [main] ls 15015 open: -1 = open(/usr/share/locale/en.utf8/LC_TIME/coreutils.mo, 0x18000), errno 2
   69   34862 [main] ls 15015 open: open(/usr/share/locale/en/LC_TIME/coreutils.mo, 0x10000)
   24   34886 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en/LC_TIME/coreutils.mo
   28   34914 [main] ls 15015 normalize_posix_path: /usr/share/locale/en/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en/LC_TIME/coreutils.mo)
   23   34937 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_TIME/coreutils.mo)
   28   34965 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, flags 0x30008, rc 0
   51   35016 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo)
   30   35046 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo)
   25   35071 [main] ls 15015 symlink_info::check: not a symlink
   26   35097 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   24   35121 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_TIME)
   28   35149 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_TIME, dst C:\cygwin64\usr\share\locale\en\LC_TIME, flags 0x30008, rc 0
   43   35192 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME)
   29   35221 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME)
   41   35262 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME.lnk)
   29   35291 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME.lnk)
   24   35315 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   30   35345 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en)
   28   35373 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst C:\cygwin64\usr\share\locale\en, flags 0x30008, rc 0
   47   35420 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en)
   39   35459 [main] ls 15015 symlink_info::check: not a symlink
   39   35498 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0)
   27   35525 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo), has_acls(1)
   29   35554 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3
   27   35581 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000)
   44   35625 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3
   27   35652 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2
   27   35679 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0x7, 0x80100000, \??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   25   35704 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000)
   28   35732 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x18000)
   25   35757 [main] ls 15015 open: -1 = open(/usr/share/locale/en/LC_TIME/coreutils.mo, 0x18000), errno 2
 1796   37553 [main] ls 15015 lstat64: entering
   27   37580 [main] ls 15015 normalize_posix_path: src /cygdrive/
   25   37605 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/)
   26   37631 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive)
   27   37658 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0
   32   37690 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0
   26   37716 [main] ls 15015 stat_worker: (\??\C:\cygwin64\cygdrive, 0x60004C4D0, 0x180336CE0), file_attributes 17
   28   37744 [main] ls 15015 time: 1575470495 = time(0x0)
   28   37772 [main] ls 15015 stat_worker: 0 = (\??\C:\cygwin64\cygdrive,0x60004C4D0)
   28   37800 [main] ls 15015 normalize_posix_path: src /cygdrive/
   23   37823 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/)
   27   37850 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive)
   25   37875 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0
   32   37907 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0
   25   37932 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  235   38167 [main] ls 15015 normalize_posix_path: src /cygdrive/
   25   38192 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/)
   24   38216 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive)
   28   38244 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0
   28   38272 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0
  100   38372 [main] ls 15015 fhandler_base::set_flags: flags 0x0, supplied_bin 0x10000
   27   38399 [main] ls 15015 fhandler_base::set_flags: filemode set to binary
   24   38423 [main] ls 15015 fhandler_base::open_null: 0x0 = NtCreateFile (0x19C, ... \Device\Null ...)
   27   38450 [main] ls 15015 fhandler_base::open_null: 1 = fhandler_base::open_null (0x0)
   33   38483 [main] ls 15015 fhandler_base::set_close_on_exec: set close_on_exec for /cygdrive to 1
   28   38511 [main] ls 15015 fhandler_disk_file::opendir: 0x60006DA50 = opendir (/cygdrive)
  135   38646 [main] ls 15015 normalize_posix_path: src C:\
   28   38674 [main] ls 15015 normalize_win32_path: C:\ = normalize_win32_path (C:\)
   27   38701 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (C:)
   26   38727 [main] ls 15015 mount_info::conv_to_win32_path: src_path C:, dst C:, flags 0x0, rc 0
   46   38773 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\)
   48   38821 [main] ls 15015 symlink_info::check: not a symlink
   28   38849 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   25   38874 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(0)
   49   38923 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (c)
   29   38952 [main] ls 15015 lstat64: entering
   26   38978 [main] ls 15015 normalize_posix_path: src /cygdrive/c
   24   39002 [main] ls 15015 normalize_posix_path: /cygdrive/c = normalize_posix_path (/cygdrive/c)
   27   39029 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c)
   24   39053 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/c', dst 'C:\'
   26   39079 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/c, dst C:\, flags 0x6020, rc 0
   48   39127 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\)
   43   39170 [main] ls 15015 symlink_info::check: not a symlink
   26   39196 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   28   39224 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(1)
   28   39252 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   28   39280 [main] ls 15015 stat_worker: (\??\C:\, 0x60004C4D0, 0x180337348), file_attributes 8214
   26   39306 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\C:\, 0x60004C4D0) st_size=0, st_mode=040755, st_ino=1407374883553285st_atim=5DD01B20.978CAE0 st_ctim=5DD01B20.978CAE0 st_mtim=5DD01B20.978CAE0 st_birthtim=50790414.14E06154
   31   39337 [main] ls 15015 stat_worker: 0 = (\??\C:\,0x60004C4D0)
   45   39382 [main] ls 15015 normalize_posix_path: src /cygdrive/c
   29   39411 [main] ls 15015 normalize_posix_path: /cygdrive/c = normalize_posix_path (/cygdrive/c)
   24   39435 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c)
   27   39462 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/c', dst 'C:\'
   24   39486 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/c, dst C:\, flags 0x6020, rc 0
   46   39532 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\)
   41   39573 [main] ls 15015 symlink_info::check: not a symlink
   28   39601 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   25   39626 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(1)
   29   39655 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   24   39679 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  139   39818 [main] ls 15015 normalize_posix_path: src E:\
   29   39847 [main] ls 15015 normalize_win32_path: E:\ = normalize_win32_path (E:\)
   26   39873 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (E:)
   28   39901 [main] ls 15015 mount_info::conv_to_win32_path: src_path E:, dst E:, flags 0x0, rc 0
   38   39939 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\)
   43   39982 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\)
   40   40022 [main] ls 15015 symlink_info::check: not a symlink
   27   40049 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   25   40074 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0)
   39   40113 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (e)
   27   40140 [main] ls 15015 lstat64: entering
   28   40168 [main] ls 15015 normalize_posix_path: src /cygdrive/e
   29   40197 [main] ls 15015 normalize_posix_path: /cygdrive/e = normalize_posix_path (/cygdrive/e)
   30   40227 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/e)
   25   40252 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/e', dst 'E:\'
   27   40279 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/e, dst E:\, flags 0x6020, rc 0
   37   40316 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\)
   40   40356 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\)
   35   40391 [main] ls 15015 symlink_info::check: not a symlink
   27   40418 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   25   40443 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0)
   29   40472 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   40497 [main] ls 15015 stat_worker: (\??\E:\, 0x60004C580, 0x180337348), file_attributes 16
   28   40525 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\E:\, 0x60004C580) st_size=0, st_mode=040755, st_ino=-2566561525704931545st_atim=12CEA600.0 st_ctim=12CEA600.0 st_mtim=12CEA600.0 st_birthtim=12CEA600.0
   28   40553 [main] ls 15015 stat_worker: 0 = (\??\E:\,0x60004C580)
   38   40591 [main] ls 15015 normalize_posix_path: src /cygdrive/e
   25   40616 [main] ls 15015 normalize_posix_path: /cygdrive/e = normalize_posix_path (/cygdrive/e)
   27   40643 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/e)
   25   40668 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/e', dst 'E:\'
   26   40694 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/e, dst E:\, flags 0x6020, rc 0
   36   40730 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\)
   40   40770 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\)
   34   40804 [main] ls 15015 symlink_info::check: not a symlink
   27   40831 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   25   40856 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0)
   28   40884 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   40909 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  160   41069 [main] ls 15015 normalize_posix_path: src G:\
   31   41100 [main] ls 15015 normalize_win32_path: G:\ = normalize_win32_path (G:\)
   26   41126 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (G:)
   28   41154 [main] ls 15015 mount_info::conv_to_win32_path: src_path G:, dst G:, flags 0x0, rc 0
   57   41211 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\)
   41   41252 [main] ls 15015 symlink_info::check: not a symlink
   26   41278 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   28   41306 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(0)
   44   41350 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (g)
   30   41380 [main] ls 15015 lstat64: entering
   24   41404 [main] ls 15015 normalize_posix_path: src /cygdrive/g
   27   41431 [main] ls 15015 normalize_posix_path: /cygdrive/g = normalize_posix_path (/cygdrive/g)
   24   41455 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/g)
   25   41480 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/g', dst 'G:\'
   24   41504 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/g, dst G:\, flags 0x6020, rc 0
   47   41551 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\)
   36   41587 [main] ls 15015 symlink_info::check: not a symlink
   27   41614 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   25   41639 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(1)
   31   41670 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   26   41696 [main] ls 15015 stat_worker: (\??\G:\, 0x60004C630, 0x180337348), file_attributes 54
   29   41725 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\G:\, 0x60004C630) st_size=0, st_mode=040755, st_ino=1407374883553285st_atim=5DD01B24.2A22F5B8 st_ctim=5DD01B24.2A22F5B8 st_mtim=5DD01B24.2A22F5B8 st_birthtim=507A03B8.3AE4688C
   28   41753 [main] ls 15015 stat_worker: 0 = (\??\G:\,0x60004C630)
   40   41793 [main] ls 15015 normalize_posix_path: src /cygdrive/g
   26   41819 [main] ls 15015 normalize_posix_path: /cygdrive/g = normalize_posix_path (/cygdrive/g)
   26   41845 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/g)
   25   41870 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/g', dst 'G:\'
   26   41896 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/g, dst G:\, flags 0x6020, rc 0
   45   41941 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\)
   36   41977 [main] ls 15015 symlink_info::check: not a symlink
   25   42002 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   28   42030 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(1)
   27   42057 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   27   42084 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\netapi32.dll at 000007fefc890000
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\netutils.dll at 000007fefc950000
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\srvcli.dll at 000007fefcfc0000
--- Process 19228 (pid: 15015) loaded C:\Windows\System32\wkscli.dll at 000007fefc870000
--- Process 19228 (pid: 15015) thread 16532 created
 3062   45146 [main] ls 15015 normalize_posix_path: src V:\
   53   45199 [main] ls 15015 normalize_win32_path: V:\ = normalize_win32_path (V:\)
   26   45225 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (V:)
   27   45252 [main] ls 15015 mount_info::conv_to_win32_path: src_path V:, dst V:, flags 0x0, rc 0
 1206   46458 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\)
  996   47454 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\)
 1487   48941 [main] ls 15015 symlink_info::check: not a symlink
   91   49032 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   32   49064 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(0)
  497   49561 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (v)
   39   49600 [main] ls 15015 lstat64: entering
   25   49625 [main] ls 15015 normalize_posix_path: src /cygdrive/v
   24   49649 [main] ls 15015 normalize_posix_path: /cygdrive/v = normalize_posix_path (/cygdrive/v)
   23   49672 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/v)
   23   49695 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/v', dst 'V:\'
   23   49718 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/v, dst V:\, flags 0x6020, rc 0
  520   50238 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\)
  861   51099 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\)
  440   51539 [main] ls 15015 symlink_info::check: not a symlink
   69   51608 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   29   51637 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(1)
   30   51667 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   24   51691 [main] ls 15015 stat_worker: (\??\V:\, 0x60004C6E0, 0x180337348), file_attributes 48
   26   51717 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\V:\, 0x60004C6E0) st_size=0, st_mode=040755, st_ino=256st_atim=5D75FE51.13D3B798 st_ctim=5DE58287.16C85F80 st_mtim=5DE58287.16C85F80 st_birthtim=5D754BBC.F0E4C0
   32   51749 [main] ls 15015 stat_worker: 0 = (\??\V:\,0x60004C6E0)
  481   52230 [main] ls 15015 normalize_posix_path: src /cygdrive/v
   34   52264 [main] ls 15015 normalize_posix_path: /cygdrive/v = normalize_posix_path (/cygdrive/v)
   27   52291 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/v)
   24   52315 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/v', dst 'V:\'
   22   52337 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/v, dst V:\, flags 0x6020, rc 0
  512   52849 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\)
  804   53653 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\)
  788   54441 [main] ls 15015 symlink_info::check: not a symlink
   51   54492 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   29   54521 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(1)
   31   54552 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   24   54576 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  743   55319 [main] ls 15015 normalize_posix_path: src W:\
   34   55353 [main] ls 15015 normalize_win32_path: W:\ = normalize_win32_path (W:\)
   24   55377 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (W:)
   25   55402 [main] ls 15015 mount_info::conv_to_win32_path: src_path W:, dst W:, flags 0x0, rc 0
  698   56100 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\)
  873   56973 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\)
 1463   58436 [main] ls 15015 symlink_info::check: not a symlink
   90   58526 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   28   58554 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(0)
  498   59052 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (w)
   36   59088 [main] ls 15015 lstat64: entering
   28   59116 [main] ls 15015 normalize_posix_path: src /cygdrive/w
   23   59139 [main] ls 15015 normalize_posix_path: /cygdrive/w = normalize_posix_path (/cygdrive/w)
   24   59163 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/w)
   23   59186 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/w', dst 'W:\'
   23   59209 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/w, dst W:\, flags 0x6020, rc 0
  512   59721 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\)
  829   60550 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\)
  435   60985 [main] ls 15015 symlink_info::check: not a symlink
   70   61055 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   29   61084 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(1)
   28   61112 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   61137 [main] ls 15015 stat_worker: (\??\W:\, 0x60004C790, 0x180337348), file_attributes 2096
   25   61162 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\W:\, 0x60004C790) st_size=0, st_mode=040755, st_ino=256st_atim=5D753CE7.36766138 st_ctim=5DE58287.19588298 st_mtim=5DE58287.19588298 st_birthtim=5C1703B9.1F2D7840
   27   61189 [main] ls 15015 stat_worker: 0 = (\??\W:\,0x60004C790)
  468   61657 [main] ls 15015 normalize_posix_path: src /cygdrive/w
   33   61690 [main] ls 15015 normalize_posix_path: /cygdrive/w = normalize_posix_path (/cygdrive/w)
   28   61718 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/w)
   24   61742 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/w', dst 'W:\'
   22   61764 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/w, dst W:\, flags 0x6020, rc 0
  519   62283 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\)
  968   63251 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\)
  744   63995 [main] ls 15015 symlink_info::check: not a symlink
   41   64036 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   31   64067 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(1)
   29   64096 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   23   64119 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  685   64804 [main] ls 15015 normalize_posix_path: src X:\
   33   64837 [main] ls 15015 normalize_win32_path: X:\ = normalize_win32_path (X:\)
   25   64862 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (X:)
   25   64887 [main] ls 15015 mount_info::conv_to_win32_path: src_path X:, dst X:, flags 0x0, rc 0
  675   65562 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\)
  861   66423 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\)
 1448   67871 [main] ls 15015 symlink_info::check: not a symlink
   90   67961 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   30   67991 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(0)
  483   68474 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (x)
   35   68509 [main] ls 15015 lstat64: entering
   26   68535 [main] ls 15015 normalize_posix_path: src /cygdrive/x
   23   68558 [main] ls 15015 normalize_posix_path: /cygdrive/x = normalize_posix_path (/cygdrive/x)
   22   68580 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/x)
   24   68604 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/x', dst 'X:\'
   23   68627 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/x, dst X:\, flags 0x6020, rc 0
  505   69132 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\)
  853   69985 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\)
  448   70433 [main] ls 15015 symlink_info::check: not a symlink
   72   70505 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   30   70535 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(1)
   28   70563 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   25   70588 [main] ls 15015 stat_worker: (\??\X:\, 0x60004C840, 0x180337348), file_attributes 2096
   25   70613 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\X:\, 0x60004C840) st_size=0, st_mode=040755, st_ino=256st_atim=5DE203B7.39458A4C st_ctim=5DE58287.1AE53E44 st_mtim=5DE58287.1AE53E44 st_birthtim=5C04B9BD.90F9548
   26   70639 [main] ls 15015 stat_worker: 0 = (\??\X:\,0x60004C840)
  489   71128 [main] ls 15015 normalize_posix_path: src /cygdrive/x
   32   71160 [main] ls 15015 normalize_posix_path: /cygdrive/x = normalize_posix_path (/cygdrive/x)
   28   71188 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/x)
   24   71212 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/x', dst 'X:\'
   22   71234 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/x, dst X:\, flags 0x6020, rc 0
  505   71739 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\)
  819   72558 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\)
  430   72988 [main] ls 15015 symlink_info::check: not a symlink
   71   73059 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   52   73111 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(1)
   41   73152 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   40   73192 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  617   73809 [main] ls 15015 normalize_posix_path: src Y:\
   43   73852 [main] ls 15015 normalize_win32_path: Y:\ = normalize_win32_path (Y:\)
   34   73886 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Y:)
   35   73921 [main] ls 15015 mount_info::conv_to_win32_path: src_path Y:, dst Y:, flags 0x0, rc 0
  674   74595 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\)
  866   75461 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\)
 1451   76912 [main] ls 15015 symlink_info::check: not a symlink
   90   77002 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0)
   30   77032 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(0)
  483   77515 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (y)
   35   77550 [main] ls 15015 lstat64: entering
   28   77578 [main] ls 15015 normalize_posix_path: src /cygdrive/y
   23   77601 [main] ls 15015 normalize_posix_path: /cygdrive/y = normalize_posix_path (/cygdrive/y)
   23   77624 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/y)
   25   77649 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/y', dst 'Y:\'
   22   77671 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/y, dst Y:\, flags 0x6020, rc 0
  530   78201 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\)
  865   79066 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\)
  514   79580 [main] ls 15015 symlink_info::check: not a symlink
   62   79642 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0)
   94   79736 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(1)
   62   79798 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   60   79858 [main] ls 15015 stat_worker: (\??\Y:\, 0x60004C8F0, 0x180337348), file_attributes 2096
   59   79917 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\Y:\, 0x60004C8F0) st_size=0, st_mode=040755, st_ino=256st_atim=5D753CD1.37479384 st_ctim=5DE58287.1B9C5A0C st_mtim=5DE58287.1B9C5A0C st_birthtim=5C0062AF.3F10F88
   62   79979 [main] ls 15015 stat_worker: 0 = (\??\Y:\,0x60004C8F0)
  548   80527 [main] ls 15015 normalize_posix_path: src /cygdrive/y
   35   80562 [main] ls 15015 normalize_posix_path: /cygdrive/y = normalize_posix_path (/cygdrive/y)
   49   80611 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/y)
   44   80655 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/y', dst 'Y:\'
   42   80697 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/y, dst Y:\, flags 0x6020, rc 0
  552   81249 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\)
  837   82086 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\)
  435   82521 [main] ls 15015 symlink_info::check: not a symlink
   69   82590 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0)
   30   82620 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(1)
   29   82649 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3
   23   82672 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134
  692   83364 [main] ls 15015 normalize_posix_path: src Z:\
   35   83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\)
   24   83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:)
   24   83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0
 6738   90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\)
  214   90399 [main] ls 15015 __assert_func: assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)
   51   90450 [main] ls 15015 set_signal_mask: setmask 0, newmask FFFFFFFFFFFEFEDF, mask_bits 0
   59   90509 [main] ls 15015 sig_send: sendsig 0xA0, pid 15015, signal 6, its_me 1
  107   90616 [main] ls 15015 sig_send: wakeup 0x1D0
   49   90665 [main] ls 15015 sig_send: Waiting for pack.wakeup 0x1D0
   73   90738 [sig] ls 15015 sigpacket::process: signal 6 processing
  153   90891 [sig] ls 15015 sigpacket::process: signal 6, signal handler 0x180060A70
   26   90917 [sig] ls 15015 sigpacket::setup_handler: controlled interrupt. stackptr 0xFFFFE460, stack 0xFFFFE458, stackptr[-1] 0x1004059C3
   27   90944 [sig] ls 15015 proc_subproc: args: 5, 1
   22   90966 [sig] ls 15015 proc_subproc: clear waiting threads
   22   90988 [sig] ls 15015 proc_subproc: finished clearing
   21   91009 [sig] ls 15015 proc_subproc: returning 1
   21   91030 [sig] ls 15015 _cygtls::interrupt_setup: armed signal_arrived 0x1D4, signal 6
   22   91052 [sig] ls 15015 sigpacket::setup_handler: signal 6 delivered
   22   91074 [sig] ls 15015 sigpacket::process: returning 1
   22   91096 [sig] ls 15015 wait_sig: signalling pack.wakeup 0x1D0
   26   91122 [main] ls 15015 set_process_mask_delta: oldmask FFFFFFFFFFFEFEDF, newmask FFFFFFFFFFFEFEDF, deltamask 0
   47   91169 [main] ls 15015 signal_exit: exiting due to signal 6
  663   91832 [main] ls 15015 cygwin_exception::open_stackdumpfile: Dumping stack trace to ls.exe.stackdump
96586  188418 [main] ls 15015 signal_exit: about to call do_exit (86)
   70  188488 [main] ls 15015 do_exit: do_exit (134), exit_state 2
   39  188527 [main] ls 15015 void: 0x0 = signal (20, 0x1)
   34  188561 [main] ls 15015 void: 0x0 = signal (1, 0x1)
   33  188594 [main] ls 15015 void: 0x0 = signal (2, 0x1)
   27  188621 [main] ls 15015 void: 0x0 = signal (3, 0x1)
   32  188653 [main] ls 15015 fhandler_base::close_with_arch: line 1180:  /dev/pty7<0x180335E70> usecount + -1 = 3
   28  188681 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype
   30  188711 [main] ls 15015 fhandler_base::close_with_arch: line 1180:  /dev/pty7<0x180335E70> usecount + -1 = 2
   34  188745 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype
   30  188775 [main] ls 15015 fhandler_base::close_with_arch: line 1180:  /dev/pty7<0x180335E70> usecount + -1 = 1
   25  188800 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype
   31  188831 [main] ls 15015 fhandler_base::close: closing '/cygdrive' handle 0x19C
   31  188862 [main] ls 15015 init_cygheap::close_ctty: closing cygheap->ctty 0x180335E70
   26  188888 [main] ls 15015 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   25  188913 [main] ls 15015 fhandler_pty_slave::cleanup: /dev/pty7 closed, usecount 0
   29  188942 [main] ls 15015 fhandler_pty_slave::close: closing last open /dev/pty7 handle
  122  189064 [main] ls 15015 fhandler_console::free_console: freed console, res 1
   44  189108 [main] ls 15015 fhandler_pty_common::close: pty7 <0x12C,0x134> closing
   62  189170 [main] ls 15015 dtable::delete_archetype: deleting element 0 for /dev/pty7(136/7)
   36  189206 [main] ls 15015 getpid: 15015 = getpid()
   34  189240 [main] ls 15015 proc_terminate: nprocs 0
   32  189272 [main] ls 15015 proc_terminate: leaving
   43  189315 [main] ls 15015 pinfo::exit: Calling dlls.cleanup_forkables n 0x86, exitcode 0x8600
   31  189346 [main] ls 15015 pinfo::exit: Calling ExitProcess n 0x86, exitcode 0x8600
--- Process 19228 (pid: 15015) thread 18812 exited with status 0x8600
--- Process 19228 (pid: 15015) thread 13064 exited with status 0x8600
--- Process 19228 (pid: 15015) thread 17036 exited with status 0x8600
--- Process 19228 (pid: 15015) exited with status 0x8600


[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


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

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

* Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
  2019-12-04 10:41 Wilfed Olaf Sulla via cygwin
@ 2019-12-04 14:40 ` Ken Brown
  2019-12-04 16:19   ` Wilfed Olaf Sulla via cygwin
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2019-12-04 14:40 UTC (permalink / raw)
  To: cygwin; +Cc: Wilfed Olaf Sulla

On 12/4/2019 5:40 AM, Wilfed Olaf Sulla via cygwin wrote:
> Hi,
> 
> Cygwin is core dumping with the following message:
> 
> assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)
> 
> 
> To recreate this event:
> 
> shackleton:sulla:$ cd /cygdrive/
> shackleton:sulla:$ ls -la
> 
> 
> Build:
> 
> CYGWIN_NT-6.1 shackleton 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> 
> -	Yes, it is an old machine that has been around for a while, but it
> 	does the job asked of it.
> 
> 
> A similar event seems to have cropped up before, with a pair of patches
> following:
> 
> 	Re: winsup\cygwin\path.cc issues
> 	https://sourceware.org/ml/cygwin/2018-05/msg00315.html
> 
> 	Cygwin: normalize_win32_path: Avoid buffer underruns
> 	https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=35998fc2fa6c

There was also a more recent example:

     https://cygwin.com/ml/cygwin/2019-09/msg00228.html ,

which was fixed here:

     https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=283cb372e

Please try the test release cygwin-3.1.0-0.8 to see if the fix also works for 
your case.  If not, can you figure out which file in /cygdrive causes the 
assertion failure?

Ken

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

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

* 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build
@ 2019-12-04 10:41 Wilfed Olaf Sulla via cygwin
  2019-12-04 14:40 ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Wilfed Olaf Sulla via cygwin @ 2019-12-04 10:41 UTC (permalink / raw)
  To: Cygwin

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

Hi,

Cygwin is core dumping with the following message:

assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&)


To recreate this event:

shackleton:sulla:$ cd /cygdrive/
shackleton:sulla:$ ls -la


Build:

CYGWIN_NT-6.1 shackleton 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

-	Yes, it is an old machine that has been around for a while, but it
	does the job asked of it.


A similar event seems to have cropped up before, with a pair of patches
following:

	Re: winsup\cygwin\path.cc issues
	https://sourceware.org/ml/cygwin/2018-05/msg00315.html

	Cygwin: normalize_win32_path: Avoid buffer underruns
	https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=35998fc2fa6c

However I have not found any specific mention to the event described
above.


Background:

I came across the event while troubleshooting an install of Perl via
perlbrew that is throwing errors on the some Cygwin tests. The machine
is patched on a regular basis, but a stat on C:\cygwin64 comes up with:

	Birth: 2014-12-05

One of the perl install tests that failed seems like it could be
related, though I am not sure at this stage.


I have attached a copy of a stack trace, and a redacted cygcheck.out.

The following in the latter might be of relevance:

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'


P.S.
Many thanks to all concerned for their efforts over the years.


-- 

Mutt 1.12.1 (2019-06-15)

[-- Attachment #2: cygcheck_redacted.out --]
[-- Type: text/plain, Size: 249260 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Dec 03 13:21:28 2019

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:	
	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\windows\system32
	C:\windows
	C:\cygwin64\lib\lapack

Output from C:\cygwin64\bin\id.exe
UID: 1001(sulla)               GID: 513(None)
513(None)                      545(Users)
4(INTERACTIVE)                 66049(CONSOLE LOGON)
11(Authenticated Users)        15(This Organization)
113(Local account)             4095(CurrentSession)
66048(LOCAL)                   262154(NTLM Authentication)
401408(Medium Mandatory Level)

SysDir: C:\windows\system32
WinDir: C:\windows

USER = 'sulla'
PWD = '/home/sulla'
HOME = '/home/sulla'


HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: e022582115c10879 Path: C:\cygwin64

C:\cygwin64                                /                      system  binary,auto
C:\cygwin64\bin                            /usr/bin               system  binary,auto
C:\cygwin64\lib                            /usr/lib               system  binary,auto
cygdrive prefix                            /cygdrive              user    binary,noacl,posix=0,auto


   33k 2015/04/22 C:\cygwin64\bin\cygAiksaurus-1-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygAiksaurus-1-2-0.dll" v0.0 ts=2015-04-22 05:21
  168k 2018/10/02 C:\cygwin64\bin\cygapr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygapr-1-0.dll" v0.0 ts=2018-10-02 16:36
  142k 2017/10/23 C:\cygwin64\bin\cygaprutil-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygaprutil-1-0.dll" v0.0 ts=2017-10-24 00:13
  626k 2017/10/27 C:\cygwin64\bin\cygarchive-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygarchive-13.dll" v0.0 ts=2017-10-27 03:12
   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
  643k 2013/04/30 C:\cygwin64\bin\cygaspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygaspell-15.dll" v0.0 ts=2013-04-30 08:11
   65k 2019/05/02 C:\cygwin64\bin\cygassuan-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygassuan-0.dll" v0.0 ts=2019-05-02 12:33
  118k 2018/02/11 C:\cygwin64\bin\cygatk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-1.0-0.dll" v0.0 ts=2018-02-11 23:28
  165k 2018/02/11 C:\cygwin64\bin\cygatk-bridge-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-bridge-2.0-0.dll" v0.0 ts=2018-02-11 23:40
   29k 2018/12/09 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2018-12-08 22:53
  152k 2018/02/11 C:\cygwin64\bin\cygatspi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatspi-0.dll" v0.0 ts=2018-02-11 23:33
   19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
  188k 2018/09/10 C:\cygwin64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2018-09-10 13:23
   60k 2018/04/16 C:\cygwin64\bin\cygavahi-client-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-client-3.dll" v0.0 ts=2018-04-16 03:32
   43k 2018/04/16 C:\cygwin64\bin\cygavahi-common-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-common-3.dll" v0.0 ts=2018-04-16 03:32
   53k 2016/11/25 C:\cygwin64\bin\cygbind9-140.dll - os=4.0 img=0.0 sys=5.2
                  "cygbind9-140.dll" v0.0 ts=2016-11-25 20:37
   60k 2018/02/04 C:\cygwin64\bin\cygbind9-160.dll - os=4.0 img=0.0 sys=5.2
                  "cygbind9-160.dll" v0.0 ts=2018-02-04 06:26
   63k 2019/08/27 C:\cygwin64\bin\cygbind9-161.dll - os=4.0 img=0.0 sys=5.2
                  "cygbind9-161.dll" v0.0 ts=2019-08-27 20:40
  246k 2019/03/05 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2019-03-05 20:06
  129k 2019/05/13 C:\cygwin64\bin\cygbrotlicommon-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlicommon-1.dll" v0.0 ts=2019-05-13 02:33
   48k 2019/05/13 C:\cygwin64\bin\cygbrotlidec-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlidec-1.dll" v0.0 ts=2019-05-13 02:33
   66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
  699k 2019/08/27 C:\cygwin64\bin\cygc++-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygc++-1.dll" v0.0 ts=2019-08-27 05:06
  162k 2019/08/26 C:\cygwin64\bin\cygc++abi-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygc++abi-1.dll" v0.0 ts=2019-08-26 22:20
 1087k 2019/09/16 C:\cygwin64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2019-09-16 02:42
   27k 2019/09/16 C:\cygwin64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2019-09-16 02:43
  120k 2019/09/16 C:\cygwin64\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2019-09-16 02:43
   13k 2013/03/06 C:\cygwin64\bin\cygcatgets1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcatgets1.dll" v0.0 ts=2013-03-06 14:34
   54k 2019/09/07 C:\cygwin64\bin\cygcerf-1.dll - os=4.0 img=1.13 sys=5.2
                  "cygcerf-1.dll" v0.0 ts=2019-09-07 18:48
   10k 2015/02/20 C:\cygwin64\bin\cygcharset-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 17:07
   33k 2016/10/10 C:\cygwin64\bin\cygcheck-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcheck-0.dll" v0.0 ts=2016-10-10 03:14
  480k 2016/02/11 C:\cygwin64\bin\cygclang-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclang-3.7.dll" v0.0 ts=2016-02-11 11:57
  487k 2016/07/21 C:\cygwin64\bin\cygclang-3.8.dll - os=4.0 img=3.8 sys=5.2
                  "cygclang-3.8.dll" v0.0 ts=2016-07-21 09:42
  425k 2017/02/20 C:\cygwin64\bin\cygclang-3.9.dll - os=4.0 img=3.9 sys=5.2
                  "cygclang-3.9.dll" v0.0 ts=2017-02-20 20:29
  426k 2017/06/24 C:\cygwin64\bin\cygclang-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclang-4.0.dll" v0.0 ts=2017-06-24 01:34
  431k 2018/01/21 C:\cygwin64\bin\cygclang-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclang-5.0.dll" v0.0 ts=2018-01-21 12:13
  501k 2019/08/27 C:\cygwin64\bin\cygclang-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclang-8.dll" v0.0 ts=2019-08-27 06:13
12287k 2015/02/08 C:\cygwin64\bin\cygclang.dll - os=4.0 img=0.0 sys=5.2
                  "cygclang.dll" v0.0 ts=2015-02-08 18:07
  500k 2016/02/11 C:\cygwin64\bin\cygclangAnalysis-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangAnalysis-3.7.dll" v0.0 ts=2016-02-11 11:44
  505k 2016/07/21 C:\cygwin64\bin\cygclangAnalysis-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangAnalysis-3.8.dll" v0.0 ts=2016-07-21 09:27
  505k 2017/02/20 C:\cygwin64\bin\cygclangAnalysis-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangAnalysis-3.9.dll" v0.0 ts=2017-02-20 20:15
  562k 2017/06/24 C:\cygwin64\bin\cygclangAnalysis-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangAnalysis-4.0.dll" v0.0 ts=2017-06-24 01:20
  572k 2018/01/21 C:\cygwin64\bin\cygclangAnalysis-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangAnalysis-5.0.dll" v0.0 ts=2018-01-21 11:57
  992k 2019/08/27 C:\cygwin64\bin\cygclangAnalysis-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangAnalysis-8.dll" v0.0 ts=2019-08-26 18:26
 1294k 2016/02/11 C:\cygwin64\bin\cygclangARCMigrate-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangARCMigrate-3.7.dll" v0.0 ts=2016-02-11 11:56
 1387k 2016/07/21 C:\cygwin64\bin\cygclangARCMigrate-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangARCMigrate-3.8.dll" v0.0 ts=2016-07-21 09:40
 1430k 2017/02/20 C:\cygwin64\bin\cygclangARCMigrate-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangARCMigrate-3.9.dll" v0.0 ts=2017-02-20 20:28
 1493k 2017/06/24 C:\cygwin64\bin\cygclangARCMigrate-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangARCMigrate-4.0.dll" v0.0 ts=2017-06-24 01:33
 1541k 2018/01/21 C:\cygwin64\bin\cygclangARCMigrate-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangARCMigrate-5.0.dll" v0.0 ts=2018-01-21 12:11
 2667k 2019/08/27 C:\cygwin64\bin\cygclangARCMigrate-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangARCMigrate-8.dll" v0.0 ts=2019-08-27 06:12
 2440k 2016/02/11 C:\cygwin64\bin\cygclangAST-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangAST-3.7.dll" v0.0 ts=2016-02-11 11:43
 2597k 2016/07/21 C:\cygwin64\bin\cygclangAST-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangAST-3.8.dll" v0.0 ts=2016-07-21 09:26
 2632k 2017/02/20 C:\cygwin64\bin\cygclangAST-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangAST-3.9.dll" v0.0 ts=2017-02-20 20:13
 2715k 2017/06/24 C:\cygwin64\bin\cygclangAST-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangAST-4.0.dll" v0.0 ts=2017-06-24 01:18
 2817k 2018/01/21 C:\cygwin64\bin\cygclangAST-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangAST-5.0.dll" v0.0 ts=2018-01-21 11:56
 3733k 2019/08/27 C:\cygwin64\bin\cygclangAST-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangAST-8.dll" v0.0 ts=2019-08-26 18:19
  259k 2016/02/11 C:\cygwin64\bin\cygclangASTMatchers-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangASTMatchers-3.7.dll" v0.0 ts=2016-02-11 11:44
  280k 2016/07/21 C:\cygwin64\bin\cygclangASTMatchers-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangASTMatchers-3.8.dll" v0.0 ts=2016-07-21 09:27
  304k 2017/02/20 C:\cygwin64\bin\cygclangASTMatchers-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangASTMatchers-3.9.dll" v0.0 ts=2017-02-20 20:15
  316k 2017/06/24 C:\cygwin64\bin\cygclangASTMatchers-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangASTMatchers-4.0.dll" v0.0 ts=2017-06-24 01:20
  326k 2018/01/21 C:\cygwin64\bin\cygclangASTMatchers-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangASTMatchers-5.0.dll" v0.0 ts=2018-01-21 11:57
  519k 2019/08/27 C:\cygwin64\bin\cygclangASTMatchers-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangASTMatchers-8.dll" v0.0 ts=2019-08-26 18:21
 1391k 2016/02/11 C:\cygwin64\bin\cygclangBasic-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangBasic-3.7.dll" v0.0 ts=2016-02-11 11:40
 1536k 2016/07/21 C:\cygwin64\bin\cygclangBasic-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangBasic-3.8.dll" v0.0 ts=2016-07-21 09:24
 1706k 2017/02/20 C:\cygwin64\bin\cygclangBasic-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangBasic-3.9.dll" v0.0 ts=2017-02-20 20:11
 1760k 2017/06/24 C:\cygwin64\bin\cygclangBasic-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangBasic-4.0.dll" v0.0 ts=2017-06-24 01:15
 1842k 2018/01/21 C:\cygwin64\bin\cygclangBasic-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangBasic-5.0.dll" v0.0 ts=2018-01-21 11:53
 2314k 2019/08/27 C:\cygwin64\bin\cygclangBasic-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangBasic-8.dll" v0.0 ts=2019-08-26 18:16
 2481k 2016/02/11 C:\cygwin64\bin\cygclangCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangCodeGen-3.7.dll" v0.0 ts=2016-02-11 11:56
 2772k 2016/07/21 C:\cygwin64\bin\cygclangCodeGen-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangCodeGen-3.8.dll" v0.0 ts=2016-07-21 09:41
 3012k 2017/02/20 C:\cygwin64\bin\cygclangCodeGen-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangCodeGen-3.9.dll" v0.0 ts=2017-02-20 20:29
 3185k 2017/06/24 C:\cygwin64\bin\cygclangCodeGen-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangCodeGen-4.0.dll" v0.0 ts=2017-06-24 01:34
 3417k 2018/01/21 C:\cygwin64\bin\cygclangCodeGen-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangCodeGen-5.0.dll" v0.0 ts=2018-01-21 12:13
 4469k 2019/08/27 C:\cygwin64\bin\cygclangCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangCodeGen-8.dll" v0.0 ts=2019-08-27 06:08
   36k 2019/08/27 C:\cygwin64\bin\cygclangCrossTU-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangCrossTU-8.dll" v0.0 ts=2019-08-27 06:09
  797k 2016/02/11 C:\cygwin64\bin\cygclangDriver-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangDriver-3.7.dll" v0.0 ts=2016-02-11 22:34
  890k 2016/07/21 C:\cygwin64\bin\cygclangDriver-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangDriver-3.8.dll" v0.0 ts=2016-07-21 09:24
  972k 2017/02/20 C:\cygwin64\bin\cygclangDriver-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangDriver-3.9.dll" v0.0 ts=2017-02-20 20:11
 1082k 2017/06/24 C:\cygwin64\bin\cygclangDriver-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangDriver-4.0.dll" v0.0 ts=2017-06-24 01:16
 1320k 2018/01/21 C:\cygwin64\bin\cygclangDriver-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangDriver-5.0.dll" v0.0 ts=2018-01-21 11:54
 1705k 2019/08/27 C:\cygwin64\bin\cygclangDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangDriver-8.dll" v0.0 ts=2019-08-27 06:08
 1055k 2016/02/11 C:\cygwin64\bin\cygclangDynamicASTMatchers-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangDynamicASTMatchers-3.7.dll" v0.0 ts=2016-02-11 11:46
 1169k 2016/07/21 C:\cygwin64\bin\cygclangDynamicASTMatchers-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangDynamicASTMatchers-3.8.dll" v0.0 ts=2016-07-21 09:29
 1294k 2017/02/20 C:\cygwin64\bin\cygclangDynamicASTMatchers-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangDynamicASTMatchers-3.9.dll" v0.0 ts=2017-02-20 20:17
 1333k 2017/06/24 C:\cygwin64\bin\cygclangDynamicASTMatchers-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangDynamicASTMatchers-4.0.dll" v0.0 ts=2017-06-24 01:22
 1353k 2018/01/21 C:\cygwin64\bin\cygclangDynamicASTMatchers-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangDynamicASTMatchers-5.0.dll" v0.0 ts=2018-01-21 12:00
 1847k 2019/08/27 C:\cygwin64\bin\cygclangDynamicASTMatchers-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangDynamicASTMatchers-8.dll" v0.0 ts=2019-08-26 18:22
   48k 2016/02/11 C:\cygwin64\bin\cygclangEdit-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangEdit-3.7.dll" v0.0 ts=2016-02-11 11:43
   52k 2016/07/21 C:\cygwin64\bin\cygclangEdit-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangEdit-3.8.dll" v0.0 ts=2016-07-21 09:27
   52k 2017/02/20 C:\cygwin64\bin\cygclangEdit-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangEdit-3.9.dll" v0.0 ts=2017-02-20 20:14
   52k 2017/06/24 C:\cygwin64\bin\cygclangEdit-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangEdit-4.0.dll" v0.0 ts=2017-06-24 01:19
   52k 2018/01/21 C:\cygwin64\bin\cygclangEdit-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangEdit-5.0.dll" v0.0 ts=2018-01-21 11:57
   56k 2019/08/27 C:\cygwin64\bin\cygclangEdit-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangEdit-8.dll" v0.0 ts=2019-08-26 18:26
  245k 2016/02/11 C:\cygwin64\bin\cygclangFormat-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangFormat-3.7.dll" v0.0 ts=2016-02-11 11:42
  271k 2016/07/21 C:\cygwin64\bin\cygclangFormat-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangFormat-3.8.dll" v0.0 ts=2016-07-21 09:27
  358k 2017/02/20 C:\cygwin64\bin\cygclangFormat-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangFormat-3.9.dll" v0.0 ts=2017-02-20 20:15
  373k 2017/06/24 C:\cygwin64\bin\cygclangFormat-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangFormat-4.0.dll" v0.0 ts=2017-06-24 01:20
  431k 2018/01/21 C:\cygwin64\bin\cygclangFormat-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangFormat-5.0.dll" v0.0 ts=2018-01-21 11:57
  527k 2019/08/27 C:\cygwin64\bin\cygclangFormat-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangFormat-8.dll" v0.0 ts=2019-08-26 18:37
  843k 2016/02/11 C:\cygwin64\bin\cygclangFrontend-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangFrontend-3.7.dll" v0.0 ts=2016-02-11 11:52
  909k 2016/07/21 C:\cygwin64\bin\cygclangFrontend-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangFrontend-3.8.dll" v0.0 ts=2016-07-21 09:36
  949k 2017/02/20 C:\cygwin64\bin\cygclangFrontend-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangFrontend-3.9.dll" v0.0 ts=2017-02-20 20:24
  997k 2017/06/24 C:\cygwin64\bin\cygclangFrontend-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangFrontend-4.0.dll" v0.0 ts=2017-06-24 01:29
 1057k 2018/01/21 C:\cygwin64\bin\cygclangFrontend-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangFrontend-5.0.dll" v0.0 ts=2018-01-21 12:07
 1278k 2019/08/27 C:\cygwin64\bin\cygclangFrontend-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangFrontend-8.dll" v0.0 ts=2019-08-27 06:08
   18k 2016/02/11 C:\cygwin64\bin\cygclangFrontendTool-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangFrontendTool-3.7.dll" v0.0 ts=2016-02-11 11:58
   18k 2016/07/21 C:\cygwin64\bin\cygclangFrontendTool-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangFrontendTool-3.8.dll" v0.0 ts=2016-07-21 09:44
   21k 2017/02/20 C:\cygwin64\bin\cygclangFrontendTool-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangFrontendTool-3.9.dll" v0.0 ts=2017-02-20 20:31
   22k 2017/06/24 C:\cygwin64\bin\cygclangFrontendTool-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangFrontendTool-4.0.dll" v0.0 ts=2017-06-24 01:36
   21k 2018/01/21 C:\cygwin64\bin\cygclangFrontendTool-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangFrontendTool-5.0.dll" v0.0 ts=2018-01-21 12:15
   23k 2019/08/27 C:\cygwin64\bin\cygclangFrontendTool-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangFrontendTool-8.dll" v0.0 ts=2019-08-27 06:13
   25k 2019/08/27 C:\cygwin64\bin\cygclangHandleCXX-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangHandleCXX-8.dll" v0.0 ts=2019-08-27 06:11
  158k 2019/08/27 C:\cygwin64\bin\cygclangHandleLLVM-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangHandleLLVM-8.dll" v0.0 ts=2019-08-26 18:37
   89k 2016/02/11 C:\cygwin64\bin\cygclangIndex-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangIndex-3.7.dll" v0.0 ts=2016-02-11 11:43
   92k 2016/07/21 C:\cygwin64\bin\cygclangIndex-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangIndex-3.8.dll" v0.0 ts=2016-07-21 09:27
  249k 2017/02/20 C:\cygwin64\bin\cygclangIndex-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangIndex-3.9.dll" v0.0 ts=2017-02-20 20:26
  208k 2017/06/24 C:\cygwin64\bin\cygclangIndex-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangIndex-4.0.dll" v0.0 ts=2017-06-24 01:30
  224k 2018/01/21 C:\cygwin64\bin\cygclangIndex-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangIndex-5.0.dll" v0.0 ts=2018-01-21 12:09
  312k 2019/08/27 C:\cygwin64\bin\cygclangIndex-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangIndex-8.dll" v0.0 ts=2019-08-27 06:08
  599k 2016/02/11 C:\cygwin64\bin\cygclangLex-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangLex-3.7.dll" v0.0 ts=2016-02-11 11:41
  623k 2016/07/21 C:\cygwin64\bin\cygclangLex-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangLex-3.8.dll" v0.0 ts=2016-07-21 09:24
  644k 2017/02/20 C:\cygwin64\bin\cygclangLex-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangLex-3.9.dll" v0.0 ts=2017-02-20 20:12
  657k 2017/06/24 C:\cygwin64\bin\cygclangLex-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangLex-4.0.dll" v0.0 ts=2017-06-24 01:16
  663k 2018/01/21 C:\cygwin64\bin\cygclangLex-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangLex-5.0.dll" v0.0 ts=2018-01-21 11:53
  752k 2019/08/27 C:\cygwin64\bin\cygclangLex-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangLex-8.dll" v0.0 ts=2019-08-26 18:16
  754k 2016/02/11 C:\cygwin64\bin\cygclangParse-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangParse-3.7.dll" v0.0 ts=2016-02-11 11:51
  775k 2016/07/21 C:\cygwin64\bin\cygclangParse-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangParse-3.8.dll" v0.0 ts=2016-07-21 09:35
  813k 2017/02/20 C:\cygwin64\bin\cygclangParse-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangParse-3.9.dll" v0.0 ts=2017-02-20 20:23
  829k 2017/06/24 C:\cygwin64\bin\cygclangParse-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangParse-4.0.dll" v0.0 ts=2017-06-24 01:28
  862k 2018/01/21 C:\cygwin64\bin\cygclangParse-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangParse-5.0.dll" v0.0 ts=2018-01-21 12:06
  936k 2019/08/27 C:\cygwin64\bin\cygclangParse-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangParse-8.dll" v0.0 ts=2019-08-26 18:29
   57k 2016/02/11 C:\cygwin64\bin\cygclangRewrite-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangRewrite-3.7.dll" v0.0 ts=2016-02-11 11:41
   57k 2016/07/21 C:\cygwin64\bin\cygclangRewrite-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangRewrite-3.8.dll" v0.0 ts=2016-07-21 09:24
   57k 2017/02/20 C:\cygwin64\bin\cygclangRewrite-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangRewrite-3.9.dll" v0.0 ts=2017-02-20 20:12
   58k 2017/06/24 C:\cygwin64\bin\cygclangRewrite-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangRewrite-4.0.dll" v0.0 ts=2017-06-24 01:16
   57k 2018/01/21 C:\cygwin64\bin\cygclangRewrite-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangRewrite-5.0.dll" v0.0 ts=2018-01-21 11:54
   62k 2019/08/27 C:\cygwin64\bin\cygclangRewrite-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangRewrite-8.dll" v0.0 ts=2019-08-26 18:26
  382k 2016/02/11 C:\cygwin64\bin\cygclangRewriteFrontend-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangRewriteFrontend-3.7.dll" v0.0 ts=2016-02-11 11:54
  385k 2016/07/21 C:\cygwin64\bin\cygclangRewriteFrontend-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangRewriteFrontend-3.8.dll" v0.0 ts=2016-07-21 09:38
  386k 2017/02/20 C:\cygwin64\bin\cygclangRewriteFrontend-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangRewriteFrontend-3.9.dll" v0.0 ts=2017-02-20 20:26
  390k 2017/06/24 C:\cygwin64\bin\cygclangRewriteFrontend-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangRewriteFrontend-4.0.dll" v0.0 ts=2017-06-24 01:30
  417k 2018/01/21 C:\cygwin64\bin\cygclangRewriteFrontend-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangRewriteFrontend-5.0.dll" v0.0 ts=2018-01-21 12:09
  444k 2019/08/27 C:\cygwin64\bin\cygclangRewriteFrontend-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangRewriteFrontend-8.dll" v0.0 ts=2019-08-27 06:08
 4723k 2016/02/11 C:\cygwin64\bin\cygclangSema-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangSema-3.7.dll" v0.0 ts=2016-02-11 11:48
 4933k 2016/07/21 C:\cygwin64\bin\cygclangSema-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangSema-3.8.dll" v0.0 ts=2016-07-21 09:31
 5240k 2017/02/20 C:\cygwin64\bin\cygclangSema-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangSema-3.9.dll" v0.0 ts=2017-02-20 20:20
 5644k 2017/06/24 C:\cygwin64\bin\cygclangSema-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangSema-4.0.dll" v0.0 ts=2017-06-24 01:25
 6359k 2018/01/21 C:\cygwin64\bin\cygclangSema-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangSema-5.0.dll" v0.0 ts=2018-01-21 12:02
 7417k 2019/08/27 C:\cygwin64\bin\cygclangSema-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangSema-8.dll" v0.0 ts=2019-08-26 18:27
 1063k 2016/02/11 C:\cygwin64\bin\cygclangSerialization-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangSerialization-3.7.dll" v0.0 ts=2016-02-11 11:51
 1115k 2016/07/21 C:\cygwin64\bin\cygclangSerialization-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangSerialization-3.8.dll" v0.0 ts=2016-07-21 09:34
 1164k 2017/02/20 C:\cygwin64\bin\cygclangSerialization-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangSerialization-3.9.dll" v0.0 ts=2017-02-20 20:23
 1223k 2017/06/24 C:\cygwin64\bin\cygclangSerialization-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangSerialization-4.0.dll" v0.0 ts=2017-06-24 01:28
 1319k 2018/01/21 C:\cygwin64\bin\cygclangSerialization-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangSerialization-5.0.dll" v0.0 ts=2018-01-21 12:06
 1454k 2019/08/27 C:\cygwin64\bin\cygclangSerialization-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangSerialization-8.dll" v0.0 ts=2019-08-26 18:30
 1553k 2016/02/11 C:\cygwin64\bin\cygclangStaticAnalyzerCheckers-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangStaticAnalyzerCheckers-3.7.dll" v0.0 ts=2016-02-11 11:51
 2018k 2016/07/21 C:\cygwin64\bin\cygclangStaticAnalyzerCheckers-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangStaticAnalyzerCheckers-3.8.dll" v0.0 ts=2016-07-21 09:33
 2226k 2017/02/20 C:\cygwin64\bin\cygclangStaticAnalyzerCheckers-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangStaticAnalyzerCheckers-3.9.dll" v0.0 ts=2017-02-20 20:22
 2741k 2017/06/24 C:\cygwin64\bin\cygclangStaticAnalyzerCheckers-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangStaticAnalyzerCheckers-4.0.dll" v0.0 ts=2017-06-24 01:27
 2858k 2018/01/21 C:\cygwin64\bin\cygclangStaticAnalyzerCheckers-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangStaticAnalyzerCheckers-5.0.dll" v0.0 ts=2018-01-21 12:05
 3665k 2019/08/27 C:\cygwin64\bin\cygclangStaticAnalyzerCheckers-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangStaticAnalyzerCheckers-8.dll" v0.0 ts=2019-08-27 06:10
 1139k 2016/02/11 C:\cygwin64\bin\cygclangStaticAnalyzerCore-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangStaticAnalyzerCore-3.7.dll" v0.0 ts=2016-02-11 11:47
 1234k 2016/07/21 C:\cygwin64\bin\cygclangStaticAnalyzerCore-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangStaticAnalyzerCore-3.8.dll" v0.0 ts=2016-07-21 09:29
 1238k 2017/02/20 C:\cygwin64\bin\cygclangStaticAnalyzerCore-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangStaticAnalyzerCore-3.9.dll" v0.0 ts=2017-02-20 20:18
 1282k 2017/06/24 C:\cygwin64\bin\cygclangStaticAnalyzerCore-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangStaticAnalyzerCore-4.0.dll" v0.0 ts=2017-06-24 01:22
 1284k 2018/01/21 C:\cygwin64\bin\cygclangStaticAnalyzerCore-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangStaticAnalyzerCore-5.0.dll" v0.0 ts=2018-01-21 11:59
 1990k 2019/08/27 C:\cygwin64\bin\cygclangStaticAnalyzerCore-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangStaticAnalyzerCore-8.dll" v0.0 ts=2019-08-27 06:09
  148k 2016/02/11 C:\cygwin64\bin\cygclangStaticAnalyzerFrontend-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangStaticAnalyzerFrontend-3.7.dll" v0.0 ts=2016-02-11 11:54
  142k 2016/07/21 C:\cygwin64\bin\cygclangStaticAnalyzerFrontend-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangStaticAnalyzerFrontend-3.8.dll" v0.0 ts=2016-07-21 09:37
  142k 2017/02/20 C:\cygwin64\bin\cygclangStaticAnalyzerFrontend-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangStaticAnalyzerFrontend-3.9.dll" v0.0 ts=2017-02-20 20:25
  153k 2017/06/24 C:\cygwin64\bin\cygclangStaticAnalyzerFrontend-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangStaticAnalyzerFrontend-4.0.dll" v0.0 ts=2017-06-24 01:31
  162k 2018/01/21 C:\cygwin64\bin\cygclangStaticAnalyzerFrontend-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangStaticAnalyzerFrontend-5.0.dll" v0.0 ts=2018-01-21 12:08
  298k 2019/08/27 C:\cygwin64\bin\cygclangStaticAnalyzerFrontend-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangStaticAnalyzerFrontend-8.dll" v0.0 ts=2019-08-27 06:12
  225k 2016/02/11 C:\cygwin64\bin\cygclangTooling-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangTooling-3.7.dll" v0.0 ts=2016-02-11 11:54
  244k 2016/07/21 C:\cygwin64\bin\cygclangTooling-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangTooling-3.8.dll" v0.0 ts=2016-07-21 09:38
  269k 2017/02/20 C:\cygwin64\bin\cygclangTooling-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangTooling-3.9.dll" v0.0 ts=2017-02-20 20:25
  285k 2017/06/24 C:\cygwin64\bin\cygclangTooling-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangTooling-4.0.dll" v0.0 ts=2017-06-24 01:30
  295k 2018/01/21 C:\cygwin64\bin\cygclangTooling-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangTooling-5.0.dll" v0.0 ts=2018-01-21 12:09
  482k 2019/08/27 C:\cygwin64\bin\cygclangTooling-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangTooling-8.dll" v0.0 ts=2019-08-27 06:08
  149k 2019/08/27 C:\cygwin64\bin\cygclangToolingASTDiff-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangToolingASTDiff-8.dll" v0.0 ts=2019-08-26 18:31
   27k 2016/02/11 C:\cygwin64\bin\cygclangToolingCore-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygclangToolingCore-3.7.dll" v0.0 ts=2016-02-11 11:41
   33k 2016/07/21 C:\cygwin64\bin\cygclangToolingCore-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangToolingCore-3.8.dll" v0.0 ts=2016-07-21 09:27
   46k 2017/02/20 C:\cygwin64\bin\cygclangToolingCore-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygclangToolingCore-3.9.dll" v0.0 ts=2017-02-20 20:14
   57k 2017/06/24 C:\cygwin64\bin\cygclangToolingCore-4.0.dll - os=4.0 img=4.0 sys=5.2
                  "cygclangToolingCore-4.0.dll" v0.0 ts=2017-06-24 01:19
   57k 2018/01/21 C:\cygwin64\bin\cygclangToolingCore-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangToolingCore-5.0.dll" v0.0 ts=2018-01-21 11:57
   58k 2019/08/27 C:\cygwin64\bin\cygclangToolingCore-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangToolingCore-8.dll" v0.0 ts=2019-08-26 18:30
   40k 2019/08/27 C:\cygwin64\bin\cygclangToolingInclusions-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangToolingInclusions-8.dll" v0.0 ts=2019-08-26 18:30
  374k 2018/01/21 C:\cygwin64\bin\cygclangToolingRefactor-5.0.dll - os=4.0 img=5.0 sys=5.2
                  "cygclangToolingRefactor-5.0.dll" v0.0 ts=2018-01-21 12:11
  797k 2019/08/27 C:\cygwin64\bin\cygclangToolingRefactor-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygclangToolingRefactor-8.dll" v0.0 ts=2019-08-27 06:09
  117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 16:41
   13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
   27k 2019/03/29 C:\cygwin64\bin\cygcord-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcord-1.dll" v0.0 ts=2019-03-29 22:16
  203k 2017/04/25 C:\cygwin64\bin\cygcroco-0.6-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygcroco-0.6-3.dll" v0.0 ts=2017-04-25 17:03
   39k 2017/09/03 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2017-09-03 08:18
  194k 2019/04/03 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05
 2363k 2019/09/11 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2019-09-11 18:40
 2416k 2019/09/13 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2019-09-13 18:36
  312k 2017/05/03 C:\cygwin64\bin\cygct-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygct-4.dll" v0.0 ts=2017-05-03 08:46
  554k 2019/09/18 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2019-09-18 02:12
   24k 2014/11/12 C:\cygwin64\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 07:24
 1552k 2017/09/28 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05
   46k 2013/08/09 C:\cygwin64\bin\cygdbi-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbi-1.dll" v0.0 ts=2013-08-09 04:25
  267k 2017/08/10 C:\cygwin64\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=2017-08-10 06:10
  124k 2016/10/10 C:\cygwin64\bin\cygdbus-glib-1-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-glib-1-2.dll" v0.0 ts=2016-10-10 03:34
  119k 2017/09/28 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06
  569k 2017/09/28 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06
  169k 2014/02/10 C:\cygwin64\bin\cygdialog-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-11.dll" v0.0 ts=2014-02-10 01:24
  173k 2015/03/13 C:\cygwin64\bin\cygdialog-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-12.dll" v0.0 ts=2015-03-13 20:55
  176k 2016/09/19 C:\cygwin64\bin\cygdialog-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-13.dll" v0.0 ts=2016-09-19 07:17
  177k 2017/05/09 C:\cygwin64\bin\cygdialog-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-14.dll" v0.0 ts=2017-05-09 20:19
 2073k 2019/03/12 C:\cygwin64\bin\cygdns-1104.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns-1104.dll" v0.0 ts=2019-03-12 16:29
 2085k 2019/03/20 C:\cygwin64\bin\cygdns-1105.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns-1105.dll" v0.0 ts=2019-03-20 20:10
 2083k 2019/08/27 C:\cygwin64\bin\cygdns-1106.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns-1106.dll" v0.0 ts=2019-08-27 20:39
 1849k 2016/11/25 C:\cygwin64\bin\cygdns-165.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns-165.dll" v0.0 ts=2016-11-25 20:36
 1940k 2017/05/09 C:\cygwin64\bin\cygdns-166.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns-166.dll" v0.0 ts=2017-05-09 20:25
 2017k 2018/02/04 C:\cygwin64\bin\cygdns-169.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns-169.dll" v0.0 ts=2018-02-04 06:25
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  128k 2019/09/05 C:\cygwin64\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=2019-09-05 16:21
  157k 2018/09/30 C:\cygwin64\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2018-09-30 22:42
   37k 2017/07/24 C:\cygwin64\bin\cygenchant-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygenchant-1.dll" v0.0 ts=2017-07-24 07:44
  679k 2017/09/04 C:\cygwin64\bin\cygepoxy-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygepoxy-0.dll" v0.0 ts=2017-09-04 22:23
  229k 2016/01/08 C:\cygwin64\bin\cygevent-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  136k 2016/01/08 C:\cygwin64\bin\cygevent_core-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_core-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  106k 2016/01/08 C:\cygwin64\bin\cygevent_extra-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_extra-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   21k 2016/01/08 C:\cygwin64\bin\cygevent_openssl-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_openssl-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   10k 2016/01/08 C:\cygwin64\bin\cygevent_pthreads-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_pthreads-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   16k 2013/03/28 C:\cygwin64\bin\cygevtlog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygevtlog-0.dll" v0.0 ts=2013-03-28 14:00
  225k 2017/12/17 C:\cygwin64\bin\cygexif-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygexif-12.dll" v0.0 ts=2017-12-17 04:47
  181k 2018/09/27 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2018-09-27 18:30
   73k 2016/08/26 C:\cygwin64\bin\cygexslt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexslt-0.dll" v0.0 ts=2016-08-26 22:10
  275k 2019/01/02 C:\cygwin64\bin\cygext2fs-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygext2fs-2.dll" v0.0 ts=2019-01-02 02:40
   30k 2014/10/14 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:33
   16k 2015/02/18 C:\cygwin64\bin\cygfcgi++-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfcgi++-0.dll" v0.0 ts=2015-02-18 14:39
   35k 2015/02/18 C:\cygwin64\bin\cygfcgi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfcgi-0.dll" v0.0 ts=2015-02-18 14:39
  347k 2019/03/05 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2019-03-05 20:06
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
 2158k 2018/06/09 C:\cygwin64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=2018-06-09 21:10
 2188k 2018/06/09 C:\cygwin64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=2018-06-09 20:53
   25k 2018/06/09 C:\cygwin64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=2018-06-09 20:54
  927k 2018/06/09 C:\cygwin64\bin\cygfftw3l-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l-3.dll" v0.0 ts=2018-06-09 21:50
   24k 2018/06/09 C:\cygwin64\bin\cygfftw3l_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_threads-3.dll" v0.0 ts=2018-06-09 21:51
   25k 2018/06/09 C:\cygwin64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=2018-06-09 21:10
 3263k 2018/12/25 C:\cygwin64\bin\cygflint-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygflint-13.dll" v0.0 ts=2018-12-25 15:31
 1470k 2015/04/23 C:\cygwin64\bin\cygflint.dll - os=4.0 img=0.0 sys=5.2
                  "cygflint.dll" v0.0 ts=2015-04-23 04:04
  247k 2019/07/28 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2019-07-29 00:52
   27k 2019/09/05 C:\cygwin64\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2019-09-05 22:05
   56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
  545k 2015/01/15 C:\cygwin64\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 12:50
   10k 2019/07/29 C:\cygwin64\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2019-07-29 22:04
  495k 2019/07/29 C:\cygwin64\bin\cygfreeblpriv3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreeblpriv3.dll" v0.0 ts=2019-07-29 22:04
  667k 2019/07/28 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2019-07-29 00:30
   28k 2018/02/12 C:\cygwin64\bin\cyggailutil-18.dll - os=4.0 img=0.0 sys=5.2
                  "cyggailutil-18.dll" v0.0 ts=2018-02-12 02:00
  137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2019-03-29 22:16
  119k 2018/01/16 C:\cygwin64\bin\cyggc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-2.dll" v0.0 ts=2018-01-16 05:46
    9k 2019/03/29 C:\cygwin64\bin\cyggccpp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggccpp-1.dll" v0.0 ts=2019-03-29 22:16
   70k 2018/12/09 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2018-12-08 19:56
  174k 2017/03/05 C:\cygwin64\bin\cyggck-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggck-1-0.dll" v0.0 ts=2017-03-05 21:04
  477k 2017/03/05 C:\cygwin64\bin\cyggcr-base-3-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcr-base-3-1.dll" v0.0 ts=2017-03-05 21:04
  367k 2017/03/05 C:\cygwin64\bin\cyggcr-ui-3-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcr-ui-3-1.dll" v0.0 ts=2017-03-05 21:05
  475k 2015/03/18 C:\cygwin64\bin\cyggcrypt-11.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-11.dll" v0.0 ts=2015-03-18 21:03
 1099k 2018/03/19 C:\cygwin64\bin\cyggcrypt-20.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-20.dll" v0.0 ts=2018-03-19 20:09
  221k 2015/01/23 C:\cygwin64\bin\cyggd-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-2.dll" v0.0 ts=2015-01-23 17:51
  353k 2018/11/11 C:\cygwin64\bin\cyggd-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-3.dll" v0.0 ts=2018-11-11 20:53
   46k 2019/07/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
   49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
   13k 2019/07/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2019-07-10 14:53
  699k 2018/02/19 C:\cygwin64\bin\cyggdk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-3-0.dll" v0.0 ts=2018-02-19 06:40
  620k 2018/02/12 C:\cygwin64\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:51
  141k 2018/02/11 C:\cygwin64\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2018-02-11 23:46
  710k 2018/02/12 C:\cygwin64\bin\cyggee-0.8-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggee-0.8-2.dll" v0.0 ts=2018-02-12 00:52
   69k 2015/04/15 C:\cygwin64\bin\cyggeoclue-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggeoclue-0.dll" v0.0 ts=2015-04-15 21:26
  187k 2016/11/08 C:\cygwin64\bin\cygGeoIP-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGeoIP-1.dll" v0.0 ts=2016-11-08 18:21
 1174k 2018/01/20 C:\cygwin64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2018-01-20 08:02
 1744k 2018/12/09 C:\cygwin64\bin\cyggfortran-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-4.dll" v0.0 ts=2018-12-09 00:10
   38k 2015/03/26 C:\cygwin64\bin\cyggg-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggg-1.dll" v0.0 ts=2015-03-26 13:30
   53k 2015/03/26 C:\cygwin64\bin\cygggi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggi-2.dll" v0.0 ts=2015-03-26 16:05
   13k 2015/03/26 C:\cygwin64\bin\cygggiwmh-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygggiwmh-0.dll" v0.0 ts=2015-03-26 16:13
   32k 2013/07/22 C:\cygwin64\bin\cyggif-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-4.dll" v0.0 ts=2013-07-22 05:17
   33k 2018/02/27 C:\cygwin64\bin\cyggif-7.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-7.dll" v0.0 ts=2018-02-27 05:12
   30k 2015/03/26 C:\cygwin64\bin\cyggii-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggii-1.dll" v0.0 ts=2015-03-26 13:31
 1398k 2018/02/11 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=2018-02-11 19:03
  194k 2018/02/11 C:\cygwin64\bin\cyggirepository-1.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggirepository-1.0-1.dll" v0.0 ts=2018-02-11 23:13
  472k 2019/09/05 C:\cygwin64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2019-09-05 16:21
   87k 2013/05/30 C:\cygwin64\bin\cygglade-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglade-2.0-0.dll" v0.0 ts=2013-05-30 23:40
  300k 2019/09/05 C:\cygwin64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2019-09-05 16:18
  993k 2018/02/11 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  256k 2019/10/07 C:\cygwin64\bin\cygglut-3.dll - os=4.0 img=3.11 sys=5.2
                  "cygglut-3.dll" v0.0 ts=2019-10-07 13:34
   15k 2018/02/11 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  527k 2017/01/21 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2017-01-21 18:25
  125k 2015/03/18 C:\cygwin64\bin\cyggnome-keyring-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-keyring-0.dll" v0.0 ts=2015-03-18 21:58
  938k 2017/05/02 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2017-05-02 22:06
 1472k 2019/07/29 C:\cygwin64\bin\cyggnutls-30.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-30.dll" v0.0 ts=2019-07-29 03:55
   20k 2019/07/29 C:\cygwin64\bin\cyggnutls-dane-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-dane-0.dll" v0.0 ts=2019-07-29 03:55
   24k 2017/05/02 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2017-05-02 22:06
  289k 2018/02/11 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=2018-02-11 19:02
  148k 2018/12/09 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2018-12-08 20:21
   95k 2018/03/19 C:\cygwin64\bin\cyggpg-error-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpg-error-0.dll" v0.0 ts=2018-03-19 19:27
  249k 2017/06/28 C:\cygwin64\bin\cyggpgme-11.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpgme-11.dll" v0.0 ts=2017-06-29 00:10
  177k 2017/09/04 C:\cygwin64\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2017-09-04 21:02
12223k 2019/04/15 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2019-04-15 20:13
  274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
   13k 2018/04/09 C:\cygwin64\bin\cyggstallocators-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstallocators-1.0-0.dll" v0.0 ts=2018-04-10 00:23
   50k 2018/04/09 C:\cygwin64\bin\cyggstapp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstapp-1.0-0.dll" v0.0 ts=2018-04-10 00:21
  382k 2018/04/09 C:\cygwin64\bin\cyggstaudio-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstaudio-1.0-0.dll" v0.0 ts=2018-04-10 00:22
  357k 2018/04/09 C:\cygwin64\bin\cyggstbase-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstbase-1.0-0.dll" v0.0 ts=2018-04-10 00:04
   61k 2018/04/09 C:\cygwin64\bin\cyggstcontroller-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstcontroller-1.0-0.dll" v0.0 ts=2018-04-10 00:05
   44k 2018/04/09 C:\cygwin64\bin\cyggstfft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstfft-1.0-0.dll" v0.0 ts=2018-04-10 00:21
   83k 2018/04/09 C:\cygwin64\bin\cyggstnet-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstnet-1.0-0.dll" v0.0 ts=2018-04-10 00:05
  186k 2018/04/09 C:\cygwin64\bin\cyggstpbutils-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstpbutils-1.0-0.dll" v0.0 ts=2018-04-10 00:23
 1063k 2018/04/09 C:\cygwin64\bin\cyggstreamer-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstreamer-1.0-0.dll" v0.0 ts=2018-04-10 00:03
   55k 2018/04/09 C:\cygwin64\bin\cyggstriff-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstriff-1.0-0.dll" v0.0 ts=2018-04-10 00:23
  105k 2018/04/09 C:\cygwin64\bin\cyggstrtp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstrtp-1.0-0.dll" v0.0 ts=2018-04-10 00:22
  103k 2018/04/09 C:\cygwin64\bin\cyggstrtsp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstrtsp-1.0-0.dll" v0.0 ts=2018-04-10 00:23
   79k 2018/04/09 C:\cygwin64\bin\cyggstsdp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstsdp-1.0-0.dll" v0.0 ts=2018-04-10 00:22
  212k 2018/04/09 C:\cygwin64\bin\cyggsttag-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsttag-1.0-0.dll" v0.0 ts=2018-04-10 00:21
  522k 2018/04/09 C:\cygwin64\bin\cyggstvideo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstvideo-1.0-0.dll" v0.0 ts=2018-04-10 00:21
    9k 2018/02/11 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=2018-02-11 19:01
 6754k 2018/02/19 C:\cygwin64\bin\cyggtk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-3-0.dll" v0.0 ts=2018-02-19 07:00
 4007k 2018/02/12 C:\cygwin64\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:59
  732k 2017/04/01 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2017-04-01 13:04
 1333k 2018/08/07 C:\cygwin64\bin\cygguile-2.0-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-2.0-22.dll" v0.0 ts=2018-08-07 08:10
 1046k 2018/08/06 C:\cygwin64\bin\cygguile-2.2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-2.2-1.dll" v0.0 ts=2018-08-06 22:25
  267k 2015/10/25 C:\cygwin64\bin\cygHalf-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygHalf-12.dll" v0.0 ts=2015-10-25 23:12
  980k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2019-07-29 03:31
   73k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-gobject-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-gobject-0.dll" v0.0 ts=2019-07-29 03:31
   11k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2019-07-29 03:31
 2808k 2018/01/02 C:\cygwin64\bin\cyghdf5-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-10.dll" v0.0 ts=2018-01-01 21:08
 3747k 2018/05/22 C:\cygwin64\bin\cyghdf5-101.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-101.dll" v0.0 ts=2018-05-22 11:51
 3721k 2019/11/15 C:\cygwin64\bin\cyghdf5-103.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-103.dll" v0.0 ts=2019-11-15 14:22
  126k 2019/11/15 C:\cygwin64\bin\cyghdf5_hl-100.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl-100.dll" v0.0 ts=2019-11-15 14:59
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
  167k 2016/03/13 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
  168k 2019/02/19 C:\cygwin64\bin\cyghogweed-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-4.dll" v0.0 ts=2019-02-19 06:59
  443k 2017/07/24 C:\cygwin64\bin\cyghunspell-1.6-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyghunspell-1.6-0.dll" v0.0 ts=2017-07-24 07:01
  210k 2018/12/15 C:\cygwin64\bin\cyghwloc-15.dll - os=4.0 img=0.0 sys=5.2
                  "cyghwloc-15.dll" v0.0 ts=2018-12-15 06:33
  173k 2018/09/03 C:\cygwin64\bin\cyghwloc-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyghwloc-5.dll" v0.0 ts=2018-09-03 09:50
   81k 2019/09/05 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=2019-09-05 21:24
  361k 2017/07/03 C:\cygwin64\bin\cygicons-0.dll - os=4.0 img=1.4 sys=5.2
                  "cygicons-0.dll" v0.0 ts=2017-07-03 22:17
 1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 17:07
21806k 2013/06/25 C:\cygwin64\bin\cygicudata51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata51.dll" v0.0 ts=2013-06-25 06:30
24750k 2015/02/16 C:\cygwin64\bin\cygicudata54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata54.dll" v0.0 ts=2015-02-16 19:08
24466k 2015/10/08 C:\cygwin64\bin\cygicudata56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata56.dll" v0.0 ts=2015-10-08 13:46
25076k 2016/04/08 C:\cygwin64\bin\cygicudata57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata57.dll" v0.0 ts=2016-04-08 20:07
25607k 2016/12/10 C:\cygwin64\bin\cygicudata58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata58.dll" v0.0 ts=2016-12-10 16:53
25683k 2017/04/15 C:\cygwin64\bin\cygicudata59.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata59.dll" v0.0 ts=2017-04-15 18:04
26278k 2018/01/05 C:\cygwin64\bin\cygicudata60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata60.dll" v0.0 ts=2018-01-05 15:06
26267k 2018/03/27 C:\cygwin64\bin\cygicudata61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata61.dll" v0.0 ts=2018-03-27 02:15
26216k 2018/06/21 C:\cygwin64\bin\cygicudata62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata62.dll" v0.0 ts=2018-06-21 15:14
26551k 2018/10/16 C:\cygwin64\bin\cygicudata63.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata63.dll" v0.0 ts=2018-10-16 20:02
26895k 2019/04/18 C:\cygwin64\bin\cygicudata64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata64.dll" v0.0 ts=2019-04-18 13:03
27330k 2019/10/07 C:\cygwin64\bin\cygicudata65.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata65.dll" v0.0 ts=2019-10-07 13:48
 1717k 2013/06/25 C:\cygwin64\bin\cygicui18n51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n51.dll" v0.0 ts=2013-06-25 06:28
 1951k 2015/02/16 C:\cygwin64\bin\cygicui18n54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n54.dll" v0.0 ts=2015-02-16 19:06
 2093k 2015/10/08 C:\cygwin64\bin\cygicui18n56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n56.dll" v0.0 ts=2015-10-08 13:42
 2082k 2016/04/08 C:\cygwin64\bin\cygicui18n57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n57.dll" v0.0 ts=2016-04-08 20:04
 2091k 2016/12/10 C:\cygwin64\bin\cygicui18n58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n58.dll" v0.0 ts=2016-12-10 16:52
 2108k 2017/04/15 C:\cygwin64\bin\cygicui18n59.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n59.dll" v0.0 ts=2017-04-15 18:02
 2241k 2018/01/05 C:\cygwin64\bin\cygicui18n60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n60.dll" v0.0 ts=2018-01-05 15:01
 2339k 2018/03/27 C:\cygwin64\bin\cygicui18n61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n61.dll" v0.0 ts=2018-03-27 02:13
 2378k 2018/06/21 C:\cygwin64\bin\cygicui18n62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n62.dll" v0.0 ts=2018-06-21 15:11
 2445k 2018/10/16 C:\cygwin64\bin\cygicui18n63.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n63.dll" v0.0 ts=2018-10-16 20:00
 2520k 2019/04/18 C:\cygwin64\bin\cygicui18n64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n64.dll" v0.0 ts=2019-04-18 13:00
 2524k 2019/10/07 C:\cygwin64\bin\cygicui18n65.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n65.dll" v0.0 ts=2019-10-07 13:45
   43k 2013/06/25 C:\cygwin64\bin\cygicuio51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio51.dll" v0.0 ts=2013-06-25 06:30
   44k 2015/02/16 C:\cygwin64\bin\cygicuio54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio54.dll" v0.0 ts=2015-02-16 19:07
   44k 2015/10/08 C:\cygwin64\bin\cygicuio56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio56.dll" v0.0 ts=2015-10-08 13:44
   44k 2016/04/08 C:\cygwin64\bin\cygicuio57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio57.dll" v0.0 ts=2016-04-08 20:05
   44k 2016/12/10 C:\cygwin64\bin\cygicuio58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio58.dll" v0.0 ts=2016-12-10 16:52
   45k 2017/04/15 C:\cygwin64\bin\cygicuio59.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio59.dll" v0.0 ts=2017-04-15 18:02
   45k 2018/01/05 C:\cygwin64\bin\cygicuio60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio60.dll" v0.0 ts=2018-01-05 15:01
   47k 2018/03/27 C:\cygwin64\bin\cygicuio61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio61.dll" v0.0 ts=2018-03-27 02:13
   47k 2018/06/21 C:\cygwin64\bin\cygicuio62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio62.dll" v0.0 ts=2018-06-21 15:13
   47k 2018/10/16 C:\cygwin64\bin\cygicuio63.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio63.dll" v0.0 ts=2018-10-16 20:01
   47k 2019/04/18 C:\cygwin64\bin\cygicuio64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio64.dll" v0.0 ts=2019-04-18 13:01
   50k 2019/10/07 C:\cygwin64\bin\cygicuio65.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio65.dll" v0.0 ts=2019-10-07 13:47
  305k 2013/06/25 C:\cygwin64\bin\cygicule51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule51.dll" v0.0 ts=2013-06-25 06:28
  305k 2015/02/16 C:\cygwin64\bin\cygicule54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule54.dll" v0.0 ts=2015-02-16 19:06
  306k 2015/10/08 C:\cygwin64\bin\cygicule56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule56.dll" v0.0 ts=2015-10-08 13:44
  298k 2016/04/08 C:\cygwin64\bin\cygicule57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule57.dll" v0.0 ts=2016-04-08 20:05
   38k 2013/06/25 C:\cygwin64\bin\cygiculx51.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx51.dll" v0.0 ts=2013-06-25 06:28
   38k 2015/02/16 C:\cygwin64\bin\cygiculx54.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx54.dll" v0.0 ts=2015-02-16 19:06
   38k 2015/10/08 C:\cygwin64\bin\cygiculx56.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx56.dll" v0.0 ts=2015-10-08 13:44
   38k 2016/04/08 C:\cygwin64\bin\cygiculx57.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx57.dll" v0.0 ts=2016-04-08 20:05
 1231k 2013/06/25 C:\cygwin64\bin\cygicuuc51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc51.dll" v0.0 ts=2013-06-25 06:27
 1311k 2015/02/16 C:\cygwin64\bin\cygicuuc54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc54.dll" v0.0 ts=2015-02-16 19:05
 1348k 2015/10/08 C:\cygwin64\bin\cygicuuc56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc56.dll" v0.0 ts=2015-10-08 13:41
 1400k 2016/04/08 C:\cygwin64\bin\cygicuuc57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc57.dll" v0.0 ts=2016-04-08 20:03
 1422k 2016/12/10 C:\cygwin64\bin\cygicuuc58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc58.dll" v0.0 ts=2016-12-10 16:51
 1441k 2017/04/15 C:\cygwin64\bin\cygicuuc59.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc59.dll" v0.0 ts=2017-04-15 18:01
 1469k 2018/01/05 C:\cygwin64\bin\cygicuuc60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc60.dll" v0.0 ts=2018-01-05 14:58
 1506k 2018/03/27 C:\cygwin64\bin\cygicuuc61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc61.dll" v0.0 ts=2018-03-27 02:12
 1516k 2018/06/21 C:\cygwin64\bin\cygicuuc62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc62.dll" v0.0 ts=2018-06-21 15:10
 1549k 2018/10/16 C:\cygwin64\bin\cygicuuc63.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc63.dll" v0.0 ts=2018-10-16 20:00
 1574k 2019/04/18 C:\cygwin64\bin\cygicuuc64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc64.dll" v0.0 ts=2019-04-18 12:59
 1609k 2019/10/07 C:\cygwin64\bin\cygicuuc65.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc65.dll" v0.0 ts=2019-10-07 13:44
  197k 2017/05/02 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2017-05-02 01:18
  114k 2019/07/29 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn2-0.dll" v0.0 ts=2019-07-29 03:22
   68k 2015/10/25 C:\cygwin64\bin\cygIex-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygIex-12.dll" v0.0 ts=2015-10-25 23:12
   13k 2015/10/25 C:\cygwin64\bin\cygIexMath-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygIexMath-12.dll" v0.0 ts=2015-10-25 23:12
 2709k 2015/10/25 C:\cygwin64\bin\cygIlmImf-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygIlmImf-22.dll" v0.0 ts=2015-10-25 23:29
  103k 2015/10/25 C:\cygwin64\bin\cygIlmImfUtil-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygIlmImfUtil-22.dll" v0.0 ts=2015-10-25 23:32
   22k 2015/10/25 C:\cygwin64\bin\cygIlmThread-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygIlmThread-12.dll" v0.0 ts=2015-10-25 23:12
   54k 2017/07/06 C:\cygwin64\bin\cygimagequant-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygimagequant-0.dll" v0.0 ts=2017-07-06 18:49
   60k 2015/10/25 C:\cygwin64\bin\cygImath-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygImath-12.dll" v0.0 ts=2015-10-25 23:12
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  294k 2013/09/09 C:\cygwin64\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 16:36
   66k 2013/09/09 C:\cygwin64\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 16:35
   38k 2016/11/25 C:\cygwin64\bin\cygirs-141.dll - os=4.0 img=0.0 sys=5.2
                  "cygirs-141.dll" v0.0 ts=2016-11-25 20:38
   39k 2018/02/04 C:\cygwin64\bin\cygirs-160.dll - os=4.0 img=0.0 sys=5.2
                  "cygirs-160.dll" v0.0 ts=2018-02-04 06:26
   39k 2019/08/27 C:\cygwin64\bin\cygirs-161.dll - os=4.0 img=0.0 sys=5.2
                  "cygirs-161.dll" v0.0 ts=2019-08-27 20:40
  404k 2019/08/27 C:\cygwin64\bin\cygisc-1100.dll - os=4.0 img=0.0 sys=5.2
                  "cygisc-1100.dll" v0.0 ts=2019-08-27 20:38
  393k 2017/05/09 C:\cygwin64\bin\cygisc-160.dll - os=4.0 img=0.0 sys=5.2
                  "cygisc-160.dll" v0.0 ts=2017-05-09 20:24
  405k 2018/02/04 C:\cygwin64\bin\cygisc-166.dll - os=4.0 img=0.0 sys=5.2
                  "cygisc-166.dll" v0.0 ts=2018-02-04 06:23
   33k 2016/11/25 C:\cygwin64\bin\cygisccc-140.dll - os=4.0 img=0.0 sys=5.2
                  "cygisccc-140.dll" v0.0 ts=2016-11-25 20:36
   34k 2018/02/04 C:\cygwin64\bin\cygisccc-160.dll - os=4.0 img=0.0 sys=5.2
                  "cygisccc-160.dll" v0.0 ts=2018-02-04 06:24
   36k 2019/08/27 C:\cygwin64\bin\cygisccc-161.dll - os=4.0 img=0.0 sys=5.2
                  "cygisccc-161.dll" v0.0 ts=2019-08-27 20:39
   99k 2016/11/25 C:\cygwin64\bin\cygisccfg-140.dll - os=4.0 img=0.0 sys=5.2
                  "cygisccfg-140.dll" v0.0 ts=2016-11-25 20:37
  116k 2018/02/04 C:\cygwin64\bin\cygisccfg-160.dll - os=4.0 img=0.0 sys=5.2
                  "cygisccfg-160.dll" v0.0 ts=2018-02-04 06:25
  118k 2019/08/27 C:\cygwin64\bin\cygisccfg-163.dll - os=4.0 img=0.0 sys=5.2
                  "cygisccfg-163.dll" v0.0 ts=2019-08-27 20:40
  888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 16:36
 1039k 2015/09/20 C:\cygwin64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-13.dll" v0.0 ts=2015-09-20 12:39
 1304k 2017/11/04 C:\cygwin64\bin\cygisl-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-15.dll" v0.0 ts=2017-11-04 20:36
   53k 2016/04/18 C:\cygwin64\bin\cygisocodes-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygisocodes-1.dll" v0.0 ts=2016-04-18 19:10
  284k 2017/01/03 C:\cygwin64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2017-01-03 14:07
  288k 2017/09/25 C:\cygwin64\bin\cygjasper-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygjasper-4.dll" v0.0 ts=2017-09-25 02:39
 3433k 2015/11/20 C:\cygwin64\bin\cygjavascriptcoregtk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjavascriptcoregtk-1.0-0.dll" v0.0 ts=2015-11-20 06:12
 3433k 2015/11/20 C:\cygwin64\bin\cygjavascriptcoregtk-3.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjavascriptcoregtk-3.0-0.dll" v0.0 ts=2015-11-20 11:59
   48k 2014/06/17 C:\cygwin64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   18k 2014/06/17 C:\cygwin64\bin\cygjbig85-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  419k 2017/12/18 C:\cygwin64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=2017-12-18 02:41
   36k 2015/12/29 C:\cygwin64\bin\cygjson-c-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-c-2.dll" v0.0 ts=2015-12-29 18:44
  130k 2018/02/12 C:\cygwin64\bin\cygjson-glib-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-glib-1.0-0.dll" v0.0 ts=2018-02-12 01:18
  165k 2018/08/03 C:\cygwin64\bin\cygjsoncpp-19.dll - os=4.0 img=1.8 sys=5.2
                  "cygjsoncpp-19.dll" v0.0 ts=2018-08-03 16:58
  304k 2015/10/22 C:\cygwin64\bin\cygJudy-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygJudy-1.dll" v0.0 ts=2015-10-22 17:45
  192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
   89k 2019/05/09 C:\cygwin64\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=2019-05-09 21:01
  754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
   37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
   46k 2019/08/01 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2019-08-01 07:41
  303k 2017/11/27 C:\cygwin64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2017-11-27 15:44
  253k 2019/08/01 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2019-08-01 07:42
  270k 2019/08/01 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap_r-2-4-2.dll" v0.0 ts=2019-08-01 07:46
  184k 2019/08/27 C:\cygwin64\bin\cyglightcomp.dll - os=4.0 img=0.0 sys=5.2
                  "cyglightcomp.dll" v0.0 ts=2019-08-27 20:47
17466k 2015/02/08 C:\cygwin64\bin\cygLLVM-3.4.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.4.dll" v0.0 ts=2015-02-08 17:48
26685k 2016/07/21 C:\cygwin64\bin\cygLLVM-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.8.dll" v0.0 ts=2016-07-21 04:07
29379k 2017/02/20 C:\cygwin64\bin\cygLLVM-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.9.dll" v0.0 ts=2017-02-20 16:42
32037k 2017/06/26 C:\cygwin64\bin\cygLLVM-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-4.0.dll" v0.0 ts=2017-06-26 01:32
36141k 2017/12/31 C:\cygwin64\bin\cygLLVM-5.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-5.0.dll" v0.0 ts=2017-12-31 10:34
  337k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64AsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64AsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  906k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmParser-8.dll" v0.0 ts=2019-08-26 23:56
  379k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  592k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmPrinter-8.dll" v0.0 ts=2019-08-26 23:56
 1136k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2311k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  418k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
  846k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Desc-8.dll" v0.0 ts=2019-08-26 23:56
  123k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Disassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Disassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  191k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Disassembler-8.dll" v0.0 ts=2019-08-26 23:56
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Info-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Info-8.dll" v0.0 ts=2019-08-26 23:55
   48k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Utils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Utils-3.7.dll" v0.0 ts=2016-02-10 21:52
  119k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Utils-8.dll" v0.0 ts=2019-08-26 23:55
   74k 2019/08/27 C:\cygwin64\bin\cygLLVMAggressiveInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAggressiveInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  259k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  757k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmParser-8.dll" v0.0 ts=2019-08-26 23:57
  147k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  233k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:57
 1054k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2704k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  804k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
 1418k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDesc-8.dll" v0.0 ts=2019-08-26 23:57
  200k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDisassembler-8.dll" v0.0 ts=2019-08-26 23:57
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUInfo-8.dll" v0.0 ts=2019-08-26 23:57
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUUtils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUUtils-3.7.dll" v0.0 ts=2016-02-10 21:52
  223k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUUtils-8.dll" v0.0 ts=2019-08-26 23:57
 1659k 2016/02/11 C:\cygwin64\bin\cygLLVMAnalysis-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAnalysis-3.7.dll" v0.0 ts=2016-02-10 21:53
 3324k 2019/08/27 C:\cygwin64\bin\cygLLVMAnalysis-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAnalysis-8.dll" v0.0 ts=2019-08-27 00:07
  438k 2016/02/11 C:\cygwin64\bin\cygLLVMARMAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  490k 2019/08/27 C:\cygwin64\bin\cygLLVMARMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmParser-8.dll" v0.0 ts=2019-08-26 23:58
  106k 2016/02/11 C:\cygwin64\bin\cygLLVMARMAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  111k 2019/08/27 C:\cygwin64\bin\cygLLVMARMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:58
 1400k 2016/02/11 C:\cygwin64\bin\cygLLVMARMCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2347k 2019/08/27 C:\cygwin64\bin\cygLLVMARMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  668k 2016/02/11 C:\cygwin64\bin\cygLLVMARMDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  788k 2019/08/27 C:\cygwin64\bin\cygLLVMARMDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDesc-8.dll" v0.0 ts=2019-08-26 23:58
  205k 2016/02/11 C:\cygwin64\bin\cygLLVMARMDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  221k 2019/08/27 C:\cygwin64\bin\cygLLVMARMDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDisassembler-8.dll" v0.0 ts=2019-08-26 23:58
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMARMInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
   10k 2019/08/27 C:\cygwin64\bin\cygLLVMARMInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMInfo-8.dll" v0.0 ts=2019-08-26 23:58
   18k 2019/08/27 C:\cygwin64\bin\cygLLVMARMUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMUtils-8.dll" v0.0 ts=2019-08-26 23:58
  250k 2016/02/11 C:\cygwin64\bin\cygLLVMAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  382k 2019/08/27 C:\cygwin64\bin\cygLLVMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  443k 2016/02/11 C:\cygwin64\bin\cygLLVMAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:55
  741k 2019/08/27 C:\cygwin64\bin\cygLLVMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:08
  118k 2019/08/27 C:\cygwin64\bin\cygLLVMBinaryFormat-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBinaryFormat-8.dll" v0.0 ts=2019-08-26 23:39
  190k 2016/02/11 C:\cygwin64\bin\cygLLVMBitReader-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBitReader-3.7.dll" v0.0 ts=2016-02-10 21:53
  320k 2019/08/27 C:\cygwin64\bin\cygLLVMBitReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitReader-8.dll" v0.0 ts=2019-08-26 23:45
  146k 2016/02/11 C:\cygwin64\bin\cygLLVMBitWriter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBitWriter-3.7.dll" v0.0 ts=2016-02-10 21:53
  232k 2019/08/27 C:\cygwin64\bin\cygLLVMBitWriter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitWriter-8.dll" v0.0 ts=2019-08-27 00:08
   31k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmParser-8.dll" v0.0 ts=2019-08-26 23:59
   14k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:59
  122k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  238k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   29k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   53k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDesc-8.dll" v0.0 ts=2019-08-26 23:59
   15k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDisassembler-8.dll" v0.0 ts=2019-08-26 23:59
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFInfo-8.dll" v0.0 ts=2019-08-26 23:59
 2671k 2016/02/11 C:\cygwin64\bin\cygLLVMCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:54
 4256k 2019/08/27 C:\cygwin64\bin\cygLLVMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCodeGen-8.dll" v0.0 ts=2019-08-27 00:08
 2019k 2016/02/11 C:\cygwin64\bin\cygLLVMCore-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCore-3.7.dll" v0.0 ts=2016-02-10 21:52
 2438k 2019/08/27 C:\cygwin64\bin\cygLLVMCore-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCore-8.dll" v0.0 ts=2019-08-26 23:40
  136k 2019/08/27 C:\cygwin64\bin\cygLLVMCoroutines-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoroutines-8.dll" v0.0 ts=2019-08-27 00:08
  143k 2019/08/27 C:\cygwin64\bin\cygLLVMCoverage-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoverage-8.dll" v0.0 ts=2019-08-27 00:07
  102k 2016/02/11 C:\cygwin64\bin\cygLLVMCppBackendCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCppBackendCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMCppBackendInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCppBackendInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
  600k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoCodeView-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoCodeView-8.dll" v0.0 ts=2019-08-26 23:52
  175k 2016/02/11 C:\cygwin64\bin\cygLLVMDebugInfoDWARF-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMDebugInfoDWARF-3.7.dll" v0.0 ts=2016-02-10 21:53
  498k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoDWARF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoDWARF-8.dll" v0.0 ts=2019-08-26 23:52
   61k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoMSF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoMSF-8.dll" v0.0 ts=2019-08-26 23:52
   95k 2016/02/11 C:\cygwin64\bin\cygLLVMDebugInfoPDB-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMDebugInfoPDB-3.7.dll" v0.0 ts=2016-02-10 21:53
  574k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoPDB-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoPDB-8.dll" v0.0 ts=2019-08-26 23:53
  219k 2019/08/27 C:\cygwin64\bin\cygLLVMDemangle-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDemangle-8.dll" v0.0 ts=2019-08-26 06:19
   18k 2019/08/27 C:\cygwin64\bin\cygLLVMDlltoolDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDlltoolDriver-8.dll" v0.0 ts=2019-08-27 00:07
  113k 2016/02/11 C:\cygwin64\bin\cygLLVMExecutionEngine-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMExecutionEngine-3.7.dll" v0.0 ts=2016-02-10 21:53
  126k 2019/08/27 C:\cygwin64\bin\cygLLVMExecutionEngine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMExecutionEngine-8.dll" v0.0 ts=2019-08-27 00:08
  124k 2019/08/27 C:\cygwin64\bin\cygLLVMFuzzMutate-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMFuzzMutate-8.dll" v0.0 ts=2019-08-27 00:08
  442k 2019/08/27 C:\cygwin64\bin\cygLLVMGlobalISel-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMGlobalISel-8.dll" v0.0 ts=2019-08-27 00:08
  257k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonAsmParser-8.dll" v0.0 ts=2019-08-27 00:00
  765k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2482k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  379k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  749k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDesc-8.dll" v0.0 ts=2019-08-27 00:00
   67k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  130k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDisassembler-8.dll" v0.0 ts=2019-08-27 00:00
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonInfo-8.dll" v0.0 ts=2019-08-27 00:00
  750k 2016/02/11 C:\cygwin64\bin\cygLLVMInstCombine-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInstCombine-3.7.dll" v0.0 ts=2016-02-10 21:53
  967k 2019/08/27 C:\cygwin64\bin\cygLLVMInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  388k 2016/02/11 C:\cygwin64\bin\cygLLVMInstrumentation-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInstrumentation-3.7.dll" v0.0 ts=2016-02-10 21:53
  943k 2019/08/27 C:\cygwin64\bin\cygLLVMInstrumentation-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstrumentation-8.dll" v0.0 ts=2019-08-27 00:08
  136k 2016/02/11 C:\cygwin64\bin\cygLLVMInterpreter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInterpreter-3.7.dll" v0.0 ts=2016-02-10 21:55
  145k 2019/08/27 C:\cygwin64\bin\cygLLVMInterpreter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInterpreter-8.dll" v0.0 ts=2019-08-27 00:08
  141k 2016/02/11 C:\cygwin64\bin\cygLLVMipa-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMipa-3.7.dll" v0.0 ts=2016-02-10 21:53
  405k 2016/02/11 C:\cygwin64\bin\cygLLVMipo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMipo-3.7.dll" v0.0 ts=2016-02-10 21:54
 1165k 2019/08/27 C:\cygwin64\bin\cygLLVMipo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMipo-8.dll" v0.0 ts=2019-08-27 00:08
   18k 2016/02/11 C:\cygwin64\bin\cygLLVMIRReader-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMIRReader-3.7.dll" v0.0 ts=2016-02-10 21:53
   23k 2019/08/27 C:\cygwin64\bin\cygLLVMIRReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMIRReader-8.dll" v0.0 ts=2019-08-27 00:07
   45k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmParser-8.dll" v0.0 ts=2019-08-27 00:01
   24k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:00
  304k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   59k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDesc-8.dll" v0.0 ts=2019-08-27 00:01
   15k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDisassembler-8.dll" v0.0 ts=2019-08-27 00:01
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiInfo-8.dll" v0.0 ts=2019-08-27 00:01
   19k 2016/02/11 C:\cygwin64\bin\cygLLVMLibDriver-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLibDriver-3.7.dll" v0.0 ts=2016-02-10 21:53
   25k 2019/08/27 C:\cygwin64\bin\cygLLVMLibDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLibDriver-8.dll" v0.0 ts=2019-08-27 00:07
   16k 2016/02/11 C:\cygwin64\bin\cygLLVMLineEditor-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLineEditor-3.7.dll" v0.0 ts=2016-02-10 21:52
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMLineEditor-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLineEditor-8.dll" v0.0 ts=2019-08-27 00:07
   82k 2016/02/11 C:\cygwin64\bin\cygLLVMLinker-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLinker-3.7.dll" v0.0 ts=2016-02-10 21:53
  115k 2019/08/27 C:\cygwin64\bin\cygLLVMLinker-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLinker-8.dll" v0.0 ts=2019-08-27 00:08
   62k 2016/02/11 C:\cygwin64\bin\cygLLVMLTO-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLTO-3.7.dll" v0.0 ts=2016-02-10 21:55
  297k 2019/08/27 C:\cygwin64\bin\cygLLVMLTO-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLTO-8.dll" v0.0 ts=2019-08-27 00:09
  447k 2016/02/11 C:\cygwin64\bin\cygLLVMMC-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMC-3.7.dll" v0.0 ts=2016-02-10 21:52
  681k 2019/08/27 C:\cygwin64\bin\cygLLVMMC-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMC-8.dll" v0.0 ts=2019-08-26 23:52
  108k 2019/08/27 C:\cygwin64\bin\cygLLVMMCA-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCA-8.dll" v0.0 ts=2019-08-26 23:52
   23k 2016/02/11 C:\cygwin64\bin\cygLLVMMCDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:52
   23k 2019/08/27 C:\cygwin64\bin\cygLLVMMCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCDisassembler-8.dll" v0.0 ts=2019-08-26 23:52
   39k 2016/02/11 C:\cygwin64\bin\cygLLVMMCJIT-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCJIT-3.7.dll" v0.0 ts=2016-02-10 21:53
   47k 2019/08/27 C:\cygwin64\bin\cygLLVMMCJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCJIT-8.dll" v0.0 ts=2019-08-27 00:08
  171k 2016/02/11 C:\cygwin64\bin\cygLLVMMCParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCParser-3.7.dll" v0.0 ts=2016-02-10 21:52
  266k 2019/08/27 C:\cygwin64\bin\cygLLVMMCParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCParser-8.dll" v0.0 ts=2019-08-26 23:52
  157k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  294k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   49k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
   80k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  909k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 1478k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  334k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  483k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDesc-8.dll" v0.0 ts=2019-08-27 00:02
   74k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  103k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDisassembler-8.dll" v0.0 ts=2019-08-27 00:02
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
   10k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsInfo-8.dll" v0.0 ts=2019-08-27 00:02
   85k 2016/02/11 C:\cygwin64\bin\cygLLVMMIRParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMIRParser-3.7.dll" v0.0 ts=2016-02-10 21:55
  194k 2019/08/27 C:\cygwin64\bin\cygLLVMMIRParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMIRParser-8.dll" v0.0 ts=2019-08-27 00:08
   44k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   15k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
   20k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  178k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  220k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   31k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
   75k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Desc-8.dll" v0.0 ts=2019-08-27 00:02
   19k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Disassembler-8.dll" v0.0 ts=2019-08-27 00:02
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430Info-3.7.dll" v0.0 ts=2016-02-10 21:52
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Info-8.dll" v0.0 ts=2019-08-27 00:02
   92k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  120k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  596k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  650k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  241k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  458k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXDesc-8.dll" v0.0 ts=2019-08-27 00:02
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXInfo-8.dll" v0.0 ts=2019-08-27 00:02
  139k 2016/02/11 C:\cygwin64\bin\cygLLVMObjCARCOpts-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMObjCARCOpts-3.7.dll" v0.0 ts=2016-02-10 21:53
  149k 2019/08/27 C:\cygwin64\bin\cygLLVMObjCARCOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjCARCOpts-8.dll" v0.0 ts=2019-08-27 00:08
  412k 2016/02/11 C:\cygwin64\bin\cygLLVMObject-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMObject-3.7.dll" v0.0 ts=2016-02-10 21:53
  713k 2019/08/27 C:\cygwin64\bin\cygLLVMObject-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObject-8.dll" v0.0 ts=2019-08-26 23:52
  931k 2019/08/27 C:\cygwin64\bin\cygLLVMObjectYAML-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjectYAML-8.dll" v0.0 ts=2019-08-26 23:52
   46k 2016/02/11 C:\cygwin64\bin\cygLLVMOption-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMOption-3.7.dll" v0.0 ts=2016-02-10 21:52
   54k 2019/08/27 C:\cygwin64\bin\cygLLVMOption-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOption-8.dll" v0.0 ts=2019-08-26 23:52
   20k 2019/08/27 C:\cygwin64\bin\cygLLVMOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOptRemarks-8.dll" v0.0 ts=2019-08-26 23:52
  106k 2016/02/11 C:\cygwin64\bin\cygLLVMOrcJIT-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMOrcJIT-3.7.dll" v0.0 ts=2016-02-10 21:53
  662k 2019/08/27 C:\cygwin64\bin\cygLLVMOrcJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOrcJIT-8.dll" v0.0 ts=2019-08-27 00:08
  137k 2016/02/11 C:\cygwin64\bin\cygLLVMPasses-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPasses-3.7.dll" v0.0 ts=2016-02-10 21:54
 1166k 2019/08/27 C:\cygwin64\bin\cygLLVMPasses-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPasses-8.dll" v0.0 ts=2019-08-27 00:08
  105k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  123k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmParser-8.dll" v0.0 ts=2019-08-27 00:03
   95k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  104k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:03
 1057k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 1407k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  283k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  397k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDesc-8.dll" v0.0 ts=2019-08-27 00:03
   60k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   84k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDisassembler-8.dll" v0.0 ts=2019-08-27 00:03
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCInfo-8.dll" v0.0 ts=2019-08-27 00:03
  153k 2016/02/11 C:\cygwin64\bin\cygLLVMProfileData-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMProfileData-3.7.dll" v0.0 ts=2016-02-10 21:53
  329k 2019/08/27 C:\cygwin64\bin\cygLLVMProfileData-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMProfileData-8.dll" v0.0 ts=2019-08-27 00:07
  267k 2016/02/11 C:\cygwin64\bin\cygLLVMRuntimeDyld-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMRuntimeDyld-3.7.dll" v0.0 ts=2016-02-10 21:53
  369k 2019/08/27 C:\cygwin64\bin\cygLLVMRuntimeDyld-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMRuntimeDyld-8.dll" v0.0 ts=2019-08-26 23:53
 1418k 2016/02/11 C:\cygwin64\bin\cygLLVMScalarOpts-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMScalarOpts-3.7.dll" v0.0 ts=2016-02-10 21:54
 2835k 2019/08/27 C:\cygwin64\bin\cygLLVMScalarOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMScalarOpts-8.dll" v0.0 ts=2019-08-27 00:08
 2272k 2016/02/11 C:\cygwin64\bin\cygLLVMSelectionDAG-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSelectionDAG-3.7.dll" v0.0 ts=2016-02-10 21:55
 2860k 2019/08/27 C:\cygwin64\bin\cygLLVMSelectionDAG-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSelectionDAG-8.dll" v0.0 ts=2019-08-27 00:08
   62k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
   74k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   62k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
   95k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  273k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  326k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  103k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  135k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDesc-8.dll" v0.0 ts=2019-08-27 00:04
   25k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   28k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcInfo-8.dll" v0.0 ts=2019-08-27 00:04
  725k 2016/02/11 C:\cygwin64\bin\cygLLVMSupport-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSupport-3.7.dll" v0.0 ts=2016-02-10 21:52
 1429k 2019/08/27 C:\cygwin64\bin\cygLLVMSupport-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSupport-8.dll" v0.0 ts=2019-08-26 23:38
   55k 2019/08/27 C:\cygwin64\bin\cygLLVMSymbolize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSymbolize-8.dll" v0.0 ts=2019-08-26 23:53
   66k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  142k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   32k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
   55k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  533k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  718k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  170k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  386k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDesc-8.dll" v0.0 ts=2019-08-27 00:04
   51k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  110k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZInfo-8.dll" v0.0 ts=2019-08-27 00:04
  233k 2016/02/11 C:\cygwin64\bin\cygLLVMTableGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTableGen-3.7.dll" v0.0 ts=2016-02-10 21:52
  356k 2019/08/27 C:\cygwin64\bin\cygLLVMTableGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTableGen-8.dll" v0.0 ts=2019-08-26 23:39
   49k 2016/02/11 C:\cygwin64\bin\cygLLVMTarget-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTarget-3.7.dll" v0.0 ts=2016-02-10 21:53
   47k 2019/08/27 C:\cygwin64\bin\cygLLVMTarget-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTarget-8.dll" v0.0 ts=2019-08-27 00:08
   27k 2019/08/27 C:\cygwin64\bin\cygLLVMTextAPI-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTextAPI-8.dll" v0.0 ts=2019-08-27 00:07
  794k 2016/02/11 C:\cygwin64\bin\cygLLVMTransformUtils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTransformUtils-3.7.dll" v0.0 ts=2016-02-10 21:53
 1636k 2019/08/27 C:\cygwin64\bin\cygLLVMTransformUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTransformUtils-8.dll" v0.0 ts=2019-08-27 00:08
  332k 2016/02/11 C:\cygwin64\bin\cygLLVMVectorize-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMVectorize-3.7.dll" v0.0 ts=2016-02-10 21:53
  735k 2019/08/27 C:\cygwin64\bin\cygLLVMVectorize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMVectorize-8.dll" v0.0 ts=2019-08-27 00:08
   59k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmParser-8.dll" v0.0 ts=2019-08-27 00:05
   41k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:05
  720k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  157k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDesc-8.dll" v0.0 ts=2019-08-27 00:05
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDisassembler-8.dll" v0.0 ts=2019-08-27 00:05
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyInfo-8.dll" v0.0 ts=2019-08-27 00:05
   13k 2019/08/27 C:\cygwin64\bin\cygLLVMWindowsManifest-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWindowsManifest-8.dll" v0.0 ts=2019-08-27 00:07
  584k 2016/02/11 C:\cygwin64\bin\cygLLVMX86AsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86AsmParser-3.7.dll" v0.0 ts=2016-02-10 21:56
  646k 2019/08/27 C:\cygwin64\bin\cygLLVMX86AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  271k 2016/02/11 C:\cygwin64\bin\cygLLVMX86AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  338k 2019/08/27 C:\cygwin64\bin\cygLLVMX86AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
 2050k 2016/02/11 C:\cygwin64\bin\cygLLVMX86CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 3795k 2019/08/27 C:\cygwin64\bin\cygLLVMX86CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
 1377k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
 1732k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Desc-8.dll" v0.0 ts=2019-08-27 00:07
 1408k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Disassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Disassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
 1626k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Disassembler-8.dll" v0.0 ts=2019-08-27 00:07
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Info-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Info-8.dll" v0.0 ts=2019-08-27 00:07
   33k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Utils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Utils-3.7.dll" v0.0 ts=2016-02-10 21:53
   19k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Utils-8.dll" v0.0 ts=2019-08-27 00:07
   17k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
   16k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
  322k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:56
  347k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   40k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   53k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDesc-8.dll" v0.0 ts=2019-08-27 00:07
   22k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   24k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDisassembler-8.dll" v0.0 ts=2019-08-27 00:07
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreInfo-8.dll" v0.0 ts=2019-08-27 00:07
  171k 2019/08/27 C:\cygwin64\bin\cygLLVMXRay-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXRay-8.dll" v0.0 ts=2019-08-27 00:08
   72k 2017/01/27 C:\cygwin64\bin\cyglmdb-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglmdb-0.dll" v0.0 ts=2017-01-27 18:20
   35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
  146k 2015/08/23 C:\cygwin64\bin\cyglua-5.1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.1.dll" v0.0 ts=2015-08-23 17:43
  194k 2019/05/01 C:\cygwin64\bin\cyglua-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.3.dll" v0.0 ts=2019-05-01 16:03
   69k 2016/11/25 C:\cygwin64\bin\cyglwres-141.dll - os=4.0 img=0.0 sys=5.2
                  "cyglwres-141.dll" v0.0 ts=2016-11-25 20:38
   71k 2018/02/04 C:\cygwin64\bin\cyglwres-160.dll - os=4.0 img=0.0 sys=5.2
                  "cyglwres-160.dll" v0.0 ts=2018-02-04 06:26
   70k 2019/08/27 C:\cygwin64\bin\cyglwres-161.dll - os=4.0 img=0.0 sys=5.2
                  "cyglwres-161.dll" v0.0 ts=2019-08-27 20:40
   73k 2017/06/19 C:\cygwin64\bin\cyglz4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglz4-1.dll" v0.0 ts=2017-06-19 15:40
  144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  129k 2017/10/05 C:\cygwin64\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2017-10-05 19:40
  125k 2018/03/18 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2018-03-18 15:17
  291k 2013/10/12 C:\cygwin64\bin\cygMagick++-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-5.dll" v0.0 ts=2013-10-12 18:21
  346k 2015/02/11 C:\cygwin64\bin\cygMagick++-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-5.dll" v0.0 ts=2015-02-10 23:24
  353k 2016/12/23 C:\cygwin64\bin\cygMagick++-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-6.dll" v0.0 ts=2016-12-23 07:21
  359k 2018/09/08 C:\cygwin64\bin\cygMagick++-6.Q16-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-8.dll" v0.0 ts=2018-09-08 14:43
 4157k 2013/10/12 C:\cygwin64\bin\cygMagickCore-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-5.dll" v0.0 ts=2013-10-12 18:17
 4498k 2016/12/23 C:\cygwin64\bin\cygMagickCore-6.Q16-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-2.dll" v0.0 ts=2016-12-23 07:18
 4513k 2017/09/30 C:\cygwin64\bin\cygMagickCore-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-5.dll" v0.0 ts=2017-09-30 12:24
 4638k 2018/09/08 C:\cygwin64\bin\cygMagickCore-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-6.dll" v0.0 ts=2018-09-08 14:41
 1088k 2013/10/12 C:\cygwin64\bin\cygMagickWand-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-5.dll" v0.0 ts=2013-10-12 18:19
 1150k 2016/12/23 C:\cygwin64\bin\cygMagickWand-6.Q16-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-2.dll" v0.0 ts=2016-12-23 07:20
 1166k 2017/09/30 C:\cygwin64\bin\cygMagickWand-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-5.dll" v0.0 ts=2017-09-30 12:25
 1134k 2018/09/08 C:\cygwin64\bin\cygMagickWand-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-6.dll" v0.0 ts=2018-09-08 14:42
  168k 2018/01/23 C:\cygwin64\bin\cygman-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   22k 2018/01/23 C:\cygwin64\bin\cygmandb-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
  231k 2019/04/28 C:\cygwin64\bin\cygmariadb-3.dll - os=4.0 img=3.0 sys=5.2
                  "cygmariadb-3.dll" v0.0 ts=2019-04-28 23:57
14756k 2019/04/28 C:\cygwin64\bin\cygmariadbd-19.dll - os=4.0 img=0.0 sys=5.2
                  "cygmariadbd-19.dll" v0.0 ts=2019-04-29 00:42
   22k 2019/08/27 C:\cygwin64\bin\cygmaxminddb-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmaxminddb-0.dll" v0.0 ts=2019-08-27 18:45
   28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 00:02
  725k 2015/11/29 C:\cygwin64\bin\cygmidori-core-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmidori-core-1.dll" v0.0 ts=2015-11-29 20:55
  334k 2019/05/02 C:\cygwin64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2019-05-02 02:49
   92k 2018/03/17 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=2018-03-17 17:05
  346k 2017/11/04 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2017-11-04 18:48
  432k 2019/02/02 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2019-02-02 18:25
 3492k 2018/02/06 C:\cygwin64\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2018-02-06 05:23
12375k 2018/02/06 C:\cygwin64\bin\cygmysqld-18.dll - os=4.0 img=0.0 sys=5.2
                  "cygmysqld-18.dll" v0.0 ts=2018-02-06 05:32
  301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
  131k 2014/11/14 C:\cygwin64\bin\cygneon-27.dll - os=4.0 img=0.0 sys=5.2
                  "cygneon-27.dll" v0.0 ts=2014-11-14 13:02
 1072k 2018/05/26 C:\cygwin64\bin\cygnetcdf-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetcdf-13.dll" v0.0 ts=2018-05-26 17:08
  436k 2018/05/26 C:\cygwin64\bin\cygnetcdff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetcdff-6.dll" v0.0 ts=2018-05-26 18:28
  227k 2017/12/07 C:\cygwin64\bin\cygnetpbm-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetpbm-10.dll" v0.0 ts=2017-12-07 08:35
  180k 2016/03/13 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
  205k 2019/02/19 C:\cygwin64\bin\cygnettle-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-6.dll" v0.0 ts=2019-02-19 06:59
  165k 2016/11/17 C:\cygwin64\bin\cygnfs-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygnfs-8.dll" v0.0 ts=2016-11-17 00:38
  144k 2019/03/27 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2019-03-27 04:05
   74k 2019/04/05 C:\cygwin64\bin\cygnsl-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygnsl-2.dll" v0.0 ts=2019-04-05 05:08
  226k 2019/07/29 C:\cygwin64\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2019-07-29 04:09
 1360k 2019/07/29 C:\cygwin64\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2019-07-29 22:04
  168k 2019/07/29 C:\cygwin64\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2019-07-29 22:04
  165k 2019/07/29 C:\cygwin64\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2019-07-29 22:04
 1972k 2017/12/30 C:\cygwin64\bin\cygntl-35.dll - os=4.0 img=0.0 sys=5.2
                  "cygntl-35.dll" v0.0 ts=2017-12-30 18:26
 1858k 2015/05/16 C:\cygwin64\bin\cygntl-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygntl-9.dll" v0.0 ts=2015-04-07 22:04
  108k 2018/01/01 C:\cygwin64\bin\cygOpenCL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygOpenCL-1.dll" v0.0 ts=2018-01-01 12:55
  346k 2018/04/10 C:\cygwin64\bin\cygopencv_aruco-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_aruco-3.4.dll" v0.0 ts=2018-04-10 05:20
  193k 2018/04/10 C:\cygwin64\bin\cygopencv_bgsegm-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_bgsegm-3.4.dll" v0.0 ts=2018-04-10 05:20
  291k 2018/04/10 C:\cygwin64\bin\cygopencv_bioinspired-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_bioinspired-3.4.dll" v0.0 ts=2018-04-10 05:15
 1375k 2018/04/10 C:\cygwin64\bin\cygopencv_calib3d-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_calib3d-3.4.dll" v0.0 ts=2018-04-10 05:17
  444k 2018/04/10 C:\cygwin64\bin\cygopencv_ccalib-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_ccalib-3.4.dll" v0.0 ts=2018-04-10 05:18
 2553k 2018/04/10 C:\cygwin64\bin\cygopencv_core-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_core-3.4.dll" v0.0 ts=2018-04-10 05:03
  414k 2018/04/10 C:\cygwin64\bin\cygopencv_datasets-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_datasets-3.4.dll" v0.0 ts=2018-04-10 05:10
  163k 2018/04/10 C:\cygwin64\bin\cygopencv_dpm-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_dpm-3.4.dll" v0.0 ts=2018-04-10 05:15
  536k 2018/04/10 C:\cygwin64\bin\cygopencv_face-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_face-3.4.dll" v0.0 ts=2018-04-10 05:16
  751k 2018/04/10 C:\cygwin64\bin\cygopencv_features2d-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_features2d-3.4.dll" v0.0 ts=2018-04-10 05:16
  360k 2018/04/10 C:\cygwin64\bin\cygopencv_flann-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_flann-3.4.dll" v0.0 ts=2018-04-10 05:05
  107k 2018/04/10 C:\cygwin64\bin\cygopencv_freetype-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_freetype-3.4.dll" v0.0 ts=2018-04-10 05:09
  160k 2018/04/10 C:\cygwin64\bin\cygopencv_fuzzy-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_fuzzy-3.4.dll" v0.0 ts=2018-04-10 05:09
  114k 2018/04/10 C:\cygwin64\bin\cygopencv_hdf-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_hdf-3.4.dll" v0.0 ts=2018-04-10 05:05
  136k 2018/04/10 C:\cygwin64\bin\cygopencv_hfs-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_hfs-3.4.dll" v0.0 ts=2018-04-10 05:09
  154k 2018/04/10 C:\cygwin64\bin\cygopencv_highgui-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_highgui-3.4.dll" v0.0 ts=2018-04-10 05:10
  284k 2018/04/10 C:\cygwin64\bin\cygopencv_imgcodecs-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_imgcodecs-3.4.dll" v0.0 ts=2018-04-10 05:09
 3533k 2018/04/10 C:\cygwin64\bin\cygopencv_imgproc-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_imgproc-3.4.dll" v0.0 ts=2018-04-10 05:07
  170k 2018/04/10 C:\cygwin64\bin\cygopencv_img_hash-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_img_hash-3.4.dll" v0.0 ts=2018-04-10 05:09
  213k 2018/04/10 C:\cygwin64\bin\cygopencv_line_descriptor-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_line_descriptor-3.4.dll" v0.0 ts=2018-04-10 05:16
  600k 2018/04/10 C:\cygwin64\bin\cygopencv_ml-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_ml-3.4.dll" v0.0 ts=2018-04-10 05:07
  402k 2018/04/10 C:\cygwin64\bin\cygopencv_objdetect-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_objdetect-3.4.dll" v0.0 ts=2018-04-10 05:08
  368k 2018/04/10 C:\cygwin64\bin\cygopencv_optflow-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_optflow-3.4.dll" v0.0 ts=2018-04-10 05:21
  104k 2018/04/10 C:\cygwin64\bin\cygopencv_phase_unwrapping-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_phase_unwrapping-3.4.dll" v0.0 ts=2018-04-10 05:07
  721k 2018/04/10 C:\cygwin64\bin\cygopencv_photo-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_photo-3.4.dll" v0.0 ts=2018-04-10 05:08
  112k 2018/04/10 C:\cygwin64\bin\cygopencv_plot-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_plot-3.4.dll" v0.0 ts=2018-04-10 05:08
  217k 2018/04/10 C:\cygwin64\bin\cygopencv_reg-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_reg-3.4.dll" v0.0 ts=2018-04-10 05:08
  478k 2018/04/10 C:\cygwin64\bin\cygopencv_rgbd-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_rgbd-3.4.dll" v0.0 ts=2018-04-10 05:18
  245k 2018/04/10 C:\cygwin64\bin\cygopencv_saliency-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_saliency-3.4.dll" v0.0 ts=2018-04-10 05:17
  230k 2018/04/10 C:\cygwin64\bin\cygopencv_shape-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_shape-3.4.dll" v0.0 ts=2018-04-10 05:09
  184k 2018/04/10 C:\cygwin64\bin\cygopencv_stereo-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_stereo-3.4.dll" v0.0 ts=2018-04-10 05:18
  613k 2018/04/10 C:\cygwin64\bin\cygopencv_stitching-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_stitching-3.4.dll" v0.0 ts=2018-04-10 05:19
  151k 2018/04/10 C:\cygwin64\bin\cygopencv_structured_light-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_structured_light-3.4.dll" v0.0 ts=2018-04-10 05:19
  207k 2018/04/10 C:\cygwin64\bin\cygopencv_superres-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_superres-3.4.dll" v0.0 ts=2018-04-10 05:10
  326k 2018/04/10 C:\cygwin64\bin\cygopencv_surface_matching-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_surface_matching-3.4.dll" v0.0 ts=2018-04-10 05:07
 2035k 2018/04/10 C:\cygwin64\bin\cygopencv_tracking-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_tracking-3.4.dll" v0.0 ts=2018-04-10 05:14
  420k 2018/04/10 C:\cygwin64\bin\cygopencv_video-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_video-3.4.dll" v0.0 ts=2018-04-10 05:09
  187k 2018/04/10 C:\cygwin64\bin\cygopencv_videoio-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_videoio-3.4.dll" v0.0 ts=2018-04-10 05:10
  309k 2018/04/10 C:\cygwin64\bin\cygopencv_videostab-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_videostab-3.4.dll" v0.0 ts=2018-04-10 05:19
 2042k 2018/04/10 C:\cygwin64\bin\cygopencv_ximgproc-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_ximgproc-3.4.dll" v0.0 ts=2018-04-10 05:20
  157k 2018/04/10 C:\cygwin64\bin\cygopencv_xobjdetect-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_xobjdetect-3.4.dll" v0.0 ts=2018-04-10 05:10
  283k 2018/04/10 C:\cygwin64\bin\cygopencv_xphoto-3.4.dll - os=4.0 img=3.4 sys=5.2
                  "cygopencv_xphoto-3.4.dll" v0.0 ts=2018-04-10 05:09
  300k 2018/03/20 C:\cygwin64\bin\cygopenjp2-7.dll - os=4.0 img=2.3 sys=5.2
                  "cygopenjp2-7.dll" v0.0 ts=2018-03-20 04:17
  126k 2016/03/04 C:\cygwin64\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=5.2
                  "cygopenjpeg-1.dll" v0.0 ts=2016-03-04 16:09
   30k 2015/01/13 C:\cygwin64\bin\cygOpenVG-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygOpenVG-1.dll" v0.0 ts=2015-01-13 09:53
    7k 2019/08/27 C:\cygwin64\bin\cygOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygOptRemarks-8.dll" v0.0 ts=2019-08-27 00:12
  113k 2019/02/19 C:\cygwin64\bin\cygopts-25.dll - os=4.0 img=0.0 sys=5.2
                  "cygopts-25.dll" v0.0 ts=2019-02-19 22:18
  521k 2017/12/05 C:\cygwin64\bin\cygorc-0.4-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygorc-0.4-0.dll" v0.0 ts=2017-12-05 08:11
   30k 2017/12/05 C:\cygwin64\bin\cygorc-test-0.4-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygorc-test-0.4-0.dll" v0.0 ts=2017-12-05 08:11
 1013k 2019/02/20 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2019-02-20 07:21
   14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  270k 2018/02/12 C:\cygwin64\bin\cygpango-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpango-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   44k 2018/02/12 C:\cygwin64\bin\cygpangocairo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   72k 2018/02/12 C:\cygwin64\bin\cygpangoft2-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   28k 2018/02/12 C:\cygwin64\bin\cygpangoxft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   11k 2013/07/23 C:\cygwin64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  467k 2019/04/05 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2019-04-05 01:59
  426k 2019/04/05 C:\cygwin64\bin\cygpcre16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre16-0.dll" v0.0 ts=2019-04-05 01:59
  408k 2019/04/05 C:\cygwin64\bin\cygpcre32-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre32-0.dll" v0.0 ts=2019-04-05 01:59
   33k 2019/04/05 C:\cygwin64\bin\cygpcrecpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcrecpp-0.dll" v0.0 ts=2019-04-05 01:59
   11k 2019/04/05 C:\cygwin64\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2019-04-05 01:59
 2210k 2019/08/24 C:\cygwin64\bin\cygperl5_26.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_26.dll" v0.0 ts=2019-08-24 11:22
   41k 2019/09/12 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 19:52
  642k 2019/09/05 C:\cygwin64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2019-09-05 21:25
   52k 2019/02/20 C:\cygwin64\bin\cygpkgconf-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygpkgconf-3.dll" v0.0 ts=2019-02-20 02:06
   17k 2019/07/29 C:\cygwin64\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2019-07-29 04:09
   14k 2019/07/29 C:\cygwin64\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2019-07-29 04:09
 1000k 2016/04/19 C:\cygwin64\bin\cygplotter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplotter-2.dll" v0.0 ts=2016-04-18 09:28
  148k 2014/12/31 C:\cygwin64\bin\cygpng15-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng15-15.dll" v0.0 ts=2014-12-31 20:50
  185k 2019/07/21 C:\cygwin64\bin\cygpng16-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng16-16.dll" v0.0 ts=2019-07-22 00:15
  809k 2019/08/26 C:\cygwin64\bin\cygpocl-2.dll - os=4.0 img=2.3 sys=5.2
                  "cygpocl-2.dll" v0.0 ts=2019-08-26 21:13
 1629k 2019/08/27 C:\cygwin64\bin\cygPolly-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygPolly-8.dll" v0.0 ts=2019-08-27 02:42
 1802k 2019/08/27 C:\cygwin64\bin\cygPollyISL-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygPollyISL-8.dll" v0.0 ts=2019-08-27 02:42
  136k 2019/08/27 C:\cygwin64\bin\cygPollyPPCG-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygPollyPPCG-8.dll" v0.0 ts=2019-08-27 02:42
 1897k 2014/02/23 C:\cygwin64\bin\cygpoppler-44.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-44.dll" v0.0 ts=2014-02-23 20:36
 1971k 2015/01/12 C:\cygwin64\bin\cygpoppler-46.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-46.dll" v0.0 ts=2015-01-12 05:20
 1994k 2016/05/05 C:\cygwin64\bin\cygpoppler-55.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-55.dll" v0.0 ts=2016-05-05 03:47
 2028k 2016/11/10 C:\cygwin64\bin\cygpoppler-62.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-62.dll" v0.0 ts=2016-11-10 09:04
 2050k 2017/11/07 C:\cygwin64\bin\cygpoppler-66.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-66.dll" v0.0 ts=2017-11-07 01:26
 2046k 2017/11/07 C:\cygwin64\bin\cygpoppler-68.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-68.dll" v0.0 ts=2017-11-07 03:05
 2112k 2018/04/11 C:\cygwin64\bin\cygpoppler-73.dll - os=4.0 img=73.0 sys=5.2
                  "cygpoppler-73.dll" v0.0 ts=2018-04-11 05:44
   58k 2018/04/11 C:\cygwin64\bin\cygpoppler-cpp-0.dll - os=4.0 img=0.3 sys=5.2
                  "cygpoppler-cpp-0.dll" v0.0 ts=2018-04-11 05:45
   41k 2016/07/13 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
   31k 2017/11/05 C:\cygwin64\bin\cygpotrace-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpotrace-0.dll" v0.0 ts=2017-11-05 17:27
  266k 2019/11/29 C:\cygwin64\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2019-11-29 07:25
   57k 2016/03/22 C:\cygwin64\bin\cygprocps-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-4.dll" v0.0 ts=2016-03-22 19:01
   54k 2016/09/20 C:\cygwin64\bin\cygprocps-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-5.dll" v0.0 ts=2016-09-20 19:29
   57k 2017/06/15 C:\cygwin64\bin\cygprocps-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-6.dll" v0.0 ts=2017-06-15 20:30
   59k 2019/03/16 C:\cygwin64\bin\cygprocps-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-7.dll" v0.0 ts=2019-03-16 19:38
  109k 2017/09/27 C:\cygwin64\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2017-09-27 17:56
   65k 2019/07/21 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2019-07-21 19:18
    8k 2013/04/30 C:\cygwin64\bin\cygpspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpspell-15.dll" v0.0 ts=2013-04-30 08:12
  356k 2018/10/01 C:\cygwin64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2018-10-01 07:44
   40k 2019/05/09 C:\cygwin64\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=2019-05-09 21:03
   16k 2018/02/12 C:\cygwin64\bin\cygpyglib-2.0-python2.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpyglib-2.0-python2.7-0.dll" v0.0 ts=2018-02-12 04:04
  315k 2018/12/09 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2018-12-08 22:57
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
   73k 2018/02/12 C:\cygwin64\bin\cygrest-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-0.7-0.dll" v0.0 ts=2018-02-12 02:55
   29k 2018/02/12 C:\cygwin64\bin\cygrest-extras-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-extras-0.7-0.dll" v0.0 ts=2018-02-12 02:55
  156k 2018/12/28 C:\cygwin64\bin\cygrhash-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrhash-0.dll" v0.0 ts=2018-12-28 23:10
  340k 2014/12/30 C:\cygwin64\bin\cygrpm-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygrpm-3.dll" v0.0 ts=2014-12-30 08:01
  124k 2014/12/30 C:\cygwin64\bin\cygrpmbuild-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygrpmbuild-3.dll" v0.0 ts=2014-12-30 08:02
  130k 2014/12/30 C:\cygwin64\bin\cygrpmio-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygrpmio-3.dll" v0.0 ts=2014-12-18 11:00
   18k 2014/12/30 C:\cygwin64\bin\cygrpmsign-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygrpmsign-3.dll" v0.0 ts=2014-12-30 08:01
  212k 2018/02/12 C:\cygwin64\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2018-02-12 00:38
 2765k 2019/09/16 C:\cygwin64\bin\cygruby260.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby260.dll" v2.6 ts=2019-09-16 01:57
   96k 2017/04/16 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2017-04-16 19:15
  247k 2017/03/05 C:\cygwin64\bin\cygsecret-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsecret-1-0.dll" v0.0 ts=2017-03-05 20:36
   85k 2016/12/10 C:\cygwin64\bin\cygserf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygserf-1-0.dll" v0.0 ts=2016-12-10 21:55
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
  898k 2018/12/24 C:\cygwin64\bin\cygslang-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygslang-2.dll" v0.0 ts=2018-12-24 20:20
   29k 2019/09/05 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2019-09-05 21:53
  150k 2019/03/05 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2019-03-05 20:06
  171k 2019/07/29 C:\cygwin64\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2019-07-29 22:04
   28k 2019/04/28 C:\cygwin64\bin\cygsnappy-1.dll - os=4.0 img=1.1 sys=5.2
                  "cygsnappy-1.dll" v0.0 ts=2019-04-28 23:38
  299k 2019/07/28 C:\cygwin64\bin\cygsodium-23.dll - os=4.0 img=0.0 sys=5.2
                  "cygsodium-23.dll" v0.0 ts=2019-07-28 17:13
  289k 2019/07/29 C:\cygwin64\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2019-07-29 22:04
  710k 2018/02/12 C:\cygwin64\bin\cygsoup-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-2.4-1.dll" v0.0 ts=2018-02-12 00:39
   11k 2018/02/12 C:\cygwin64\bin\cygsoup-gnome-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-gnome-2.4-1.dll" v0.0 ts=2018-02-12 00:39
  988k 2019/10/08 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2019-10-08 14:45
   18k 2019/10/08 C:\cygwin64\bin\cygsqlite3amatch-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3amatch-0.dll" v0.0 ts=2019-10-08 14:44
    9k 2019/10/08 C:\cygwin64\bin\cygsqlite3anycollseq-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3anycollseq-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3carray-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3carray-0.dll" v0.0 ts=2019-10-08 14:44
   14k 2019/10/08 C:\cygwin64\bin\cygsqlite3closure-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3closure-0.dll" v0.0 ts=2019-10-08 14:44
   12k 2019/10/08 C:\cygwin64\bin\cygsqlite3completion-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3completion-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3compress-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3compress-0.dll" v0.0 ts=2019-10-08 14:44
   15k 2019/10/08 C:\cygwin64\bin\cygsqlite3csv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3csv-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3eval-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3eval-0.dll" v0.0 ts=2019-10-08 14:44
   15k 2019/10/08 C:\cygwin64\bin\cygsqlite3fileio-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3fileio-0.dll" v0.0 ts=2019-10-08 14:44
   15k 2019/10/08 C:\cygwin64\bin\cygsqlite3fuzzer-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3fuzzer-0.dll" v0.0 ts=2019-10-08 14:44
   13k 2019/10/08 C:\cygwin64\bin\cygsqlite3icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3icu-0.dll" v0.0 ts=2019-10-08 14:44
    9k 2019/10/08 C:\cygwin64\bin\cygsqlite3ieee754-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3ieee754-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3memvfs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3memvfs-0.dll" v0.0 ts=2019-10-08 14:44
   11k 2019/10/08 C:\cygwin64\bin\cygsqlite3nextchar-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3nextchar-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3percentile-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3percentile-0.dll" v0.0 ts=2019-10-08 14:44
   17k 2019/10/08 C:\cygwin64\bin\cygsqlite3regexp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3regexp-0.dll" v0.0 ts=2019-10-08 14:44
    9k 2019/10/08 C:\cygwin64\bin\cygsqlite3remember-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3remember-0.dll" v0.0 ts=2019-10-08 14:44
    9k 2019/10/08 C:\cygwin64\bin\cygsqlite3rot13-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3rot13-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3series-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3series-0.dll" v0.0 ts=2019-10-08 14:44
   17k 2019/10/08 C:\cygwin64\bin\cygsqlite3sha1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3sha1-0.dll" v0.0 ts=2019-10-08 14:44
   16k 2019/10/08 C:\cygwin64\bin\cygsqlite3shathree-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3shathree-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2019/10/08 C:\cygwin64\bin\cygsqlite3showauth-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3showauth-0.dll" v0.0 ts=2019-10-08 14:44
   32k 2019/10/08 C:\cygwin64\bin\cygsqlite3spellfix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3spellfix-0.dll" v0.0 ts=2019-10-08 14:44
    9k 2019/10/08 C:\cygwin64\bin\cygsqlite3stmt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3stmt-0.dll" v0.0 ts=2019-10-08 14:44
   12k 2019/10/08 C:\cygwin64\bin\cygsqlite3totype-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3totype-0.dll" v0.0 ts=2019-10-08 14:44
   19k 2019/10/08 C:\cygwin64\bin\cygsqlite3unionvtab-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3unionvtab-0.dll" v0.0 ts=2019-10-08 14:44
   18k 2019/10/08 C:\cygwin64\bin\cygsqlite3vfslog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3vfslog-0.dll" v0.0 ts=2019-10-08 14:45
   12k 2019/10/08 C:\cygwin64\bin\cygsqlite3vfsstat-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3vfsstat-0.dll" v0.0 ts=2019-10-08 14:44
   13k 2019/10/08 C:\cygwin64\bin\cygsqlite3vtshim-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3vtshim-0.dll" v0.0 ts=2019-10-08 14:44
    9k 2019/10/08 C:\cygwin64\bin\cygsqlite3wholenumber-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3wholenumber-0.dll" v0.0 ts=2019-10-08 14:44
   10k 2015/04/10 C:\cygwin64\bin\cygsqlite3zlib-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3zlib-0.dll" v0.0 ts=2015-04-10 11:00
  449k 2019/05/02 C:\cygwin64\bin\cygssh-4.dll - os=4.0 img=4.7 sys=5.2
                  "cygssh-4.dll" v0.0 ts=2019-05-02 16:11
  156k 2016/03/02 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2016-03-02 18:03
  408k 2019/09/11 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2019-09-11 18:40
  495k 2019/09/13 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2019-09-13 18:36
  444k 2019/07/29 C:\cygwin64\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2019-07-29 22:04
   12k 2017/11/13 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2017-11-13 21:52
 1400k 2018/12/09 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2018-12-08 21:15
    9k 2019/11/29 C:\cygwin64\bin\cygstunnel.dll - os=4.0 img=0.0 sys=5.2
                  "cygstunnel.dll" v0.0 ts=2019-11-29 18:59
   11k 2019/01/11 C:\cygwin64\bin\cygsvn_auth_gnome_keyring-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_auth_gnome_keyring-1-0.dll" v0.0 ts=2019-01-11 18:34
  536k 2019/01/11 C:\cygwin64\bin\cygsvn_client-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_client-1-0.dll" v0.0 ts=2019-01-11 18:39
  100k 2019/01/11 C:\cygwin64\bin\cygsvn_delta-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_delta-1-0.dll" v0.0 ts=2019-01-11 18:34
   88k 2019/01/11 C:\cygwin64\bin\cygsvn_diff-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_diff-1-0.dll" v0.0 ts=2019-01-11 18:34
   40k 2019/01/11 C:\cygwin64\bin\cygsvn_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs-1-0.dll" v0.0 ts=2019-01-11 18:35
  166k 2019/01/11 C:\cygwin64\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2019-01-11 18:35
  293k 2019/01/11 C:\cygwin64\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2019-01-11 18:35
   12k 2019/01/11 C:\cygwin64\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2019-01-11 18:34
  288k 2019/01/11 C:\cygwin64\bin\cygsvn_fs_x-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_x-1-0.dll" v0.0 ts=2019-01-11 18:35
   47k 2019/01/11 C:\cygwin64\bin\cygsvn_ra-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra-1-0.dll" v0.0 ts=2019-01-11 18:38
   33k 2019/01/11 C:\cygwin64\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2019-01-11 18:37
  181k 2019/01/11 C:\cygwin64\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2019-01-11 18:35
  113k 2019/01/11 C:\cygwin64\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2019-01-11 18:35
  227k 2019/01/11 C:\cygwin64\bin\cygsvn_repos-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_repos-1-0.dll" v0.0 ts=2019-01-11 18:36
  746k 2019/01/11 C:\cygwin64\bin\cygsvn_subr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_subr-1-0.dll" v0.0 ts=2019-01-11 18:33
   39k 2019/01/11 C:\cygwin64\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2019-01-11 18:47
   67k 2019/01/11 C:\cygwin64\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_py-1-0.dll" v0.0 ts=2019-01-11 18:50
   67k 2019/01/11 C:\cygwin64\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2019-01-11 18:42
  709k 2019/01/11 C:\cygwin64\bin\cygsvn_wc-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_wc-1-0.dll" v0.0 ts=2019-01-11 18:35
   96k 2018/09/20 C:\cygwin64\bin\cygsynctex-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-1.dll" v0.0 ts=2018-09-20 23:19
   96k 2019/05/09 C:\cygwin64\bin\cygsynctex-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-2.dll" v0.0 ts=2019-05-09 21:24
  347k 2015/02/11 C:\cygwin64\bin\cygsyslog-ng-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsyslog-ng-0.dll" v0.0 ts=2015-02-11 10:20
   68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
  197k 2019/05/17 C:\cygwin64\bin\cygTECkit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit-0.dll" v0.0 ts=2019-05-17 22:21
 1594k 2019/05/17 C:\cygwin64\bin\cygTECkit_Compiler-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit_Compiler-0.dll" v0.0 ts=2019-05-17 22:21
  169k 2018/09/20 C:\cygwin64\bin\cygtexlua52-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua52-5.dll" v0.0 ts=2018-09-20 23:03
  199k 2019/05/09 C:\cygwin64\bin\cygtexlua53-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua53-5.dll" v0.0 ts=2019-05-09 21:04
  452k 2019/05/09 C:\cygwin64\bin\cygtexluajit-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexluajit-2.dll" v0.0 ts=2019-05-09 21:05
   34k 2017/03/05 C:\cygwin64\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2017-03-05 04:36
   57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
  296k 2013/05/31 C:\cygwin64\bin\cygtidy-0-99-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygtidy-0-99-0.dll" v0.0 ts=2013-05-31 07:38
  363k 2014/05/15 C:\cygwin64\bin\cygtiff-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-5.dll" v0.0 ts=1970-01-01 00:00
  452k 2017/12/18 C:\cygwin64\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=2017-12-18 02:52
   12k 2014/05/15 C:\cygwin64\bin\cygtiffxx-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-5.dll" v0.0 ts=1970-01-01 00:00
   12k 2017/12/18 C:\cygwin64\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=2017-12-18 02:52
  158k 2016/04/14 C:\cygwin64\bin\cygtirpc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-1.dll" v0.0 ts=2016-04-14 19:41
  167k 2019/04/05 C:\cygwin64\bin\cygtirpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-3.dll" v0.0 ts=2019-04-05 05:29
  460k 2017/12/18 C:\cygwin64\bin\cygturbojpeg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygturbojpeg-0.dll" v0.0 ts=2017-12-18 02:42
   20k 2017/11/01 C:\cygwin64\bin\cygtxc_dxtn.dll - os=4.0 img=0.0 sys=5.2
                  "cygtxc_dxtn.dll" v0.0 ts=2017-11-02 00:08
  676k 2017/05/02 C:\cygwin64\bin\cygunbound-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunbound-2.dll" v0.0 ts=2017-05-02 23:00
 1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
   18k 2019/07/22 C:\cygwin64\bin\cygunwind-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygunwind-1.dll" v0.0 ts=2019-07-22 14:19
   73k 2015/02/11 C:\cygwin64\bin\cygusb0.dll - os=4.0 img=0.0 sys=5.2
                  "cygusb0.dll" v0.0 ts=2015-02-11 01:16
   27k 2019/03/05 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2019-03-05 20:06
  135k 2019/09/21 C:\cygwin64\bin\cyguv-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguv-1.dll" v0.0 ts=2019-09-21 09:05
   73k 2015/12/14 C:\cygwin64\bin\cygvarnish.dll - os=4.0 img=0.0 sys=5.2
                  "cygvarnish.dll" v0.0 ts=2015-12-14 01:25
  138k 2015/12/14 C:\cygwin64\bin\cygvarnishapi-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvarnishapi-1.dll" v0.0 ts=2015-12-14 01:26
   60k 2015/12/14 C:\cygwin64\bin\cygvarnishcompat.dll - os=4.0 img=0.0 sys=5.2
                  "cygvarnishcompat.dll" v0.0 ts=2015-12-14 01:25
  121k 2015/12/14 C:\cygwin64\bin\cygvcc.dll - os=4.0 img=0.0 sys=5.2
                  "cygvcc.dll" v0.0 ts=2015-12-14 01:27
   67k 2015/12/14 C:\cygwin64\bin\cygvgz.dll - os=4.0 img=0.0 sys=5.2
                  "cygvgz.dll" v0.0 ts=2015-12-14 01:27
 3513k 2018/04/16 C:\cygwin64\bin\cygvirt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvirt-0.dll" v0.0 ts=2018-04-16 04:47
   48k 2018/04/16 C:\cygwin64\bin\cygvirt-admin-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvirt-admin-0.dll" v0.0 ts=2018-04-16 04:47
   13k 2018/04/16 C:\cygwin64\bin\cygvirt-lxc-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvirt-lxc-0.dll" v0.0 ts=2018-04-16 04:47
   14k 2018/04/16 C:\cygwin64\bin\cygvirt-qemu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvirt-qemu-0.dll" v0.0 ts=2018-04-16 04:47
  347k 2016/08/10 C:\cygwin64\bin\cygvoikko-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvoikko-1.dll" v0.0 ts=2016-08-10 22:32
 2191k 2015/10/01 C:\cygwin64\bin\cygvpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvpx-1.dll" v0.0 ts=2015-10-01 21:34
    8k 2016/06/13 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv-0.dll" v0.0 ts=2016-06-13 17:12
    8k 2016/06/13 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv_stubs-0.dll" v0.0 ts=2016-06-13 17:12
24402k 2015/11/20 C:\cygwin64\bin\cygwebkitgtk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebkitgtk-1.0-0.dll" v0.0 ts=2015-11-20 15:15
  344k 2016/07/08 C:\cygwin64\bin\cygwebp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-5.dll" v0.0 ts=2016-07-08 19:27
  411k 2018/02/27 C:\cygwin64\bin\cygwebp-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-7.dll" v0.0 ts=2018-02-27 09:00
   17k 2018/02/27 C:\cygwin64\bin\cygwebpdemux-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpdemux-2.dll" v0.0 ts=2018-02-27 09:00
   27k 2016/07/08 C:\cygwin64\bin\cygwebpmux-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-1.dll" v0.0 ts=2016-07-08 19:27
   39k 2018/02/27 C:\cygwin64\bin\cygwebpmux-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-3.dll" v0.0 ts=2018-02-27 09:00
   31k 2018/07/14 C:\cygwin64\bin\cygwrap-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwrap-0.dll" v0.0 ts=2018-07-14 11:43
  144k 2019/05/01 C:\cygwin64\bin\cygwsman-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygwsman-1.dll" v0.0 ts=2019-05-02 00:40
   49k 2019/05/01 C:\cygwin64\bin\cygwsman_client-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygwsman_client-4.dll" v0.0 ts=2019-05-02 00:40
 1150k 2019/09/05 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2019-09-05 21:15
    8k 2019/09/05 C:\cygwin64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2019-09-05 21:15
 1934k 2016/11/14 C:\cygwin64\bin\cygxapian-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-22.dll" v0.0 ts=2016-11-14 03:32
 2244k 2017/11/26 C:\cygwin64\bin\cygxapian-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-30.dll" v0.0 ts=2017-11-26 19:44
   13k 2019/09/05 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2019-09-05 18:13
  375k 2016/01/29 C:\cygwin64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2016-01-29 20:32
  306k 2019/09/05 C:\cygwin64\bin\cygXaw3d-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw3d-8.dll" v0.0 ts=2019-09-05 23:45
  133k 2019/09/05 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2019-09-05 19:37
   16k 2019/09/05 C:\cygwin64\bin\cygxcb-dri2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-dri2-0.dll" v0.0 ts=2019-09-05 19:37
   83k 2019/09/05 C:\cygwin64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2019-09-05 19:37
   44k 2019/09/05 C:\cygwin64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2019-09-05 19:37
   12k 2019/09/05 C:\cygwin64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2019-09-05 19:38
   27k 2019/09/05 C:\cygwin64\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=2019-09-05 19:38
   11k 2019/09/05 C:\cygwin64\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2019-09-05 22:09
   36k 2019/09/05 C:\cygwin64\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2019-09-05 22:09
   11k 2019/09/05 C:\cygwin64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2019-09-05 22:36
   21k 2019/09/05 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2019-09-05 18:29
   60k 2019/09/05 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=2019-09-05 20:44
   20k 2016/10/09 C:\cygwin64\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2016-10-09 18:37
   77k 2019/09/05 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=2019-09-05 22:36
   61k 2019/09/05 C:\cygwin64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2019-09-05 22:54
   11k 2019/09/05 C:\cygwin64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2019-09-05 22:03
 1222k 2019/03/26 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2019-03-26 01:39
   88k 2019/09/05 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2019-09-05 23:40
   61k 2017/01/18 C:\cygwin64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2017-01-18 17:27
   37k 2019/09/05 C:\cygwin64\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2019-09-05 22:53
   36k 2016/01/29 C:\cygwin64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2016-01-29 20:24
  209k 2016/08/26 C:\cygwin64\bin\cygxslt-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxslt-1.dll" v0.0 ts=2016-08-26 22:10
   12k 2019/09/05 C:\cygwin64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2019-09-05 22:04
  335k 2019/09/06 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2019-09-06 20:50
   22k 2016/10/09 C:\cygwin64\bin\cygXtst-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXtst-6.dll" v0.0 ts=2016-10-09 18:54
   34k 2015/10/13 C:\cygwin64\bin\cygyajl-2.dll - os=4.0 img=2.1 sys=5.2
                  "cygyajl-2.dll" v0.0 ts=2015-10-13 18:43
  121k 2014/12/08 C:\cygwin64\bin\cygyaml-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygyaml-0-2.dll" v0.0 ts=2014-12-08 18:19
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
  332k 2015/01/12 C:\cygwin64\bin\cygzeitgeist-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygzeitgeist-2.0-0.dll" v0.0 ts=2015-01-12 08:14
   61k 2015/03/26 C:\cygwin64\bin\cygzip-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:04
   91k 2018/04/25 C:\cygwin64\bin\cygzip-5.dll - os=4.0 img=5.0 sys=5.2
                  "cygzip-5.dll" v0.0 ts=2018-04-25 19:23
  528k 2018/04/25 C:\cygwin64\bin\cygzmq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygzmq-5.dll" v0.0 ts=2018-04-25 04:49
   26k 2018/02/20 C:\cygwin64\bin\cygzzip-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzip-0-13.dll" v0.0 ts=2018-02-20 23:15
   14k 2018/02/20 C:\cygwin64\bin\cygzzipfseeko-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2018-02-20 23:15
   17k 2018/02/20 C:\cygwin64\bin\cygzzipmmapped-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2018-02-20 23:15
   10k 2018/02/20 C:\cygwin64\bin\cygzzipwrap-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipwrap-0-13.dll" v0.0 ts=2018-02-20 23:15
 3415k 2019/04/30 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2019-04-30 19:08
    Cygwin DLL version info:
        DLL version: 3.0.7
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 338
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  437k 2018/05/24 C:\cygwin64\lib\lapack\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2018-05-20 15:40
 6901k 2018/05/24 C:\cygwin64\lib\lapack\cyglapack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglapack-0.dll" v0.0 ts=2018-05-20 15:40


Cygwin Package Information
Last downloaded files to: C:\cygwin64_pkgs
Last downloaded files from: http://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/

Package                              Version                        Status
_autorebase                          001007-1                       OK
Empty package _update-info-dir
_update-info-dir                     03000-1                        OK
a2ps                                 4.14-3                         OK
abook                                0.6.1-1                        OK
adwaita-icon-theme                   3.26.1-1                       OK
aiksaurus                            1.2.1-11                       OK
alternatives                         1.3.30c-10                     OK
ascii                                3.15-1                         OK
aspell                               0.60.6.1-1                     OK
aspell-en                            2017.08.24.0-1                 OK
at-spi2-core                         2.26.2-1                       OK
atool                                0.39.0-1                       OK
autobuild                            5.3-1                          OK
autoconf                             13-1                           OK
autoconf-archive                     2019.01.06-1                   OK
autoconf2.1                          2.13-12                        OK
autoconf2.5                          2.69-4                         OK
autogen                              5.18.16-1                      OK
autogen-debuginfo                    5.18.16-1                      OK
automake                             11-1                           OK
automake1.10                         1.10.3-3                       OK
automake1.11                         1.11.6-3                       OK
automake1.12                         1.12.6-3                       OK
automake1.13                         1.13.4-2                       OK
automake1.14                         1.14.1-3                       OK
automake1.15                         1.15.1-2                       OK
automake1.16                         1.16.1-1                       OK
automake1.4                          1.4p6-11                       OK
automake1.5                          1.5-11                         OK
automake1.6                          1.6.3-12                       OK
automake1.7                          1.7.9-11                       OK
automake1.8                          1.8.5-11                       OK
automake1.9                          1.9.6-11                       OK
autossh                              1.4g-1                         OK
base-cygwin                          3.8-1                          OK
base-files                           4.3-2                          OK
bash                                 4.4.12-3                       OK
bash-completion                      2.7-1                          OK
bashdb                               3.1_0.09-1                     OK
bc                                   1.06.95-2                      OK
bcrypt                               1.1-3                          OK
biber                                2.13-1                         OK
bind                                 9.11.9-1                       OK
bind-utils                           9.11.9-1                       OK
binutils                             2.29-1                         OK
boxes                                1.3-1                          OK
build-docbook-catalog                1.5-2                          OK
bzip2                                1.0.8-1                        OK
bzr                                  2.7.0+bzr6622-1                OK
ca-certificates                      2.32-1                         OK
catdoc                               0.95-1                         OK
ccrypt                               1.11-1                         OK
check                                0.10.0-1                       OK
chkconfig                            1.3.30a-2                      OK
clang                                8.0.1-1                        OK
clang-doc                            8.0.1-1                        OK
clisp                                2.49-6.20150312hg15611         OK
cmake                                3.14.5-1                       OK
cmake-debuginfo                      3.14.5-1                       OK
cmake-doc                            3.14.5-1                       OK
code2html                            0.9.1-1                        OK
compiler-rt                          8.0.1-1                        OK
coreutils                            8.26-2                         OK
cron                                 4.1-65                         OK
Empty package crypt
crypt                                2.1-1                          OK
crypto-policies                      20190218-1                     OK
csih                                 0.9.11-1                       OK
ctags                                5.8-1                          OK
curl                                 7.66.0-1                       OK
cygrunsrv                            1.62-1                         OK
cygutils                             1.4.16-2                       OK
cygutils-extra                       1.4.16-2                       OK
cygwin                               3.0.7-1                        OK
cygwin-debuginfo                     3.0.7-1                        OK
cygwin-devel                         3.0.7-1                        OK
cygwin-doc                           3.0.7-1                        OK
cygwin32-expat                       2.1.0-1                        OK
cyrus-sasl                           2.1.26-11                      OK
dash                                 0.5.9.1-1                      OK
dateutils                            0.4.0-1                        OK
dblatex                              0.3.10-1                       OK
dconf-service                        0.26.1-1                       OK
dejavu-fonts                         2.37-1                         OK
desktop-file-utils                   0.23-1                         OK
dialog                               1.3-3.20170131                 OK
dialog-debuginfo                     1.3-3.20170131                 OK
diffutils                            3.5-2                          OK
discus                               0.2.9-1                        OK
docbook-xsl                          1.77.1-1                       OK
dos2unix                             7.4.1-1                        OK
dri-drivers                          19.1.6-1                       OK
ed                                   1.15-1                         OK
editrights                           1.03-1                         OK
email                                3.2.3-git-2                    OK
enscript                             1.6.6-2                        OK
exif                                 0.6.21-1                       OK
expat                                2.2.6-1                        OK
expect                               5.45-3                         OK
expect-debuginfo                     5.45-3                         OK
fcgi                                 2.4.0-3                        OK
fdupes                               1.50-PR2-3                     OK
fetchmail                            6.4.1-1                        OK
fetchmail-debuginfo                  6.4.1-1                        OK
figlet                               2.2.2-2                        OK
file                                 5.32-1                         OK
findutils                            4.6.0-1                        OK
flip                                 1.19-1                         OK
flog                                 1.8-1                          OK
fontconfig                           2.13.1-1                       OK
fortune-mod                          1.99.1-4                       OK
gamin                                0.1.10-15                      OK
gawk                                 5.0.1-1                        OK
gcc-core                             7.4.0-1                        OK
gcc-fortran                          7.4.0-1                        OK
gcc-g++                              7.4.0-1                        OK
gcr                                  3.20.0-1                       OK
gd                                   2.2.5-2                        OK
gd-debuginfo                         2.2.5-2                        OK
gdb                                  8.1.1-1                        OK
gdbm                                 1.18.1-1                       OK
gdk-pixbuf2.0-svg                    2.40.20-1                      OK
GeoIP-database                       20180505-1                     OK
getent                               2.18.90-4                      OK
getmail                              5.1-1                          OK
ghostscript                          9.27-1                         OK
ghostscript-fonts-other              6.0-1                          OK
girepository-Atk1.0                  2.26.1-1                       OK
girepository-Atspi2.0                2.26.2-1                       OK
girepository-cairo1.0                1.54.1-1                       OK
girepository-GdkPixbuf2.0            2.36.11-1                      OK
girepository-GLib2.0                 1.54.1-1                       OK
girepository-HarfBuzz0.0             2.5.3-1                        OK
girepository-Pango1.0                1.40.14-1                      OK
girepository-Secret1                 0.18.5-1                       OK
girepository-Soup2.4                 2.60.3-1                       OK
girepository-x11                     1.54.1-1                       OK
git                                  2.21.0-1                       OK
git-email                            2.21.0-1                       OK
git-svn                              2.21.0-1                       OK
gitk                                 2.21.0-1                       OK
glib2.0-networking                   2.54.1-1                       OK
gnome-icon-theme                     3.10.0-1                       OK
gnome-keyring                        3.20.1-1                       OK
gnupg                                1.4.23-1                       OK
gnuplot                              5.2.7-1                        OK
gnuplot-debuginfo                    5.2.7-1                        OK
gnutls                               3.6.9-1                        OK
gq                                   1.3.4-3                        OK
grep                                 3.0-2                          OK
groff                                1.22.4-1                       OK
gsettings-desktop-schemas            3.24.1-1                       OK
gtk-update-icon-cache                3.22.28-1                      OK
gv                                   3.7.4-1                        OK
gzip                                 1.8-1                          OK
hexedit                              1.2.13-2                       OK
hicolor-icon-theme                   0.15-1                         OK
hostname                             3.13-1                         OK
html2ps                              1.0b7-2                        OK
httpd                                2.4.39-1                       OK
httpd-devel                          2.4.39-1                       OK
httpd-manual                         2.4.39-1                       OK
httpd-mod_http2                      2.4.39-1                       OK
httpd-mod_ldap                       2.4.39-1                       OK
httpd-mod_lua                        2.4.39-1                       OK
httpd-mod_ssl                        2.4.39-1                       OK
httpd-tools                          2.4.39-1                       OK
httperf                              0.9.0-1                        OK
httping                              2.4+20151029+gitb1521a6-1      OK
idle2                                2.7.16-1                       OK
idle27                               2.7.16-1                       OK
idle3                                3.6.8-1                        OK
idle36                               3.6.9-1                        OK
ImageMagick                          6.9.10.11-1                    OK
ImageMagick-doc                      6.9.10.11-1                    OK
indent                               2.2.12-1                       OK
inetutils                            1.9.4-1                        OK
inetutils-server                     1.9.4-1                        OK
info                                 6.7-1                          OK
initscripts                          0.9-4                          OK
ipc-utils                            1.0-2                          OK
ipcalc                               0.41-1                         OK
iperf                                2.0.5-1                        OK
iprint                               1.3-1                          OK
iso-codes                            4.3-1                          OK
isoquery                             2.0-1                          OK
itstool                              2.0.2-1                        OK
jpeg                                 1.5.3-1                        OK
jsc3                                 2.0.4-5                        OK
less                                 530-1                          OK
libAiksaurus1.2_0                    1.2.1-11                       OK
libapr1                              1.6.5-1                        OK
libapr1-devel                        1.6.5-1                        OK
libaprutil1                          1.6.1-1                        OK
libaprutil1-devel                    1.6.1-1                        OK
libarchive13                         3.3.2-1                        OK
libargp                              20110921-3                     OK
libaspell15                          0.60.6.1-1                     OK
libassuan0                           2.5.3-1                        OK
libatk-bridge2.0_0                   2.26.1-1                       OK
libatk1.0-devel                      2.26.1-1                       OK
libatk1.0_0                          2.26.1-1                       OK
libatomic1                           7.4.0-1                        OK
libatspi0                            2.26.2-1                       OK
libattr1                             2.4.48-2                       OK
libautotrace3                        0.31.1-19                      OK
libavahi-client3                     0.7-1                          OK
libavahi-common3                     0.7-1                          OK
libbind9_140                         9.10.4-4.P4                    OK
libbind9_160                         9.11.2-2.P1                    OK
libbind9_161                         9.11.9-1                       OK
libblkid1                            2.33.1-1                       OK
libbrotlicommon1                     1.0.7-1                        OK
libbrotlidec1                        1.0.7-1                        OK
libbz2-devel                         1.0.8-1                        OK
libbz2_1                             1.0.8-1                        OK
libc++-devel                         8.0.1-1                        OK
libc++1                              8.0.1-1                        OK
libc++abi-devel                      8.0.1-1                        OK
libc++abi1                           8.0.1-1                        OK
libcairo-devel                       1.16.0-1                       OK
libcairo2                            1.16.0-1                       OK
libcatgets1                          1.1-2                          OK
libcerf1                             1.13-1                         OK
libcharset1                          1.14-3                         OK
libclang                             3.4.2-5                        OK
libclang-devel                       8.0.1-1                        OK
libclang3.7                          3.7.1-1                        OK
libclang3.8                          3.8.1-1                        OK
libclang3.9                          3.9.1-1                        OK
libclang4.0                          4.0.1-1                        OK
libclang5.0                          5.0.1-2                        OK
libclang8                            8.0.1-1                        OK
libcloog-isl4                        0.18.0-2                       OK
libcom_err2                          1.44.5-1                       OK
libcord1                             8.0.4-1                        OK
libcroco0.6_3                        0.6.12-1                       OK
libcrypt-devel                       4.4.4-1                        OK
libcrypt0                            2.1-1                          OK
libcrypt2                            4.4.4-1                        OK
libct4                               1.00.37-1                      OK
libcurl4                             7.66.0-1                       OK
libdatrie1                           0.2.8-1                        OK
libdb-devel                          5.3.28-2                       OK
libdb5.3                             5.3.28-2                       OK
libdbi-drivers                       0.9.0-2                        OK
libdbi1                              0.9.0-1                        OK
libdbus-glib_1_2                     0.108-1                        OK
libdbus1_3                           1.10.22-1                      OK
libdialog11                          1.2-20140112-1                 OK
libdialog12                          1.2-20150225-2                 OK
libdialog13                          1.3-2.20160828                 OK
libdialog14                          1.3-3.20170131                 OK
libdns1104                           9.11.5-2.P4                    OK
libdns1105                           9.11.6-1                       OK
libdns1106                           9.11.9-1                       OK
libdns165                            9.10.4-4.P4                    OK
libdns166                            9.11.0-3.P5                    OK
libdns169                            9.11.2-2.P1                    OK
libedit0                             20130712-1                     OK
libEGL1                              19.1.6-1                       OK
libEMF1                              1.0.9-1                        OK
libenchant1                          1.6.1-1                        OK
libepoxy0                            1.4.3-1                        OK
libevent2.0_5                        2.0.22-1                       OK
libevtlog0                           0.2.12-2                       OK
libexif-common                       0.6.21-3                       OK
libexif-devel                        0.6.21-3                       OK
libexif12                            0.6.21-3                       OK
libexpat-devel                       2.2.6-1                        OK
libexpat1                            2.2.6-1                        OK
libext2fs2                           1.44.5-1                       OK
libfam0                              0.1.10-15                      OK
libfcgi0                             2.4.0-3                        OK
libfdisk1                            2.33.1-1                       OK
libffi-devel                         3.2.1-2                        OK
libffi6                              3.2.1-2                        OK
libfftw3_3                           3.3.8-1                        OK
libflint                             2.4.5-1                        OK
libflint-devel                       2.5.2-2                        OK
libflint13                           2.5.2-2                        OK
libfontconfig-common                 2.13.1-1                       OK
libfontconfig-devel                  2.13.1-1                       OK
libfontconfig1                       2.13.1-1                       OK
libfontenc1                          1.1.4-1                        OK
libfpx1                              1.3.1.4-1                      OK
libfreetype-devel                    2.9.1-1                        OK
libfreetype6                         2.9.1-1                        OK
libgailutil18                        2.24.32-1                      OK
libgc1                               8.0.4-1                        OK
libgc2                               7.6.2-3                        OK
libgcc1                              7.4.0-1                        OK
libgccpp1                            8.0.4-1                        OK
libgck1_0                            3.20.0-1                       OK
libgcr-base3_1                       3.20.0-1                       OK
libgcr-ui3-common                    3.20.0-1                       OK
libgcr-ui3_1                         3.20.0-1                       OK
Empty package libgcr3-common
libgcr3-common                       3.20.0-1                       OK
Empty package libgcr3_1
libgcr3_1                            3.20.0-1                       OK
libgcrypt11                          1.5.3-2                        OK
libgcrypt20                          1.8.2-1                        OK
libgd2                               2.0.36RC1-2                    OK
libgd3                               2.2.5-2                        OK
libgdbm4                             1.13-1                         OK
libgdbm6                             1.18.1-1                       OK
libgdbm_compat4                      1.18.1-1                       OK
libgdk_pixbuf2.0-devel               2.36.11-1                      OK
libgdk_pixbuf2.0_0                   2.36.11-1                      OK
libgee0.8_2                          0.20.1-1                       OK
libgeoclue0                          0.12.99-2                      OK
libGeoIP1                            1.6.9-1                        OK
libgfortran3                         6.4.0-5                        OK
libgfortran4                         7.4.0-1                        OK
libggi2                              2.2.2-4                        OK
libggiwmh0                           0.3.2-4                        OK
libgif4                              4.1.6-12                       OK
libgif7                              5.1.4-1                        OK
libgii1                              1.0.2-4                        OK
libgirepository1.0_1                 1.54.1-1                       OK
libGL1                               19.1.6-1                       OK
libglade2.0_0                        2.6.4-2                        OK
libglapi0                            19.1.6-1                       OK
libglib2.0-devel                     2.54.3-1                       OK
libglib2.0_0                         2.54.3-1                       OK
libglut3                             3.2.1-1                        OK
libgmp10                             6.1.2-1                        OK
libgnome-keyring0                    3.12.0-2                       OK
libgnutls-dane0                      3.6.9-1                        OK
libgnutls28                          3.3.27-1                       OK
libgnutls30                          3.6.9-1                        OK
libgomp1                             7.4.0-1                        OK
libgpg-error0                        1.28-1                         OK
libgpgme11                           1.9.0-1                        OK
libgraphite2-devel                   1.3.10-1                       OK
libgraphite2_3                       1.3.10-1                       OK
libgs9                               9.27-1                         OK
libgssapi_krb5_2                     1.15.2-2                       OK
libgstinterfaces1.0_0                1.12.5-1                       OK
libgstreamer1.0_0                    1.12.5-1                       OK
libgtk2.0-devel                      2.24.32-1                      OK
libgtk2.0_0                          2.24.32-1                      OK
libgtk3_0                            3.22.28-1                      OK
libguile17                           1.8.8-3                        OK
libguile2.0_22                       2.0.14-3                       OK
libguile2.2_1                        2.2.4-1                        OK
libharfbuzz-devel                    2.5.3-1                        OK
libharfbuzz-gobject0                 2.5.3-1                        OK
libharfbuzz-icu0                     2.5.3-1                        OK
libharfbuzz0                         2.5.3-1                        OK
libhdf5_10                           1.8.20-1                       OK
libhdf5_101                          1.10.2-1                       OK
libhdf5_103                          1.10.5-1                       OK
libhdf5hl_100                        1.10.5-1                       OK
libhogweed2                          2.7.1-1                        OK
libhogweed4                          3.4.1-1                        OK
libhunspell1.6_0                     1.6.1-1                        OK
libhwloc15                           2.0.3-1                        OK
libhwloc5                            1.11.11-1                      OK
libICE6                              1.0.10-1                       OK
libiconv                             1.14-3                         OK
libiconv-devel                       1.14-3                         OK
libiconv2                            1.14-3                         OK
libicu51                             51.2-1                         OK
libicu54                             54.1-1                         OK
libicu56                             56.1-1                         OK
libicu57                             57.1-1                         OK
libicu58                             58.2-1                         OK
libicu59                             59.1-1                         OK
libicu60                             60.2-1                         OK
libicu61                             61.1-1                         OK
libicu62                             62.1-1                         OK
libicu63                             63.1-1                         OK
libicu64                             64.2-1                         OK
libicu65                             65.1-1                         OK
libidn11                             1.33-1                         OK
libidn2_0                            2.2.0-1                        OK
libilmbase12                         2.2.0-1                        OK
libIlmImf22                          2.2.0-1                        OK
libimagequant0                       2.10.0-1                       OK
libintl-devel                        0.19.8.1-2                     OK
libintl8                             0.19.8.1-2                     OK
libiodbc-devel                       3.52.8-2                       OK
libiodbc2                            3.52.8-2                       OK
libirs141                            9.10.4-4.P4                    OK
libirs160                            9.11.2-2.P1                    OK
libirs161                            9.11.9-1                       OK
libisc1100                           9.11.9-1                       OK
libisc160                            9.11.0-3.P5                    OK
libisc166                            9.11.2-2.P1                    OK
libisccc140                          9.10.4-4.P4                    OK
libisccc160                          9.11.2-2.P1                    OK
libisccc161                          9.11.9-1                       OK
libisccfg140                         9.10.4-4.P4                    OK
libisccfg160                         9.11.2-2.P1                    OK
libisccfg163                         9.11.9-1                       OK
libisl10                             0.11.1-2                       OK
libisl13                             0.14.1-1                       OK
libisl15                             0.16.1-1                       OK
libisocodes-common                   1.2.2-1                        OK
libisocodes1                         1.2.2-1                        OK
libjasper1                           1.900.22-1                     OK
libjasper4                           2.0.14-1                       OK
libjavascriptcoregtk1.0-devel        2.0.4-5                        OK
libjavascriptcoregtk1.0_0            2.0.4-5                        OK
libjavascriptcoregtk3.0_0            2.0.4-5                        OK
libjbig2                             2.0-14                         OK
libjpeg8                             1.5.3-1                        OK
libjson-c-common                     0.12-1                         OK
libjson-c2                           0.12-1                         OK
libjson-glib1.0_0                    1.4.2-1                        OK
libjsoncpp19                         1.8.4-1                        OK
libJudy1                             1.0.5-1                        OK
libk5crypto3                         1.15.2-2                       OK
libkpathsea6                         20190509-1                     OK
libkrb5_3                            1.15.2-2                       OK
libkrb5support0                      1.15.2-2                       OK
liblapack0                           3.8.0-1                        OK
liblcms2_2                           2.9-1                          OK
libllvm-devel                        8.0.1-1                        OK
libllvm3.4                           3.4.2-5                        OK
libllvm3.7                           3.7.1-1                        OK
libllvm3.8                           3.8.1-1                        OK
libllvm3.9                           3.9.1-1                        OK
libllvm4.0                           4.0.1-1                        OK
libllvm5.0                           5.0.1-1                        OK
libllvm8                             8.0.1-1                        OK
liblmdb0                             0.9.19-1                       OK
libltdl7                             2.4.6-7                        OK
liblwres141                          9.10.4-4.P4                    OK
liblwres160                          9.11.2-2.P1                    OK
liblwres161                          9.11.9-1                       OK
liblz4-devel                         1.7.5-1                        OK
liblz4_1                             1.7.5-1                        OK
liblzma-devel                        5.2.4-1                        OK
liblzma5                             5.2.4-1                        OK
liblzo2_2                            2.10-1                         OK
libMagickC++6_5                      6.9.0.0-4                      OK
libMagickC++6_6                      6.9.5.7-2                      OK
libMagickC++6_8                      6.9.10.11-1                    OK
libMagickCore5                       6.7.6.3-4                      OK
Empty package libMagickCore6
libMagickCore6                       6.9.0.0-4                      OK
libMagickCore6_2                     6.9.5.7-2                      OK
libMagickCore6_5                     6.9.9.11-3                     OK
libMagickCore6_6                     6.9.10.11-1                    OK
libMagickWand6_2                     6.9.5.7-2                      OK
libMagickWand6_5                     6.9.9.11-3                     OK
libMagickWand6_6                     6.9.10.11-1                    OK
libmariadb-devel                     3.0.9-1                        OK
libmariadb3                          3.0.9-1                        OK
libmariadbd-devel                    10.3.14-1                      OK
libmariadbd19                        10.3.14-1                      OK
libmaxminddb0                        1.3.2-1                        OK
libmetalink3                         0.1.2-1                        OK
libming1                             0.4.8-3                        OK
libmpc3                              1.1.0-1                        OK
libmpfr4                             3.1.6-1p1                      OK
libmpfr6                             4.0.2-1                        OK
Empty package libmysqlclient-devel
libmysqlclient-devel                 10.3.14-1                      OK
libmysqlclient18                     10.1.30-1                      OK
libmysqld18                          10.1.30-1                      OK
libncursesw10                        6.1-1.20190727                 OK
libneon27                            0.30.1-1                       OK
libnetcdf-devel                      4.6.1-2                        OK
libnetcdf-fortran-devel              4.4.4-3                        OK
libnetcdf-fortran_6                  4.4.4-3                        OK
libnetcdf13                          4.6.1-2                        OK
libnetpbm10                          10.80.00-1                     OK
libnettle4                           2.7.1-1                        OK
libnettle6                           3.4.1-1                        OK
libnfs-debuginfo                     1.11.0-1                       OK
libnfs-devel                         1.11.0-1                       OK
libnfs-utils                         1.11.0-1                       OK
libnfs8                              1.11.0-1                       OK
libnghttp2_14                        1.37.0-1                       OK
libnsl2                              1.2.0-1                        OK
libnspr-devel                        4.21-1                         OK
libnspr4                             4.21-1                         OK
libnss-devel                         3.45-1                         OK
libnss3                              3.45-1                         OK
libntl35                             10.5.0-1                       OK
libntl9                              8.1.2-1                        OK
libOpenCL1                           2.2.12-1                       OK
libopencv3.4                         3.4.1-2                        OK
libopenjp2_7                         2.3.0-1                        OK
libopenjpeg1                         1.5.2-3                        OK
libopenldap2_4_2                     2.4.48-1                       OK
libOpenVG1                           10.3.7-1                       OK
libopts-devel                        5.18.16-1                      OK
libopts25                            5.18.16-1                      OK
liborc0.4_0                          0.4.28-1                       OK
libp11-kit0                          0.23.15-1                      OK
libpango1.0-devel                    1.40.14-1                      OK
libpango1.0_0                        1.40.14-1                      OK
libpaper-common                      1.1.24-2                       OK
libpaper1                            1.1.24-2                       OK
libpcre-devel                        8.43-1                         OK
libpcre1                             8.43-1                         OK
libpcre16_0                          8.43-1                         OK
libpcre32_0                          8.43-1                         OK
libpcrecpp0                          8.43-1                         OK
libpcreposix0                        8.43-1                         OK
libpipeline1                         1.5.1-1                        OK
libpixman1-devel                     0.38.4-1                       OK
libpixman1_0                         0.38.4-1                       OK
libpkgconf3                          1.6.0-1                        OK
libplotter2                          2.6-5                          OK
libpng-devel                         1.6.37-1                       OK
libpng15                             1.5.21-2                       OK
libpng16                             1.6.37-1                       OK
libpng16-devel                       1.6.37-1                       OK
libpocl-common                       1.3-1                          OK
libpocl2                             1.3-1                          OK
libpolly-devel                       8.0.1-1                        OK
libpolly8                            8.0.1-1                        OK
libpoppler-cpp0                      0.62.0-1                       OK
libpoppler44                         0.24.5-1                       OK
libpoppler46                         0.26.5-2                       OK
libpoppler55                         0.36.0-3                       OK
libpoppler62                         0.45.0-2                       OK
libpoppler66                         0.52.0-2                       OK
libpoppler68                         0.57.0-1                       OK
libpoppler73                         0.62.0-1                       OK
libpopt-common                       1.16-2                         OK
libpopt-devel                        1.16-2                         OK
libpopt0                             1.16-2                         OK
libpotrace0                          1.15-1                         OK
libpq5                               12.1-1                         OK
libprocps-ng4                        3.3.10-1                       OK
libprocps-ng5                        3.3.11-1                       OK
libprocps-ng6                        3.3.12-2                       OK
libprocps7                           3.3.15-1                       OK
libproxy1                            0.4.14-2                       OK
libpsl5                              0.21.0-1                       OK
libpstoedit0                         3.73-1                         OK
libptexenc1                          20190509-1                     OK
libquadmath0                         7.4.0-1                        OK
libreadline7                         7.0.3-3                        OK
librest0.7_0                         0.8.1-1                        OK
librhash0                            1.3.7-1                        OK
librsvg2_2                           2.40.20-1                      OK
libsasl2-devel                       2.1.26-11                      OK
libsasl2_3                           2.1.26-11                      OK
libsecret1-devel                     0.18.5-1                       OK
libsecret1_0                         0.18.5-1                       OK
libserf1-devel                       1.3.9-1                        OK
libserf1_0                           1.3.9-1                        OK
libsigsegv2                          2.10-2                         OK
libslang2                            2.3.2-2                        OK
libSM6                               1.2.3-1                        OK
libsmartcols1                        2.33.1-1                       OK
libsnappy1                           1.1.7-1                        OK
libsodium-common                     1.0.18-1                       OK
libsodium23                          1.0.18-1                       OK
libsoup-gnome2.4_1                   2.60.3-1                       OK
libsoup2.4-devel                     2.60.3-1                       OK
libsoup2.4_1                         2.60.3-1                       OK
libsqlite3-devel                     3.30.0-1                       OK
libsqlite3_0                         3.30.0-1                       OK
libssh-common                        0.8.7-1                        OK
libssh2-debuginfo                    1.7.0-1                        OK
libssh2-devel                        1.7.0-1                        OK
libssh2_1                            1.7.0-1                        OK
libssh4                              0.8.7-1                        OK
libssl-devel                         1.1.1d-1                       OK
libssl1.0                            1.0.2t-1                       OK
libssl1.1                            1.1.1d-1                       OK
libssp0                              6.4.0-4                        OK
libstdc++6                           7.4.0-1                        OK
libsynctex1                          20180918-1                     OK
libsynctex2                          20190509-1                     OK
libtasn1_6                           4.14-1                         OK
libteckit0                           2.5.9-1                        OK
libtexlua52_5                        20180918-1                     OK
libtexlua53_5                        20190509-1                     OK
libtexluajit2                        20190509-1                     OK
libthai0                             0.1.26-1                       OK
libtidy0_99_0                        20090325-1                     OK
libtiff5                             3.9.7-4                        OK
libtiff6                             4.0.9-1                        OK
libtirpc-common                      1.1.4-1                        OK
libtirpc1                            0.3.2-2                        OK
libtirpc3                            1.1.4-1                        OK
libturbojpeg0                        1.5.3-1                        OK
libtxc_dxtn                          1.0.1-2                        OK
libunbound-common                    1.6.2-1                        OK
libunbound2                          1.6.2-1                        OK
libunistring2                        0.9.10-1                       OK
libunwind-devel                      8.0.1-1                        OK
libunwind1                           8.0.1-1                        OK
libusb0                              1.2.6.0-2                      OK
libuuid-devel                        2.33.1-1                       OK
libuuid1                             2.33.1-1                       OK
libuv1                               1.32.0-1                       OK
libvirt-common                       4.2.0-1                        OK
libvirt0                             4.2.0-1                        OK
libvoikko1                           3.8-1                          OK
libvpx1                              1.3.0-2                        OK
libvtv0                              5.4.0-1                        OK
libwebkitgtk1.0-devel                2.0.4-5                        OK
libwebkitgtk1.0_0                    2.0.4-5                        OK
libwebp                              0.6.1-2                        OK
libwebp5                             0.4.4-1                        OK
libwebp7                             0.6.1-2                        OK
libwebpdemux2                        0.6.1-2                        OK
libwebpmux1                          0.4.4-1                        OK
libwebpmux3                          0.6.1-2                        OK
libwrap-devel                        7.6-26                         OK
libwrap0                             7.6-26                         OK
libwsman-common                      2.6.5-1                        OK
libwsman1                            2.6.5-1                        OK
libwsman_client4                     2.6.5-1                        OK
libX11-devel                         1.6.8-1                        OK
libX11-xcb1                          1.6.8-1                        OK
libX11_6                             1.6.8-1                        OK
libxapian22                          1.2.24-1                       OK
libxapian30                          1.4.5-1                        OK
libXau-devel                         1.0.9-1                        OK
libXau6                              1.0.9-1                        OK
libXaw3d8                            1.6.3-1                        OK
libXaw7                              1.0.13-1                       OK
libxcb-devel                         1.13-1                         OK
libxcb-dri2_0                        1.13-1                         OK
libxcb-glx0                          1.13-1                         OK
libxcb-render-devel                  1.13-1                         OK
libxcb-render0                       1.13-1                         OK
libxcb-shm-devel                     1.13-1                         OK
libxcb-shm0                          1.13-1                         OK
libxcb-xfixes0                       1.13-1                         OK
libxcb1                              1.13-1                         OK
libXcomposite1                       0.4.5-1                        OK
libXcursor1                          1.2.0-1                        OK
libXdamage1                          1.1.5-1                        OK
libXdmcp-devel                       1.1.3-1                        OK
libXdmcp6                            1.1.3-1                        OK
libXext-devel                        1.3.4-1                        OK
libXext6                             1.3.4-1                        OK
libXfixes3                           5.0.3-1                        OK
libXft-devel                         2.3.3-1                        OK
libXft2                              2.3.3-1                        OK
libXi6                               1.7.10-1                       OK
libXinerama1                         1.1.4-1                        OK
libxml2                              2.9.9-2                        OK
libxml2-devel                        2.9.9-2                        OK
libXmu6                              1.1.3-1                        OK
libXpm4                              3.5.12-1                       OK
libXrandr2                           1.5.2-1                        OK
libXrender-devel                     0.9.9-1                        OK
libXrender1                          0.9.9-1                        OK
libxslt                              1.1.29-1                       OK
libXss1                              1.2.3-1                        OK
libXt6                               1.2.0-1                        OK
libXtst6                             1.2.3-1                        OK
libyajl2                             2.1.0-1                        OK
libyaml0_2                           0.1.6-2                        OK
libzeitgeist2.0_0                    0.9.14-2                       OK
libzip2                              0.11.2-2                       OK
libzip5                              1.5.1-1                        OK
libzmq5                              4.2.3-1                        OK
libzzip-devel                        0.13.68-1                      OK
libzzip0.13                          0.13.68-1                      OK
lighttpd                             1.4.54-1                       OK
linklint                             2.3.5-1                        OK
links                                2.14-1                         OK
llvm                                 8.0.1-1                        OK
login                                1.13-1                         OK
lua                                  5.3.5-1                        OK
lua-devel                            5.3.5-1                        OK
lua5.1                               5.1.5-3                        OK
lynx                                 2.8.7-2                        OK
lzip                                 1.19-1                         OK
m4                                   1.4.18-1                       OK
make                                 4.2.1-2                        OK
makepasswd                           1.10-2                         OK
man-db                               2.7.6.1-1                      OK
manlint                              1.6g-2                         OK
mariadb-common                       3.0.9-1                        OK
mboxcheck                            0.1.2-2                        OK
mc                                   4.8.23-1                       OK
mercurial                            5.0.2-1                        OK
midori                               0.5.11-1                       OK
mintty                               3.1.0-1                        OK
mkfontscale                          1.2.1-1                        OK
mutt                                 1.12.1-1                       OK
mysql                                10.3.14-1                      OK
mysql-bench                          10.3.14-1                      OK
mysql-common                         10.3.14-1                      OK
mysql-errmsg                         10.3.14-1                      OK
mysql-server                         10.3.14-1                      OK
mysql-server-utils                   10.3.14-1                      OK
mysql-test                           10.3.14-1                      OK
nc                                   1.107-4                        OK
ncurses                              6.1-1.20190727                 OK
ncurses-demo                         6.1-1.20190727                 OK
netpbm                               10.80.00-1                     OK
nfs-server                           2.3-7                          OK
nginx                                1.14.2-1                       OK
nginx-mod_http_image_filter          1.14.2-1                       OK
nginx-mod_http_perl                  1.14.2-1                       OK
nginx-mod_http_xslt_filter           1.14.2-1                       OK
nginx-mod_mail                       1.14.2-1                       OK
nttcp                                1.47-2                         OK
odbc-sqlite3                         0.993-1                        OK
offlineimap                          6.5.5-1                        OK
openldap-devel                       2.4.48-1                       OK
openssh                              8.1p1-1                        OK
openssh-debuginfo                    8.1p1-1                        OK
openssl                              1.1.1d-1                       OK
openssl-perl                         1.1.1d-1                       OK
p11-kit                              0.23.15-1                      OK
p11-kit-trust                        0.23.15-1                      OK
pal                                  0.4.3-1                        OK
par                                  1.52-5                         OK
patch                                2.7.4-1                        OK
patchutils                           0.3.4-1                        OK
pdfgrep                              1.4.1-1                        OK
perl                                 5.26.3-2                       OK
perl-Archive-Zip                     1.67-1                         OK
perl-Authen-SASL                     2.16-3                         OK
perl-Authen-SASL-XS                  1.00-2                         OK
perl-autovivification                0.18-1                         OK
perl-B-Hooks-EndOfScope              0.24-1                         OK
perl-Business-ISBN                   3.004-2                        OK
perl-Business-ISBN-Data              20140910.003-2                 OK
perl-Business-ISMN                   1.201-1                        OK
perl-Business-ISSN                   1.003-1                        OK
perl-Capture-Tiny                    0.48-1                         OK
perl-Carp                            1.3301-2                       OK
perl-CGI                             4.44-1                         OK
perl-Class-Accessor                  0.51-1                         OK
perl-Class-Data-Inheritable          0.08-2                         OK
perl-Class-Factory-Util              1.7-2                          OK
perl-Class-Inspector                 1.36-1                         OK
perl-Class-Singleton                 1.5-2                          OK
perl-Class-Tiny                      1.006-2                        OK
perl-Class-XSAccessor                1.19-4                         OK
perl-Class-XSAccessor-debuginfo      1.19-4                         OK
perl-Clone                           0.41-1                         OK
perl-common-sense                    3.74-2                         OK
perl-Compress-Bzip2                  2.26-2                         OK
perl-Config-Tiny                     2.24-1                         OK
perl-CPAN-Changes                    0.400002-2                     OK
perl-CPAN-DistnameInfo               0.12-6                         OK
perl-CPAN-Meta-Check                 0.014-2                        OK
perl-CPAN-Meta-YAML                  0.018-2                        OK
perl-CPAN-Reporter                   1.2018-2                       OK
perl-Cpanel-JSON-XS                  4.17-1                         OK
perl-Cpanel-JSON-XS-debuginfo        4.17-1                         OK
perl-Crypt-OpenSSL-Bignum            0.09-1                         OK
perl-Crypt-OpenSSL-DSA               0.19-2                         OK
perl-Crypt-OpenSSL-EC                1.31-2                         OK
perl-Crypt-OpenSSL-Guess             0.11-1                         OK
perl-Crypt-OpenSSL-Random            0.15-1                         OK
perl-Crypt-OpenSSL-RSA               0.31-1                         OK
perl-Data-Compare                    1.27-1                         OK
perl-Data-Diver                      1.0101-4                       OK
perl-Data-Dump                       1.23-2                         OK
perl-Data-GUID                       0.049-2                        OK
perl-Data-OptList                    0.110-2                        OK
perl-Data-Uniqid                     0.12-2                         OK
perl-Data-UUID                       1.224-1                        OK
perl-Date-Manip                      6.78-1                         OK
perl-Date-Simple                     3.03-3                         OK
perl-DateTime                        1.51-1                         OK
perl-DateTime-Calendar-Julian        0.102-1                        OK
perl-DateTime-Format-Builder         0.82-1                         OK
perl-DateTime-Format-Strptime        1.76-1                         OK
perl-DateTime-Locale                 1.25-1                         OK
perl-DateTime-TimeZone               2.37-1                         OK
perl-DBD-mysql                       4.050-1                        OK
perl-DBD-mysql-debuginfo             4.050-1                        OK
perl-DBD-SQLite                      1.64-1                         OK
perl-DBD-SQLite-debuginfo            1.64-1                         OK
perl-DBI                             1.642-1                        OK
perl-DBI-debuginfo                   1.642-1                        OK
perl-Devel-Autoflush                 0.06-3                         OK
perl-Devel-GlobalDestruction         0.14-2                         OK
perl-Devel-StackTrace                2.04-1                         OK
perl-Devel-Symdump                   2.18-2                         OK
perl-Digest-HMAC                     1.03-6                         OK
perl-Digest-SHA                      6.02-1                         OK
perl-Digest-SHA1                     2.13-6                         OK
perl-Dist-CheckConflicts             0.11-3                         OK
perl-Encode-Locale                   1.05-2                         OK
perl-Error                           0.17028-1                      OK
perl-Eval-Closure                    0.14-2                         OK
perl-Exception-Class                 1.44-1                         OK
perl-Exporter-Tiny                   1.002001-1                     OK
perl-ExtUtils-F77                    1.23-1                         OK
perl-ExtUtils-MakeMaker              7.38-1                         OK
perl-ExtUtils-PkgConfig              1.16-2                         OK
perl-File-Copy-Recursive             0.45-1                         OK
perl-File-Find-Object                0.3.4-1                        OK
perl-File-Find-Object-Rule           0.0311-1                       OK
perl-File-Find-Rule                  0.34-2                         OK
perl-File-HomeDir                    1.004-1                        OK
perl-File-Listing                    6.04-6                         OK
perl-File-Remove                     1.58-1                         OK
perl-File-ShareDir                   1.116-1                        OK
perl-File-Slurp                      9999.28-1                      OK
perl-File-Slurp-Tiny                 0.004-2                        OK
Empty package perl-File-Slurp-Unicode
perl-File-Slurp-Unicode              0.7.1-2                        OK
perl-File-Slurper                    0.012-1                        OK
perl-File-Which                      1.23-1                         OK
perl-Finance-Quote                   1.47-1                         OK
perl-Font-AFM                        1.20-2                         OK
perl-GD                              2.66-1                         OK
perl-GD-debuginfo                    2.66-1                         OK
perl-Getopt-ArgvFile                 1.11-3                         OK
perl-gettext                         1.07-2                         OK
perl-HTML-Element-Extended           1.18-2                         OK
perl-HTML-Formatter                  2.16-3                         OK
perl-HTML-Parser                     3.72-2                         OK
perl-HTML-Parser-debuginfo           3.72-2                         OK
perl-HTML-TableExtract               2.15-2                         OK
perl-HTML-Tagset                     3.20-6                         OK
perl-HTML-Tree                       5.07-1                         OK
perl-HTTP-Cookies                    6.06-1                         OK
perl-HTTP-Daemon                     6.06-1                         OK
perl-HTTP-Date                       6.03-1                         OK
perl-HTTP-Message                    6.18-1                         OK
perl-HTTP-Negotiate                  6.01-6                         OK
perl-HTTP-Tiny                       0.076-1                        OK
perl-Image-Magick                    6.9.10.11-1                    OK
perl-IO-CaptureOutput                1.1105-1                       OK
perl-IO-HTML                         1.001-3                        OK
perl-IO-Socket-IP                    0.39-2                         OK
perl-IO-Socket-SSL                   2.066-1                        OK
perl-IO-String                       1.08-6                         OK
perl-IO-stringy                      2.111-2                        OK
perl-IO-Tty                          1.12-3                         OK
perl-IPC-Cmd                         1.04-1                         OK
perl-IPC-Run3                        0.048-3                        OK
perl-IPC-System-Simple               1.25-1                         OK
perl-JSON                            4.02-1                         OK
perl-JSON-MaybeXS                    1.004000-1                     OK
perl-JSON-PP                         4.04-1                         OK
perl-JSON-XS                         3.04-2                         OK
perl-JSON-XS-debuginfo               3.04-2                         OK
perl-libwww-perl                     6.41-1                         OK
perl-libxml-perl                     0.08-6                         OK
perl-Lingua-Translit                 0.28-1                         OK
perl-List-AllUtils                   0.15-1                         OK
perl-List-MoreUtils                  0.428-1                        OK
perl-List-MoreUtils-XS               0.428-1                        OK
perl-List-SomeUtils                  0.58-1                         OK
perl-List-SomeUtils-XS               0.58-1                         OK
perl-List-UtilsBy                    0.11-1                         OK
Empty package perl-Locale-gettext
perl-Locale-gettext                  1.05-13                        OK
perl-Log-Log4perl                    1.49-2                         OK
Empty package perl-LWP
perl-LWP                             6.13-1                         OK
perl-LWP-MediaTypes                  6.04-1                         OK
perl-LWP-Online                      1.08-2                         OK
perl-LWP-Protocol-https              6.07-2                         OK
perl-Mail-Box                        3.008-1                        OK
perl-Mail-Box-Parser-C               3.009-1                        OK
perl-Mail-IMAPClient                 3.42-1                         OK
perl-Mail-Message                    3.008-1                        OK
perl-Mail-Transport                  3.004-1                        OK
perl-MailTools                       2.21-1                         OK
perl-MIME-Charset                    1.012.2-2                      OK
perl-MIME-tools                      5.508-2                        OK
perl-MIME-Types                      2.17-1                         OK
perl-Module-Implementation           0.09-2                         OK
Empty package perl-Module-Load-Conditional
perl-Module-Load-Conditional         0.68-2                         OK
perl-Module-Runtime                  0.016-1                        OK
perl-Mojolicious                     8.26-1                         OK
perl-Mozilla-CA                      20180117-1                     OK
perl-MRO-Compat                      0.13-2                         OK
perl-namespace-autoclean             0.29-1                         OK
perl-namespace-clean                 0.27-2                         OK
perl-Net-HTTP                        6.19-1                         OK
perl-Net-IP                          1.26-4                         OK
perl-Net-SMTP-SSL                    1.04-2                         OK
perl-Net-SSLeay                      1.88-1                         OK
perl-Net-XMPP                        1.05-2                         OK
perl-Number-Compare                  0.03-6                         OK
perl-Object-Realize-Later            0.21-1                         OK
perl-Package-DeprecationManager      0.17-2                         OK
perl-Package-Stash                   0.38-1                         OK
perl-Package-Stash-XS                0.29-1                         OK
perl-PAR                             1.016-1                        OK
perl-PAR-Dist                        0.49-4                         OK
perl-Params-Util                     1.07-6                         OK
perl-Params-Validate                 1.29-2                         OK
perl-Params-ValidationCompiler       0.30-1                         OK
perl-Parse-RecDescent                1.967015-2                     OK
perl-Pod-Coverage                    0.23-4                         OK
Empty package perl-Pod-Simple
perl-Pod-Simple                      3.35-2                         OK
perl-POD2-Base                       0.043-3                        OK
perl-Probe-Perl                      0.03-4                         OK
perl-Proc-ProcessTable               0.59-1                         OK
perl-Readonly                        2.05-2                         OK
perl-Regexp-Common                   2017060201-2                   OK
perl-Role-Tiny                       2.001004-1                     OK
perl-Scalar-List-Utils               1.53-1                         OK
perl-Socket                          2.029-1                        OK
perl-Sort-Key                        1.33-2                         OK
perl-Specio                          0.44-1                         OK
perl-Spiffy                          0.46-3                         OK
perl-Sub-Exporter                    0.987-4                        OK
perl-Sub-Exporter-Progressive        0.001013-2                     OK
perl-Sub-Identify                    0.14-2                         OK
perl-Sub-Install                     0.928-3                        OK
perl-Sub-Name                        0.26-1                         OK
perl-Sub-Quote                       2.006006-1                     OK
perl-Sub-Uplevel                     0.2800-2                       OK
perl-TermReadKey                     2.38-1                         OK
perl-Test-Base                       0.89-1                         OK
perl-Test-CPAN-Meta                  0.25-2                         OK
perl-Test-Deep                       1.128-1                        OK
perl-Test-Exception                  0.43-2                         OK
perl-Test-Fatal                      0.014-3                        OK
perl-Test-File                       1.443-1                        OK
perl-Test-Harness                    3.42-1                         OK
perl-Test-More-UTF8                  0.05-1                         OK
perl-Test-Needs                      0.002006-1                     OK
perl-Test-Pod                        1.52-1                         OK
perl-Test-Pod-Coverage               1.10-3                         OK
perl-Test-Reporter                   1.62-3                         OK
perl-Test-RequiresInternet           0.05-2                         OK
perl-Test-Script                     1.26-1                         OK
perl-Test-Simple                     1.302168-1                     OK
perl-Test-YAML                       1.07-1                         OK
perl-Text-BibTeX                     0.88-1                         OK
perl-Text-CSV                        2.00-1                         OK
perl-Text-Glob                       0.11-2                         OK
perl-Text-Roman                      3.5-2                          OK
perl-Text-Template                   1.58-1                         OK
perl-Tie-Cycle                       1.225-2                        OK
perl-TimeDate                        2.30-3                         OK
perl-Tk                              804.034-1                      OK
perl-Tk-Canvas-GradientColor         1.06-2                         OK
perl-Tk-ColoredButton                1.05-3                         OK
perl-Tk-debuginfo                    804.034-1                      OK
perl-Tk-EntryCheck                   0.04-3                         OK
perl-Tk-Getopt                       0.51-1                         OK
perl-Tk-Pod                          0.9943-1                       OK
perl-Try-Tiny                        0.30-1                         OK
perl-Types-Serialiser                1.0-4                          OK
perl-Unicode-Collate                 1.27-1                         OK
perl-Unicode-LineBreak               2019.001-1                     OK
perl-Unicode-Normalize               1.26-1                         OK
perl-URI                             1.76-1                         OK
perl-User-Identity                   0.99-1                         OK
perl-Variable-Magic                  0.62-1                         OK
perl-Win32-API                       0.84-2                         OK
perl-Win32-GUI                       1.14-1                         OK
perl-WWW-Curl                        4.17-3                         OK
perl-WWW-RobotRules                  6.02-6                         OK
perl-XML-DOM                         1.46-2                         OK
perl-XML-LibXML                      2.0134-2                       OK
perl-XML-LibXML-Simple               0.99-1                         OK
perl-XML-LibXSLT                     1.96-1                         OK
perl-XML-NamespaceSupport            1.12-2                         OK
perl-XML-Parser                      2.46-1                         OK
perl-XML-RegExp                      0.04-3                         OK
perl-XML-SAX                         1.02-1                         OK
perl-XML-SAX-Base                    1.09-2                         OK
perl-XML-SAX-Expat                   0.51-3                         OK
perl-XML-Simple                      2.25-1                         OK
perl-XML-Stream                      1.24-2                         OK
perl-XML-Writer                      0.625-2                        OK
perl-XML-XPath                       1.44-1                         OK
Empty package perl-XSLoader
perl-XSLoader                        0.24-2                         OK
perl-YAML                            1.29-1                         OK
perl-YAML-LibYAML                    0.80-1                         OK
perl-YAML-Tiny                       1.73-1                         OK
perl_autorebase                      5.26.3-2                       OK
perl_base                            5.26.3-2                       OK
perl_pods                            5.26.3-2                       OK
ping                                 1.9.4-1                        OK
pkg-config                           1.6.0-1                        OK
pkgconf                              1.6.0-1                        OK
ploticus                             2.42-1                         OK
poppler-data                         0.4.8-1                        OK
Empty package popt
popt                                 1.16-2                         OK
Empty package popt-devel
popt-devel                           1.16-2                         OK
postfix                              2.11.9-1                       OK
postfix-doc                          2.11.9-1                       OK
postfix-tools                        2.11.9-1                       OK
postgresql                           12.1-1                         OK
postgresql-client                    12.1-1                         OK
postgresql-contrib                   12.1-1                         OK
postgresql-devel                     12.1-1                         OK
postgresql-doc                       12.1-1                         OK
postgresql-plperl                    12.1-1                         OK
postgresql-plpython                  12.1-1                         OK
preview-latex                        11.92-1                        OK
procmail                             3.22-15                        OK
Empty package procps
procps                               3.3.10-1                       OK
procps-ng                            3.3.15-1                       OK
psmisc                               22.20-1                        OK
publicsuffix-list-dafsa              20190717-1                     OK
pwget                                2015.0927+git36776ae-1         OK
pylint                               1.3.1-1                        OK
python-beautifulsoup                 3.2.1-1                        OK
Empty package python-gi-common
python-gi-common                     3.26.1-2                       OK
Empty package python-gobject
python-gobject                       2.28.7-1                       OK
python-gobject-common                2.28.7-1                       OK
python-gobject-devel                 2.28.7-1                       OK
python-gtk2.0                        2.24.0-3                       OK
python-gtk2.0-devel                  2.24.0-3                       OK
python-logilab-astng                 0.24.3-1                       OK
python-logilab-common                1.3.0-1                        OK
python-pip-wheel                     19.2.3-1                       OK
Empty package python-pyatspi-common
python-pyatspi-common                2.26.0-2                       OK
python-pyrex                         0.9.9-3                        OK
python-setuptools-wheel              41.2.0-1                       OK
python-simplejson-debuginfo          3.16.0-1                       OK
python-twisted-debuginfo             18.9.0-1                       OK
python-webkit                        1.1.8-2                        OK
python-webkit-debuginfo              1.1.8-2                        OK
python-webkit-devel                  1.1.8-2                        OK
python-yaml-debuginfo                3.13-1                         OK
python2                              2.7.16-1                       OK
python2-backports.ssl_match_hostname 3.5.0.1-1                      OK
python2-debuginfo                    2.7.16-1                       OK
python2-devel                        2.7.16-1                       OK
python2-doc                          2.7.16-1                       OK
python2-gobject                      2.28.7-1                       OK
python27                             2.7.16-1                       OK
python27-alabaster                   0.7.12-1                       OK
python27-appdirs                     1.4.3-2                        OK
python27-asn1crypto                  0.24.0-1                       OK
python27-attrs                       19.1.0-1                       OK
python27-automat                     0.7.0-1                        OK
python27-babel                       2.6.0-1                        OK
python27-cairo                       1.18.1-1                       OK
python27-cffi                        1.12.2-1                       OK
python27-chardet                     3.0.4-1                        OK
python27-clang                       8.0.1-1                        OK
python27-constantly                  15.1.0-2                       OK
python27-cryptography                2.6.1-1                        OK
python27-cython                      0.29.6-1                       OK
python27-decorator                   4.4.0-1                        OK
python27-devel                       2.7.16-1                       OK
python27-docutils                    0.14-1                         OK
python27-enum34                      1.1.6-2                        OK
python27-future                      0.18.2-1                       OK
python27-gi                          3.26.1-2                       OK
python27-hyperlink                   18.0.0-1                       OK
python27-idna                        2.8-1                          OK
python27-imagesize                   1.1.0-1                        OK
python27-imaging                     5.4.1-1                        OK
python27-incremental                 17.5.0-1                       OK
python27-ipaddress                   1.0.22-1                       OK
python27-isc                         9.11.9-1                       OK
python27-jinja2                      2.10-1                         OK
python27-libxml2                     2.9.9-2                        OK
python27-lockfile                    0.12.2-2                       OK
python27-lxml                        4.3.2-1                        OK
python27-markupsafe                  1.1.1-1                        OK
python27-numpy                       1.16.2-1                       OK
python27-olefile                     0.46-1                         OK
python27-openssl                     19.0.0-1                       OK
python27-packaging                   19.0-1                         OK
python27-pexpect                     4.6.0-1                        OK
python27-pip                         19.2.3-1                       OK
python27-ply                         3.11-1                         OK
python27-ptyprocess                  0.6.0-1                        OK
python27-pyasn1                      0.4.5-1                        OK
python27-pyasn1-modules              0.2.4-1                        OK
python27-pyatspi                     2.26.0-2                       OK
python27-pycparser                   2.19-1                         OK
python27-pygments                    2.3.1-1                        OK
python27-pylast                      2.4.0-1                        OK
python27-pyparsing                   2.3.1-1                        OK
python27-pytz                        2018.9-2                       OK
python27-requests                    2.21.0-1                       OK
python27-service_identity            18.1.0-1                       OK
python27-setuptools                  41.2.0-1                       OK
python27-simplejson                  3.16.0-1                       OK
python27-six                         1.12.0-1                       OK
python27-snowballstemmer             1.2.1-2                        OK
python27-sphinx                      1.8.5-1                        OK
python27-sphinx_rtd_theme            0.4.3-1                        OK
python27-sphinxcontrib-websupport    1.1.0-1                        OK
python27-sqlalchemy                  1.3.1-1                        OK
python27-test                        2.7.16-1                       OK
python27-tkinter                     2.7.16-1                       OK
python27-twisted                     18.9.0-1                       OK
python27-typing                      3.6.6-1                        OK
python27-urllib3                     1.24.1-1                       OK
python27-wheel                       0.33.6-1                       OK
python27-whoosh                      2.7.4-2                        OK
python27-xapian                      1.4.5-3                        OK
python27-yaml                        3.13-1                         OK
python27-zope.interface              4.6.0-1                        OK
python3                              3.6.8-1                        OK
python3-configobj                    5.0.6-2                        OK
python3-cv2                          3.4.1-2                        OK
Empty package python3-debuginfo
python3-debuginfo                    3.6.8-1                        OK
python3-devel                        3.6.8-1                        OK
python3-gpg                          1.9.0-1                        OK
python3-h5py-debuginfo               2.9.0-1                        OK
python3-libvirt                      4.2.0-1                        OK
python3-opengl-accelerate            3.1.0-2                        OK
Empty package python3-test
python3-test                         3.6.8-1                        OK
Empty package python3-tkinter
python3-tkinter                      3.6.8-1                        OK
python3-zmq                          17.0.0-1                       OK
python36                             3.6.9-1                        OK
python36-appdirs                     1.4.3-2                        OK
python36-asn1crypto                  0.24.0-1                       OK
python36-attrs                       19.1.0-1                       OK
python36-automat                     0.7.0-1                        OK
python36-cairo                       1.18.1-1                       OK
python36-certifi                     2018.10.15-1                   OK
python36-cffi                        1.12.2-1                       OK
python36-chardet                     3.0.4-1                        OK
python36-clang                       8.0.1-1                        OK
python36-constantly                  15.1.0-2                       OK
python36-cryptography                2.6.1-1                        OK
python36-cython                      0.29.6-1                       OK
python36-dbus                        1.2.8-1                        OK
python36-decorator                   4.4.0-1                        OK
python36-devel                       3.6.9-1                        OK
python36-doc                         3.6.8-1                        OK
python36-docutils                    0.14-1                         OK
python36-gi                          3.26.1-2                       OK
python36-html5lib                    1.0.1-1                        OK
python36-httplib2                    0.11.3-1                       OK
python36-hyperlink                   18.0.0-1                       OK
python36-idna                        2.8-1                          OK
python36-imagesize                   1.1.0-1                        OK
python36-imaging                     5.4.1-1                        OK
python36-imaging-tk                  5.4.1-1                        OK
python36-incremental                 17.5.0-1                       OK
python36-ipython_genutils            0.2.0-1                        OK
python36-isc                         9.11.9-1                       OK
python36-isodate                     0.6.0-1                        OK
python36-libxml2                     2.9.9-2                        OK
python36-lockfile                    0.12.2-2                       OK
python36-lxml                        4.3.2-1                        OK
python36-nghttp2                     1.37.0-1                       OK
python36-numpy                       1.16.2-1                       OK
python36-olefile                     0.46-1                         OK
python36-openssl                     19.0.0-1                       OK
python36-packaging                   19.0-1                         OK
python36-pip                         19.2.3-1                       OK
python36-ply                         3.11-1                         OK
python36-pyasn1                      0.4.5-1                        OK
python36-pyasn1-modules              0.2.4-1                        OK
python36-pycparser                   2.19-1                         OK
python36-pygments                    2.3.1-1                        OK
python36-pyparsing                   2.3.1-1                        OK
python36-rdflib                      4.2.2-2                        OK
python36-requests                    2.21.0-1                       OK
python36-service_identity            18.1.0-1                       OK
python36-setuptools                  41.2.0-1                       OK
python36-six                         1.12.0-1                       OK
python36-test                        3.6.9-1                        OK
python36-tkinter                     3.6.9-1                        OK
python36-traitlets                   4.3.2-2                        OK
python36-twisted                     18.9.0-1                       OK
python36-urllib3                     1.24.1-1                       OK
python36-webencodings                0.5.1-2                        OK
python36-wheel                       0.33.6-1                       OK
python36-whoosh                      2.7.4-2                        OK
python36-yaml                        3.13-1                         OK
python36-zope.interface              4.6.0-1                        OK
python37                             3.7.4-1                        OK
python37-isc                         9.11.9-1                       OK
python37-ply                         3.11-1                         OK
rebase                               4.4.4-1                        OK
rpcbind                              1.2.5-1                        OK
rpm                                  4.12.0-1                       OK
rpm-build                            4.12.0-1                       OK
rpm-devel                            4.12.0-1                       OK
rpm-python                           4.12.0-1                       OK
rsync                                3.1.2-1                        OK
ruby                                 2.6.4-1                        OK
ruby-actioncable                     5.1.6-1                        OK
ruby-actionmailer                    5.1.6-1                        OK
ruby-actionpack                      5.1.6-1                        OK
ruby-actionview                      5.1.6-1                        OK
ruby-activejob                       5.1.6-1                        OK
ruby-activemodel                     5.1.6-1                        OK
ruby-activerecord                    5.1.6-1                        OK
ruby-activesupport                   5.1.6-1                        OK
ruby-arel                            8.0.0-1                        OK
ruby-bindex                          0.5.0-1                        OK
ruby-builder                         3.2.3-1                        OK
ruby-byebug                          11.0.1-1                       OK
ruby-coffee-rails                    4.2.2-1                        OK
ruby-coffee-script                   2.4.1-1                        OK
ruby-coffee-script-source            1.10.0-1                       OK
ruby-concurrent-ruby                 1.0.5-1                        OK
ruby-crass                           1.0.4-1                        OK
ruby-did_you_mean                    1.2.2-1                        OK
ruby-erubi                           1.7.1-1                        OK
ruby-execjs                          2.5.2-1                        OK
ruby-globalid                        0.4.1-1                        OK
ruby-i18n                            0.9.5-1                        OK
ruby-jbuilder                        2.7.0-1                        OK
ruby-jquery-rails                    4.3.3-1                        OK
ruby-loofah                          2.2.2-1                        OK
ruby-mail                            2.6.6-1                        OK
ruby-method_source                   0.9.2-1                        OK
ruby-mime-types                      3.1-1                          OK
ruby-mime-types-data                 3.2016.0521-1                  OK
ruby-minitest                        5.10.3-1                       OK
Empty package ruby-minitest4
ruby-minitest4                       5.10.3-1                       OK
ruby-multi_json                      1.13.1-1                       OK
ruby-mysql2                          0.5.2-1                        OK
ruby-mysql2-doc                      0.5.2-1                        OK
ruby-nio4r                           2.3.1-1                        OK
ruby-nokogiri                        1.10.3-1                       OK
ruby-puma                            3.11.4-1                       OK
ruby-rack                            2.0.6-1                        OK
ruby-rack-test                       0.8.3-1                        OK
ruby-rails                           5.1.6-1                        OK
ruby-rails-doc                       5.1.6-1                        OK
ruby-rails-dom-testing               2.0.3-1                        OK
ruby-rails-html-sanitizer            1.0.4-1                        OK
ruby-railties                        5.1.6-1                        OK
ruby-rake                            12.3.2-1                       OK
ruby-rdoc                            6.1.2-1                        OK
ruby-redis                           3.3.5-1                        OK
ruby-sass                            3.5.6-1                        OK
ruby-sass-listen                     4.0.0-1                        OK
ruby-sass-rails                      5.0.7-1                        OK
ruby-sprockets                       3.7.1-1                        OK
ruby-sprockets-rails                 3.2.1-1                        OK
ruby-sqlite3                         1.3.13-2                       OK
ruby-thor                            0.20.3-1                       OK
ruby-thread_safe                     0.3.6-1                        OK
ruby-tilt                            2.0.8-1                        OK
ruby-tk                              0.2.0-2                        OK
ruby-tk-debuginfo                    0.2.0-2                        OK
ruby-tk-doc                          0.2.0-2                        OK
ruby-turbolinks                      5.2.0-1                        OK
ruby-turbolinks-source               5.2.0-1                        OK
ruby-tzinfo                          1.2.5-1                        OK
ruby-uglifier                        3.1.13-1                       OK
ruby-web-console                     3.6.2-1                        OK
ruby-websocket-driver                0.6.5-2                        OK
ruby-websocket-extensions            0.1.3-1                        OK
rubygems                             3.0.3-1                        OK
run                                  1.3.4-2                        OK
scintilla-win32                      3.6.6-1                        OK
screen                               4.7.0-1                        OK
sed                                  4.4-1                          OK
sendmail                             8.14.9-2                       OK
sendxmpp                             1.24-1                         OK
shared-mime-info                     1.8-1                          OK
sharutils                            4.15.2-1                       OK
shutdown                             2.0-2                          OK
slrn                                 1.0.3a-1                       OK
snownews                             1.5.12-1                       OK
splint                               3.1.2-1                        OK
sqlite3                              3.30.0-1                       OK
sqlite3-compress                     3.30.0-1                       OK
sqlite3-extensions                   3.30.0-1                       OK
sqlite3-icu                          3.30.0-1                       OK
sqlite3-vfslog                       3.30.0-1                       OK
sqlite3-zlib                         3.8.9-1                        OK
Missing file: /var/log/squid/.keep-squid from package squid
squid                                3.3.3-2                        Incomplete
stunnel                              5.56-1                         OK
subversion                           1.11.1-1                       OK
subversion-apache2                   1.8.13-1                       OK
subversion-devel                     1.11.1-1                       OK
subversion-gnome                     1.11.1-1                       OK
subversion-httpd                     1.11.1-1                       OK
subversion-perl                      1.11.1-1                       OK
subversion-python                    1.11.1-1                       OK
subversion-ruby                      1.11.1-1                       OK
subversion-tools                     1.11.1-1                       OK
suomi-malaga                         1.19-1                         OK
svn-load                             1.3-1                          OK
svn_load_dirs                        1.9.2-2                        OK
swig                                 3.0.12-1                       OK
syslog-ng                            3.2.5-2                        OK
sysvinit                             2.86-1                         OK
tar                                  1.29-1                         OK
task                                 2.4.4-1                        OK
tcl                                  8.6.8-1                        OK
tcl-tix                              8.4.3-3                        OK
tcl-tk                               8.6.8-1                        OK
tcp_wrappers                         7.6-26                         OK
terminfo                             6.1-1.20190727                 OK
terminfo-extra                       6.1-1.20190727                 OK
texinfo                              6.7-1                          OK
texinfo-tex                          6.7-1                          OK
texlive                              20190509-1                     OK
texlive-collection-basic             20190509-1                     OK
texlive-collection-bibtexextra       20190913-1                     OK
texlive-collection-binextra          20190509-1                     OK
texlive-collection-fontsrecommended  20190509-1                     OK
texlive-collection-fontutils         20190509-1                     OK
texlive-collection-latex             20190509-1                     OK
texlive-collection-latexextra        20190509-1                     OK
texlive-collection-latexrecommended  20190509-1                     OK
texlive-collection-mathscience       20190509-1                     OK
texlive-collection-pictures          20190913-1                     OK
tidy                                 20090325-1                     OK
tig                                  2.4.1-1                        OK
time                                 1.9-1                          OK
tin                                  2.4.3-1                        OK
tmux                                 2.6-1                          OK
tmux-debuginfo                       2.6-1                          OK
transfig                             3.2.7a-1                       OK
tree                                 1.7.0-1                        OK
tzcode                               2019c-1                        OK
tzdata                               2019c-1                        OK
unfs3                                0.9.23-0.1.20151008git         OK
unfs3-debuginfo                      0.9.23-0.1.20151008git         OK
unzip                                6.0-17                         OK
urlgrabber                           3.1.0-3                        OK
urw-base35-fonts                     20170801-5                     OK
urw-base35-fonts-legacy              20170801-5                     OK
util-linux                           2.33.1-1                       OK
vala-libsecret1                      0.18.5-1                       OK
vala-libsoup2.4                      2.60.3-1                       OK
varnish                              4.1.0-1                        OK
vim                                  8.1.1772-1                     OK
vim-clang-format                     8.0.1-1                        OK
vim-common                           8.1.1772-1                     OK
vim-doc                              8.1.1772-1                     OK
vim-minimal                          8.1.1772-1                     OK
w32api-headers                       7.0.0-1                        OK
w32api-runtime                       7.0.0-1                        OK
w3m                                  0.5.3-3                        OK
webcheck                             1.10.4-1                       OK
wget                                 1.19.1-2                       OK
which                                2.20-2                         OK
whois                                5.4.0-1                        OK
windows-default-manifest             6.4-1                          OK
xlsx2csv                             0.11+20120814+gitf54ab78-2     OK
xmlto                                0.0.26-1                       OK
xorg-x11-fonts-dpi75                 7.5-4                          OK
xorg-x11-fonts-misc                  7.5-4                          OK
xorg-x11-fonts-Type1                 7.5-4                          OK
xorgproto                            2019.1-1                       OK
xxd                                  8.1.1772-1                     OK
xz                                   5.2.4-1                        OK
zip                                  3.0-12                         OK
zlib-devel                           1.2.11-1                       OK
zlib0                                1.2.11-1                       OK
zsh                                  5.5.1-1                        OK
zziplib                              0.13.68-1                      OK
Use -h to see help about each section

[-- Attachment #3: stack_trace.txt --]
[-- Type: text/plain, Size: 1373 bytes --]

Stack trace:
Frame        Function    Args
000FFFFA820  00180060BF9 (00000000000, 000000102E4, 00000000000, 000FFFFDE50)
00000000000  00180062AD7 (00600029AE2, 00000000000, 000000001A0, 00000000000)
000FFFFAB10  001801314DB (00000000010, 00000450298, 00077A27B14, 00000000000)
000FFFFAE90  001801575E4 (00077A1F0C9, 00000000000, 00000000003, 00098A86FD4)
000FFFFAE90  0018012DB7B (000FFFFAF50, 00000004048, 00180249508, 0018013374C)
000FFFFAE90  0018012DEAF (0018027559C, 001802755A8, 00000000B64, 0018024948F)
000FFFFAE90  001800433E5 (001800ED8C8, 000FFFFAFD0, 000FFFFAF90, 00000000000)
000FFFFAF90  001800EE499 (00600021A70, 00000000000, 00600021A70, 000FFFFC730)
000FFFFC680  001800F0E20 (0060005B098, 000000011A2, 00000000000, 00600000000)
000FFFFC600  00180077E04 (0060005AF50, 00000000000, 00100000024, 00000000078)
000FFFFC852  00180072D8D (00077941C03, 0060005AF50, 00180339EC0, 00000000000)
0060005AF00  00180053A19 (001800C88DE, 00100000000, 00000000000, 0060005AF68)
0060005AF00  00180053FB1 (00600000E70, 0200074634F, 00600001120, 000FFFFC9F2)
0060005AF00  00180128DEB (00600000E70, 0200074634F, 00600001120, 000FFFFC9F2)
0060005AF00  001004059C3 (003C55A91C0, 0010041A8D0, 00000000001, 000FFFFCBD0)
000FFFFCBD0  00100414220 (00000000020, 30001010000FF00, 0018004A7AA, 00000450000)
End of stack trace (more stack frames may be present)
Aborted (core dumped)



[-- Attachment #4: Type: text/plain, Size: 219 bytes --]


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

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

end of thread, other threads:[~2019-12-11 14:24 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04 17:18 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build Wilfed Olaf Sulla via cygwin
2019-12-04 18:22 ` Corinna Vinschen
2019-12-04 19:27   ` Wilfed Olaf Sulla via cygwin
2019-12-04 20:50     ` Ken Brown
  -- strict thread matches above, loose matches on Subject: below --
2019-12-10 13:37 Wilfed Olaf Sulla via cygwin
2019-12-10 18:57 ` Ken Brown
2019-12-11  0:09   ` Corinna Vinschen
2019-12-11  5:43     ` Ken Brown
2019-12-11 16:03       ` Corinna Vinschen
2019-12-06 12:35 Wilfed Olaf Sulla via cygwin
2019-12-06  4:56 Wilfed Olaf Sulla via cygwin
2019-12-06 11:07 ` Corinna Vinschen
2019-12-06 14:35   ` Corinna Vinschen
2019-12-07 21:03     ` Ken Brown
2019-12-09  9:20       ` Corinna Vinschen
2019-12-09 13:05         ` Ken Brown
2019-12-09 17:29           ` Corinna Vinschen
2019-12-10  8:44             ` Ken Brown
2019-12-04 21:03 Wilfed Olaf Sulla via cygwin
2019-12-04 21:41 ` Ken Brown
2019-12-05  9:18   ` Corinna Vinschen
2019-12-05 12:52     ` Corinna Vinschen
2019-12-05 16:10       ` Ken Brown
2019-12-05 19:16         ` Corinna Vinschen
2019-12-05 19:44           ` Ken Brown
2019-12-06  2:11             ` Norton Allen
2019-12-06  9:31             ` Corinna Vinschen
2019-12-08 21:50       ` Andrey Repin
2019-12-09 10:22         ` Corinna Vinschen
2019-12-04 10:41 Wilfed Olaf Sulla via cygwin
2019-12-04 14:40 ` Ken Brown
2019-12-04 16:19   ` Wilfed Olaf Sulla via cygwin
2019-12-04 16:39     ` Ken Brown

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