public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
@ 2015-02-12 15:07 Adam Dinwoodie
  2015-02-12 17:46 ` Corinna Vinschen
  0 siblings, 1 reply; 13+ messages in thread
From: Adam Dinwoodie @ 2015-02-12 15:07 UTC (permalink / raw)
  To: cygwin

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

I've spotted some slightly odd behaviour when writing things from
multiple processes to /dev/clipboard.

Easiest to show this with an example:

    for n in {1..10}; do echo $n; done >/dev/clipboard; cat /dev/clipboard

I expect this to print out the numbers 1–10 to the terminal.  Sometimes
it does, but sometimes it misses out some of the numbers at the end;
printing the digits 1–8, say, but no more.  Generally it gets to around
7–9, but I've seen it managing to only get up to 3 on one occasion.

I've also observed this behaviour with things like `find`, so it's not
just limited to Bash builtins.  (Indeed that's where I initally observed
this behaviour.)

As a workaround, I've found adding a bare `cat` to the pipeline has
things working as expected:

    for n in {1..10}; do echo $n; done | cat >/dev/clipboard; cat /dev/clipboard

I'm not certain this is a bug, per se, but at the very least it's very
odd behaviour.

Slightly redacted `cygcheck -srv` output attached, although I doubt
it'll be useful here.

Adam

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


Cygwin Configuration Diagnostics
Current System Time: Thu Feb 12 13:36:48 2015

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Running under WOW64 on AMD64

Path:	C:\cygwin\home\add\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Perl\site\bin
	C:\Perl\bin
	C:\Python27
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\program files (x86)\putty
	C:\Program Files (x86)\Microsoft Visual Studio\Common\Tools\WinNT
	C:\Program Files (x86)\Microsoft Visual Studio\Common\MSDev98\Bin
	C:\Program Files (x86)\Microsoft Visual Studio\Common\Tools
	C:\Program Files (x86)\Microsoft Visual Studio\VC98\bin
	C:\Program Files\MiKTeX 2.9\miktex\bin\x64\

	C:\Program Files\TortoiseSVN\bin
	C:\Program Files (x86)\QuickTime\QTSystem
	C:\vslick8\win
	C:\cygwin\lib\lapack

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

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

USER = 'add'
PWD = '/home/add'
HOME = '/home/add'

USERDOMAIN_ROAMINGPROFILE = 'DCL'
HOMEPATH = '\Users\add'
APPDATA = 'C:\Users\add\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = 'PC4306'
SHELL = '/bin/bash'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 58 Stepping 9, GenuineIntel'
PROFILEREAD = 'true'
WINDIR = 'C:\Windows'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/home/add/OpsFiles'
ORIGINAL_PATH = '/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/Python27:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/program files (x86)/putty:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Common/Tools/WinNT:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Common/MSDev98/Bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Common/Tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/VC98/bin:/cygdrive/c/Program Files/MiKTeX 2.9/miktex/bin/x64/
:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/vslick8/win'
USERDOMAIN = 'DCL'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
windows_tracing_flags = '3'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
!:: = '::\'
LS_COLORS = 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'
TEMP = '/tmp'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
USERNAME = 'add'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
include = 'C:\Program Files (x86)\Microsoft Visual Studio\VC98\atl\include;C:\Program Files (x86)\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files (x86)\Microsoft Visual Studio\VC98\include'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
PROCESSOR_ARCHITEW6432 = 'AMD64'
LANG = 'en_GB.UTF-8'
USERPROFILE = 'C:\Users\add'
TZ = 'Europe/London'
PS1 = '\[\e[0m\]\[\e]0;\h:\w\a\]\n\[\e$hostname_colour\]\u@\h \[\e$pwd_colour\]\w\[\e[39m\] \[\e$timestamp_colour\]\D{%a %e %b %T}\[\e$ANSI_UNCOLOUR\]\n\$ '
LOGONSERVER = '\\<snip>'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\add\AppData\Local'
ProgramData = 'C:\ProgramData'
EXECIGNORE = '*.dll'
SHLVL = '1'
USERDNSDOMAIN = '<snip>.CO.UK'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
VBOX_MSI_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
COMSPEC = 'C:\Windows\system32\cmd.exe'
TMP = '/tmp'
SYSTEMROOT = 'C:\Windows'
PYTHONPATH = '/home/add/lib/python3/dist-packages:c:\Python27'
VISUAL = 'vim'
PRINTER = '\\<snip>'
PROCESSOR_REVISION = '3a09'
lib = 'C:\Program Files (x86)\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files (x86)\Microsoft Visual Studio\VC98\lib'
MSDevDir = 'C:\Program Files (x86)\Microsoft Visual Studio\Common\MSDev98'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
PROGRAMFILES = 'C:\Program Files (x86)'
DISPLAY = ':0.0'
NUMBER_OF_PROCESSORS = '8'
asl.log = 'Destination=file'
SESSIONNAME = 'Console'
COMPUTERNAME = '<snip>'
_ = '/usr/bin/cygcheck'

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

obcaseinsensitive set to 1

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

c:  hd  NTFS    243718Mb  80% CP CS UN PA FC     Windows
d:  cd             N/A    N/A                    
z:  hd  NTFS    243718Mb  80% CP CS UN PA FC     Windows

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

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

  114k 2013/06/23 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2013-06-23 18:07
  120k 2014/09/22 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2014-09-22 18:48
   38k 2013/07/23 C:\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2013-07-23 15:35
  114k 2014/03/12 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2014-03-12 08:40
   87k 2014/11/02 C:\cygwin\bin\cygatomic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygatomic-1.dll" v0.0 ts=2014-11-02 00:45
   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
  183k 2014/12/11 C:\cygwin\bin\cygautotrace-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygautotrace-3.dll" v0.0 ts=2014-12-11 15:21
  199k 2014/12/02 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2014-12-02 03:19
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-21 20:16
 1181k 2014/11/16 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2014-11-16 23:28
   25k 2014/11/16 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2014-11-16 23:29
  119k 2014/11/16 C:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2014-11-16 23:29
    8k 2011/10/16 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2011-10-16 18:00
  125k 2013/05/09 C:\cygwin\bin\cygcloog-isl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-09 08:37
   17k 2013/04/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2013-04-25 15:43
   14k 2014/06/09 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=1970-01-01 00:00
   30k 2012/09/01 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2012-09-01 21:38
  190k 2012/12/17 C:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2012-12-17 03:02
    7k 2012/05/07 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 12:18
 1521k 2015/01/08 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2015-01-08 19:55
 1778k 2015/01/08 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2015-01-08 20:25
  443k 2014/11/07 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2014-11-07 20:27
   27k 2014/11/12 C:\cygwin\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 05:14
 1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-10 18:45
  270k 2014/12/10 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2014-12-10 01:15
  105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-10 18:46
  171k 2014/02/10 C:\cygwin\bin\cygdialog-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygdialog-11.dll" v0.0 ts=2014-02-10 01:34
  159k 2013/10/20 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 22:09
   73k 2014/12/09 C:\cygwin\bin\cygEGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEGL-1.dll" v0.0 ts=2014-12-09 21:16
  201k 2013/09/03 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2013-09-03 11:06
  153k 2013/07/31 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:33
   79k 2013/09/04 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2013-09-04 17:49
   32k 2014/10/14 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:21
   24k 2013/05/12 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2013-05-12 22:40
  854k 2014/04/13 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=1970-01-01 00:00
  823k 2014/04/13 C:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=1970-01-01 00:00
   25k 2014/04/13 C:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=1970-01-01 00:00
   25k 2014/04/13 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=1970-01-01 00:00
  226k 2014/04/29 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=1970-01-01 00:00
   23k 2013/06/06 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 22:17
   54k 2014/12/14 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2014-12-14 22:47
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009-11-20 19:14
   60k 2014/12/14 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2014-12-14 22:58
  593k 2015/01/15 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 12:10
  596k 2014/12/10 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2014-12-10 17:34
  102k 2012/09/01 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2012-09-01 21:38
    6k 2012/09/01 C:\cygwin\bin\cyggccpp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggccpp-1.dll" v0.0 ts=2012-09-01 21:38
  107k 2014/11/02 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2014-11-01 21:47
  508k 2014/06/01 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=1970-01-01 00:00
  227k 2014/12/08 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2014-12-08 13:30
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 07:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 07:58
  638k 2014/12/02 C:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2014-12-02 10:15
  232k 2014/03/12 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2014-03-12 08:51
  200k 2014/11/18 C:\cygwin\bin\cyggettextlib-0-19-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-19-3.dll" v0.0 ts=2014-11-18 08:19
  247k 2014/11/18 C:\cygwin\bin\cyggettextsrc-0-19-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-19-3.dll" v0.0 ts=2014-11-18 08:21
 1000k 2014/11/02 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2014-11-01 23:14
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009-03-23 19:55
 1335k 2014/09/12 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2014-09-12 22:08
  667k 2014/12/09 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2014-12-09 21:16
  245k 2014/12/09 C:\cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2014-12-09 21:06
  973k 2014/09/12 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2014-09-12 22:06
   15k 2014/09/12 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2014-09-12 22:06
  495k 2014/04/05 C:\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=1970-01-01 00:00
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011-07-31 06:14
  972k 2014/11/19 C:\cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-28.dll" v0.0 ts=2014-11-19 08:55
   26k 2014/11/19 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2014-11-19 08:55
   23k 2014/11/19 C:\cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-xssl-0.dll" v0.0 ts=2014-11-19 08:55
   43k 2014/11/19 C:\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-28.dll" v0.0 ts=2014-11-19 08:55
  307k 2014/09/12 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2014-09-12 22:07
   78k 2014/11/02 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2014-11-01 22:04
   19k 2014/06/01 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=1970-01-01 00:00
  121k 2013/08/05 C:\cygwin\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=4.0
                  "cyggraphite2-3.dll" v0.0 ts=2013-08-05 07:41
10646k 2014/12/06 C:\cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2014-12-06 16:05
  267k 2014/09/19 C:\cygwin\bin\cyggssapi_krb5-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi_krb5-2.dll" v0.0 ts=2014-09-19 19:02
    9k 2014/09/12 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2014-09-12 22:06
 4339k 2014/12/02 C:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2014-12-02 10:19
  331k 2014/01/09 C:\cygwin\bin\cygharfbuzz-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-0.dll" v0.0 ts=2014-01-09 07:36
   10k 2014/01/09 C:\cygwin\bin\cygharfbuzz-icu-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2014-01-09 07:36
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009-06-23 13:20
   25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012-05-04 22:07
  156k 2013/05/14 C:\cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyghogweed-2.dll" v0.0 ts=2013-05-14 07:27
   80k 2014/08/10 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=1970-01-01 00:00
  985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011-10-16 18:01
    0k 2014/01/29 C:\cygwin\bin\cygicudata.dll (symlink to cygicudata48.dll)
17852k 2011/07/26 C:\cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011-07-26 12:36
    0k 2014/01/29 C:\cygwin\bin\cygicui18n.dll (symlink to cygicui18n48.dll)
 1809k 2011/07/26 C:\cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011-07-26 11:53
    0k 2014/01/29 C:\cygwin\bin\cygicuio.dll (symlink to cygicuio48.dll)
   35k 2011/07/26 C:\cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011-07-26 11:56
    0k 2014/01/29 C:\cygwin\bin\cygicule.dll (symlink to cygicule48.dll)
  233k 2011/07/26 C:\cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011-07-26 11:53
    0k 2014/01/29 C:\cygwin\bin\cygiculx.dll (symlink to cygiculx48.dll)
   42k 2011/07/26 C:\cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011-07-26 11:54
    0k 2014/01/29 C:\cygwin\bin\cygicutest.dll (symlink to cygicutest48.dll)
   51k 2011/07/26 C:\cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011-07-26 11:54
    0k 2014/01/29 C:\cygwin\bin\cygicuuc.dll (symlink to cygicuuc48.dll)
 1238k 2011/07/26 C:\cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011-07-26 11:50
  198k 2014/12/06 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2014-12-06 12:56
   40k 2014/11/18 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2014-11-18 08:18
  310k 2013/09/09 C:\cygwin\bin\cygiodbc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 15:53
   67k 2013/09/09 C:\cygwin\bin\cygiodbcinst-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 15:53
  989k 2013/05/09 C:\cygwin\bin\cygisl-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygisl-10.dll" v0.0 ts=2013-05-09 08:14
  274k 2014/12/08 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2014-12-08 10:31
   47k 2014/06/17 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   20k 2014/06/17 C:\cygwin\bin\cygjbig85-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  280k 2014/05/27 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=1970-01-01 00:00
  191k 2014/09/19 C:\cygwin\bin\cygk5crypto-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygk5crypto-3.dll" v0.0 ts=2014-09-19 19:01
   90k 2014/06/17 C:\cygwin\bin\cygkpathsea-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-6.dll" v0.0 ts=1970-01-01 00:00
  717k 2014/09/19 C:\cygwin\bin\cygkrb5-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-3.dll" v0.0 ts=2014-09-19 19:02
   39k 2014/09/19 C:\cygwin\bin\cygkrb5support-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5support-0.dll" v0.0 ts=2014-09-19 19:01
   48k 2014/11/13 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2014-11-11 17:01
  171k 2013/02/01 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2013-02-01 07:24
  307k 2014/11/11 C:\cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2014-11-11 15:45
  264k 2014/11/13 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2014-11-11 17:01
  280k 2014/11/13 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2014-11-11 17:02
17792k 2014/10/29 C:\cygwin\bin\cygLLVM-3.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.4.dll" v0.0 ts=2014-10-29 13:55
    5k 2014/11/13 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2014-11-13 14:45
    6k 2014/11/13 C:\cygwin\bin\cyglsa64.dll (not x86 dll)
   36k 2014/06/22 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=1970-01-01 00:00
  143k 2014/05/30 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=1970-01-01 00:00
  127k 2014/11/17 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2014-11-17 09:18
  117k 2014/10/29 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2014-10-29 20:45
 2267k 2012/04/28 C:\cygwin\bin\cygMagick++-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-5.dll" v0.0 ts=2012-04-28 21:38
  374k 2014/12/21 C:\cygwin\bin\cygMagick++-6.Q16-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-6.Q16-5.dll" v0.0 ts=2014-12-21 14:58
11984k 2012/04/28 C:\cygwin\bin\cygMagickCore-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-5.dll" v0.0 ts=2012-04-28 21:35
 4525k 2014/12/21 C:\cygwin\bin\cygMagickCore-6.Q16-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-6.Q16-2.dll" v0.0 ts=2014-12-21 14:55
 2452k 2012/04/28 C:\cygwin\bin\cygMagickWand-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-5.dll" v0.0 ts=2012-04-28 21:36
 1150k 2014/12/21 C:\cygwin\bin\cygMagickWand-6.Q16-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-6.Q16-2.dll" v0.0 ts=2014-12-21 14:56
  162k 2014/08/12 C:\cygwin\bin\cygman-2-6-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-6-7.dll" v0.0 ts=1970-01-01 00:00
  133k 2014/01/21 C:\cygwin\bin\cygmcpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygmcpp-0.dll" v0.0 ts=2014-01-21 19:06
   30k 2014/12/14 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2014-12-14 22:47
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009-11-20 19:13
   30k 2014/12/14 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2014-12-14 22:58
   35k 2012/11/22 C:\cygwin\bin\cygmetalink-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmetalink-3.dll" v0.0 ts=2012-11-22 04:34
  355k 2013/09/03 C:\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2013-09-03 11:29
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011-07-31 06:12
   93k 2014/04/05 C:\cygwin\bin\cygmpc-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-3.dll" v0.0 ts=1970-01-01 00:00
  344k 2013/04/11 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2013-04-11 19:07
 2820k 2014/11/07 C:\cygwin\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=4.0
                  "cygmysqlclient-18.dll" v0.0 ts=2014-11-07 05:00
  485k 2014/12/30 C:\cygwin\bin\cygnativeGLthunk.dll - os=4.0 img=1.0 sys=4.0
                  "cygnativeGLthunk.dll" v0.0 ts=2014-12-30 18:08
   56k 2014/12/14 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2014-12-14 22:53
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009-11-20 19:25
   56k 2014/12/14 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2014-12-14 23:02
  249k 2014/12/14 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2014-12-14 22:46
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009-11-20 19:10
  318k 2014/12/14 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2014-12-14 22:57
  141k 2014/11/11 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2014-11-11 16:42
  190k 2013/06/05 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm-10.dll" v0.0 ts=2013-06-05 17:56
  175k 2013/05/14 C:\cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnettle-4.dll" v0.0 ts=2013-05-14 07:27
   51k 2009/10/27 C:\cygwin\bin\cygogrove-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygogrove-1.dll" v0.0 ts=2009-10-27 05:24
  129k 2014/12/12 C:\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2014-12-12 02:42
   29k 2014/12/09 C:\cygwin\bin\cygOpenVG-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygOpenVG-1.dll" v0.0 ts=2014-12-09 21:07
 1559k 2009/10/27 C:\cygwin\bin\cygosp-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygosp-5.dll" v0.0 ts=2009-10-26 21:12
  303k 2009/10/27 C:\cygwin\bin\cygospgrove-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygospgrove-1.dll" v0.0 ts=2009-10-27 05:25
 1757k 2009/10/27 C:\cygwin\bin\cygostyle-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygostyle-1.dll" v0.0 ts=2009-10-27 05:25
  221k 2014/10/19 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2014-10-19 15:00
   15k 2014/12/14 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2014-12-14 22:47
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009-11-20 19:12
   15k 2014/12/14 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2014-12-14 22:57
  272k 2014/03/21 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2014-03-21 22:17
   42k 2014/03/21 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2014-03-21 22:17
   72k 2014/03/21 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2014-03-21 22:17
   27k 2014/03/21 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2014-03-21 22:17
   11k 2013/07/23 C:\cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 21:23
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012-02-10 10:24
  276k 2014/12/09 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2014-12-09 00:15
 1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012-07-12 20:17
   40k 2014/05/12 C:\cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=1970-01-01 00:00
  650k 2014/11/16 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2014-11-16 23:18
  983k 2014/02/02 C:\cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplotter-2.dll" v0.0 ts=2014-02-02 13:04
  127k 2012/08/22 C:\cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2012-08-22 05:29
  160k 2014/05/26 C:\cygwin\bin\cygpng15-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng15-15.dll" v0.0 ts=1970-01-01 00:00
 1881k 2014/02/23 C:\cygwin\bin\cygpoppler-44.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-44.dll" v0.0 ts=2014-02-23 21:02
   41k 2013/10/21 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2013-10-21 21:52
  153k 2014/12/21 C:\cygwin\bin\cygpq-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq-5.dll" v0.0 ts=2014-12-21 08:39
  131k 2013/01/16 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2013-01-16 23:00
  354k 2014/12/10 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2014-12-10 10:56
   38k 2014/06/17 C:\cygwin\bin\cygptexenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygptexenc-1.dll" v0.0 ts=1970-01-01 00:00
  486k 2014/11/02 C:\cygwin\bin\cygquadmath-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquadmath-0.dll" v0.0 ts=2014-11-01 22:48
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009-06-23 13:20
  162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2012-05-04 22:07
  211k 2014/03/13 C:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2014-03-13 02:43
 2117k 2014/11/13 C:\cygwin\bin\cygruby200.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby200.dll" v2.0 ts=2014-11-13 22:37
  102k 2014/11/24 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2014-11-24 18:35
   92k 2014/12/20 C:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2014-12-20 16:56
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 08:33
   28k 2014/01/14 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2014-01-14 23:54
   97k 2014/12/02 C:\cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2014-12-02 03:19
  767k 2015/01/21 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2015-01-21 10:28
  150k 2014/11/09 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2014-11-09 23:39
  337k 2015/01/08 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2015-01-08 19:55
  384k 2015/01/08 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2015-01-08 20:25
   13k 2014/11/02 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2014-11-01 22:43
  942k 2014/11/02 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2014-11-01 22:02
  376k 2014/12/20 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2014-12-20 16:59
   68k 2014/12/20 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2014-12-20 16:57
   80k 2014/12/20 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2014-12-20 16:57
   34k 2014/12/20 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2014-12-20 16:58
  168k 2014/12/20 C:\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2014-12-20 16:57
  198k 2014/12/20 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2014-12-20 16:57
   11k 2014/12/20 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2014-12-20 16:57
   49k 2014/12/20 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2014-12-20 16:58
   32k 2014/12/20 C:\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2014-12-20 16:58
  168k 2014/12/20 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2014-12-20 16:57
  103k 2014/12/20 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2014-12-20 16:57
  192k 2014/12/20 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2014-12-20 16:58
  417k 2014/12/20 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2014-12-20 16:57
   43k 2014/12/20 C:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2014-12-20 17:01
  658k 2014/12/20 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2014-12-20 16:57
   66k 2014/11/11 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2014-11-11 14:11
   34k 2014/11/12 C:\cygwin\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2014-11-12 05:16
   54k 2014/12/14 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2014-12-14 22:46
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009-11-20 19:10
   54k 2014/12/14 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2014-12-14 22:57
  378k 2014/05/15 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=1970-01-01 00:00
  435k 2014/05/30 C:\cygwin\bin\cygtiff-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-6.dll" v0.0 ts=1970-01-01 00:00
   13k 2014/05/15 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=1970-01-01 00:00
   13k 2014/05/30 C:\cygwin\bin\cygtiffxx-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-6.dll" v0.0 ts=1970-01-01 00:00
 1144k 2011/10/07 C:\cygwin\bin\cygunistring-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygunistring-0.dll" v0.0 ts=2011-10-07 17:45
 1280k 2014/09/04 C:\cygwin\bin\cygunistring-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygunistring-2.dll" v0.0 ts=2014-09-04 20:50
   16k 2014/12/02 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2014-12-02 03:19
  288k 2014/03/20 C:\cygwin\bin\cygwebp-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygwebp-5.dll" v0.0 ts=2014-03-21 00:18
   27k 2014/03/20 C:\cygwin\bin\cygwebpmux-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwebpmux-1.dll" v0.0 ts=2014-03-21 00:18
 3040k 2013/12/09 C:\cygwin\bin\cygwin1-prev.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2013-12-09 10:57
   30k 2013/11/15 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2013-11-15 20:13
 1155k 2014/10/21 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2014-10-21 22:14
    8k 2014/10/21 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2014-10-21 22:15
   10k 2013/06/06 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:29
  378k 2014/01/15 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2014-01-15 03:07
  102k 2014/07/17 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=1970-01-01 00:00
   72k 2014/07/17 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=1970-01-01 00:00
   19k 2014/08/10 C:\cygwin\bin\cygxcb-icccm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-icccm-4.dll" v0.0 ts=1970-01-01 00:00
   14k 2012/09/28 C:\cygwin\bin\cygxcb-image-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-image-0.dll" v0.0 ts=2012-09-28 17:59
   31k 2014/07/17 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=1970-01-01 00:00
   12k 2014/07/17 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=1970-01-01 00:00
   14k 2012/09/28 C:\cygwin\bin\cygxcb-util-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-util-1.dll" v0.0 ts=2012-09-28 17:51
   10k 2010/11/01 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010-11-01 01:59
   35k 2013/06/06 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 21:33
    9k 2013/04/08 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 22:37
   17k 2012/03/12 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2012-03-12 10:52
   62k 2014/08/10 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=1970-01-01 00:00
   19k 2013/06/06 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2013-06-06 20:37
  212k 2014/08/10 C:\cygwin\bin\cygXfont-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfont-1.dll" v0.0 ts=1970-01-01 00:00
   77k 2014/08/10 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=1970-01-01 00:00
   58k 2014/08/10 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=1970-01-01 00:00
    9k 2013/06/06 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 21:38
  119k 2012/05/23 C:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2012-05-23 05:41
 1242k 2014/10/19 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2014-10-19 09:00
   88k 2014/01/15 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2014-01-15 02:52
   12k 2014/01/15 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2014-01-15 02:52
   60k 2014/01/15 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2014-01-15 02:25
   35k 2014/01/15 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2014-01-15 00:57
   35k 2013/06/14 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2013-06-14 10:01
  222k 2013/09/04 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2013-09-04 17:49
    9k 2012/05/23 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2012-05-23 05:56
  320k 2014/08/10 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=1970-01-01 00:00
  114k 2014/12/08 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygyaml-0-2.dll" v0.0 ts=2014-12-08 18:29
   83k 2014/11/19 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2014-11-19 22:57
   71k 2014/02/07 C:\cygwin\bin\cygzip-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygzip-2.dll" v0.0 ts=2014-02-07 01:36
   25k 2013/05/30 C:\cygwin\bin\cygzzip-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzip-0-13.dll" v0.0 ts=2013-05-30 03:44
   12k 2013/05/30 C:\cygwin\bin\cygzzipfseeko-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2013-05-30 03:44
   14k 2013/05/30 C:\cygwin\bin\cygzzipmmapped-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2013-05-30 03:44
    8k 2013/05/30 C:\cygwin\bin\cygzzipwrap-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipwrap-0-13.dll" v0.0 ts=2013-05-30 03:44
 3171k 2014/11/13 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=1970-01-01 00:00
    Cygwin DLL version info:
        DLL version: 1.7.33
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 280
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  403k 2013/11/17 C:\cygwin\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygblas-0.dll" v0.0 ts=2013-11-17 10:24
 5296k 2013/11/17 C:\cygwin\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglapack-0.dll" v0.0 ts=2013-11-17 10:24

No Cygwin services found.


Cygwin Package Information
Last downloaded files to: C:\Users\add\Downloads
Last downloaded files from: http://www.mirrorservice.org/sites/sourceware.org/pub/cygwin/

Package                             Version            Status
_autorebase                         000741-1           OK
_update-info-dir                    01322-1            OK
alternatives                        1.3.30c-10         OK
asciidoc                            8.6.3-1            OK
autoconf                            13-1               OK
autoconf2.1                         2.13-12            OK
autoconf2.5                         2.69-2             OK
automake                            9-1                OK
automake1.10                        1.10.3-2           OK
automake1.11                        1.11.6-2           OK
automake1.12                        1.12.6-2           OK
automake1.13                        1.13.4-1           OK
automake1.14                        1.14.1-1           OK
automake1.4                         1.4p6-11           OK
automake1.5                         1.5-11             OK
automake1.6                         1.6.3-12           OK
automake1.7                         1.7.9-11           OK
automake1.8                         1.8.5-11           OK
automake1.9                         1.9.6-11           OK
base-cygwin                         3.5-1              OK
base-files                          4.2-3              OK
bash                                4.1.17-9           OK
Missing file: /etc/bash_completion.d/abook from package bash-completion
Missing file: /etc/bash_completion.d/ant from package bash-completion
Missing file: /etc/bash_completion.d/apache2ctl from package bash-completion
Missing file: /etc/bash_completion.d/apt from package bash-completion
Missing file: /etc/bash_completion.d/apt-build from package bash-completion
Missing file: /etc/bash_completion.d/aptitude from package bash-completion
Missing file: /etc/bash_completion.d/aspell from package bash-completion
Missing file: /etc/bash_completion.d/autoconf from package bash-completion
Missing file: /etc/bash_completion.d/automake from package bash-completion
Missing file: /etc/bash_completion.d/autorpm from package bash-completion
Missing file: /etc/bash_completion.d/bind-utils from package bash-completion
Missing file: /etc/bash_completion.d/bitkeeper from package bash-completion
Missing file: /etc/bash_completion.d/bittorrent from package bash-completion
Missing file: /etc/bash_completion.d/bluez from package bash-completion
Missing file: /etc/bash_completion.d/brctl from package bash-completion
Missing file: /etc/bash_completion.d/cardctl from package bash-completion
Missing file: /etc/bash_completion.d/cfengine from package bash-completion
Missing file: /etc/bash_completion.d/chkconfig from package bash-completion
Missing file: /etc/bash_completion.d/chsh from package bash-completion
Missing file: /etc/bash_completion.d/cksfv from package bash-completion
Missing file: /etc/bash_completion.d/clisp from package bash-completion
Missing file: /etc/bash_completion.d/configure from package bash-completion
Missing file: /etc/bash_completion.d/cowsay from package bash-completion
Missing file: /etc/bash_completion.d/cpan2dist from package bash-completion
Missing file: /etc/bash_completion.d/cpio from package bash-completion
Missing file: /etc/bash_completion.d/crontab from package bash-completion
Missing file: /etc/bash_completion.d/cryptsetup from package bash-completion
Missing file: /etc/bash_completion.d/cups from package bash-completion
Missing file: /etc/bash_completion.d/cvs from package bash-completion
Missing file: /etc/bash_completion.d/cvsps from package bash-completion
Missing file: /etc/bash_completion.d/dd from package bash-completion
Missing file: /etc/bash_completion.d/dhclient from package bash-completion
Missing file: /etc/bash_completion.d/dict from package bash-completion
Missing file: /etc/bash_completion.d/dpkg from package bash-completion
Missing file: /etc/bash_completion.d/dselect from package bash-completion
Missing file: /etc/bash_completion.d/dsniff from package bash-completion
Missing file: /etc/bash_completion.d/dvd+rw-tools from package bash-completion
Missing file: /etc/bash_completion.d/e2fsprogs from package bash-completion
Missing file: /etc/bash_completion.d/freeciv from package bash-completion
Missing file: /etc/bash_completion.d/freerdp from package bash-completion
Missing file: /etc/bash_completion.d/fuse from package bash-completion
Missing file: /etc/bash_completion.d/gcc from package bash-completion
Missing file: /etc/bash_completion.d/gcl from package bash-completion
Missing file: /etc/bash_completion.d/gdb from package bash-completion
Missing file: /etc/bash_completion.d/genisoimage from package bash-completion
Missing file: /etc/bash_completion.d/getent from package bash-completion
Missing file: /etc/bash_completion.d/gkrellm from package bash-completion
Missing file: /etc/bash_completion.d/gnatmake from package bash-completion
Missing file: /etc/bash_completion.d/gpg from package bash-completion
Missing file: /etc/bash_completion.d/gpg2 from package bash-completion
Missing file: /etc/bash_completion.d/heimdal from package bash-completion
Missing file: /etc/bash_completion.d/hping2 from package bash-completion
Missing file: /etc/bash_completion.d/iconv from package bash-completion
Missing file: /etc/bash_completion.d/iftop from package bash-completion
Missing file: /etc/bash_completion.d/ifupdown from package bash-completion
Missing file: /etc/bash_completion.d/imagemagick from package bash-completion
Missing file: /etc/bash_completion.d/ipmitool from package bash-completion
Missing file: /etc/bash_completion.d/iproute2 from package bash-completion
Missing file: /etc/bash_completion.d/ipsec from package bash-completion
Missing file: /etc/bash_completion.d/iptables from package bash-completion
Missing file: /etc/bash_completion.d/ipv6calc from package bash-completion
Missing file: /etc/bash_completion.d/isql from package bash-completion
Missing file: /etc/bash_completion.d/jar from package bash-completion
Missing file: /etc/bash_completion.d/java from package bash-completion
Missing file: /etc/bash_completion.d/k3b from package bash-completion
Missing file: /etc/bash_completion.d/kldload from package bash-completion
Missing file: /etc/bash_completion.d/larch from package bash-completion
Missing file: /etc/bash_completion.d/ldapvi from package bash-completion
Missing file: /etc/bash_completion.d/lftp from package bash-completion
Missing file: /etc/bash_completion.d/lilo from package bash-completion
Missing file: /etc/bash_completion.d/links from package bash-completion
Missing file: /etc/bash_completion.d/lintian from package bash-completion
Missing file: /etc/bash_completion.d/lisp from package bash-completion
Missing file: /etc/bash_completion.d/lrzip from package bash-completion
Missing file: /etc/bash_completion.d/lsof from package bash-completion
Missing file: /etc/bash_completion.d/lvm from package bash-completion
Missing file: /etc/bash_completion.d/lzop from package bash-completion
Missing file: /etc/bash_completion.d/mailman from package bash-completion
Missing file: /etc/bash_completion.d/make from package bash-completion
Missing file: /etc/bash_completion.d/mc from package bash-completion
Missing file: /etc/bash_completion.d/mcrypt from package bash-completion
Missing file: /etc/bash_completion.d/mdadm from package bash-completion
Missing file: /etc/bash_completion.d/medusa from package bash-completion
Missing file: /etc/bash_completion.d/minicom from package bash-completion
Missing file: /etc/bash_completion.d/mkinitrd from package bash-completion
Missing file: /etc/bash_completion.d/module-init-tools from package bash-completion
Missing file: /etc/bash_completion.d/monodevelop from package bash-completion
Missing file: /etc/bash_completion.d/mount from package bash-completion
Missing file: /etc/bash_completion.d/mplayer from package bash-completion
Missing file: /etc/bash_completion.d/msynctool from package bash-completion
Missing file: /etc/bash_completion.d/mtx from package bash-completion
Missing file: /etc/bash_completion.d/munin-node from package bash-completion
Missing file: /etc/bash_completion.d/mutt from package bash-completion
Missing file: /etc/bash_completion.d/mysqladmin from package bash-completion
Missing file: /etc/bash_completion.d/ncftp from package bash-completion
Missing file: /etc/bash_completion.d/net-tools from package bash-completion
Missing file: /etc/bash_completion.d/nmap from package bash-completion
Missing file: /etc/bash_completion.d/ntpdate from package bash-completion
Missing file: /etc/bash_completion.d/open-iscsi from package bash-completion
Missing file: /etc/bash_completion.d/openldap from package bash-completion
Missing file: /etc/bash_completion.d/openssl from package bash-completion
Missing file: /etc/bash_completion.d/p4 from package bash-completion
Missing file: /etc/bash_completion.d/pine from package bash-completion
Missing file: /etc/bash_completion.d/pkg-config from package bash-completion
Missing file: /etc/bash_completion.d/pkgtools from package bash-completion
Missing file: /etc/bash_completion.d/pkg_install from package bash-completion
Missing file: /etc/bash_completion.d/pm-utils from package bash-completion
Missing file: /etc/bash_completion.d/portupgrade from package bash-completion
Missing file: /etc/bash_completion.d/postfix from package bash-completion
Missing file: /etc/bash_completion.d/postgresql from package bash-completion
Missing file: /etc/bash_completion.d/povray from package bash-completion
Missing file: /etc/bash_completion.d/procps from package bash-completion
Missing file: /etc/bash_completion.d/qdbus from package bash-completion
Missing file: /etc/bash_completion.d/qemu from package bash-completion
Missing file: /etc/bash_completion.d/quota-tools from package bash-completion
Missing file: /etc/bash_completion.d/rcs from package bash-completion
Missing file: /etc/bash_completion.d/rdesktop from package bash-completion
Missing file: /etc/bash_completion.d/reportbug from package bash-completion
Missing file: /etc/bash_completion.d/resolvconf from package bash-completion
Missing file: /etc/bash_completion.d/rfkill from package bash-completion
Missing file: /etc/bash_completion.d/ri from package bash-completion
Missing file: /etc/bash_completion.d/rpcdebug from package bash-completion
Missing file: /etc/bash_completion.d/rpm from package bash-completion
Missing file: /etc/bash_completion.d/rpmcheck from package bash-completion
Missing file: /etc/bash_completion.d/rrdtool from package bash-completion
Missing file: /etc/bash_completion.d/rsync from package bash-completion
Missing file: /etc/bash_completion.d/rtcwake from package bash-completion
Missing file: /etc/bash_completion.d/samba from package bash-completion
Missing file: /etc/bash_completion.d/sbcl from package bash-completion
Missing file: /etc/bash_completion.d/screen from package bash-completion
Missing file: /etc/bash_completion.d/service from package bash-completion
Missing file: /etc/bash_completion.d/shadow from package bash-completion
Missing file: /etc/bash_completion.d/sitecopy from package bash-completion
Missing file: /etc/bash_completion.d/smartctl from package bash-completion
Missing file: /etc/bash_completion.d/snownews from package bash-completion
Missing file: /etc/bash_completion.d/sqlite3 from package bash-completion
Missing file: /etc/bash_completion.d/sshfs from package bash-completion
Missing file: /etc/bash_completion.d/strace from package bash-completion
Missing file: /etc/bash_completion.d/svk from package bash-completion
Missing file: /etc/bash_completion.d/sysbench from package bash-completion
Missing file: /etc/bash_completion.d/sysctl from package bash-completion
Missing file: /etc/bash_completion.d/sysv-rc from package bash-completion
Missing file: /etc/bash_completion.d/tcpdump from package bash-completion
Missing file: /etc/bash_completion.d/unace from package bash-completion
Missing file: /etc/bash_completion.d/unrar from package bash-completion
Missing file: /etc/bash_completion.d/update-alternatives from package bash-completion
Missing file: /etc/bash_completion.d/vncviewer from package bash-completion
Missing file: /etc/bash_completion.d/vpnc from package bash-completion
Missing file: /etc/bash_completion.d/wireless-tools from package bash-completion
Missing file: /etc/bash_completion.d/wodim from package bash-completion
Missing file: /etc/bash_completion.d/wol from package bash-completion
Missing file: /etc/bash_completion.d/wtf from package bash-completion
Missing file: /etc/bash_completion.d/wvdial from package bash-completion
Missing file: /etc/bash_completion.d/xhost from package bash-completion
Missing file: /etc/bash_completion.d/xm from package bash-completion
Missing file: /etc/bash_completion.d/xmllint from package bash-completion
Missing file: /etc/bash_completion.d/xmlwf from package bash-completion
Missing file: /etc/bash_completion.d/xmms from package bash-completion
Missing file: /etc/bash_completion.d/xmodmap from package bash-completion
Missing file: /etc/bash_completion.d/xrandr from package bash-completion
Missing file: /etc/bash_completion.d/xrdb from package bash-completion
Missing file: /etc/bash_completion.d/xsltproc from package bash-completion
Missing file: /etc/bash_completion.d/yp-tools from package bash-completion
Missing file: /etc/bash_completion.d/yum-arch from package bash-completion
bash-completion                     1.3-1              Incomplete
bc                                  1.06.95-2          OK
binutils                            2.25-1             OK
build-docbook-catalog               1.5-2              OK
bzip2                               1.0.6-2            OK
ca-certificates                     2.2-1              OK
compface                            1.5.2-12           OK
coreutils                           8.23-4             OK
cpio                                2.11-3             OK
crypt                               1.2-1              OK
cscope                              15.8.0.1-1         OK
csih                                0.9.8-4            OK
ctags                               5.8-1              OK
curl                                7.39.0-1           OK
cvs                                 1.12.13-10         OK
cvsps                               2.2b1-1            OK
cygcheck-dep                        2.0-1              OK
cygport                             0.17.1-1           OK
cygrunsrv                           1.61-1             OK
cygutils                            1.4.14-1           OK
cygwin                              1.7.33-1           OK
cygwin-devel                        1.7.33-1           OK
dash                                0.5.8-3            OK
dblatex                             0.3.4-1            OK
dbus                                1.8.12-1           OK
dbus-x11                            1.8.12-1           OK
dialog                              1.2-20140112-1     OK
diffstat                            1.59-1             OK
diffutils                           3.3-2              OK
docbook-xml45                       4.5-1              OK
docbook-xsl                         1.77.1-1           OK
docbook2X                           0.8.8-1            OK
dos2unix                            7.1-1              OK
dri-drivers                         10.3.5-1           OK
ed                                  1.10-1             OK
editrights                          1.03-1             OK
fbpanel                             6.1-5              OK
file                                5.20-1             OK
findutils                           4.5.12-1           OK
font-adobe-dpi75                    1.0.2-1            OK
font-alias                          1.0.3-1            OK
font-encodings                      1.0.4-1            OK
font-misc-misc                      1.1.1-1            OK
fontconfig                          2.11.1-1           OK
gamin                               0.1.10-15          OK
gawk                                4.1.1-1            OK
gcc-core                            4.9.2-1            OK
gcc-g++                             4.9.2-1            OK
getent                              2.18.90-4          OK
gettext                             0.19.3-1           OK
gettext-devel                       0.19.3-1           OK
ghostscript                         9.15-1             OK
ghostscript-fonts-other             6.0-1              OK
ghostscript-fonts-std               8.11-1             OK
git                                 2.1.4-1            OK
git-completion                      2.1.4-1            OK
git-svn                             2.1.4-1            OK
gnome-icon-theme                    3.10.0-1           OK
grep                                2.21-1             OK
groff                               1.22.2-2           OK
gsettings-desktop-schemas           3.10.1-1           OK
gtk-update-icon-cache               3.10.9-1           OK
gzip                                1.6-1              OK
hicolor-icon-theme                  0.12-1             OK
hostname                            3.13-1             OK
ImageMagick                         6.9.0.0-1          OK
info                                5.2-3              OK
ipc-utils                           1.0-1              OK
less                                444-1              OK
libapr1                             1.4.8-1            OK
libaprutil1                         1.5.4-1            OK
libargp                             20110921-2         OK
libatk1.0_0                         2.10.0-1           OK
libatomic1                          4.9.2-1            OK
libattr1                            2.4.46-1           OK
libautotrace3                       0.31.1-13          OK
libblkid1                           2.25.2-1           OK
libbz2_1                            1.0.6-2            OK
libcairo2                           1.12.18-1          OK
libcharset1                         1.14-2             OK
libcloog-isl4                       0.18.0-2           OK
libcom_err2                         1.42.10-1          OK
libcompface0                        1.5.2-12           OK
libcroco0.6_3                       0.6.8-1            OK
libcurl-devel                       7.39.0-1           OK
libcurl4                            7.39.0-1           OK
libdatrie1                          0.2.8-1            OK
libdb4.8                            4.8.30-1           OK
libdbus1_3                          1.8.12-1           OK
libdialog11                         1.2-20140112-1     OK
libedit0                            20130712-1         OK
libEGL1                             10.3.5-1           OK
libEMF1                             1.0.7-2            OK
libexpat-devel                      2.1.0-3            OK
libexpat1                           2.1.0-3            OK
libfam0                             0.1.10-15          OK
libffi6                             3.0.13-1           OK
libfftw3_3                          3.3.4-1            OK
libfontconfig1                      2.11.1-1           OK
libfontenc1                         1.1.2-1            OK
libfpx1                             1.3.1.4-1          OK
libfreetype6                        2.5.4-1            OK
libgc1                              7.2d-1             OK
libgcc1                             4.9.2-1            OK
libgcrypt11                         1.5.3-1            OK
libgd2                              2.0.36RC1-14       OK
libgdbm4                            1.8.3-20           OK
libgdk_pixbuf2.0_0                  2.30.4-1           OK
libgfortran3                        4.9.2-1            OK
libgif4                             4.1.6-10           OK
libGL1                              10.3.5-1           OK
libglapi0                           10.3.5-1           OK
libglib2.0_0                        2.38.2-4           OK
libgmp10                            6.0.0a-1           OK
libgmp3                             4.3.2-1            OK
libgnutls28                         3.2.20-1           OK
libgomp1                            4.9.2-1            OK
libgpg-error0                       1.12-1             OK
libgraphite2_3                      1.2.3-1            OK
libgs9                              9.15-1             OK
libgssapi_krb5_2                    1.12.2-1           OK
libgtk2.0_0                         2.24.25-1          OK
libharfbuzz0                        0.9.25-1           OK
libhogweed2                         2.7-1              OK
libICE6                             1.0.9-1            OK
libiconv                            1.14-2             OK
libiconv2                           1.14-2             OK
libicu48                            4.8.1-1            OK
libidn11                            1.29-1             OK
libintl-devel                       0.19.3-1           OK
libintl8                            0.19.3-1           OK
libiodbc2                           3.52.8-2           OK
libisl10                            0.11.1-2           OK
libjasper1                          1.900.1-14         OK
libjbig2                            2.0-14             OK
libjpeg8                            1.3.1-1            OK
libk5crypto3                        1.12.2-1           OK
libkpathsea6                        20140523-1         OK
libkrb5_3                           1.12.2-1           OK
libkrb5support0                     1.12.2-1           OK
liblapack0                          3.5.0-2            OK
liblcms1                            1.19-3             OK
liblcms2_2                          2.6-1              OK
libllvm3.4                          3.4.2-4            OK
libltdl7                            2.4.2-5            OK
liblzma5                            5.0.5-1            OK
liblzo2_2                           2.08-1             OK
libMagickCore5                      6.7.6.3-3          OK
libMagickCore6                      6.9.0.0-1          OK
libmcpp0                            2.7.2-2            OK
libmetalink3                        0.1.2-1            OK
libming1                            0.4.5-1            OK
libmpc3                             1.0.2-1            OK
libmpfr4                            3.1.2-1            OK
libmysqlclient18                    5.5.40-1           OK
libncurses10                        5.9-20141213-1     OK
libncurses9                         5.7-16             OK
libncursesw10                       5.9-20141213-1     OK
libneon27                           0.30.1-1           OK
libnetpbm10                         10.61.02-1         OK
libnettle4                          2.7-1              OK
libopenjpeg1                        1.5.2-1            OK
libopenldap2_4_2                    2.4.40-1           OK
libopenssl098                       0.9.8zd-1          OK
libopenssl100                       1.0.1k-1           OK
libOpenVG1                          10.3.5-1           OK
libosp5                             1.5.2-2            OK
libostyle1                          1.4devel1-2        OK
libp11-kit0                         0.20.7-1           OK
libpango1.0_0                       1.36.3-1           OK
libpaper-common                     1.1.24-2           OK
libpaper1                           1.1.24-2           OK
libpcre0                            8.21-2             OK
libpcre1                            8.36-1             OK
libpipeline1                        1.3.0-3            OK
libpixman1_0                        0.32.6-1           OK
libplotter2                         2.6-3              OK
libpng14                            1.4.12-3           OK
libpng15                            1.5.18-1           OK
libpoppler44                        0.24.5-1           OK
Empty package libpopt0
libpopt0                            1.16-1             OK
libpq5                              9.4.0-1            OK
libproxy1                           0.4.11-2           OK
libpstoedit0                        3.62-2             OK
libptexenc1                         20140523-1         OK
libquadmath0                        4.9.2-1            OK
libreadline6                        5.2.14-12          OK
libreadline7                        6.1.2-3            OK
librsvg2_2                          2.40.1-1           OK
libsasl2_3                          2.1.26-9           OK
libserf1_0                          1.3.8-1            OK
libsigsegv2                         2.10-1             OK
libSM6                              1.2.2-1            OK
libsmartcols1                       2.25.2-1           OK
libsqlite3_0                        3.8.8.1-1          OK
libssh2_1                           1.4.3-1            OK
libssp0                             4.9.2-1            OK
libstdc++6                          4.9.2-1            OK
libtasn1_6                          4.2-1              OK
libthai0                            0.1.21-1           OK
libtiff5                            3.9.7-4            OK
libtiff6                            4.0.3-2            OK
libtool                             2.4.2-5            OK
libunistring0                       0.9.3-2            OK
libunistring2                       0.9.4-1            OK
libuuid-devel                       2.25.2-1           OK
libuuid1                            2.25.2-1           OK
libwebp5                            0.4.0-1            OK
libwebpmux1                         0.4.0-1            OK
libwrap0                            7.6-22             OK
libX11-xcb1                         1.6.2-2            OK
libX11_6                            1.6.2-2            OK
libXau6                             1.0.8-1            OK
libXaw7                             1.0.12-1           OK
libxcb-glx0                         1.10-1             OK
libxcb-icccm4                       0.4.1-1            OK
libxcb-image0                       0.3.9-1            OK
libxcb-render0                      1.10-1             OK
libxcb-shm0                         1.10-1             OK
libxcb-util1                        0.3.9-1            OK
libxcb1                             1.10-1             OK
libXcomposite1                      0.4.3-1            OK
libXcursor1                         1.1.14-1           OK
libXdamage1                         1.1.4-1            OK
libXdmcp6                           1.1.1-1            OK
libXext6                            1.3.3-1            OK
libXfixes3                          5.0.1-1            OK
libXfont1                           1.5.0-1            OK
libXft2                             2.3.2-1            OK
libXi6                              1.7.4-1            OK
libXinerama1                        1.1.3-1            OK
libxkbfile1                         1.0.8-1            OK
libxml2                             2.9.2-1            OK
libXmu6                             1.1.2-1            OK
libXmuu1                            1.1.2-1            OK
libXpm4                             3.5.11-1           OK
libXrandr2                          1.4.2-1            OK
libXrender1                         0.9.8-1            OK
libxslt                             1.1.28-1           OK
libXss1                             1.2.2-1            OK
libXt6                              1.1.4-2            OK
libyaml0_2                          0.1.6-2            OK
libzip2                             0.11.2-1           OK
libzzip0.13                         0.13.62-1          OK
lndir                               1.0.3-1            OK
login                               1.11-1             OK
luit                                20130217-1         OK
lynx                                2.8.7-1            OK
m4                                  1.4.17-1           OK
make                                4.0-2              OK
Empty package man
man                                 2.6.7-2            OK
man-db                              2.6.7-2            OK
mcpp                                2.7.2-2            OK
mintty                              1.1.3-1            OK
mkfontdir                           1.0.7-1            OK
mkfontscale                         1.1.1-1            OK
ncurses                             5.9-20141213-1     OK
netpbm                              10.61.02-1         OK
openjade                            1.4devel1-2        OK
OpenSP                              1.5.2-2            OK
openssh                             6.7p1-2            OK
openssl                             1.0.1k-1           OK
openssl-devel                       1.0.1k-1           OK
p11-kit                             0.20.7-1           OK
p11-kit-trust                       0.20.7-1           OK
p7zip                               9.20.1-1           OK
patch                               2.7.1-1            OK
perl                                5.14.2-3           OK
perl-Clone                          0.34-1             OK
perl-DBD-SQLite                     1.37-4             OK
perl-DBI                            1.623-2            OK
perl-Error                          0.17016-1          OK
perl_vendor                         5.14.2-3           OK
poppler-data                        0.4.6-1            OK
popt                                1.16-1             OK
procps                              3.2.8-4            OK
pv                                  1.4.12-1           OK
python                              2.7.8-1            OK
python-chardet                      2.0.1-2            OK
python-imaging                      2.6.1-1            OK
python-numpy                        1.7.2-1            OK
python-pygments                     1.5-2              OK
python-pyrex                        0.9.9-3            OK
python-setuptools                   0.6.34-1           OK
python-tkinter                      2.7.8-1            OK
python3                             3.2.5-4            OK
python3-setuptools                  0.6.34-1           OK
rebase                              4.4.1-1            OK
rsync                               3.0.9-1            OK
ruby                                2.0.0-p598-1       OK
ruby-io-console                     0.4.2-1            OK
ruby-json                           1.8.1-1            OK
ruby-minitest4                      4.7.5-1            OK
ruby-psych                          2.0.6-1            OK
ruby-rake                           10.3.2-1           OK
ruby-rdoc                           4.1.2-1            OK
rubygems                            2.4.1-1            OK
run                                 1.3.3-1            OK
sed                                 4.2.2-3            OK
setxkbmap                           1.3.0-1            OK
sgml-common                         0.6.3-3            OK
shared-mime-info                    1.3-3              OK
subversion                          1.8.11-1           OK
subversion-perl                     1.8.11-1           OK
tar                                 1.27.1-1           OK
tcl                                 8.5.11-1           OK
tcl-tix                             8.4.3-2            OK
tcl-tk                              8.5.11-1           OK
terminfo                            5.9-20141213-1     OK
texinfo                             5.2-3              OK
texlive                             20140523-1         OK
texlive-collection-basic            20140523-1         OK
texlive-collection-bibtexextra      20140523-1         OK
texlive-collection-binextra         20140523-1         OK
texlive-collection-fontsrecommended 20140523-1         OK
texlive-collection-latex            20140523-1         OK
texlive-collection-latexextra       20140523-1         OK
texlive-collection-latexrecommended 20140523-1         OK
texlive-collection-mathextra        20140523-1         OK
texlive-collection-pictures         20140523-1         OK
transfig                            3.2.5e-1           OK
tzcode                              2014j-1            OK
unzip                               6.0-11             OK
util-linux                          2.25.2-1           OK
vim                                 7.4.560-1          OK
vim-common                          7.4.560-1          OK
vim-minimal                         7.4.560-1          OK
w32api-headers                      3.3.0-2            OK
w32api-runtime                      3.3.0-1            OK
w3m                                 0.5.3-2            OK
wget                                1.16.1-1           OK
which                               2.20-2             OK
windows-default-manifest            6.4-1              OK
X-start-menu-icons                  1.0.4-1            OK
xauth                               1.0.9-1            OK
xcursor-themes                      1.0.4-1            OK
xdg-user-dirs                       0.15-1             OK
xf86-video-dummy                    0.3.7-2            OK
xf86-video-nested                   0.1.0-5            OK
xinit                               1.3.4-1            OK
xkbcomp                             1.2.4-1            OK
xkeyboard-config                    2.12-1             OK
xmlto                               0.0.26-1           OK
xmodmap                             1.0.8-1            OK
xorg-server                         1.16.3-1           OK
xorg-server-common                  1.16.3-1           OK
xrdb                                1.1.0-1            OK
xterm                               313-1              OK
xxd                                 7.4.560-1          OK
xz                                  5.0.5-1            OK
zlib-devel                          1.2.8-3            OK
zlib0                               1.2.8-3            OK
Use -h to see help about each section


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

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

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-12 15:07 Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour Adam Dinwoodie
@ 2015-02-12 17:46 ` Corinna Vinschen
  2015-02-12 18:00   ` Adam Dinwoodie
  2015-02-12 22:50   ` Andrey Repin
  0 siblings, 2 replies; 13+ messages in thread
From: Corinna Vinschen @ 2015-02-12 17:46 UTC (permalink / raw)
  To: cygwin

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

On Feb 12 13:45, Adam Dinwoodie wrote:
> I've spotted some slightly odd behaviour when writing things from
> multiple processes to /dev/clipboard.
> 
> Easiest to show this with an example:
> 
>     for n in {1..10}; do echo $n; done >/dev/clipboard; cat /dev/clipboard
> 
> I expect this to print out the numbers 1–10 to the terminal.  Sometimes
> it does, but sometimes it misses out some of the numbers at the end;
> printing the digits 1–8, say, but no more.  Generally it gets to around
> 7–9, but I've seen it managing to only get up to 3 on one occasion.

I can't reproduce this.  First I tried this manually a couple of times,
but then I created a loop:

  for i in {1..1000}
  do
    echo > /dev/clipboard
    for n in {1..10}; do echo $n; done > /dev/clipboard
    grep -q 10 /dev/clipboard || cat /dev/clipboard
  done

and it didn't fail once.  I'm not sure what to do if I don't have a
reproducible testcase...


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-12 17:46 ` Corinna Vinschen
@ 2015-02-12 18:00   ` Adam Dinwoodie
  2015-02-12 22:50   ` Andrey Repin
  1 sibling, 0 replies; 13+ messages in thread
From: Adam Dinwoodie @ 2015-02-12 18:00 UTC (permalink / raw)
  To: cygwin

On Thu, Feb 12, 2015 at 06:03:42PM +0100, Corinna Vinschen wrote:
> On Feb 12 13:45, Adam Dinwoodie wrote:
> > I've spotted some slightly odd behaviour when writing things from
> > multiple processes to /dev/clipboard.
> > 
> > Easiest to show this with an example:
> > 
> >     for n in {1..10}; do echo $n; done >/dev/clipboard; cat /dev/clipboard
> > 
> > I expect this to print out the numbers 1–10 to the terminal.  Sometimes
> > it does, but sometimes it misses out some of the numbers at the end;
> > printing the digits 1–8, say, but no more.  Generally it gets to around
> > 7–9, but I've seen it managing to only get up to 3 on one occasion.
> 
> I can't reproduce this.  First I tried this manually a couple of times,
> but then I created a loop:
> 
>   for i in {1..1000}
>   do
>     echo > /dev/clipboard
>     for n in {1..10}; do echo $n; done > /dev/clipboard
>     grep -q 10 /dev/clipboard || cat /dev/clipboard
>   done
> 
> and it didn't fail once.  I'm not sure what to do if I don't have a
> reproducible testcase...

Huh, I had expected this to be trivially reproducible.  I just ran a
slight variation of your loop with a counter, and didn't get the full
list in 668 of the 1000 iterations, so it's definitely reproducible
here.

I'll do a little more digging locally and see if I can't isolate the
problem further.

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-12 17:46 ` Corinna Vinschen
  2015-02-12 18:00   ` Adam Dinwoodie
@ 2015-02-12 22:50   ` Andrey Repin
  2015-02-13 10:20     ` Corinna Vinschen
  1 sibling, 1 reply; 13+ messages in thread
From: Andrey Repin @ 2015-02-12 22:50 UTC (permalink / raw)
  To: Corinna Vinschen, cygwin

Greetings, Corinna Vinschen!

> On Feb 12 13:45, Adam Dinwoodie wrote:
>> I've spotted some slightly odd behaviour when writing things from
>> multiple processes to /dev/clipboard.
>> 
>> Easiest to show this with an example:
>> 
>>     for n in {1..10}; do echo $n; done >/dev/clipboard; cat /dev/clipboard
>> 
>> I expect this to print out the numbers 1–10 to the terminal.  Sometimes
>> it does, but sometimes it misses out some of the numbers at the end;
>> printing the digits 1–8, say, but no more.  Generally it gets to around
>> 7–9, but I've seen it managing to only get up to 3 on one occasion.

> I can't reproduce this.  First I tried this manually a couple of times,
> but then I created a loop:

>   for i in {1..1000}
>   do
>     echo > /dev/clipboard
>     for n in {1..10}; do echo $n; done > /dev/clipboard
>     grep -q 10 /dev/clipboard || cat /dev/clipboard
>   done

> and it didn't fail once.  I'm not sure what to do if I don't have a
> reproducible testcase...

Failed ~20 times for me. And the more, the more I run the test.
What is more curious, is if I modify your test to only print "1",

while true; do
  echo > /dev/clipboard
  for n in {1..10}; do echo $n; done > /dev/clipboard
  grep -q 10 /dev/clipboard || grep 1 /dev/clipboard
done

it sporadically print 10 !
And my mail client actively flashing "paste" buttons, when the script is
working in background. May be that's it.

This is more visible:
$ while true; do { i=$(( $i+1 )); echo > /dev/clipboard; for n in {1..10}; do echo $n; done > /dev/clipboard; grep -q 10 /dev/clipboard || { grep 10 /dev/clipboard && echo $i;};}; done;
10
3512
10
6543
10
9468
10
9936
10
12298


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 12.02.2015, <23:56>

Sorry for my terrible english...

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-12 22:50   ` Andrey Repin
@ 2015-02-13 10:20     ` Corinna Vinschen
  2015-02-13 10:59       ` Andrey Repin
  0 siblings, 1 reply; 13+ messages in thread
From: Corinna Vinschen @ 2015-02-13 10:20 UTC (permalink / raw)
  To: cygwin

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

On Feb 13 00:51, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
> 
> > On Feb 12 13:45, Adam Dinwoodie wrote:
> >> I've spotted some slightly odd behaviour when writing things from
> >> multiple processes to /dev/clipboard.
> >> 
> >> Easiest to show this with an example:
> >> 
> >>     for n in {1..10}; do echo $n; done >/dev/clipboard; cat /dev/clipboard
> >> 
> >> I expect this to print out the numbers 1–10 to the terminal.  Sometimes
> >> it does, but sometimes it misses out some of the numbers at the end;
> >> printing the digits 1–8, say, but no more.  Generally it gets to around
> >> 7–9, but I've seen it managing to only get up to 3 on one occasion.
> 
> > I can't reproduce this.  First I tried this manually a couple of times,
> > but then I created a loop:
> 
> >   for i in {1..1000}
> >   do
> >     echo > /dev/clipboard
> >     for n in {1..10}; do echo $n; done > /dev/clipboard
> >     grep -q 10 /dev/clipboard || cat /dev/clipboard
> >   done
> 
> > and it didn't fail once.  I'm not sure what to do if I don't have a
> > reproducible testcase...
> 
> Failed ~20 times for me. And the more, the more I run the test.
> What is more curious, is if I modify your test to only print "1",
> 
> while true; do
>   echo > /dev/clipboard
>   for n in {1..10}; do echo $n; done > /dev/clipboard
>   grep -q 10 /dev/clipboard || grep 1 /dev/clipboard
> done
> 
> it sporadically print 10 !
> And my mail client actively flashing "paste" buttons, when the script is
> working in background. May be that's it.
> 
> This is more visible:
> $ while true; do { i=$(( $i+1 )); echo > /dev/clipboard; for n in {1..10}; do echo $n; done > /dev/clipboard; grep -q 10 /dev/clipboard || { grep 10 /dev/clipboard && echo $i;};}; done;

Nope, no way.  I'm running this latter test for 45 minutes now, with
no output.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 10:20     ` Corinna Vinschen
@ 2015-02-13 10:59       ` Andrey Repin
  2015-02-13 13:51         ` Adam Dinwoodie
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Repin @ 2015-02-13 10:59 UTC (permalink / raw)
  To: Corinna Vinschen, cygwin

Greetings, Corinna Vinschen!

>> And my mail client actively flashing "paste" buttons, when the script is
>> working in background. May be that's it.
>> 
>> This is more visible:
>> $ while true; do { i=$(( $i+1 )); echo > /dev/clipboard; for n in {1..10}; do echo $n; done > /dev/clipboard; grep -q 10 /dev/clipboard || { grep 10 /dev/clipboard && echo $i;};}; done;

> Nope, no way.  I'm running this latter test for 45 minutes now, with
> no output.

Then I presume this is environmental issue.
I can think of at least 3 programs that hook clipboard events on my side, and
I can't easily get rid of any of them. Because of "resident" nature of each.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 13.02.2015, <13:08>

Sorry for my terrible english...


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

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 10:59       ` Andrey Repin
@ 2015-02-13 13:51         ` Adam Dinwoodie
  2015-02-13 14:39           ` Peter Hull
  2015-02-13 15:44           ` cyg Simple
  0 siblings, 2 replies; 13+ messages in thread
From: Adam Dinwoodie @ 2015-02-13 13:51 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 13, 2015 at 01:09:32PM +0300, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
> 
> >> And my mail client actively flashing "paste" buttons, when the script is
> >> working in background. May be that's it.
> >> 
> >> This is more visible:
> >> $ while true; do { i=$(( $i+1 )); echo > /dev/clipboard; for n in {1..10}; do echo $n; done > /dev/clipboard; grep -q 10 /dev/clipboard || { grep 10 /dev/clipboard && echo $i;};}; done;
> 
> > Nope, no way.  I'm running this latter test for 45 minutes now, with
> > no output.
> 
> Then I presume this is environmental issue.
> I can think of at least 3 programs that hook clipboard events on my side, and
> I can't easily get rid of any of them. Because of "resident" nature of each.

Yes.  I suspect this may be somewhat of a smoking gun:

> >> And my mail client actively flashing "paste" buttons, when the script is
> >> working in background. May be that's it.

I'm running a bunch of Microsoft Office applications which I know do
"helpful" things to the Windows clipboard.  It hadn't occured to me that
they may be causing BLODA-like problems in the way they interact with
it.

On that basis, my current hypothesis is that the problematic commands are
making multiple writes to /dev/clipboard very rapidly, which triggers a race
condition with the non-Cygwin clipboard-manipulating tools.  Adding a cat into
the pipeline adds cat's buffering behaviour, meaning there's only a single
write and thus no race condition.

In which case, I wonder if it's worth adding something to the FAQ/BLODA
about this?  I guess not, at least until someone independently encounters
this behaviour so it warrants the "F" as well as the "AQ".

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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 13:51         ` Adam Dinwoodie
@ 2015-02-13 14:39           ` Peter Hull
  2015-02-13 15:44           ` cyg Simple
  1 sibling, 0 replies; 13+ messages in thread
From: Peter Hull @ 2015-02-13 14:39 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 13, 2015 at 10:59 AM, Adam Dinwoodie <adam@dinwoodie.org> wrote:
> I'm running a bunch of Microsoft Office applications which I know do
> "helpful" things to the Windows clipboard.  It hadn't occured to me that
> they may be causing BLODA-like problems in the way they interact with
> it.
Just to add my experience - on Windows 8 64-bit I see it maybe 1 in
200 times (using the infinitely-repeating script). Having applications
like Excel and Outlook open increases it to 1 in 10 or more. Also,
task manager shows those apps jumping up to use 15-20% CPU each while
the script is running.
Pete

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

* RE: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 13:51         ` Adam Dinwoodie
  2015-02-13 14:39           ` Peter Hull
@ 2015-02-13 15:44           ` cyg Simple
  2015-02-13 16:04             ` Adam Dinwoodie
  1 sibling, 1 reply; 13+ messages in thread
From: cyg Simple @ 2015-02-13 15:44 UTC (permalink / raw)
  To: cygwin

> From: Adam Dinwoodie
> 
> In which case, I wonder if it's worth adding something to the FAQ/BLODA
about
> this?  I guess not, at least until someone independently encounters this
> behaviour so it warrants the "F" as well as the "AQ".
> 

I find it strange that someone would be using /dev/clipboard for a temporary
buffer of data for a batch process anyway.  Too many opportunities for that
data to be corrupted by other actions of the user.  So in other words, just
don't do that; it isn't portable and it is prone to error.  The proper use
would be for a user to store content in /dev/clipboard that the user would
then use immediately to paste elsewhere.  It should never be used for
programmatic operation where the operation is dependent on the result later;
it wasn't designed for that.

--
cyg Simple


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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 15:44           ` cyg Simple
@ 2015-02-13 16:04             ` Adam Dinwoodie
  2015-02-13 16:15               ` cyg Simple
  0 siblings, 1 reply; 13+ messages in thread
From: Adam Dinwoodie @ 2015-02-13 16:04 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 13, 2015 at 10:15:30AM -0500, cyg Simple wrote:
> > From: Adam Dinwoodie
> > 
> > In which case, I wonder if it's worth adding something to the FAQ/BLODA
> about
> > this?  I guess not, at least until someone independently encounters this
> > behaviour so it warrants the "F" as well as the "AQ".
> > 
> 
> I find it strange that someone would be using /dev/clipboard for a temporary
> buffer of data for a batch process anyway.  Too many opportunities for that
> data to be corrupted by other actions of the user.  So in other words, just
> don't do that; it isn't portable and it is prone to error.  The proper use
> would be for a user to store content in /dev/clipboard that the user would
> then use immediately to paste elsewhere.  It should never be used for
> programmatic operation where the operation is dependent on the result later;
> it wasn't designed for that.

I'm not sure what gave you the impression anyone was trying to use the
clipboard as a buffer for a batch process.  I can't see anyone using
batch at all, for that matter.  (Or do you mean "shell" instead of
"batch"?  The two are different things.)

My original use case (as mentioned in my original email) was a `find`
command that `-exec`'d multiple times to produce output.  That went to
the clipboard, for me to paste into a Windows application.

The shell code I posted was a simple test case to show the problem, not
actually what I'm trying to achieve.  Posting simplified example code
that demonstrates a problem is a common way to get help because it means
others only need to understand the simple example, not the full problem:
https://cygwin.com/acronyms/#STC

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

* RE: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 16:04             ` Adam Dinwoodie
@ 2015-02-13 16:15               ` cyg Simple
  2015-02-13 23:50                 ` Andrey Repin
  0 siblings, 1 reply; 13+ messages in thread
From: cyg Simple @ 2015-02-13 16:15 UTC (permalink / raw)
  To: cygwin

> From: Adam Dinwoodie
> On Fri, Feb 13, 2015 at 10:15:30AM -0500, cyg Simple wrote:
> > > From: Adam Dinwoodie
> > >
> > > In which case, I wonder if it's worth adding something to the
> > > FAQ/BLODA
> > about
> > > this?  I guess not, at least until someone independently encounters
> > > this behaviour so it warrants the "F" as well as the "AQ".
> > >
> >
> > I find it strange that someone would be using /dev/clipboard for a
> > temporary buffer of data for a batch process anyway.  Too many
> > opportunities for that data to be corrupted by other actions of the
> > user.  So in other words, just don't do that; it isn't portable and it
> > is prone to error.  The proper use would be for a user to store
> > content in /dev/clipboard that the user would then use immediately to
> > paste elsewhere.  It should never be used for programmatic operation
> > where the operation is dependent on the result later; it wasn't designed
for
> that.
> 
> I'm not sure what gave you the impression anyone was trying to use the
> clipboard as a buffer for a batch process.  I can't see anyone using batch
at all,
> for that matter.  (Or do you mean "shell" instead of "batch"?  The two are
> different things.)
> 

A shell command line can batch commands; a batched process doesn't require a
file.

> My original use case (as mentioned in my original email) was a `find`
command
> that `-exec`'d multiple times to produce output.  That went to the
clipboard, for
> me to paste into a Windows application.
> 

I would put the output to a /tmp/deleted.lst file and when I'm ready to
paste it into the mail I would cat /tmp/deleted.lst > /dev/clipboard.

> The shell code I posted was a simple test case to show the problem, not
actually
> what I'm trying to achieve.  Posting simplified example code that
demonstrates
> a problem is a common way to get help because it means others only need to
> understand the simple example, not the full problem:
> https://cygwin.com/acronyms/#STC

By the design and purpose of the Windows Clipboard your use of
/dev/clipboard is flawed.  You need to change your methods in order to fix
the issue.

--
cyg Simple


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

* Re: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 16:15               ` cyg Simple
@ 2015-02-13 23:50                 ` Andrey Repin
  2015-02-16 14:52                   ` cyg Simple
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Repin @ 2015-02-13 23:50 UTC (permalink / raw)
  To: cyg Simple, cygwin

Greetings, cyg Simple!

> I would put the output to a /tmp/deleted.lst file and when I'm ready to
> paste it into the mail I would cat /tmp/deleted.lst > /dev/clipboard.

>> The shell code I posted was a simple test case to show the problem, not
> actually
>> what I'm trying to achieve.  Posting simplified example code that
> demonstrates
>> a problem is a common way to get help because it means others only need to
>> understand the simple example, not the full problem:
>> https://cygwin.com/acronyms/#STC

> By the design and purpose of the Windows Clipboard your use of
> /dev/clipboard is flawed.  You need to change your methods in order to fix
> the issue.

If you know how to do it, may be you can describe the correct way of doing it,
to share the knowledge?
The preferable format would be a FAQ entry.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 14.02.2015, <01:48>

Sorry for my terrible english...


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

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

* RE: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour
  2015-02-13 23:50                 ` Andrey Repin
@ 2015-02-16 14:52                   ` cyg Simple
  0 siblings, 0 replies; 13+ messages in thread
From: cyg Simple @ 2015-02-16 14:52 UTC (permalink / raw)
  To: cygwin

> From: Andrey Repin 
> 
> If you know how to do it, may be you can describe the correct way of doing
it,
> to share the knowledge?
> The preferable format would be a FAQ entry.
> 

You are free to add a FAQ entry if you think it is worthy of one.  I don't
think that it is.

cyg Symple


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

end of thread, other threads:[~2015-02-16 14:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 15:07 Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour Adam Dinwoodie
2015-02-12 17:46 ` Corinna Vinschen
2015-02-12 18:00   ` Adam Dinwoodie
2015-02-12 22:50   ` Andrey Repin
2015-02-13 10:20     ` Corinna Vinschen
2015-02-13 10:59       ` Andrey Repin
2015-02-13 13:51         ` Adam Dinwoodie
2015-02-13 14:39           ` Peter Hull
2015-02-13 15:44           ` cyg Simple
2015-02-13 16:04             ` Adam Dinwoodie
2015-02-13 16:15               ` cyg Simple
2015-02-13 23:50                 ` Andrey Repin
2015-02-16 14:52                   ` cyg Simple

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