public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
@ 2018-07-30 17:27 tumtum00
  2018-07-30 19:06 ` Marco Atzeri
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: tumtum00 @ 2018-07-30 17:27 UTC (permalink / raw)
  To: cygwin

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

Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow

Hello all,

after building xorg-server 1.20.0 without errors, the XWin binary crashes at startup due to a buffer overflow. XWin 1.20.0 from Cygwin repos works as expected.

Setup:
- Freshly installed Win7 x86_64 VM
- Cygwin x86_64
- Dependencies installed as described in https://x.cygwin.com/docs/cg/prog-build-prerequisites.html, plus xcb-composite-devel
- Applied the following patches to my Cygwin environment, otherwise the build would fail:
  https://github.com/cygwinports/cygport/commit/1072fd872757bd7aa97fa8daf95ed13f70f56291
  https://github.com/cygwinports/cygport/commit/c4e0f0ec5f9a5a691fd19efe2bda3cdf278baef5
- Downloaded patched xorg-server 1.20.0-2 sources as described in https://x.cygwin.com/docs/cg/prog-obtaining-source.html, "Obtaining via Cygwin setup"

Build:
  $ cygport --64 xorg-server.cygport prep
  $ cygport --64 xorg-server.cygport compile

XWin binary
  /usr/src/xorg-server-1.20.0-2.src/xorg-server-1.20.0-2.x86_64/src/xserver-cygwin-1.20.0-2/x86_64-pc-cygwin/hw/xwin/XWin
is then executed.

The `--buildtype=debug` option was added to `cygmeson` in `xorg-server.cygport` to generate the attached reports.

I'm out of ideas on how to continue debugging this. Help would be much appreciated.

[-- Attachment #2: gdb-bt-full --]
[-- Type: application/octet-stream, Size: 6089 bytes --]

#0  0x000000007711135a in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll
No symbol table info available.
#1  0x000007fefd3710ac in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll
No symbol table info available.
#2  0x0000000180121288 in sig_send (p=<optimized out>, p@entry=0x180010000, si=..., tls=tls@entry=0x0) at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/sigproc.cc:714
        rc = 1
        its_me = <optimized out>
        sendsig = 0x7c
        pack = {si = {si_signo = 6, si_code = 0, si_pid = 2348, si_uid = 197608, si_errno = 0, {__pad = {0 <repeats 32 times>}, _si_commune = {_si_code = 0,
                _si_read_handle = 0x0, _si_write_handle = 0x0, _si_process_handle = 0x0, {_si_fd = 0, _si_pipe_unique_id = 0, _si_str = 0x0}}, {{si_sigval = {sival_int = 0,
                    sival_ptr = 0x0}, si_value = {sival_int = 0, sival_ptr = 0x0}}, {si_tid = 0, si_overrun = 0}}, {si_status = 0, si_utime = 0, si_stime = 0},
              si_addr = 0x0, {__pad2 = {0 <repeats 30 times>}, si_cyg = 0x0}}}, pid = 2348, sigtls = 0x0, mask = 0xffffde08, {wakeup = 0x350, thread_handle = 0x350,
            next = 0x350}}
        communing = <optimized out>
        wait_for_completion = <optimized out>
        __PRETTY_FUNCTION__ = "int sig_send(_pinfo*, siginfo_t&, _cygtls*)"
        pending = 8791751334795
        leader = 0xffffc2e0 "\006"
        packsize = 176
        nb = 176
        res = <optimized out>
#3  0x000000018011db0e in _pinfo::kill (this=0x180010000, si=...) at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/signal.cc:249
        sendSIGCONT = false
        res = <optimized out>
        this_process_state = 65
        this_pid = <optimized out>
        __PRETTY_FUNCTION__ = "int _pinfo::kill(siginfo_t&)"
#4  0x000000018011dfc2 in kill0 (pid=2348, si=...) at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/signal.cc:307
        p = {<pinfo_minimal> = {h = 0x0, hProcess = 0x0, rd_proc_pipe = 0x0}, destroy = false, procinfo = 0x180010000, waiter_ready = false, wait_thread = 0x0}
        __PRETTY_FUNCTION__ = "int kill0(pid_t, siginfo_t&)"
#5  0x000000018011e20a in kill (sig=6, pid=<optimized out>) at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/signal.cc:318
        si = {si_signo = 6, si_code = 0, si_pid = 0, si_uid = 0, si_errno = 0, {__pad = {0 <repeats 32 times>}, _si_commune = {_si_code = 0, _si_read_handle = 0x0,
              _si_write_handle = 0x0, _si_process_handle = 0x0, {_si_fd = 0, _si_pipe_unique_id = 0, _si_str = 0x0}}, {{si_sigval = {sival_int = 0, sival_ptr = 0x0},
                si_value = {sival_int = 0, sival_ptr = 0x0}}, {si_tid = 0, si_overrun = 0}}, {si_status = 0, si_utime = 0, si_stime = 0}, si_addr = 0x0, {__pad2 = {
                0 <repeats 30 times>}, si_cyg = 0x0}}}
#6  raise (sig=sig@entry=6) at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/signal.cc:285
No locals.
#7  0x000000018017e7e9 in __chk_fail () at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/chk_fail.c:11
        msg = "*** buffer overflow detected ***: terminated\n"
#8  0x000000018018c1c3 in __memcpy_chk (dst=0x60008e570, src=0x45, len=0, slen=0) at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48
No locals.
#9  0x00000001004b80d5 in RRConfigureOutputProperty (output=output@entry=0x60008e570, property=<optimized out>, pending=pending@entry=0, range=range@entry=0,
    immutable=immutable@entry=0, num_values=num_values@entry=2, values=values@entry=0x10059f4b0 <values>) at ../randr/rrproperty.c:385
        prop = 0x60008cff0
        add = <optimized out>
        new_values = 0x60008e650
#10 0x00000001004b682e in RROutputCreate (pScreen=pScreen@entry=0x60008bff0, name=name@entry=0x100586942 <__func__.9648+722> "default", nameLength=nameLength@entry=7,
    devPrivate=devPrivate@entry=0x0) at ../randr/rroutput.c:120
        values = {0, 1}
        output = 0x60008e570
        outputs = <optimized out>
        nonDesktopAtom = <optimized out>
#11 0x000000010040c11b in winRandRInit (pScreen=pScreen@entry=0x60008bff0) at ../hw/xwin/winrandr.c:256
        crtc = 0x60008e240
        output = <optimized out>
#12 0x0000000100416e00 in winFinishScreenInitFB (i=<optimized out>, pScreen=0x60008bff0, argc=<optimized out>, argv=<optimized out>) at ../hw/xwin/winscrinit.c:343
        pScreenInfo = 0x60004c860
        pVisual = <optimized out>
        iReturn = <optimized out>
#13 0x0000000100416a5f in winScreenInit (pScreen=pScreen@entry=0x60008bff0, argc=argc@entry=4, argv=argv@entry=0xffffcb80) at ../hw/xwin/winscrinit.c:180
        pScreenInfo = 0x60004c860
        hdc = <optimized out>
        dwInitialBPP = 0
#14 0x0000000100473d60 in AddScreen (pfnInit=pfnInit@entry=0x100416910 <winScreenInit>, argc=argc@entry=4, argv=argv@entry=0xffffcb80) at ../dix/dispatch.c:3919
        i = 0
        pScreen = 0x60008bff0
#15 0x000000010040cd1f in InitOutput (pScreenInfo=pScreenInfo@entry=0x1005fc5e0 <screenInfo>, argc=argc@entry=4, argv=argv@entry=0xffffcb80) at ../hw/xwin/InitOutput.c:972
        i = 0
#16 0x0000000100477aa8 in dix_main (argc=4, argv=0xffffcb80, envp=<optimized out>) at ../dix/main.c:193
        i = <optimized out>
        alwaysCheckForInput = {0, 1}
#17 0x00000001800479b2 in _cygwin_exit_return () at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/dcrt0.cc:1018
        newargv = 0xffffcb80
        nav = <optimized out>
        oav = <optimized out>
        __PRETTY_FUNCTION__ = "void dll_crt0_1(void*)"
#18 0x0000000180045653 in _cygtls::call2 (this=0xffffce00, func=0x180046980 <dll_crt0_1(void*)>, arg=0x0, buf=buf@entry=0xffffcdf0)
    at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/cygtls.cc:40
        res = <optimized out>
#19 0x0000000180045704 in _cygtls::call (func=<optimized out>, arg=<optimized out>) at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/cygtls.cc:27
        buf = '\000' <repeats 408 times>...
#20 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

[-- Attachment #3: XWin.0.log --]
[-- Type: text/plain, Size: 4054 bytes --]

Could not load crashreporter dll
InitConnectionLimits: MaxClients = 2048
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.20.0.0
OS: CYGWIN_NT-6.1 qwe-PC 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64
OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (Win64)
Package: version 1.20.0-2 built 2018-07-30

XWin was started with the following command line:


 /usr/src/xorg-server-1.20.0-2.src/xorg-server-1.20.0-2.x86_64/src/xserver-cygwin-1.20.0-2/x86_64-pc-cygwin/hw/xwin/XWin 
 -logverbose 3 -multiwindow 

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 1920 h 1200
winInitializeScreenDefaults - native DPI x 96 y 96
ddxProcessArgument - arg: -logverbose
ddxProcessArgument - arg: -multiwindow
[  8311.718] Could not load crashreporter dll
[  8311.718] OsVendorInit - Creating default screen 0
[  8311.718] winInitializeScreens - 1
[  8311.718] winInitializeScreen - 0
[  8312.015] InitOutput
[  8312.015] winValidateArgs - Returning.
[  8312.015] (II) xorg.conf is not supported
[  8312.015] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[  8312.015] LoadPreferences: /home/qwe/.XWinrc not found
[  8312.015] LoadPreferences: Loading /etc/X11/system.XWinrc
[  8312.015] LoadPreferences: Done parsing the configuration file...
[  8312.015] winGetDisplay: DISPLAY=:0.0
[  8312.015] winDetectSupportedEngines - RemoteSession: no
[  8312.156] winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
[  8312.156] winDetectSupportedEngines - Returning, supported engines 00000005
[  8312.156] winMsgWindowThreadProc - Hello
[  8312.156] winScreenInit - dwWidth: 1920 dwHeight: 1200
[  8312.156] winAllocateScreenPrivates - g_ulServerGeneration: 0 serverGeneration: 1
[  8312.156] winSetEngine - Multi Window or Rootless => ShadowGDI
[  8312.156] winScreenInit - Using Windows display depth of 32 bits per pixel
[  8312.156] winCreateBoundingWindowWindowed - User w: 1920 h: 1200
[  8312.156] winCreateBoundingWindowWindowed - Current w: 1920 h: 1200
[  8312.156] winGetWorkArea - Primary Monitor WorkArea: 0 0 1170 1920
[  8312.156] winGetWorkArea - Virtual screen is 1920 x 1200
[  8312.156] winGetWorkArea - Virtual screen origin is 0, 0
[  8312.156] winGetWorkArea - Primary screen is 1920 x 1200
[  8312.156] winGetWorkArea - Adjusted WorkArea for multiple monitors: 0 0 1170 1920
[  8312.156] winAdjustForAutoHide - Original WorkArea: 0 0 1170 1920
[  8312.156] winAdjustForAutoHide - Adjusted WorkArea: 0 0 1170 1920
[  8312.156] winCreateBoundingWindowWindowed - User did not give height and width
[  8312.156] winCreateMsgWindow - Created msg window hwnd 0x0x7038e
[  8312.171] winWindowProc - WM_CREATE
[  8312.171] winWindowProc - WM_SIZE
[  8312.171] winCreateBoundingWindowWindowed - CreateWindowEx () returned
[  8312.171] winCreateBoundingWindowWindowed - WindowClient w 1920  h 1200 r 1920 l 0 b 1200 t 0
[  8312.171] winCreateBoundingWindowWindowed -  Returning
[  8312.171] winQueryScreenDIBFormat - First call masks: 00000000 00000000 00000000
[  8312.171] winQueryScreenDIBFormat - First call masks: 00000000 00000000 00000000
[  8312.171] winQueryRGBBitsAndMasks - Masks: 00ff0000 0000ff00 000000ff
[  8312.171] winQueryRGBBitsAndMasks - Bitmap: 1x1 32 bpp 1 planes
[  8312.171] winQueryRGBBitsAndMasks - Compression: 3 (BI_BITFIELDS)
[  8312.171] winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1200 depth: 32
[  8312.171] winAllocateFBShadowGDI - Shadow buffer allocated
[  8312.171] winAllocateFBShadowGDI - Dibsection width: 1920 height: 1200 depth: 32 size image: 9216000
[  8312.171] winAllocateFBShadowGDI - Attempting a shadow blit
[  8312.171] winAllocateFBShadowGDI - Shadow blit success
[  8312.171] winAllocateFBShadowGDI - Created shadow stride: 1920
[  8312.171] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[  8312.171] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
[  8312.171] winInitVisualsShadowGDI - Returning
[  8312.171] winRandRInit ()

[-- Attachment #4: cygckeck.out --]
[-- Type: application/octet-stream, Size: 72878 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Mon Jul 30 15:42:04 2018

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:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Users\qwe\.babun
	C:\cygwin64\lib\lapack

Output from C:\cygwin64\bin\id.exe
UID: 197608(qwe)                       GID: 197121(None)
=197121(None)                          545(Benutzer)
4(INTERAKTIV)                          66049(KONSOLENANMELDUNG)
11(Authentifizierte Benutzer)          15(Diese Organisation)
4095(CurrentSession)                   66048(LOKAL)
262154(NTLM-Authentifizierung)         401408(Mittlere Verbindlichkeitsstufe)

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

USER = 'qwe'
PWD = '/home/qwe'
HOME = '/home/qwe'

USERDOMAIN = 'qwe-PC'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
PROCESSOR_LEVEL = '21'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
FP_NO_HOST_CHECK = 'NO'
LANG = 'de_DE.UTF-8'
TZ = 'Europe/Berlin'
HOSTNAME = 'qwe-PC'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/usr/bin'
USERNAME = 'qwe'
LOGONSERVER = '\\QWE-PC'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\qwe\AppData\Local'
COMPUTERNAME = 'QWE-PC'
!:: = '::\'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\qwe'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\Windows'
PROCESSOR_IDENTIFIER = 'AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD'
TMP = '/tmp'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
PROCESSOR_REVISION = '0200'
PROFILEREAD = 'true'
NUMBER_OF_PROCESSORS = '2'
ProgramW6432 = 'C:\Program Files'
windows_tracing_flags = '3'
COMSPEC = 'C:\Windows\system32\cmd.exe'
APPDATA = 'C:\Users\qwe\AppData\Roaming'
SHELL = '/bin/bash'
TERM = 'xterm'
WINDIR = 'C:\Windows'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PRINTER = 'Microsoft XPS Document Writer'
PROGRAMFILES = 'C:\Program Files'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
SESSIONNAME = 'Console'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
HOMEDRIVE = 'C:'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
HOMEPATH = '\Users\qwe'
ORIGINAL_PATH = '/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Users/qwe/.babun'
EXECIGNORE = '*.dll'
VBOX_MSI_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\Users\qwe\.babun\cygwin'
  e022582115c10879 = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
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: 671efea6fb53870e Path: C:\Users\qwe\.babun\cygwin (ORPHANED)
  User:   Key: e022582115c10879 Path: C:\cygwin64

c:  hd  NTFS     55193Mb  34% CP CS UN PA FC     EN
d:  cd  CDFS        55Mb 100%    CS UN             
e:  net VBoxSharedFolderFS  953766Mb  34%                      

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,posix=0,auto

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

   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
   29k 2018/06/26 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2018-06-26 18:01
   16k 2013/03/26 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2013-03-26 18:26
  175k 2017/09/05 C:\cygwin64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2017-09-05 22:52
  180k 2015/03/23 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 09:46
   64k 2017/02/22 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2017-02-22 07:22
 1032k 2018/02/12 C:\cygwin64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2018-02-12 00:05
   27k 2018/02/12 C:\cygwin64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2018-02-12 00:05
  120k 2018/02/12 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=2018-02-12 00:05
  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
  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
 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
 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
  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
 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
 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
 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
 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
   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
  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
 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
   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
  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
  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
  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
   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
  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
 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
 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
 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
 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
  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
  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
   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
  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
   13k 2015/03/19 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2015-03-19 02:44
  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
 2273k 2018/04/03 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=2018-04-03 11:56
  507k 2018/03/15 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2018-03-15 16:22
   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
  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
  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
   15k 2013/06/06 C:\cygwin64\bin\cygdmx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdmx-1.dll" v0.0 ts=2013-06-06 20:04
  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
  148k 2017/08/06 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2017-08-07 00:43
   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
   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
   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
  252k 2018/02/13 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2018-02-13 04:08
   26k 2016/01/29 C:\cygwin64\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2016-01-29 20:19
   65k 2017/12/05 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2017-12-05 08:15
  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
  430k 2017/04/30 C:\cygwin64\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2017-04-30 21:05
  654k 2018/03/20 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2018-03-20 03:29
  121k 2018/04/25 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2018-04-25 15:30
  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
   70k 2018/06/26 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-06-26 17:17
 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
  351k 2017/08/30 C:\cygwin64\bin\cyggd-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-3.dll" v0.0 ts=2017-08-30 18:48
   39k 2016/10/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2016-10-10 09:26
   13k 2016/10/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2016-10-10 09:26
  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
 1744k 2018/06/26 C:\cygwin64\bin\cyggfortran-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-4.dll" v0.0 ts=2018-06-26 18:22
   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
 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
  469k 2018/06/05 C:\cygwin64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2018-06-05 01:20
  295k 2018/06/05 C:\cygwin64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2018-06-05 01: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
   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
   21k 2017/01/21 C:\cygwin64\bin\cyggmpxx-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmpxx-4.dll" v0.0 ts=2017-01-21 18:25
 1207k 2018/03/15 C:\cygwin64\bin\cyggnutls-30.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-30.dll" v0.0 ts=2018-03-15 23:08
  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/06/26 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2018-06-26 17:20
   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
  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
12103k 2018/03/21 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2018-03-21 21:56
  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
    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
 1313k 2018/01/27 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-01-27 07:41
  680k 2018/04/11 C:\cygwin64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2018-04-11 08:11
   11k 2018/04/11 C:\cygwin64\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2018-04-11 08:11
   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
  163k 2018/03/15 C:\cygwin64\bin\cyghogweed-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-4.dll" v0.0 ts=2018-03-16 00:07
   77k 2014/08/10 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=1970-01-01 00:00
 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
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
 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
   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
 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
  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
  111k 2017/09/25 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn2-0.dll" v0.0 ts=2017-09-25 03:16
   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
   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
 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
  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
   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
  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 2018/05/09 C:\cygwin64\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=2018-05-09 14:22
  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
   45k 2015/11/19 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=2015-11-19 14:17
  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
  246k 2015/11/19 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=2015-11-19 14:18
  262k 2015/11/19 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=2015-11-19 14:19
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
    6k 2018/02/02 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
                  "cyglsa64.dll" v0.0 ts=2018-02-02 14:16
   35k 2018/05/29 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2018-05-29 15:34
  139k 2017/05/10 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2017-05-10 01:17
  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
  351k 2017/09/30 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=2017-09-30 12:27
 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
 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
  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
   33k 2017/12/05 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2017-12-05 08:15
  330k 2018/02/27 C:\cygwin64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2018-02-27 21:21
   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 2018/07/28 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2018-07-28 20:18
  493k 2018/06/04 C:\cygwin64\bin\cygnativeGLthunk.dll - os=4.0 img=0.0 sys=5.2
                  "cygnativeGLthunk.dll" v0.0 ts=2018-06-04 20:59
  317k 2017/12/05 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2017-12-05 08:13
  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
  207k 2018/03/15 C:\cygwin64\bin\cygnettle-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-6.dll" v0.0 ts=2018-03-16 00:07
  140k 2018/03/16 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2018-03-16 02:04
  222k 2017/04/30 C:\cygwin64\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2017-04-30 07:52
 1291k 2017/04/30 C:\cygwin64\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2017-04-30 21:07
  165k 2017/04/30 C:\cygwin64\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2017-04-30 21:05
  154k 2017/04/30 C:\cygwin64\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2017-04-30 21:04
  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
 1019k 2018/04/09 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2018-04-09 01:55
   15k 2017/12/05 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2017-12-05 08:14
  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
  475k 2017/04/23 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2017-04-24 00:50
 2182k 2018/04/16 C:\cygwin64\bin\cygperl5_26.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_26.dll" v0.0 ts=2018-04-16 18:54
   39k 2015/04/09 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2015-04-09 21:04
  638k 2016/08/08 C:\cygwin64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2016-08-08 02:51
   17k 2017/04/30 C:\cygwin64\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2017-04-30 07:52
   14k 2017/04/30 C:\cygwin64\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2017-04-30 07:52
 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
  200k 2017/12/18 C:\cygwin64\bin\cygpng16-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng16-16.dll" v0.0 ts=2017-12-18 01:48
 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
   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
   53k 2017/08/11 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2017-08-11 06:56
  363k 2018/04/25 C:\cygwin64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2018-04-25 20:10
   39k 2018/05/09 C:\cygwin64\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=2018-05-09 14:23
  315k 2018/06/26 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2018-06-26 18:03
  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
  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
 2302k 2018/02/09 C:\cygwin64\bin\cygruby230.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby230.dll" v2.3 ts=2018-02-09 18:46
   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
   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
   28k 2014/01/14 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2014-01-14 23:23
   89k 2015/03/23 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 09:46
  167k 2017/04/30 C:\cygwin64\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2017-04-30 21:08
  263k 2017/04/30 C:\cygwin64\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2017-04-30 21:05
  996k 2017/11/06 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2017-11-06 12:43
  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
  403k 2018/04/03 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=2018-04-03 11:56
  360k 2017/04/30 C:\cygwin64\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2017-04-30 21:07
   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
 1394k 2018/06/26 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2018-06-26 17:34
   90k 2018/05/09 C:\cygwin64\bin\cygsynctex-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-1.dll" v0.0 ts=2018-05-09 14:35
   67k 2018/03/19 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2018-03-19 21:41
  196k 2017/06/27 C:\cygwin64\bin\cygTECkit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit-0.dll" v0.0 ts=2017-06-27 15:04
 1551k 2017/06/27 C:\cygwin64\bin\cygTECkit_Compiler-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit_Compiler-0.dll" v0.0 ts=2017-06-27 15:04
  168k 2018/05/09 C:\cygwin64\bin\cygtexlua52-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua52-5.dll" v0.0 ts=2018-05-09 14:24
  198k 2018/05/09 C:\cygwin64\bin\cygtexlua53-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua53-5.dll" v0.0 ts=2018-05-09 14:24
  450k 2018/05/09 C:\cygwin64\bin\cygtexluajit-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexluajit-2.dll" v0.0 ts=2018-05-09 14:26
   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
   58k 2017/12/05 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2017-12-05 08:13
  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 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
  165k 2018/02/07 C:\cygwin64\bin\cygtirpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-3.dll" v0.0 ts=2018-02-07 16:37
 1592k 2018/01/07 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2018-01-07 20:55
   15k 2015/03/23 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 09:46
  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
   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
 1128k 2017/06/19 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2017-06-19 02:47
    9k 2017/06/19 C:\cygwin64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2017-06-19 02:47
 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
   12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:23
  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
  121k 2017/10/03 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2017-10-03 23:34
   12k 2017/10/03 C:\cygwin64\bin\cygxcb-composite-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-composite-0.dll" v0.0 ts=2017-10-03 23:34
   40k 2014/08/10 C:\cygwin64\bin\cygxcb-ewmh-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-ewmh-2.dll" v0.0 ts=1970-01-01 00:00
   75k 2017/10/03 C:\cygwin64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2017-10-03 23:34
   17k 2014/08/10 C:\cygwin64\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=1970-01-01 00:00
   16k 2013/03/17 C:\cygwin64\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 22:42
   11k 2013/08/01 C:\cygwin64\bin\cygxcb-keysyms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-keysyms-1.dll" v0.0 ts=2013-08-01 08:15
   46k 2017/10/03 C:\cygwin64\bin\cygxcb-randr-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-randr-0.dll" v0.0 ts=2017-10-03 23:34
   41k 2017/10/03 C:\cygwin64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2017-10-03 23:34
   14k 2014/08/10 C:\cygwin64\bin\cygxcb-render-util-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-util-0.dll" v0.0 ts=1970-01-01 00:00
   13k 2017/10/03 C:\cygwin64\bin\cygxcb-shape-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shape-0.dll" v0.0 ts=2017-10-03 23:34
   11k 2017/10/03 C:\cygwin64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2017-10-03 23:34
   17k 2013/03/17 C:\cygwin64\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 22:33
   25k 2017/10/03 C:\cygwin64\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=2017-10-03 23:34
   88k 2017/10/03 C:\cygwin64\bin\cygxcb-xkb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xkb-1.dll" v0.0 ts=2017-10-03 23:34
   10k 2013/04/08 C:\cygwin64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 22:24
   21k 2015/03/26 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2015-03-26 15:38
   56k 2014/08/10 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=1970-01-01 00:00
   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
  211k 2018/02/21 C:\cygwin64\bin\cygXfont2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont2-2.dll" v0.0 ts=2018-02-21 00:55
   73k 2014/08/10 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=1970-01-01 00:00
   58k 2017/06/19 C:\cygwin64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2017-06-19 03:04
   10k 2013/06/06 C:\cygwin64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 21:33
  128k 2016/01/29 C:\cygwin64\bin\cygxkbfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbfile-1.dll" v0.0 ts=2016-01-29 20:31
 1214k 2017/03/13 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2017-03-13 17:01
   85k 2014/01/15 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2014-01-15 02:27
   14k 2014/01/15 C:\cygwin64\bin\cygXmuu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmuu-1.dll" v0.0 ts=2014-01-15 02:27
   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
   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
   13k 2018/02/21 C:\cygwin64\bin\cygXRes-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXRes-1.dll" v0.0 ts=2018-02-21 00:47
  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 2013/03/14 C:\cygwin64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2013-03-14 04:07
  326k 2016/01/29 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2016-01-29 20:26
   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
  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
   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
   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
 3121k 2018/02/02 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2018-02-02 14:16
    Cygwin DLL version info:
        DLL version: 2.10.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 325
        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

No Cygwin services found.


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

Package                             Version                 Status
_autorebase                         001007-1                OK
alternatives                        1.3.30c-10              OK
autoconf                            13-1                    OK
autoconf2.1                         2.13-12                 OK
autoconf2.5                         2.69-3                  OK
automake                            10-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-1                OK
automake1.9                         1.9.6-11                OK
base-cygwin                         3.8-1                   OK
base-files                          4.2-4                   OK
bash                                4.4.12-3                OK
bc                                  1.06.95-2               OK
biber                               2.11-1                  OK
binutils                            2.29-1                  OK
bison                               3.0.4-1                 OK
build-docbook-catalog               1.5-2                   OK
bzip2                               1.0.6-3                 OK
ca-certificates                     2.22-1                  OK
coreutils                           8.26-2                  OK
csih                                0.9.11-1                OK
cygport                             0.31.1-1                OK
cygrunsrv                           1.62-1                  OK
cygutils                            1.4.16-2                OK
cygwin                              2.10.0-1                OK
cygwin-debuginfo                    2.10.0-1                OK
cygwin-devel                        2.10.0-1                OK
cygwin32                            2.10.0-1                OK
cygwin32-binutils                   2.29-1                  OK
cygwin32-default-manifest           6.4-1                   OK
cygwin32-gcc-core                   6.4.0-1                 OK
cygwin32-gcc-g++                    6.4.0-1                 OK
cygwin32-w32api-headers             4.0.4-1                 OK
cygwin32-w32api-runtime             4.0.4-1                 OK
dash                                0.5.9.1-1               OK
dblatex                             0.3.10-1                OK
dejavu-fonts                        2.37-1                  OK
desktop-file-utils                  0.23-1                  OK
dialog                              1.3-3.20170131          OK
diffstat                            1.61-1                  OK
diffutils                           3.5-2                   OK
docbook-xml43                       4.3-2                   OK
docbook-xsl                         1.77.1-1                OK
dos2unix                            7.4.0-1                 OK
doxygen                             1.8.14-2                OK
dri-drivers                         18.0.5-1                OK
ed                                  1.14.1-1                OK
editrights                          1.03-1                  OK
file                                5.32-1                  OK
findutils                           4.6.0-1                 OK
flex                                2.6.4-2                 OK
font-util                           1.3.1-2                 OK
gamin                               0.1.10-15               OK
gawk                                4.2.1-1                 OK
gcc-core                            7.3.0-3                 OK
gcc-g++                             7.3.0-3                 OK
gdb                                 7.12.1-2                OK
getent                              2.18.90-4               OK
ghostscript                         9.23-1                  OK
ghostscript-fonts-other             6.0-1                   OK
git                                 2.17.0-1                OK
Empty package gmp
gmp                                 6.1.2-1                 OK
grep                                3.0-2                   OK
groff                               1.22.3-1                OK
gsettings-desktop-schemas           3.24.1-1                OK
gzip                                1.8-1                   OK
hostname                            3.13-1                  OK
ImageMagick                         6.9.9.11-3              OK
info                                6.5-2                   OK
ipc-utils                           1.0-2                   OK
khronos-opengl-registry             20160722_svn32957-2     OK
less                                530-1                   OK
lftp                                4.7.8-2                 OK
libargp                             20110921-3              OK
libatomic1                          7.3.0-3                 OK
libattr1                            2.4.46-1                OK
libautotrace3                       0.31.1-18               OK
libblkid1                           2.25.2-2                OK
libbz2_1                            1.0.6-3                 OK
libcairo2                           1.14.12-1               OK
libclang5.0                         5.0.1-2                 OK
libcom_err2                         1.42.12-2               OK
libcroco0.6_3                       0.6.12-1                OK
libcrypt0                           2.1-1                   OK
libcurl4                            7.59.0-1                OK
libdatrie1                          0.2.8-1                 OK
libdb5.3                            5.3.28-2                OK
libdialog14                         1.3-3.20170131          OK
libdmx-devel                        1.1.3-1                 OK
libdmx1                             1.1.3-1                 OK
libedit0                            20130712-1              OK
libexpat1                           2.2.3-1                 OK
libfam0                             0.1.10-15               OK
libffi6                             3.2.1-2                 OK
libfftw3_3                          3.3.8-1                 OK
libfontconfig-common                2.12.6-1                OK
libfontconfig1                      2.12.6-1                OK
libfontenc-devel                    1.1.3-1                 OK
libfontenc1                         1.1.3-1                 OK
libfpx1                             1.3.1.4-1               OK
libfreetype-devel                   2.8.1-1                 OK
libfreetype6                        2.8.1-1                 OK
libgc1                              7.6.6-1                 OK
libgc2                              7.6.2-3                 OK
libgcc1                             7.3.0-3                 OK
libgcrypt20                         1.8.2-1                 OK
libgd3                              2.2.5-1                 OK
libgdbm4                            1.12-1                  OK
libgdk_pixbuf2.0_0                  2.36.11-1               OK
libgfortran4                        7.3.0-3                 OK
libgif7                             5.1.4-1                 OK
libGL-devel                         18.0.5-1                OK
libGL1                              18.0.5-1                OK
libglapi0                           18.0.5-1                OK
libglib2.0_0                        2.54.3-1                OK
libgmp-devel                        6.1.2-1                 OK
libgmp10                            6.1.2-1                 OK
libgmpxx4                           6.1.2-1                 OK
libgnutls30                         3.5.18-1                OK
libgomp1                            7.3.0-3                 OK
libgpg-error0                       1.28-1                  OK
libgraphite2_3                      1.3.10-1                OK
libgs9                              9.23-1                  OK
libgssapi_krb5_2                    1.15.2-2                OK
libguile2.0_22                      2.0.14-2                OK
libharfbuzz-icu0                    1.7.6-1                 OK
libharfbuzz0                        1.7.6-1                 OK
libhogweed4                         3.4-1                   OK
libICE-devel                        1.0.9-1                 OK
libICE6                             1.0.9-1                 OK
libiconv                            1.14-3                  OK
libiconv2                           1.14-3                  OK
libicu61                            61.1-1                  OK
libidn11                            1.33-1                  OK
libidn2_0                           2.0.4-1                 OK
libimagequant0                      2.10.0-1                OK
libintl8                            0.19.8.1-2              OK
libisl13                            0.14.1-1                OK
libisl15                            0.16.1-1                OK
libjasper4                          2.0.14-1                OK
libjbig2                            2.0-14                  OK
libjpeg8                            1.5.3-1                 OK
libk5crypto3                        1.15.2-2                OK
libkpathsea6                        20180506-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
libllvm5.0                          5.0.1-1                 OK
libltdl7                            2.4.6-6                 OK
liblzma5                            5.2.3-1                 OK
liblzo2_2                           2.10-1                  OK
libMagickC++6_8                     6.9.9.11-3              OK
libMagickCore6_5                    6.9.9.11-3              OK
libMagickWand6_5                    6.9.9.11-3              OK
libming1                            0.4.8-2                 OK
libmpc3                             1.1.0-1                 OK
libmpfr4                            3.1.6-1p1               OK
libmpfr6                            4.0.1-4p11              OK
libncursesw10                       6.0-12.20171125         OK
libnetpbm10                         10.80.00-1              OK
libnettle-devel                     3.4-1                   OK
libnettle6                          3.4-1                   OK
libnghttp2_14                       1.31.0-1                OK
libnspr4                            4.14-1                  OK
libnss3                             3.30.2-1                OK
libopenjp2_7                        2.3.0-1                 OK
libopenldap2_4_2                    2.4.42-1                OK
libopenssl100                       1.0.2o-1                OK
libp11-kit0                         0.23.10-1               OK
libpango1.0_0                       1.40.14-1               OK
libpaper-common                     1.1.24-2                OK
libpaper1                           1.1.24-2                OK
libpcre1                            8.40-3                  OK
libpipeline1                        1.4.0-1                 OK
libpixman1-devel                    0.34.0-1                OK
libpixman1_0                        0.34.0-1                OK
libplotter2                         2.6-5                   OK
libpng-devel                        1.6.34-1                OK
libpng16                            1.6.34-1                OK
libpng16-devel                      1.6.34-1                OK
libpoppler73                        0.62.0-1                OK
libpopt-common                      1.16-2                  OK
libpopt0                            1.16-2                  OK
libpotrace0                         1.15-1                  OK
libpsl5                             0.18.0-1                OK
libpstoedit0                        3.71-2                  OK
libptexenc1                         20180506-1              OK
libquadmath0                        7.3.0-3                 OK
libreadline7                        7.0.3-3                 OK
librsvg2_2                          2.40.20-1               OK
libsasl2_3                          2.1.26-11               OK
libsigsegv2                         2.10-2                  OK
libSM-devel                         1.2.2-1                 OK
libSM6                              1.2.2-1                 OK
libsmartcols1                       2.25.2-2                OK
libsqlite3_0                        3.21.0-1                OK
libssh2_1                           1.7.0-1                 OK
libssp0                             6.4.0-4                 OK
libstdc++6                          7.3.0-3                 OK
libsynctex1                         20180506-1              OK
libtasn1_6                          4.13-1                  OK
libteckit0                          2.5.7-1                 OK
libtexlua52_5                       20180506-1              OK
libtexlua53_5                       20180506-1              OK
libtexluajit2                       20180506-1              OK
libthai0                            0.1.26-1                OK
libtiff6                            4.0.9-1                 OK
libtirpc-common                     1.0.2-2                 OK
libtirpc-devel                      1.0.2-2                 OK
libtirpc3                           1.0.2-2                 OK
libtool                             2.4.6-6                 OK
libunistring2                       0.9.8-1                 OK
libuuid-devel                       2.25.2-2                OK
libuuid1                            2.25.2-2                OK
libwebp7                            0.6.1-2                 OK
libwebpmux3                         0.6.1-2                 OK
libX11-devel                        1.6.5-1                 OK
libX11-xcb-devel                    1.6.5-1                 OK
libX11-xcb1                         1.6.5-1                 OK
libX11_6                            1.6.5-1                 OK
libxapian30                         1.4.5-1                 OK
libXau-devel                        1.0.8-1                 OK
libXau6                             1.0.8-1                 OK
libXaw-devel                        1.0.13-1                OK
libXaw7                             1.0.13-1                OK
libxcb-composite-devel              1.12-2                  OK
libxcb-composite0                   1.12-2                  OK
libxcb-devel                        1.12-2                  OK
libxcb-ewmh-devel                   0.4.1-1                 OK
libxcb-ewmh2                        0.4.1-1                 OK
libxcb-glx-devel                    1.12-2                  OK
libxcb-glx0                         1.12-2                  OK
libxcb-icccm-devel                  0.4.1-1                 OK
libxcb-icccm4                       0.4.1-1                 OK
libxcb-image-devel                  0.3.9-1                 OK
libxcb-image0                       0.3.9-1                 OK
libxcb-keysyms-devel                0.3.9-1                 OK
libxcb-keysyms1                     0.3.9-1                 OK
libxcb-randr-devel                  1.12-2                  OK
libxcb-randr0                       1.12-2                  OK
libxcb-render-devel                 1.12-2                  OK
libxcb-render-util-devel            0.3.9-1                 OK
libxcb-render-util0                 0.3.9-1                 OK
libxcb-render0                      1.12-2                  OK
libxcb-shape-devel                  1.12-2                  OK
libxcb-shape0                       1.12-2                  OK
libxcb-shm-devel                    1.12-2                  OK
libxcb-shm0                         1.12-2                  OK
libxcb-util-devel                   0.3.9-1                 OK
libxcb-util1                        0.3.9-1                 OK
libxcb-xfixes-devel                 1.12-2                  OK
libxcb-xfixes0                      1.12-2                  OK
libxcb-xkb-devel                    1.12-2                  OK
libxcb-xkb1                         1.12-2                  OK
libxcb1                             1.12-2                  OK
libXdamage-devel                    1.1.4-1                 OK
libXdamage1                         1.1.4-1                 OK
libXdmcp-devel                      1.1.2-1                 OK
libXdmcp6                           1.1.2-1                 OK
libXext-devel                       1.3.3-1                 OK
libXext6                            1.3.3-1                 OK
libXfixes-devel                     5.0.3-1                 OK
libXfixes3                          5.0.3-1                 OK
libXfont2-devel                     2.0.3-1                 OK
libXfont2_2                         2.0.3-1                 OK
libXft2                             2.3.2-1                 OK
libXi-devel                         1.7.9-1                 OK
libXi6                              1.7.9-1                 OK
libXinerama-devel                   1.1.3-1                 OK
libXinerama1                        1.1.3-1                 OK
libxkbfile-devel                    1.0.9-1                 OK
libxkbfile1                         1.0.9-1                 OK
libxml2                             2.9.4-2                 OK
libXmu-devel                        1.1.2-1                 OK
libXmu6                             1.1.2-1                 OK
libXmuu1                            1.1.2-1                 OK
libXpm-devel                        3.5.12-1                OK
libXpm4                             3.5.12-1                OK
libXrender-devel                    0.9.9-1                 OK
libXrender1                         0.9.9-1                 OK
libXRes-devel                       1.2.0-1                 OK
libXRes1                            1.2.0-1                 OK
libxslt                             1.1.29-1                OK
libXss1                             1.2.2-1                 OK
libXt-devel                         1.1.5-1                 OK
libXt6                              1.1.5-1                 OK
libXtst-devel                       1.2.3-1                 OK
libXtst6                            1.2.3-1                 OK
libyaml0_2                          0.1.6-2                 OK
libzip5                             1.5.1-1                 OK
libzzip0.13                         0.13.68-1               OK
lndir                               1.0.3-1                 OK
login                               1.12-1                  OK
m4                                  1.4.18-1                OK
make                                4.2.1-2                 OK
man-db                              2.7.6.1-1               OK
meson                               0.47.1-1                OK
mintty                              2.9.0-0                 OK
ncurses                             6.0-12.20171125         OK
netpbm                              10.80.00-1              OK
ninja                               1.8.2-2                 OK
openssh                             7.7p1-1                 OK
openssl                             1.0.2o-1                OK
p11-kit                             0.23.10-1               OK
p11-kit-trust                       0.23.10-1               OK
patch                               2.7.4-1                 OK
perl                                5.26.2-1                OK
perl-Authen-SASL                    2.16-3                  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.132-1                 OK
perl-Business-ISSN                  1.003-1                 OK
Empty package perl-Carp
perl-Carp                           1.38-2                  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.32-2                  OK
perl-Class-Singleton                1.5-2                   OK
perl-Data-Compare                   1.25-3                  OK
perl-Data-Dump                      1.23-2                  OK
perl-Data-Uniqid                    0.12-2                  OK
perl-DateTime                       1.49-1                  OK
perl-DateTime-Calendar-Julian       0.04-2                  OK
perl-DateTime-Format-Builder        0.81-2                  OK
perl-DateTime-Format-Strptime       1.75-1                  OK
perl-DateTime-Locale                1.22-1                  OK
perl-DateTime-TimeZone              2.19-1                  OK
perl-Devel-StackTrace               2.03-1                  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.17026-1               OK
perl-Eval-Closure                   0.14-2                  OK
perl-Exception-Class                1.44-1                  OK
perl-File-Copy-Recursive            0.44-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-ShareDir                  1.116-1                 OK
perl-File-Slurper                   0.012-1                 OK
perl-File-Which                     1.22-1                  OK
perl-HTML-Parser                    3.72-2                  OK
perl-HTML-Tagset                    3.20-6                  OK
perl-HTTP-Cookies                   6.04-2                  OK
perl-HTTP-Daemon                    6.01-6                  OK
perl-HTTP-Date                      6.02-6                  OK
perl-HTTP-Message                   6.18-1                  OK
perl-HTTP-Negotiate                 6.01-6                  OK
perl-IO-HTML                        1.001-3                 OK
perl-IO-Socket-SSL                  2.058-1                 OK
perl-IO-String                      1.08-6                  OK
perl-IPC-Cmd                        1.02-1                  OK
perl-IPC-Run3                       0.048-3                 OK
perl-libwww-perl                    6.35-1                  OK
perl-Lingua-Translit                0.28-1                  OK
perl-List-AllUtils                  0.14-2                  OK
perl-List-SomeUtils                 0.56-2                  OK
perl-List-SomeUtils-XS              0.58-1                  OK
perl-List-UtilsBy                   0.11-1                  OK
perl-Log-Log4perl                   1.49-2                  OK
perl-LWP-MediaTypes                 6.02-6                  OK
perl-LWP-Protocol-https             6.07-2                  OK
perl-MailTools                      2.20-1                  OK
perl-MIME-Charset                   1.012.2-2               OK
perl-MIME-tools                     5.508-2                 OK
perl-Module-Implementation          0.09-2                  OK
perl-Module-Runtime                 0.016-1                 OK
perl-Mozilla-CA                     20180117-1              OK
perl-MRO-Compat                     0.13-2                  OK
perl-namespace-autoclean            0.28-2                  OK
perl-namespace-clean                0.27-2                  OK
perl-Net-HTTP                       6.18-1                  OK
perl-Net-SMTP-SSL                   1.04-2                  OK
perl-Net-SSLeay                     1.85-1                  OK
perl-Number-Compare                 0.03-6                  OK
perl-Package-DeprecationManager     0.17-2                  OK
perl-Package-Stash                  0.37-3                  OK
perl-Package-Stash-XS               0.28-4                  OK
perl-Params-Util                    1.07-6                  OK
perl-Params-Validate                1.29-2                  OK
perl-Params-ValidationCompiler      0.27-1                  OK
perl-Regexp-Common                  2017060201-2            OK
perl-Role-Tiny                      2.000006-1              OK
perl-Scalar-List-Utils              1.50-1                  OK
perl-Socket                         2.027-1                 OK
perl-Sort-Key                       1.33-2                  OK
perl-Specio                         0.42-1                  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.21-2                  OK
perl-Sub-Quote                      2.005001-1              OK
perl-TermReadKey                    2.37-2                  OK
perl-Test-Fatal                     0.014-3                 OK
perl-Test-Harness                   3.42-1                  OK
perl-Text-BibTeX                    0.85-1                  OK
perl-Text-CSV                       1.95-2                  OK
perl-Text-Glob                      0.11-2                  OK
perl-Text-Roman                     3.5-2                   OK
perl-Tie-Cycle                      1.225-2                 OK
perl-TimeDate                       2.30-3                  OK
perl-Tk                             804.034-1               OK
perl-Try-Tiny                       0.30-1                  OK
perl-Unicode-Collate                1.25-1                  OK
perl-Unicode-LineBreak              2018.003-1              OK
perl-URI                            1.74-1                  OK
perl-Variable-Magic                 0.62-1                  OK
perl-WWW-RobotRules                 6.02-6                  OK
perl-XML-LibXML                     2.0132-1                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.44-3                  OK
perl-XML-SAX                        1.00-1                  OK
perl-XML-SAX-Base                   1.09-2                  OK
perl-XML-Writer                     0.625-2                 OK
perl-YAML-Tiny                      1.73-1                  OK
perl_autorebase                     5.26.2-1                OK
perl_base                           5.26.2-1                OK
pkg-config                          0.29.1-1                OK
poppler-data                        0.4.8-1                 OK
preview-latex                       11.92-1                 OK
publicsuffix-list-dafsa             20180523-1              OK
python-lxml-debuginfo               3.7.3-1                 OK
python2                             2.7.14-1                OK
python2-appdirs                     1.4.3-1                 OK
python2-cffi                        1.9.1-1                 OK
python2-chardet                     2.3.0-1                 OK
python2-imaging                     4.1.1-1                 OK
python2-lxml                        3.7.3-1                 OK
python2-numpy                       1.11.2-1                OK
python2-packaging                   16.8-1                  OK
python2-ply                         3.9-1                   OK
python2-pycparser                   2.17-1                  OK
python2-pygments                    2.2.0-1                 OK
python2-pyparsing                   2.1.10-1                OK
python2-setuptools                  34.3.2-1                OK
python2-six                         1.10.0-1                OK
python3                             3.6.4-1                 OK
python3-appdirs                     1.4.3-1                 OK
python3-asn1crypto                  0.22.0-1                OK
python3-cffi                        1.9.1-1                 OK
python3-chardet                     2.3.0-1                 OK
python3-cryptography                1.8.1-1                 OK
python3-idna                        2.5-1                   OK
python3-lockfile                    0.12.2-1                OK
python3-lxml                        3.7.3-1                 OK
python3-openssl                     16.2.0-1                OK
python3-packaging                   16.8-1                  OK
python3-pip                         9.0.1-1                 OK
python3-ply                         3.9-1                   OK
python3-pycparser                   2.17-1                  OK
python3-pyparsing                   2.1.10-1                OK
python3-requests                    2.13.0-1                OK
python3-setuptools                  34.3.2-1                OK
python3-six                         1.10.0-1                OK
python3-urllib3                     1.20-1                  OK
python3-wheel                       0.30.0a0-1              OK
rebase                              4.4.4-1                 OK
rsync                               3.1.2-1                 OK
ruby                                2.3.6-1                 OK
ruby-builder                        3.2.3-1                 OK
ruby-did_you_mean                   1.0.2-1                 OK
ruby-io-console                     0.4.6-1                 OK
ruby-minitest                       5.10.3-1                OK
ruby-psych                          2.2.4-1                 OK
ruby-rake                           12.1.0-1                OK
ruby-rdoc                           5.1.0-1                 OK
rubygems                            2.6.13-1                OK
run                                 1.3.4-2                 OK
sed                                 4.4-1                   OK
sgml-common                         0.6.3-3                 OK
shared-mime-info                    1.8-1                   OK
sysvinit                            2.86-1                  OK
tar                                 1.29-1                  OK
tcl                                 8.6.8-1                 OK
tcl-tk                              8.6.8-1                 OK
terminfo                            6.0-12.20171125         OK
texinfo                             6.5-2                   OK
texlive                             20180506-1              OK
texlive-collection-basic            20180414-1              OK
texlive-collection-bibtexextra      20180414-1              OK
texlive-collection-binextra         20180414-1              OK
texlive-collection-fontsrecommended 20180414-1              OK
texlive-collection-latex            20180414-1              OK
texlive-collection-latexextra       20180414-1              OK
texlive-collection-latexrecommended 20180414-1              OK
texlive-collection-mathscience      20180414-1              OK
texlive-collection-pictures         20180414-1              OK
transfig                            3.2.6a-1                OK
tzcode                              2018e-1                 OK
tzdata                              2018e-1                 OK
unzip                               6.0-17                  OK
urw-base35-fonts                    20170801-5              OK
urw-base35-fonts-legacy             20170801-5              OK
util-linux                          2.25.2-2                OK
vim                                 8.0.1567-1              OK
vim-common                          8.0.1567-1              OK
vim-minimal                         8.0.1567-1              OK
w32api-headers                      5.0.4-1                 OK
w32api-runtime                      5.0.4-1                 OK
w3m                                 0.5.3-3                 OK
wget                                1.19.1-2                OK
which                               2.20-2                  OK
windows-default-manifest            6.4-1                   OK
windowsdriproto                     18.0.5-1                OK
xauth                               1.0.10-1                OK
xcursor-themes                      1.0.4-1                 OK
xkbcomp                             1.4.0-1                 OK
xkeyboard-config                    2.23.1-1                OK
xmlto                               0.0.26-1                OK
xorg-server                         1.20.0-2                OK
xorg-server-common                  1.20.0-2                OK
xorg-server-debuginfo               1.20.0-2                OK
xorg-sgml-doctools                  1.11-1                  OK
xorgproto                           2018.4-1                OK
xtrans                              1.3.5-1                 OK
xxd                                 8.0.1567-1              OK
xz                                  5.2.3-1                 OK
zlib-devel                          1.2.11-1                OK
zlib0                               1.2.11-1                OK
Use -h to see help about each section

[-- Attachment #5: 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] 7+ messages in thread

* Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
  2018-07-30 17:27 Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow tumtum00
@ 2018-07-30 19:06 ` Marco Atzeri
  2018-07-31 16:15 ` tumtum00
  2018-07-31 23:18 ` Jon Turney
  2 siblings, 0 replies; 7+ messages in thread
From: Marco Atzeri @ 2018-07-30 19:06 UTC (permalink / raw)
  To: cygwin

Am 30.07.2018 um 17:33 schrieb tumtum00:
> Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
>
> Hello all,
>
> after building xorg-server 1.20.0 without errors, the XWin binary crashes at startup due to a buffer overflow. XWin 1.20.0 from Cygwin repos works as expected.
>
> Setup:
> - Freshly installed Win7 x86_64 VM
> - Cygwin x86_64
> - Dependencies installed as described in https://x.cygwin.com/docs/cg/prog-build-prerequisites.html, plus xcb-composite-devel
> - Applied the following patches to my Cygwin environment, otherwise the build would fail:
>    https://github.com/cygwinports/cygport/commit/1072fd872757bd7aa97fa8daf95ed13f70f56291
>    https://github.com/cygwinports/cygport/commit/c4e0f0ec5f9a5a691fd19efe2bda3cdf278baef5
> - Downloaded patched xorg-server 1.20.0-2 sources as described in https://x.cygwin.com/docs/cg/prog-obtaining-source.html, "Obtaining via Cygwin setup"
>
> Build:
>    $ cygport --64 xorg-server.cygport prep
>    $ cygport --64 xorg-server.cygport compile
>
> XWin binary
>    /usr/src/xorg-server-1.20.0-2.src/xorg-server-1.20.0-2.x86_64/src/xserver-cygwin-1.20.0-2/x86_64-pc-cygwin/hw/xwin/XWin
> is then executed.
>

what about doing also "install package" and properly install the
resulting binary ?



---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
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] 7+ messages in thread

* Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
  2018-07-30 17:27 Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow tumtum00
  2018-07-30 19:06 ` Marco Atzeri
@ 2018-07-31 16:15 ` tumtum00
  2018-07-31 23:18 ` Jon Turney
  2 siblings, 0 replies; 7+ messages in thread
From: tumtum00 @ 2018-07-31 16:15 UTC (permalink / raw)
  To: cygwin

On 30 July 2018 6:07 PM, Marco Atzeri wrote:
> what about doing also "install package" and properly install the
> resulting binary ?

I'm having trouble doing it the right way: setup.exe won't recognise/list anything under
xorg-server-1.20.0-2.x86_64/dist/xorg-server/
and I don't find a detailed documentation to go from `cygport package` to actually installing the generated packages.

So I tried 2 things:
  - manually unpacking the generated packages, moving the binaries into place an applying the post-install scripts by hand
  - copying the `inst/` contents to the cygwin root (setting the `DESTDIR` envvar didn't seem to have any effect on `cygport install`)

Still the same crash in both cases.

That said, from the docs at "Running a local build" in
https://x.cygwin.com/docs/cg/prog-build-native.html
it shouldn't be necessary to install it into the system, right?

--
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] 7+ messages in thread

* Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
  2018-07-30 17:27 Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow tumtum00
  2018-07-30 19:06 ` Marco Atzeri
  2018-07-31 16:15 ` tumtum00
@ 2018-07-31 23:18 ` Jon Turney
  2018-08-03 17:19   ` tumtum00
  2 siblings, 1 reply; 7+ messages in thread
From: Jon Turney @ 2018-07-31 23:18 UTC (permalink / raw)
  To: The Cygwin Mailing List; +Cc: tumtum00

On 30/07/2018 16:33, tumtum00 wrote:
> after building xorg-server 1.20.0 without errors, the XWin binary crashes at startup due to a buffer overflow. XWin 1.20.0 from Cygwin repos works as expected.
> 
> Setup:
> - Freshly installed Win7 x86_64 VM
> - Cygwin x86_64
> - Dependencies installed as described in https://x.cygwin.com/docs/cg/prog-build-prerequisites.html, plus xcb-composite-devel

Thanks for pointing out this oversight.  I will amend the documentation.

> - Applied the following patches to my Cygwin environment, otherwise the build would fail:
>    https://github.com/cygwinports/cygport/commit/1072fd872757bd7aa97fa8daf95ed13f70f56291
>    https://github.com/cygwinports/cygport/commit/c4e0f0ec5f9a5a691fd19efe2bda3cdf278baef5
> - Downloaded patched xorg-server 1.20.0-2 sources as described in https://x.cygwin.com/docs/cg/prog-obtaining-source.html, "Obtaining via Cygwin setup"
> 
> Build:
>    $ cygport --64 xorg-server.cygport prep
>    $ cygport --64 xorg-server.cygport compile
> 
> XWin binary
>    /usr/src/xorg-server-1.20.0-2.src/xorg-server-1.20.0-2.x86_64/src/xserver-cygwin-1.20.0-2/x86_64-pc-cygwin/hw/xwin/XWin
> is then executed.
> 
> The `--buildtype=debug` option was added to `cygmeson` in `xorg-server.cygport` to generate the attached reports.
> 
> I'm out of ideas on how to continue debugging this. Help would be much appreciated.

I tried to reproduce this problem by following these steps, but the 
produced executable works ok for me.

> #7  0x000000018017e7e9 in __chk_fail () at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/chk_fail.c:11
>         msg = "*** buffer overflow detected ***: terminated\n"
> #8  0x000000018018c1c3 in __memcpy_chk (dst=0x60008e570, src=0x45, len=0, slen=0) at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48

This is a wrapper around memcpy, which is being used as we are building 
with _FORTIFY_SOURCE

I'd suggest setting a breakpoint on this line (after installing the 
cygwin-debuginfo package for relevant debug info) and trying to 
understand why it's not succeeding.

> No locals.
> #9  0x00000001004b80d5 in RRConfigureOutputProperty (output=output@entry=0x60008e570, property=<optimized out>, pending=pending@entry=0, range=range@entry=0,
>     immutable=immutable@entry=0, num_values=num_values@entry=2, values=values@entry=0x10059f4b0 <values>) at ../randr/rrproperty.c:385
>         prop = 0x60008cff0
>         add = <optimized out>
>         new_values = 0x60008e650
> #10 0x00000001004b682e in RROutputCreate (pScreen=pScreen@entry=0x60008bff0, name=name@entry=0x100586942 <__func__.9648+722> "default", nameLength=nameLength@entry=7,
>     devPrivate=devPrivate@entry=0x0) at ../randr/rroutput.c:120
>         values = {0, 1}
>         output = 0x60008e570
>         outputs = <optimized out>
>         nonDesktopAtom = <optimized out>
> #11 0x000000010040c11b in winRandRInit (pScreen=pScreen@entry=0x60008bff0) at ../hw/xwin/winrandr.c:256
>         crtc = 0x60008e240
>         output = <optimized out>


-- 
Jon Turney
Volunteer Cygwin/X X Server maintainer

--
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] 7+ messages in thread

* Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
  2018-07-31 23:18 ` Jon Turney
@ 2018-08-03 17:19   ` tumtum00
  2018-08-03 18:14     ` Jon Turney
  0 siblings, 1 reply; 7+ messages in thread
From: tumtum00 @ 2018-08-03 17:19 UTC (permalink / raw)
  To: The Cygwin Mailing List

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

On 31 July 2018 7:57 PM, Jon Turney wrote:
> > -   Dependencies installed as described in https://x.cygwin.com/docs/cg/prog-build-prerequisites.html, plus xcb-composite-devel
>
> Thanks for pointing out this oversight. I will amend the documentation.

Thanks for that. I typoed the package, it should be libxcb-composite-devel.

> I tried to reproduce this problem by following these steps, but the
> produced executable works ok for me.

I tried 3 new machines today, can reproduce the issue in all of them. All were Win7 x86_64. 2 VMs installed from scratch (one in English, the other German as in my first report) plus a system running on bare metal.

> > #7 0x000000018017e7e9 in __chk_fail () at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/chk_fail.c:11
> > msg = "*** buffer overflow detected ***: terminated\n"
> > #8 0x000000018018c1c3 in __memcpy_chk (dst=0x60008e570, src=0x45, len=0, slen=0) at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48
>
> This is a wrapper around memcpy, which is being used as we are building
> with _FORTIFY_SOURCE
>
> I'd suggest setting a breakpoint on this line (after installing the
> cygwin-debuginfo package for relevant debug info) and trying to
> understand why it's not succeeding.

Attached the backtrace at memcpy_chk.c:48.
I've been trying to figure out what is going on from the source code, but I'm not really getting anywhere.

Does it suffice to install cygwin-debuginfo or do I need to set something up?
I ran gdb with `set cygwin-exceptions on` too, but no further information came up in the backtrace.


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

No source file named memcpy_chk.c.
Breakpoint 1 (memcpy_chk.c:48) pending.
Starting program: /usr/src/xorg-server-1.20.0-2.src/xorg-server-1.20.0-2.x86_64/src/xserver-cygwin-1.20.0-2/x86_64-pc-cygwin/hw/xwin/XWin -multiwindow
[New Thread 2728.0xb50]
[New Thread 2728.0xaac]
[New Thread 2728.0xa10]
[New Thread 2728.0xbc4]
[New Thread 2728.0xa24]

Thread 1 hit Breakpoint 1, __memcpy_chk (dst=0x60008c7a0, src=0x10059f4b0 <values>, len=8, slen=4)
    at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48
48	/usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c: No such file or directory.
#0  __memcpy_chk (dst=0x60008c7a0, src=0x10059f4b0 <values>, len=8, slen=4)
    at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48
No locals.
#1  0x00000001004b80d5 in RRConfigureOutputProperty (output=output@entry=0x60008c6c0, property=<optimized out>, 
    pending=pending@entry=0, range=range@entry=0, immutable=immutable@entry=0, num_values=num_values@entry=2, 
    values=values@entry=0x10059f4b0 <values>) at ../randr/rrproperty.c:385
        prop = 0x600028490
        add = <optimized out>
        new_values = 0x60008c7a0
#2  0x00000001004b682e in RROutputCreate (pScreen=pScreen@entry=0x600077c40, 
    name=name@entry=0x100586942 <__func__.9648+722> "default", nameLength=nameLength@entry=7, devPrivate=devPrivate@entry=0x0)
    at ../randr/rroutput.c:120
        values = {0, 1}
        output = 0x60008c6c0
        outputs = <optimized out>
        nonDesktopAtom = <optimized out>
#3  0x000000010040c11b in winRandRInit (pScreen=pScreen@entry=0x600077c40) at ../hw/xwin/winrandr.c:256
        crtc = 0x600079400
        output = <optimized out>
#4  0x0000000100416e00 in winFinishScreenInitFB (i=<optimized out>, pScreen=0x600077c40, argc=<optimized out>, 
    argv=<optimized out>) at ../hw/xwin/winscrinit.c:343
        pScreenInfo = 0x60004c7b0
        pVisual = <optimized out>
        iReturn = <optimized out>
#5  0x0000000100416a5f in winScreenInit (pScreen=pScreen@entry=0x600077c40, argc=argc@entry=2, argv=argv@entry=0xffffcba0)
    at ../hw/xwin/winscrinit.c:180
        pScreenInfo = 0x60004c7b0
        hdc = <optimized out>
        dwInitialBPP = 0
#6  0x0000000100473d60 in AddScreen (pfnInit=pfnInit@entry=0x100416910 <winScreenInit>, argc=argc@entry=2, 
    argv=argv@entry=0xffffcba0) at ../dix/dispatch.c:3919
        i = 0
        pScreen = 0x600077c40
#7  0x000000010040cd1f in InitOutput (pScreenInfo=pScreenInfo@entry=0x1005fc5e0 <screenInfo>, argc=argc@entry=2, 
    argv=argv@entry=0xffffcba0) at ../hw/xwin/InitOutput.c:972
        i = 0
#8  0x0000000100477aa8 in dix_main (argc=2, argv=0xffffcba0, envp=<optimized out>) at ../dix/main.c:193
        i = <optimized out>
        alwaysCheckForInput = {0, 1}
#9  0x00000001800479b2 in _cygwin_exit_return () at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/dcrt0.cc:1018
        newargv = 0xffffcba0
        nav = <optimized out>
        oav = <optimized out>
        __PRETTY_FUNCTION__ = "void dll_crt0_1(void*)"
#10 0x0000000180045653 in _cygtls::call2 (this=0xffffce00, func=0x180046980 <dll_crt0_1(void*)>, arg=0x0, buf=buf@entry=0xffffcdf0)
    at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/cygtls.cc:40
        res = <optimized out>
#11 0x0000000180045704 in _cygtls::call (func=<optimized out>, arg=<optimized out>)
    at /usr/src/debug/cygwin-2.10.0-1/winsup/cygwin/cygtls.cc:27
        buf = '\000' <repeats 408 times>...
#12 0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

[-- 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] 7+ messages in thread

* Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
  2018-08-03 17:19   ` tumtum00
@ 2018-08-03 18:14     ` Jon Turney
  2018-08-06 14:52       ` tumtum00
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Turney @ 2018-08-03 18:14 UTC (permalink / raw)
  To: tumtum00; +Cc: The Cygwin Mailing List

On 03/08/2018 18:19, tumtum00 wrote:
> On 31 July 2018 7:57 PM, Jon Turney wrote:
> 
> I tried 3 new machines today, can reproduce the issue in all of them. All were Win7 x86_64. 2 VMs installed from scratch (one in English, the other German as in my first report) plus a system running on bare metal.
> 
>>> #7 0x000000018017e7e9 in __chk_fail () at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/chk_fail.c:11
>>> msg = "*** buffer overflow detected ***: terminated\n"
>>> #8 0x000000018018c1c3 in __memcpy_chk (dst=0x60008e570, src=0x45, len=0, slen=0) at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48
>>
>> This is a wrapper around memcpy, which is being used as we are building
>> with _FORTIFY_SOURCE
>>
>> I'd suggest setting a breakpoint on this line (after installing the
>> cygwin-debuginfo package for relevant debug info) and trying to
>> understand why it's not succeeding.
> 
> Attached the backtrace at memcpy_chk.c:48.
> I've been trying to figure out what is going on from the source code, but I'm not really getting anywhere.
> 
> Does it suffice to install cygwin-debuginfo or do I need to set something up?
> I ran gdb with `set cygwin-exceptions on` too, but no further information came up in the backtrace.

> Thread 1 hit Breakpoint 1, __memcpy_chk (dst=0x60008c7a0, src=0x10059f4b0 <values>, len=8, slen=4)
>     at /usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c:48
> 48	/usr/src/debug/cygwin-2.10.0-1/newlib/libc/ssp/memcpy_chk.c: No such file or directory.
> #0  __memcpy_chk (dst=0x60008c7a0, src=0x10059f4b0 <values>, len=8, slen=4)

The "no such file or directory" doesn't make much sense to me.  That 
file should be provided by cygwin-debuginfo package.

Anyhow, I think to fix this, you need a cygwin with the following 
changes (the latest snapshot should be ok)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=4564b30f331a067e71b25308ac7c8a85ceb4b122;hp=4d1a356f7b36905f5e2b616513b111ef042f1a43
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=e494b560350cabef94126a4478096aae89ae35a0

Sorry for not working this out sooner, but I'd convinced myself that 
these changes are in the current cygwin-devel package, when in fact they 
aren't.

--
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] 7+ messages in thread

* Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow
  2018-08-03 18:14     ` Jon Turney
@ 2018-08-06 14:52       ` tumtum00
  0 siblings, 0 replies; 7+ messages in thread
From: tumtum00 @ 2018-08-06 14:52 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 3 August 2018 8:14 PM, Jon Turney wrote:
> Anyhow, I think to fix this, you need a cygwin with the following
> changes (the latest snapshot should be ok)
>
> https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=4564b30f331a067e71b25308ac7c8a85ceb4b122;hp=4d1a356f7b36905f5e2b616513b111ef042f1a43
> https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=e494b560350cabef94126a4478096aae89ae35a0

That does indeed solve the problem. For reference, I used the snapshot from 2018-07-25. Thank you very much for the assistance.



--
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] 7+ messages in thread

end of thread, other threads:[~2018-08-06 14:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-30 17:27 Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow tumtum00
2018-07-30 19:06 ` Marco Atzeri
2018-07-31 16:15 ` tumtum00
2018-07-31 23:18 ` Jon Turney
2018-08-03 17:19   ` tumtum00
2018-08-03 18:14     ` Jon Turney
2018-08-06 14:52       ` tumtum00

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