rsync 3.0.9 fails when over ssh: connection unexpectedly closed / error in rsync protocol data stream

Ludovic Aelbrecht ludovic.aelbrecht@gmail.com
Wed Dec 28 15:30:00 GMT 2011


Hello all,

I'm trying to run an rsync backup over ssh, but I'm getting an error
message when doing this.


First of, these are the versions of rsync & ssh I'm running:
------------------
rsync  version 3.0.9  protocol version 30
OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011
------------------

Attached you can find the output of running the command "cygcheck -s -v -r".


When I run rsync without ssh, it's working fine, e.g.:
------------------
rsync --delete -ahzv --exclude=".svn"     /cygdrive/c/projects
ludovic@REMOTEHOST::backup/E6410/
Password:
sending incremental file list

sent 9.00M bytes  received 68.31K bytes  15.56K bytes/sec
total size is 12.62G  speedup is 1391.54
------------------


When I run the same rsync command over ssh, it fails like this (note
that it fails right away, it doesn't need the usual ~5-10 minutes to
check the 'c/projects/' dir):
------------------
$ rsync --delete -ahzv --exclude=".svn" -e ssh
/cygdrive/c/projects ludovic@REMOTEHOST::backup/E6410/
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/io.c(605)
[sender=3.0.9]
------------------

The same problem occurs when using less rsync options, e.g. "rsync -e
ssh /cygdrive/c/projects ludovic@REMOTEHOST::backup/E6410/". I've
attached an strace output of running this command, in case that helps.


However, ssh'ing to the remote host works fine. SSH worked fine when
it wasn't passwordless; I set it up a few days ago to be passwordless
and it's still working fine:
------------------
$ ssh ludovic@REMOTEHOST
Last login: Wed Dec 28 15:51:45 2011 from [foobar] on pts/0
Linux REMOTEHOST 2.6.37 #1 SMP Mon Aug 15 16:19:41 PDT 2011 x86_64 GNU/Linux
Last login: Wed Dec 28 15:51:50 2011 from [foobar]
ludovic@REMOTEHOST:~$
------------------

rsync over ssh always gives me the same error, whether passwordless or not.


I have no idea if I'm doing something wrong, or if this is a bug.
Given the amount of people probably running it like this, I'd say it's
a problem on my side, but the type of error makes me wonder.

Thanks in advance for any help,
Ludovic

P.S.: Please keep me in Cc as I'm not subscribed.
-------------- next part --------------
    1       1 [main] rsync 26784 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0xD0
  232     233 [main] rsync 26784 heap_init: heap base 0xA40000, heap top 0xA40000
  117     350 [main] rsync 26784 open_shared: name S-1-5-21-2182634843-222523076-3885438152-1000.1, n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0xD4
  128     478 [main] rsync 26784 user_info::create: opening user shared for 'S-1-5-21-2182634843-222523076-3885438152-1000' at 0x60FC0000
  235     713 [main] rsync 26784 user_info::create: user shared version 6112AFB3
  455    1168 [main] rsync 26784 dll_crt0_0: finished dll_crt0_0 initialization
  110    1278 [main] rsync 26784 _cygtls::remove: wait 0xFFFFFFFF
   68    1346 [main] rsync 26784 _cygtls::remove: removed 0x28CE64 element 0
  547    1893 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   79    1972 [main] rsync 26784 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   41    2013 [main] rsync 26784 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  448    2461 [main] rsync 26784 _cygwin_istext_for_stdio: fd 0: not open
  117    2578 [main] rsync 26784 _cygwin_istext_for_stdio: fd 1: not open
   94    2672 [main] rsync 26784 _cygwin_istext_for_stdio: fd 2: not open
  260    2932 [main] rsync (26784) open_shared: name cygpid.26784, n 26784, shared 0x60FE0000 (wanted 0x60FE0000), h 0x120
   59    2991 [main] rsync 26784 **********************************************
   93    3084 [main] rsync 26784 Program name: C:\cygwin\bin\rsync.exe (pid 26784, ppid 1)
  147    3231 [main] rsync 26784 App version:  1007.9, api: 0.237
  104    3335 [main] rsync 26784 DLL version:  1007.9, api: 0.237
   91    3426 [main] rsync 26784 DLL build:    2011-03-29 10:10
  109    3535 [main] rsync 26784 OS version:   Windows NT-6.1
   90    3625 [main] rsync 26784 Heap size:    402653184
  105    3730 [main] rsync 26784 **********************************************
   82    3812 [main] rsync 26784 pinfo::thisproc: myself->dwProcessId 26784
   86    3898 [main] rsync 26784 time: 1325085245 = time (0)
  588    4486 [main] rsync 26784 parse_options: glob (called func)
  247    4733 [main] rsync 26784 parse_options: returning
  149    4882 [main] rsync 26784 environ_init: GetEnvironmentStrings returned 0x54B9C8
  222    5104 [main] rsync 26784 environ_init: 0xA68298: !::=::\
  175    5279 [main] rsync 26784 environ_init: 0xA682A8: ALLUSERSPROFILE=C:\ProgramData
  173    5452 [main] rsync 26784 environ_init: 0xA682D0: ANT_HOME=C:\Oracle\Middleware10.3.5.0\jdeveloper\ant
  170    5622 [main] rsync 26784 environ_init: 0xA68310: APPDATA=C:\Users\laelbrec\AppData\Roaming
  203    5825 [main] rsync 26784 environ_init: 0xA68340: CLASSPATH=.;C:\projects\Centera\gcdp-svn\trunk\extra\Centera_SDK_XAM1.0p2_WinDev8\lib\;C:\Progra~2\Java\jre6\lib\ext\QTJava.zip;C:\Progra~2\Belgium Identity Card;C:\Progra~2\Java\jre6\lib\ext\QTJava.zip;
  122    5947 [main] rsync 26784 environ_init: 0xA68418: COLORFGBG=default;default
  107    6054 [main] rsync 26784 environ_init: 0xA68438: COLORTERM=rxvt-xpm
   66    6120 [main] rsync 26784 environ_init: 0xA68450: COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files
   55    6175 [main] rsync 26784 environ_init: 0xA68490: COMPUTERNAME=LAELBREC-PC
   52    6227 [main] rsync 26784 environ_init: 0xA684B0: COMSPEC=C:\Windows\system32\cmd.exe
   52    6279 [main] rsync 26784 environ_init: 0xA684E0: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
   52    6331 [main] rsync 26784 environ_init: 0xA68528: CommonProgramW6432=C:\Program Files\Common Files
   51    6382 [main] rsync 26784 environ_init: 0xA68560: CYGWIN=noglob
   50    6432 [main] rsync 26784 environ_init: 0xA68578: DISPLAY=:0
   51    6483 [main] rsync 26784 environ_init: 0xA68588: FP_NO_HOST_CHECK=NO
   55    6538 [main] rsync 26784 getwinenv: can't set native for HOME= since no environ yet
   35    6573 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\laelbrec, no-keep-rel, no-add-slash)
  162    6735 [main] rsync 26784 normalize_win32_path: C:\cygwin\home\laelbrec = normalize_win32_path (C:\cygwin\home\laelbrec)
  131    6866 [main] rsync 26784 mount_info::conv_to_posix_path: /home/laelbrec = conv_to_posix_path (C:\cygwin\home\laelbrec)
  304    7170 [main] rsync 26784 win_env::add_cache: posix /home/laelbrec
  109    7279 [main] rsync 26784 win_env::add_cache: native HOME=C:\cygwin\home\laelbrec
  108    7387 [main] rsync 26784 posify: env var converted to HOME=/home/laelbrec
  219    7606 [main] rsync 26784 environ_init: 0xA68610: HOME=/home/laelbrec
  181    7787 [main] rsync 26784 environ_init: 0xA685A8: HOMEDRIVE=C:
  147    7934 [main] rsync 26784 environ_init: 0xA68628: HOMEPATH=\Users\laelbrec
   80    8014 [main] rsync 26784 environ_init: 0xA68648: HOSTNAME=laelbrec-pc
   73    8087 [main] rsync 26784 environ_init: 0xA68668: HuluDesktopPath=%LOCALAPPDATA%\HuluDesktop\instances\0.9.14.1\HuluDesktop.exe
   56    8143 [main] rsync 26784 environ_init: 0xA686C0: INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
   51    8194 [main] rsync 26784 environ_init: 0xA68700: JAVA_HOME=C:\Progra~1\Java\jdk1.6.0_24
   51    8245 [main] rsync 26784 environ_init: 0xA68730: LANG=C.UTF-8
   50    8295 [main] rsync 26784 environ_init: 0xA68748: LOCALAPPDATA=C:\Users\laelbrec\AppData\Local
   91    8386 [main] rsync 26784 environ_init: 0xA68780: LOGONSERVER=\\LAELBREC-PC
  222    8608 [main] rsync 26784 environ_init: 0xA687A0: MANPATH=/usr/local/man:/usr/share/man:/usr/man:
  185    8793 [main] rsync 26784 environ_init: 0xA687D8: MOZ_PLUGIN_PATH=C:\Program Files (x86)\Foxit Software\Foxit Reader\plugins\
  176    8969 [main] rsync 26784 environ_init: 0xA68830: MpConfig_AppDataRoot=C:\ProgramData
  174    9143 [main] rsync 26784 environ_init: 0xA68860: MpConfig_ProductAppDataPath=c:\ProgramData\Microsoft\Microsoft Antimalware
  172    9315 [main] rsync 26784 environ_init: 0xA688B0: MpConfig_ProductCodeName=Torino
  173    9488 [main] rsync 26784 environ_init: 0xA688D8: MpConfig_ProductPath=c:\Program Files\Microsoft Security Client\Antimalware
  176    9664 [main] rsync 26784 environ_init: 0xA68930: MpConfig_ProductUserAppDataPath=C:\Users\laelbrec\AppData\Local\Microsoft\Microsoft Antimalware
  182    9846 [main] rsync 26784 environ_init: 0xA68998: MpConfig_ReportingGUID=786463D1-BCE9-4E71-AB53-F341562D20A9
  111    9957 [main] rsync 26784 environ_init: 0xA689E0: NUMBER_OF_PROCESSORS=4
   55   10012 [main] rsync 26784 environ_init: 0xA68A00: OLDPWD=/home/laelbrec
   84   10096 [main] rsync 26784 environ_init: 0xA68A20: ORACLE_HOME=C:\Oracle\orcl\product\11.2.0\dbhome_1
  165   10261 [main] rsync 26784 environ_init: 0xA68A58: ORACLE_SID=ORCL
  172   10433 [main] rsync 26784 environ_init: 0xA68A70: OS=Windows_NT
  319   10752 [main] rsync 26784 getwinenv: can't set native for PATH= since no environ yet
  178   10930 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
  100   11030 [main] rsync 26784 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
  104   11134 [main] rsync 26784 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
  114   11248 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
  103   11351 [main] rsync 26784 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
  104   11455 [main] rsync 26784 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   92   11547 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\PC Connectivity Solution, keep-rel, no-add-slash)
  114   11661 [main] rsync 26784 normalize_win32_path: C:\Program Files (x86)\PC Connectivity Solution = normalize_win32_path (C:\Program Files (x86)\PC Connectivity Solution)
  107   11768 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/PC Connectivity Solution = conv_to_posix_path (C:\Program Files (x86)\PC Connectivity Solution)
  172   11940 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\oracle\orcl\product\11.2.0\dbhome_1\bin, keep-rel, no-add-slash)
   44   11984 [main] rsync 26784 normalize_win32_path: C:\oracle\orcl\product\11.2.0\dbhome_1\bin = normalize_win32_path (C:\oracle\orcl\product\11.2.0\dbhome_1\bin)
   43   12027 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/oracle/orcl/product/11.2.0/dbhome_1/bin = conv_to_posix_path (C:\oracle\orcl\product\11.2.0\dbhome_1\bin)
   37   12064 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Applications\SlikSvn\bin, keep-rel, no-add-slash)
  166   12230 [main] rsync 26784 normalize_win32_path: C:\Applications\SlikSvn\bin = normalize_win32_path (C:\Applications\SlikSvn\bin)
  106   12336 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Applications/SlikSvn/bin = conv_to_posix_path (C:\Applications\SlikSvn\bin)
  106   12442 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Applications\SysinternalsSuite, keep-rel, no-add-slash)
  107   12549 [main] rsync 26784 normalize_win32_path: C:\Applications\SysinternalsSuite = normalize_win32_path (C:\Applications\SysinternalsSuite)
   90   12639 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Applications/SysinternalsSuite = conv_to_posix_path (C:\Applications\SysinternalsSuite)
  105   12744 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\oracle\ODAC\product\11.2.0\client_1, keep-rel, no-add-slash)
  113   12857 [main] rsync 26784 normalize_win32_path: C:\oracle\ODAC\product\11.2.0\client_1 = normalize_win32_path (C:\oracle\ODAC\product\11.2.0\client_1)
   70   12927 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/oracle/ODAC/product/11.2.0/client_1 = conv_to_posix_path (C:\oracle\ODAC\product\11.2.0\client_1)
   83   13010 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\oracle\ODAC\product\11.2.0\client_1\bin, keep-rel, no-add-slash)
   51   13061 [main] rsync 26784 normalize_win32_path: C:\oracle\ODAC\product\11.2.0\client_1\bin = normalize_win32_path (C:\oracle\ODAC\product\11.2.0\client_1\bin)
   77   13138 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/oracle/ODAC/product/11.2.0/client_1/bin = conv_to_posix_path (C:\oracle\ODAC\product\11.2.0\client_1\bin)
   78   13216 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Applications\UnxUtils\usr\local\wbin, keep-rel, no-add-slash)
   77   13293 [main] rsync 26784 normalize_win32_path: C:\Applications\UnxUtils\usr\local\wbin = normalize_win32_path (C:\Applications\UnxUtils\usr\local\wbin)
  159   13452 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Applications/UnxUtils/usr/local/wbin = conv_to_posix_path (C:\Applications\UnxUtils\usr\local\wbin)
  105   13557 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash)
  105   13662 [main] rsync 26784 normalize_win32_path: C:\Windows\system32 = normalize_win32_path (C:\Windows\system32)
   91   13753 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32)
  193   13946 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, keep-rel, no-add-slash)
   93   14039 [main] rsync 26784 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows)
  110   14149 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Windows = conv_to_posix_path (C:\Windows)
  106   14255 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
  106   14361 [main] rsync 26784 normalize_win32_path: C:\Windows\System32\Wbem = normalize_win32_path (C:\Windows\System32\Wbem)
   91   14452 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem)
  109   14561 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
  110   14671 [main] rsync 26784 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0)
  115   14786 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   91   14877 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Progra~2\NTRU Cryptosystems\NTRU TCG Software Stack\bin, keep-rel, no-add-slash)
  113   14990 [main] rsync 26784 normalize_win32_path: C:\Progra~2\NTRU Cryptosystems\NTRU TCG Software Stack\bin = normalize_win32_path (C:\Progra~2\NTRU Cryptosystems\NTRU TCG Software Stack\bin)
  151   15141 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Progra~2/NTRU Cryptosystems/NTRU TCG Software Stack/bin = conv_to_posix_path (C:\Progra~2\NTRU Cryptosystems\NTRU TCG Software Stack\bin)
  108   15249 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin, keep-rel, no-add-slash)
  105   15354 [main] rsync 26784 normalize_win32_path: C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin = normalize_win32_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin)
  107   15461 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin = conv_to_posix_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin)
  115   15576 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5, keep-rel, no-add-slash)
  105   15681 [main] rsync 26784 normalize_win32_path: C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5 = normalize_win32_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5)
  114   15795 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Wave Systems Corp/Gemalto/Access Client/v5 = conv_to_posix_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5)
   84   15879 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software, keep-rel, no-add-slash)
  168   16047 [main] rsync 26784 normalize_win32_path: C:\Program Files\WIDCOMM\Bluetooth Software = normalize_win32_path (C:\Program Files\WIDCOMM\Bluetooth Software)
  109   16156 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software = conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software)
  106   16262 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software\syswow64, keep-rel, no-add-slash)
  113   16375 [main] rsync 26784 normalize_win32_path: C:\Program Files\WIDCOMM\Bluetooth Software\syswow64 = normalize_win32_path (C:\Program Files\WIDCOMM\Bluetooth Software\syswow64)
   95   16470 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software/syswow64 = conv_to_posix_path (C:\Program Files\WIDCOMM\Bluetooth Software\syswow64)
  107   16577 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Progra~2\Common Files\Roxio Shared\10.0\DLLShared, keep-rel, no-add-slash)
  105   16682 [main] rsync 26784 normalize_win32_path: C:\Progra~2\Common Files\Roxio Shared\10.0\DLLShared = normalize_win32_path (C:\Progra~2\Common Files\Roxio Shared\10.0\DLLShared)
  163   16845 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Progra~2/Common Files/Roxio Shared/10.0/DLLShared = conv_to_posix_path (C:\Progra~2\Common Files\Roxio Shared\10.0\DLLShared)
  169   17014 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Applications\ffmpeg\bin, keep-rel, no-add-slash)
   68   17082 [main] rsync 26784 normalize_win32_path: C:\Applications\ffmpeg\bin = normalize_win32_path (C:\Applications\ffmpeg\bin)
   42   17124 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Applications/ffmpeg/bin = conv_to_posix_path (C:\Applications\ffmpeg\bin)
   36   17160 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\DMIX, keep-rel, no-add-slash)
   34   17194 [main] rsync 26784 normalize_win32_path: C:\Program Files\Intel\DMIX = normalize_win32_path (C:\Program Files\Intel\DMIX)
   33   17227 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/DMIX = conv_to_posix_path (C:\Program Files\Intel\DMIX)
   35   17262 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Progra~2\QuickTime\QTSystem, keep-rel, no-add-slash)
   34   17296 [main] rsync 26784 normalize_win32_path: C:\Progra~2\QuickTime\QTSystem = normalize_win32_path (C:\Progra~2\QuickTime\QTSystem)
   35   17331 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Progra~2/QuickTime/QTSystem = conv_to_posix_path (C:\Progra~2\QuickTime\QTSystem)
   59   17390 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Progra~2\PC Connectivity Solution, keep-rel, no-add-slash)
   76   17466 [main] rsync 26784 normalize_win32_path: C:\Progra~2\PC Connectivity Solution = normalize_win32_path (C:\Progra~2\PC Connectivity Solution)
   91   17557 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Progra~2/PC Connectivity Solution = conv_to_posix_path (C:\Progra~2\PC Connectivity Solution)
   92   17649 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, keep-rel, no-add-slash)
   93   17742 [main] rsync 26784 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
  109   17851 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
  172   18023 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, keep-rel, no-add-slash)
  105   18128 [main] rsync 26784 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
  108   18236 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Intel/WirelessCommon = conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon)
  107   18343 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Belgium Identity Card, keep-rel, no-add-slash)
  105   18448 [main] rsync 26784 normalize_win32_path: C:\Program Files (x86)\Belgium Identity Card = normalize_win32_path (C:\Program Files (x86)\Belgium Identity Card)
  109   18557 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Belgium Identity Card = conv_to_posix_path (C:\Program Files (x86)\Belgium Identity Card)
  107   18664 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\QuickTime\QTSystem, keep-rel, no-add-slash)
  121   18785 [main] rsync 26784 normalize_win32_path: C:\Program Files (x86)\QuickTime\QTSystem = normalize_win32_path (C:\Program Files (x86)\QuickTime\QTSystem)
  108   18893 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/QuickTime/QTSystem = conv_to_posix_path (C:\Program Files (x86)\QuickTime\QTSystem)
   69   18962 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Oracle\Middleware10.3.5.0\jdeveloper\ant\bin, keep-rel, no-add-slash)
  150   19112 [main] rsync 26784 normalize_win32_path: C:\Oracle\Middleware10.3.5.0\jdeveloper\ant\bin = normalize_win32_path (C:\Oracle\Middleware10.3.5.0\jdeveloper\ant\bin)
  109   19221 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Oracle/Middleware10.3.5.0/jdeveloper/ant/bin = conv_to_posix_path (C:\Oracle\Middleware10.3.5.0\jdeveloper\ant\bin)
  111   19332 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, keep-rel, no-add-slash)
  109   19441 [main] rsync 26784 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
  105   19546 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin)
  106   19652 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Progra~2\smartmontools\bin, keep-rel, no-add-slash)
  106   19758 [main] rsync 26784 normalize_win32_path: C:\Progra~2\smartmontools\bin = normalize_win32_path (C:\Progra~2\smartmontools\bin)
   89   19847 [main] rsync 26784 mount_info::conv_to_posix_path: /cygdrive/c/Progra~2/smartmontools/bin = conv_to_posix_path (C:\Progra~2\smartmontools\bin)
  326   20173 [main] rsync 26784 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/PC Connectivity Solution:/cygdrive/c/oracle/orcl/product/11.2.0/dbhome_1/bin:/cygdrive/c/Applications/SlikSvn/bin:/cygdrive/c/Applications/SysinternalsSuite:/cygdrive/c/oracle/ODAC/product/11.2.0/client_1:/cygdrive/c/oracle/ODAC/product/11.2.0/client_1/bin:/cygdrive/c/Applications/UnxUtils/usr/local/wbin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Progra~2/NTRU Cryptosystems/NTRU TCG Software Stack/bin:/cygdrive/c/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin:/cygdrive/c/Program Files/Wave Systems Corp/Gemalto/Access Client/v5:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software/syswow64:/cygdrive/c/Progra~2/Common Files/Roxio Shared/10.0/DLLShared:/cygdrive/c/Applications/ffmpeg/bin:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Progra~2/QuickTime/QTSystem:/cygdrive/c/Progra~2/PC Connectivity Solution:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/Belgium Identity Card:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/Oracle/Middleware10.3.5.0/jdeveloper/ant/bin:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Progra~2/smartmontools/bin
  212   20385 [main] rsync 26784 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\Program Files (x86)\PC Connectivity Solution;C:\oracle\orcl\product\11.2.0\dbhome_1\bin;C:\Applications\SlikSvn\bin;C:\Applications\SysinternalsSuite;C:\oracle\ODAC\product\11.2.0\client_1;C:\oracle\ODAC\product\11.2.0\client_1\bin;C:\Applications\UnxUtils\usr\local\wbin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Progra~2\NTRU Cryptosystems\NTRU TCG Software Stack\bin;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5;C:\Program Files\WIDCOMM\Bluetooth Software;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Progra~2\Common Files\Roxio Shared\10.0\DLLShared;C:\Applications\ffmpeg\bin;C:\Program Files\Intel\DMIX;C:\Progra~2\QuickTime\QTSystem;C:\Progra~2\PC Connectivity Solution;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Belgium Identity Card;C:\Program Files (x86)\QuickTime\QTSystem;C:\Oracle\Middleware10.3.5.0\jdeveloper\ant\bin;C:\Program Files\TortoiseSVN\bin;C:\Progra~2\smartmontools\bin
  213   20598 [main] rsync 26784 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/PC Connectivity Solution:/cygdrive/c/oracle/orcl/product/11.2.0/dbhome_1/bin:/cygdrive/c/Applications/SlikSvn/bin:/cygdrive/c/Applications/SysinternalsSuite:/cygdrive/c/oracle/ODAC/product/11.2.0/client_1:/cygdrive/c/oracle/ODAC/product/11.2.0/client_1/bin:/cygdrive/c/Applications/UnxUtils/usr/local/wbin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Progra~2/NTRU Cryptosystems/NTRU TCG Software Stack/bin:/cygdrive/c/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin:/cygdrive/c/Program Files/Wave Systems Corp/Gemalto/Access Client/v5:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software/syswow64:/cygdrive/c/Progra~2/Common Files/Roxio Shared/10.0/DLLShared:/cygdrive/c/Applications/ffmpeg/bin:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Progra~2/QuickTime/QTSystem:/cygdrive/c/Progra~2/PC Connectivity Solution:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/Belgium Identity Card:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/Oracle/Middleware10.3.5.0/jdeveloper/ant/bin:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Progra~2/smartmontools/bin
  322   20920 [main] rsync 26784 environ_init: 0xA79910: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/PC Connectivity Solution:/cygdrive/c/oracle/orcl/product/11.2.0/dbhome_1/bin:/cygdrive/c/Applications/SlikSvn/bin:/cygdrive/c/Applications/SysinternalsSuite:/cygdrive/c/oracle/ODAC/product/11.2.0/client_1:/cygdrive/c/oracle/ODAC/product/11.2.0/client_1/bin:/cygdrive/c/Applications/UnxUtils/usr/local/wbin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Progra~2/NTRU Cryptosystems/NTRU TCG Software Stack/bin:/cygdrive/c/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin:/cygdrive/c/Program Files/Wave Systems Corp/Gemalto/Access Client/v5:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software/syswow64:/cygdrive/c/Progra~2/Common Files/Roxio Shared/10.0/DLLShared:/cygdrive/c/Applications/ffmpeg/bin:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Progra~2/QuickTime/QTSystem:/cygdrive/c/Progra~2/PC Connectivity Solution:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/Belgium Identity Card:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/Oracle/Middleware10.3.5.0/jdeveloper/ant/bin:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Progra~2/smartmontools/bin
  357   21277 [main] rsync 26784 environ_init: 0xA68A88: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
  176   21453 [main] rsync 26784 environ_init: 0xA68AD0: PRINTER=BEBRU015
  173   21626 [main] rsync 26784 environ_init: 0xA68AE8: PROCESSOR_ARCHITECTURE=x86
  182   21808 [main] rsync 26784 environ_init: 0xA68B08: PROCESSOR_ARCHITEW6432=AMD64
  254   22062 [main] rsync 26784 environ_init: 0xA68B30: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
  178   22240 [main] rsync 26784 environ_init: 0xA68B80: PROCESSOR_LEVEL=6
  179   22419 [main] rsync 26784 environ_init: 0xA68B98: PROCESSOR_REVISION=2505
  178   22597 [main] rsync 26784 environ_init: 0xA68BB8: PROGRAMFILES=C:\Program Files (x86)
  182   22779 [main] rsync 26784 environ_init: 0xA68BE8: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ 
  157   22936 [main] rsync 26784 environ_init: 0xA68C30: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
   76   23012 [main] rsync 26784 environ_init: 0xA68C78: PUBLIC=C:\Users\Public
   57   23069 [main] rsync 26784 environ_init: 0xA685C0: PWD=/tmp
   56   23125 [main] rsync 26784 environ_init: 0xA68C98: ProgramData=C:\ProgramData
   84   23209 [main] rsync 26784 environ_init: 0xA68CB8: ProgramFiles(x86)=C:\Program Files (x86)
  257   23466 [main] rsync 26784 environ_init: 0xA68CE8: ProgramW6432=C:\Program Files
  169   23635 [main] rsync 26784 environ_init: 0xA68D10: QTJAVA=C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
  190   23825 [main] rsync 26784 environ_init: 0xA68D50: SESSIONNAME=Console
  140   23965 [main] rsync 26784 environ_init: 0xA68D70: SHLVL=1
  161   24126 [main] rsync 26784 environ_init: 0xA68D80: SYSTEMDRIVE=C:
  174   24300 [main] rsync 26784 environ_init: 0xA68D98: SYSTEMROOT=C:\Windows
  173   24473 [main] rsync 26784 environ_init: 0xA68DB8: TERM=rxvt-cygwin-native
  172   24645 [main] rsync 26784 environ_init: 0xA68DD8: USER=laelbrec
  182   24827 [main] rsync 26784 environ_init: 0xA68DF0: USERDOMAIN=laelbrec-pc
  111   24938 [main] rsync 26784 environ_init: 0xA68E10: USERNAME=laelbrec
   56   24994 [main] rsync 26784 environ_init: 0xA68E28: USERPROFILE=C:\Users\laelbrec
  138   25132 [main] rsync 26784 environ_init: 0xA68E50: VBOX_INSTALL_PATH=C:\Applications\Oracle\VirtualBox\
   70   25202 [main] rsync 26784 environ_init: 0xA68E90: WINDIR=C:\Windows
   55   25257 [main] rsync 26784 environ_init: 0xA68EA8: WINDOWID=14440056
   55   25312 [main] rsync 26784 environ_init: 0xA68EC0: _=/usr/bin/strace
   65   25377 [main] rsync 26784 environ_init: 0xA68ED8: asl.log=Destination=file
   94   25471 [main] rsync 26784 pinfo_init: Set nice to 0
   80   25551 [main] rsync 26784 pinfo_init: pid 26784, pgid 26784
  181   25732 [main] rsync 26784 dtable::extend: size 32, fds 0x612435AC
  449   26181 [main] rsync 26784 pwdgrp::load: \etc\passwd curr_lines 8
   92   26273 [main] rsync 26784 pwdgrp::load: \etc\passwd load succeeded
  354   26627 [main] rsync 26784 pwdgrp::load: \etc\group curr_lines 18
   86   26713 [main] rsync 26784 pwdgrp::load: \etc\group load succeeded
  122   26835 [main] rsync 26784 cygheap_user::ontherange: what 2, pw 0xA7A268
   83   26918 [main] rsync 26784 cygheap_user::ontherange: HOME is already in the environment /home/laelbrec
  190   27108 [main] rsync 26784 build_argv: argv[0] = 'rsync'
   78   27186 [main] rsync 26784 build_argv: argv[1] = '-e'
   77   27263 [main] rsync 26784 build_argv: argv[2] = 'ssh'
   48   27311 [main] rsync 26784 build_argv: argv[3] = '/cygdrive/c/projects'
   74   27385 [main] rsync 26784 build_argv: argv[4] = 'ludovic@REMOTEHOST::backup/E6410/'
   77   27462 [main] rsync 26784 build_argv: argc 5
  259   27721 [main] rsync 26784 build_fh_pc: fh 0x61243704
  119   27840 [main] rsync 26784 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-tty1-from-master, size 65536
  125   27965 [main] rsync 26784 fhandler_pipe::create_selectable: pipe busy
   79   28044 [main] rsync 26784 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   53   28097 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   47   28144 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
  214   28358 [main] rsync 26784 alloc_sd: uid 1000, gid 513, attribute 2190
  120   28478 [main] rsync 26784 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000 (+)
  111   28589 [main] rsync 26784 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-2182634843-222523076-3885438152-513 (+)
  123   28712 [main] rsync 26784 alloc_sd: ACL-Size: 124
  319   29031 [main] rsync 26784 alloc_sd: Created SD-Size: 200
  110   29141 [main] rsync 26784 fhandler_tty_slave::open: (538): tty output_mutex: waiting 500 ms
  118   29259 [main] rsync 26784 fhandler_tty_slave::open: (538): tty output_mutex: acquired
  127   29386 [main] rsync 26784 tty::create_inuse: cygtty.slave_alive.1 0x134
  196   29582 [main] rsync 26784 fhandler_tty_slave::open: (541): tty output_mutex released
  231   29813 [main] rsync 26784 open_shared: name cygpid.11832, n 11832, shared 0x360000 (wanted 0x0), h 0x138
  138   29951 [main] rsync 26784 fhandler_tty_slave::open: dup handles directly since I'm allmighty.
  136   30087 [main] rsync 26784 fhandler_tty_slave::open: duplicated from_master 0x1A8->0x138 from tty_owner
  172   30259 [main] rsync 26784 fhandler_tty_slave::open: duplicated to_master 0x1B4->0x140 from tty_owner
   99   30358 [main] rsync 26784 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 1, amount 1, no ctty, avoid_freeing_console 0
  143   30501 [main] rsync 26784 fhandler_console::need_invisible: invisible_console 0
  194   30695 [main] rsync 26784 fhandler_tty_slave::open: /dev/tty1 opened, usecount 1
  115   30810 [main] rsync 26784 _pinfo::set_ctty: old no ctty
  140   30950 [main] rsync 26784 _pinfo::set_ctty: attaching ctty /dev/tty1 sid 26784, pid 26784, pgid 26784, tty->pgid 22684, tty->sid 7688
  128   31078 [main] rsync 26784 open_shared: name cygpid.7688, n 7688, shared 0x360000 (wanted 0x0), h 0x144
   90   31168 [main] rsync 26784 _pinfo::set_ctty: cygheap->ctty 0x0, arch 0x6124395C
   80   31248 [main] rsync 26784 _pinfo::set_ctty: ctty NULL
   89   31337 [main] rsync 26784 init_cygheap::manage_console_count: _pinfo::set_ctty: console_count 2, amount 1, ctty /dev/tty1, avoid_freeing_console 0
   70   31407 [main] rsync 26784 _pinfo::set_ctty: /dev/tty1 ctty, usecount 2
 -228   31179 [sig] rsync 26784 wait_sig: entering ReadFile loop, my_readsig 0xF4, my_sendsig 0xF8
 3736   34915 [main] rsync 26784 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume3'
  443   35358 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp\strace.out, no-keep-rel, no-add-slash)
  114   35472 [main] rsync 26784 normalize_win32_path: C:\cygwin\tmp\strace.out = normalize_win32_path (C:\cygwin\tmp\strace.out)
  183   35655 [main] rsync 26784 mount_info::conv_to_posix_path: /tmp/strace.out = conv_to_posix_path (C:\cygwin\tmp\strace.out)
  188   35843 [main] rsync 26784 handle_to_fn: derived path 'C:\cygwin\tmp\strace.out', posix '/tmp/strace.out'
  110   35953 [main] rsync 26784 normalize_posix_path: src /tmp/strace.out
  118   36071 [main] rsync 26784 normalize_posix_path: /tmp/strace.out = normalize_posix_path (/tmp/strace.out)
  124   36195 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/strace.out)
  125   36320 [main] rsync 26784 set_flags: flags: binary (0x2)
  157   36477 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /tmp/strace.out, dst C:\cygwin\tmp\strace.out, flags 0x3000A, rc 0
  171   36648 [main] rsync 26784 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\strace.out)
  181   36829 [main] rsync 26784 symlink_info::check: not a symlink
 2530   39359 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\tmp\strace.out, 0x2838C0) (0x3000A)
  143   39502 [main] rsync 26784 path_conv::check: this->path(C:\cygwin\tmp\strace.out), has_acls(1)
  192   39694 [main] rsync 26784 build_fh_pc: fh 0x61243C1C
  206   39900 [main] rsync 26784 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   92   39992 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   52   40044 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   65   40109 [main] rsync 26784 fhandler_base::init: created new fhandler_base for handle 0x180, bin 1
 3495   43604 [main] rsync 26784 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume3'
  330   43934 [main] rsync 26784 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp\strace.out, no-keep-rel, no-add-slash)
  109   44043 [main] rsync 26784 normalize_win32_path: C:\cygwin\tmp\strace.out = normalize_win32_path (C:\cygwin\tmp\strace.out)
  107   44150 [main] rsync 26784 mount_info::conv_to_posix_path: /tmp/strace.out = conv_to_posix_path (C:\cygwin\tmp\strace.out)
  172   44322 [main] rsync 26784 handle_to_fn: derived path 'C:\cygwin\tmp\strace.out', posix '/tmp/strace.out'
  108   44430 [main] rsync 26784 normalize_posix_path: src /tmp/strace.out
  152   44582 [main] rsync 26784 normalize_posix_path: /tmp/strace.out = normalize_posix_path (/tmp/strace.out)
   99   44681 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/strace.out)
  159   44840 [main] rsync 26784 set_flags: flags: binary (0x2)
   85   44925 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /tmp/strace.out, dst C:\cygwin\tmp\strace.out, flags 0x3000A, rc 0
  135   45060 [main] rsync 26784 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\strace.out)
  110   45170 [main] rsync 26784 symlink_info::check: not a symlink
 2508   47678 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\tmp\strace.out, 0x2838C0) (0x3000A)
  141   47819 [main] rsync 26784 path_conv::check: this->path(C:\cygwin\tmp\strace.out), has_acls(1)
  133   47952 [main] rsync 26784 build_fh_pc: fh 0x61243E94
  123   48075 [main] rsync 26784 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
  115   48190 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   99   48289 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
  151   48440 [main] rsync 26784 fhandler_base::init: created new fhandler_base for handle 0x2CC, bin 1
  230   48670 [main] rsync 26784 fhandler_console::need_invisible: invisible_console 0
  156   48826 [main] rsync 26784 __set_errno: void dll_crt0_1(void*):958 val 0
  979   49805 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -39, its_me 1
  161   49966 [main] rsync 26784 sig_send: wakeup 0x144
  118   50084 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
  131   50215 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  122   50337 [main] rsync 26784 sig_send: returning 0x0 from sending signal -39
  118   50455 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  114   50569 [main] rsync 26784 sig_send: wakeup 0x144
  158   50727 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    8   50735 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  161   50896 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
   94   50990 [main] rsync 26784 sigaction_worker: signal 30, newact 0x469614 (handler 0x419660), oa 0x0
  101   51091 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  118   51209 [main] rsync 26784 sig_send: wakeup 0x144
  119   51328 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    8   51336 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  194   51530 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  108   51638 [main] rsync 26784 sigaction_worker: signal 31, newact 0x469614 (handler 0x419FF0), oa 0x0
  115   51753 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  141   51894 [main] rsync 26784 sig_send: wakeup 0x144
  100   51994 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    5   51999 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  189   52188 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  108   52296 [main] rsync 26784 sigaction_worker: signal 20, newact 0x469614 (handler 0x41A040), oa 0x0
  116   52412 [main] rsync 26784 time: 1325085245 = time (0)
  591   53003 [main] rsync 26784 open: open (/etc/popt, 0x0)
   50   53053 [main] rsync 26784 normalize_posix_path: src /etc/popt
   46   53099 [main] rsync 26784 normalize_posix_path: /etc/popt = normalize_posix_path (/etc/popt)
   44   53143 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/popt)
   50   53193 [main] rsync 26784 set_flags: flags: binary (0x2)
   77   53270 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /etc/popt, dst C:\cygwin\etc\popt, flags 0x3000A, rc 0
  172   53442 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\popt)
  115   53557 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\popt)
  144   53701 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\popt.exe)
   87   53788 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\popt.exe)
   98   53886 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\popt.lnk)
   62   53948 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\popt.lnk)
  114   54062 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\popt.exe.lnk)
  132   54194 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\popt.exe.lnk)
  106   54300 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\popt, 0x28A700) (0x3000A)
  131   54431 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  127   54558 [main] rsync 26784 set_flags: flags: binary (0x2)
  111   54669 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  195   54864 [main] rsync 26784 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
   70   54934 [main] rsync 26784 symlink_info::check: not a symlink
   64   54998 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x28A700) (0x3000A)
   49   55047 [main] rsync 26784 path_conv::check: this->path(C:\cygwin\etc\popt), has_acls(1)
   51   55098 [main] rsync 26784 build_fh_pc: fh 0x6124410C
   52   55150 [main] rsync 26784 fhandler_base::open: (\??\C:\cygwin\etc\popt, 0x100000)
  113   55263 [main] rsync 26784 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  131   55394 [main] rsync 26784 geterrno_from_win_error: windows error 2 == errno 2
  107   55501 [main] rsync 26784 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\popt, io, NULL, 0, 7, 1, 4020, NULL, 0)
  174   55675 [main] rsync 26784 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\popt, 0x100000)
  102   55777 [main] rsync 26784 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\popt, 0x0)
   92   55869 [main] rsync 26784 open: -1 = open (/etc/popt, 0x0)
   90   55959 [main] rsync 26784 open: open (/home/laelbrec/.popt, 0x0)
   66   56025 [main] rsync 26784 normalize_posix_path: src /home/laelbrec/.popt
   79   56104 [main] rsync 26784 normalize_posix_path: /home/laelbrec/.popt = normalize_posix_path (/home/laelbrec/.popt)
   77   56181 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.popt)
   95   56276 [main] rsync 26784 set_flags: flags: binary (0x2)
  119   56395 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /home/laelbrec/.popt, dst C:\cygwin\home\laelbrec\.popt, flags 0x3000A, rc 0
  175   56570 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.popt)
  128   56698 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.popt)
  160   56858 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.popt.exe)
   90   56948 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.popt.exe)
  147   57095 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.popt.lnk)
  162   57257 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.popt.lnk)
  137   57394 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.popt.exe.lnk)
  153   57547 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.popt.exe.lnk)
  105   57652 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.popt, 0x28A6C0) (0x3000A)
  154   57806 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec)
   99   57905 [main] rsync 26784 set_flags: flags: binary (0x2)
   67   57972 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /home/laelbrec, dst C:\cygwin\home\laelbrec, flags 0x3000A, rc 0
  105   58077 [main] rsync 26784 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec)
  145   58222 [main] rsync 26784 symlink_info::check: not a symlink
  155   58377 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec, 0x28A6C0) (0x3000A)
  132   58509 [main] rsync 26784 path_conv::check: this->path(C:\cygwin\home\laelbrec\.popt), has_acls(1)
  110   58619 [main] rsync 26784 build_fh_pc: fh 0x6124410C
  159   58778 [main] rsync 26784 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.popt, 0x100000)
  180   58958 [main] rsync 26784 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  116   59074 [main] rsync 26784 geterrno_from_win_error: windows error 2 == errno 2
   98   59172 [main] rsync 26784 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.popt, io, NULL, 0, 7, 1, 4020, NULL, 0)
   96   59268 [main] rsync 26784 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.popt, 0x100000)
   88   59356 [main] rsync 26784 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.popt, 0x0)
   94   59450 [main] rsync 26784 open: -1 = open (/home/laelbrec/.popt, 0x0)
  477   59927 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  126   60053 [main] rsync 26784 sig_send: wakeup 0x144
   92   60145 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    8   60153 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  193   60346 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  109   60455 [main] rsync 26784 sigaction_worker: signal 2, newact 0x469614 (handler 0x409770), oa 0x0
  100   60555 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
   99   60654 [main] rsync 26784 sig_send: wakeup 0x144
  134   60788 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  -13   60775 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
  128   60903 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
   40   60943 [main] rsync 26784 sigaction_worker: signal 1, newact 0x469614 (handler 0x409770), oa 0x0
   37   60980 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
   93   61073 [main] rsync 26784 sig_send: wakeup 0x144
  269   61342 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    9   61351 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  269   61620 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  115   61735 [main] rsync 26784 sigaction_worker: signal 15, newact 0x469614 (handler 0x409770), oa 0x0
  104   61839 [main] rsync 26784 set_signal_mask: oldmask 0x0, newmask 0x0, mask_bits 0x0
   58   61897 [main] rsync 26784 set_signal_mask: not calling sig_dispatch_pending
   47   61944 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  112   62056 [main] rsync 26784 sig_send: wakeup 0x144
  214   62270 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    9   62279 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  282   62561 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  113   62674 [main] rsync 26784 sigaction_worker: signal 13, newact 0x469614 (handler 0x1), oa 0x0
  137   62811 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -13, its_me 1
   65   62876 [main] rsync 26784 sig_send: wakeup 0x144
  101   62977 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    7   62984 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  193   63177 [main] rsync 26784 sig_send: returning 0x0 from sending signal -13
  116   63293 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
   95   63388 [main] rsync 26784 sig_send: wakeup 0x144
  190   63578 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    9   63587 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  187   63774 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
   86   63860 [main] rsync 26784 sigaction_worker: signal 25, newact 0x469614 (handler 0x1), oa 0x0
   83   63943 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -25, its_me 1
   91   64034 [main] rsync 26784 sig_send: wakeup 0x144
  119   64153 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x144
    7   64160 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x144
  167   64327 [main] rsync 26784 sig_send: returning 0x0 from sending signal -25
   76   64403 [main] rsync 26784 cwdstuff::get: posix /tmp
  126   64529 [main] rsync 26784 cwdstuff::get: (/tmp) = cwdstuff::get (0x46A0E0, 4095, 1, 1), errno 2
  382   64911 [main] rsync 26784 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x68A0-0x1, size 65536
  416   65327 [main] rsync 26784 fhandler_pipe::create_selectable: pipe read handle 0x144
   69   65396 [main] rsync 26784 fhandler_pipe::create_selectable: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x68A0-0x1
  315   65711 [main] rsync 26784 fhandler_pipe::create_selectable: pipe write handle 0x148
   79   65790 [main] rsync 26784 build_fh_pc: fh 0x6124410C
   89   65879 [main] rsync 26784 build_fh_pc: fh 0x61244494
  109   65988 [main] rsync 26784 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   94   66082 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  115   66197 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
  114   66311 [main] rsync 26784 fhandler_base::init: created new fhandler_base for handle 0x144, bin 1
  136   66447 [main] rsync 26784 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
  192   66639 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  102   66741 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   75   66816 [main] rsync 26784 fhandler_base::init: created new fhandler_base for handle 0x148, bin 1
  129   66945 [main] rsync 26784 fhandler_pipe::create: 0 = pipe ([0x6124410C, 0x61244494], 65536, 0x10000)
  134   67079 [main] rsync 26784 fhandler_base::fcntl: GETFL: 0x10000
  113   67192 [main] rsync 26784 fcntl64: 65536 = fcntl (3, 3, 0x61244494)
  118   67310 [main] rsync 26784 fhandler_base::set_flags: flags 0x14000, supplied_bin 0x0
  128   67438 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  118   67556 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   97   67653 [main] rsync 26784 fcntl64: 0 = fcntl (3, 4, 0x14000)
  127   67780 [main] rsync 26784 fhandler_base::fcntl: GETFL: 0x10001
   91   67871 [main] rsync 26784 fcntl64: 65537 = fcntl (4, 3, 0x14000)
   61   67932 [main] rsync 26784 fhandler_base::set_flags: flags 0x14001, supplied_bin 0x0
   35   67967 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   30   67997 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   30   68027 [main] rsync 26784 fcntl64: 0 = fcntl (4, 4, 0x14001)
   31   68058 [main] rsync 26784 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x68A0-0x2, size 65536
  250   68308 [main] rsync 26784 fhandler_pipe::create_selectable: pipe read handle 0x154
   94   68402 [main] rsync 26784 fhandler_pipe::create_selectable: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x68A0-0x2
  314   68716 [main] rsync 26784 fhandler_pipe::create_selectable: pipe write handle 0x158
  111   68827 [main] rsync 26784 build_fh_pc: fh 0x612446CC
  177   69004 [main] rsync 26784 build_fh_pc: fh 0x612448D4
   99   69103 [main] rsync 26784 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
  151   69254 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  102   69356 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   94   69450 [main] rsync 26784 fhandler_base::init: created new fhandler_base for handle 0x154, bin 1
   92   69542 [main] rsync 26784 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
  183   69725 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  100   69825 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   47   69872 [main] rsync 26784 fhandler_base::init: created new fhandler_base for handle 0x158, bin 1
   49   69921 [main] rsync 26784 fhandler_pipe::create: 0 = pipe ([0x612446CC, 0x612448D4], 65536, 0x10000)
   50   69971 [main] rsync 26784 fhandler_base::fcntl: GETFL: 0x10000
   38   70009 [main] rsync 26784 fcntl64: 65536 = fcntl (5, 3, 0x612448D4)
   32   70041 [main] rsync 26784 fhandler_base::set_flags: flags 0x14000, supplied_bin 0x0
   37   70078 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  111   70189 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
   88   70277 [main] rsync 26784 fcntl64: 0 = fcntl (5, 4, 0x14000)
  101   70378 [main] rsync 26784 fhandler_base::fcntl: GETFL: 0x10001
  116   70494 [main] rsync 26784 fcntl64: 65537 = fcntl (6, 3, 0x14000)
  207   70701 [main] rsync 26784 fhandler_base::set_flags: flags 0x14001, supplied_bin 0x0
  107   70808 [main] rsync 26784 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   78   70886 [main] rsync 26784 fhandler_base::set_flags: filemode set to binary
  106   70992 [main] rsync 26784 fcntl64: 0 = fcntl (6, 4, 0x14001)
  217   71209 [main] rsync 26784 child_info::child_info: subproc_ready 0x164
   98   71307 [main] rsync 26784 fork: entering
 1093   72400 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -40, its_me 1
   89   72489 [main] rsync 26784 sig_send: wakeup 0x17C
  131   72620 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x17C
    7   72627 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x17C
  264   72891 [main] rsync 26784 sig_send: returning 0x0 from sending signal -40
  125   73016 [main] rsync 26784 frok::parent: priority class 32
  390   73406 [main] rsync 26784 frok::parent: stack - bottom 0x290000, top 0x28AA80, size 21888
  115   73521 [main] rsync 26784 frok::parent: CreateProcessW (C:\cygwin\bin\rsync.exe, C:\cygwin\bin\rsync.exe, 0, 0, 1, 0x20, 0, 0, 0x28A9F8, 0x28AA58)
  120   73641 [main] rsync 26784 time: 1325085245 = time (0)
 7841   81482 [main] rsync 26784 child_info::sync: n 2, waiting for subproc_ready(0x164) and child process(0x18C)
    1       1 [main] rsync 24072 child_copy: cygheap - hp 0x168 low 0x61242860, high 0x61244B24, res 1
   90      91 [main] rsync 24072 child_copy: done
   80     171 [main] rsync 24072 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0xAC
   45     216 [main] rsync 24072 heap_init: heap base 0xA40000, heap top 0xA80000
   33     249 [main] rsync 24072 open_shared: name (null), n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0xD4
   26     275 [main] rsync 24072 user_info::create: opening user shared for '' at 0x60FC0000
   26     301 [main] rsync 24072 user_info::create: user shared version 6112AFB3
   55     356 [main] rsync (24072) open_shared: name cygpid.24072, n 24072, shared 0x60FE0000 (wanted 0x60FE0000), h 0xB0
   38     394 [main] rsync 24072 **********************************************
   25     419 [main] rsync 24072 Program name: C:\cygwin\bin\rsync.exe (pid 24072, ppid 1)
   24     443 [main] rsync 24072 App version:  1007.9, api: 0.0
   24     467 [main] rsync 24072 DLL version:  1007.9, api: 0.237
   23     490 [main] rsync 24072 DLL build:    2011-03-29 10:10
   26     516 [main] rsync 24072 OS version:   Windows NT-6.1
   33     549 [main] rsync 24072 Heap size:    402653184
   28     577 [main] rsync 24072 **********************************************
  137     714 [main] rsync 24072 pinfo::thisproc: myself->dwProcessId 24072
   79     793 [main] rsync 24072 child_copy: dll data - hp 0x168 low 0x61160000, high 0x61168DA4, res 1
87364   88157 [main] rsync 24072 child_copy: dll bss - hp 0x168 low 0x611DC000, high 0x612108D0, res 1
  291   88448 [main] rsync 24072 child_copy: user heap - hp 0x168 low 0xA40000, high 0xA80000, res 1
   45   88493 [main] rsync 24072 child_copy: done
  139   88632 [main] rsync 24072 child_copy: data - hp 0x168 low 0x44A000, high 0x45BE90, res 1
  105   88737 [main] rsync 24072 child_copy: bss - hp 0x168 low 0x45D000, high 0x46C214, res 1
  107   88844 [main] rsync 24072 child_copy: done
   44   88888 [main] rsync 24072 fixup_mmaps_after_fork: succeeded
  317   89205 [main] rsync 24072 dll_crt0_0: finished dll_crt0_0 initialization
  109   89314 [main] rsync 24072 _cygtls::remove: wait 0xFFFFFFFF
   45   89359 [main] rsync 24072 _cygtls::remove: removed 0x28CE64 element 0
  104   89463 [main] rsync 24072 frok::child: child is running.  pid 24072, ppid 0, stack here 0x28AA78
   50   89513 [main] rsync 24072 sync_with_parent: signalling parent: after longjmp
   28   89541 [main] rsync 24072 child_info::ready: signalled 0x164 that I was ready
 8076   89558 [main] rsync 26784 child_info::sync: pid 24072, WFMO returned 0, res 1
   73   89631 [main] rsync 26784 open_shared: name cygpid.24072, n 24072, shared 0x360000 (wanted 0x0), h 0x184
   44   89675 [main] rsync 26784 proc_subproc: args: 1, 2665020
   90   89765 [main] rsync 26784 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0xF0 for pid 24072(24072)
  250   90015 [main] rsync 26784 pinfo::wait: created tracking thread for pid 24072, winpid 0x5E08, rd_pipe 0x194
   38   90053 [main] rsync 26784 proc_subproc: added pid 24072 to proc table, slot 0
   34   90087 [main] rsync 26784 proc_subproc: returning 1
   33   90120 [main] rsync 26784 frok::parent: child is alive (but stopped)
   58   90178 [main] rsync 26784 child_copy: stack - hp 0x18C low 0x28AA80, high 0x290000, res 1
   35   90213 [main] rsync 26784 child_copy: done
   32   90245 [main] rsync 26784 frok::parent: copying data/bss of a linked dll
  693   90938 [proc_waiter] rsync 26784 cygthread::stub: thread 'proc_waiter', id 0x5D3C, stack_ptr 0x18E3CDA0
  534   91472 [main] rsync 26784 child_copy: linked dll data - hp 0x18C low 0x674D8000, high 0x675B57D0, res 1
  136   91608 [main] rsync 26784 child_copy: linked dll bss - hp 0x18C low 0x675B7000, high 0x675B71A0, res 1
  159   91767 [main] rsync 26784 child_copy: done
  138   91905 [main] rsync 26784 resume_child: signalled child
   55   91960 [main] rsync 26784 child_info::sync: n 2, waiting for subproc_ready(0x164) and child process(0x18C)
 2374   91915 [main] rsync 24072 sync_with_parent: awake
  115   92030 [main] rsync 24072 sync_with_parent: no problems
   42   92072 [main] rsync 24072 frok::child: hParent 0x168, load_dlls 0
   48   92120 [main] rsync 24072 dtable::fixup_after_fork: fd 0 (/dev/tty1)
   38   92158 [main] rsync 24072 fhandler_tty_slave::fixup_after_fork: /dev/tty1 inherited, usecount 2
   40   92198 [main] rsync 24072 dtable::fixup_after_fork: fd 3 (/dev/fd/pipe:[3])
   37   92235 [main] rsync 24072 fhandler_base::fixup_after_fork: inheriting '/dev/fd/pipe:[3]' from parent
   37   92272 [main] rsync 24072 fhandler_base::fork_fixup: handle 0x144 already opened
   93   92365 [main] rsync 24072 dtable::fixup_after_fork: fd 4 (pipe:[4])
  111   92476 [main] rsync 24072 fhandler_base::fixup_after_fork: inheriting 'pipe:[4]' from parent
  110   92586 [main] rsync 24072 fhandler_base::fork_fixup: handle 0x148 already opened
  106   92692 [main] rsync 24072 dtable::fixup_after_fork: fd 5 (/dev/fd/pipe:[5])
  119   92811 [main] rsync 24072 fhandler_base::fixup_after_fork: inheriting '/dev/fd/pipe:[5]' from parent
  130   92941 [main] rsync 24072 fhandler_base::fork_fixup: handle 0x154 already opened
   80   93021 [main] rsync 24072 dtable::fixup_after_fork: fd 6 (pipe:[6])
   94   93115 [main] rsync 24072 fhandler_base::fixup_after_fork: inheriting 'pipe:[6]' from parent
  107   93222 [main] rsync 24072 fhandler_base::fork_fixup: handle 0x158 already opened
   91   93313 [main] rsync 24072 sync_with_parent: signalling parent: performed fork fixup
  108   93421 [main] rsync 24072 child_info::ready: signalled 0x164 that I was ready
 1468   93428 [main] rsync 26784 child_info::sync: pid 24072, WFMO returned 0, res 1
  126   93554 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -41, its_me 1
   59   93613 [main] rsync 26784 sig_send: wakeup 0x17C
   46   93659 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x17C
   62   93721 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x17C
   58   93779 [main] rsync 26784 sig_send: returning 0x0 from sending signal -41
  211   93990 [main] rsync 26784 fork: 24072 = fork()
   41   94031 [main] rsync 26784 close: close (6)
   44   94075 [main] rsync 26784 fhandler_base::close: closing 'pipe:[6]' handle 0x158
  660   94081 [main] rsync 24072 fork: 0 = fork()
   44   94119 [main] rsync 26784 close: 0 = close (6)
   54   94135 [main] rsync 24072 dtable::dup3: dup3 (3, 0, 0x0)
   34   94153 [main] rsync 26784 close: close (3)
   38   94173 [main] rsync 24072 build_fh_pc: fh 0x61244B34
   32   94185 [main] rsync 26784 fhandler_base::close: closing '/dev/fd/pipe:[3]' handle 0x144
   42   94215 [main] rsync 24072 fhandler_base::dup: in fhandler_base dup
   38   94223 [main] rsync 26784 close: 0 = close (3)
   39   94254 [main] rsync 24072 fhandler_pipe::dup: res 0
   35   94289 [main] rsync 24072 dtable::dup_worker: duped '/dev/fd/pipe:[3]' old 0x144, new 0x168
   84   94307 [main] rsync 26784 open: open (/usr/lib/charset.alias, 0x100000)
   36   94325 [main] rsync 24072 dtable::dup3: newfh->io_handle 0x168, oldfh->io_handle 0x144, new win32_name 0x61244AF4, old win32_name 0x61244464
   38   94345 [main] rsync 26784 normalize_posix_path: src /usr/lib/charset.alias
   37   94362 [main] rsync 24072 close: close (0)
   36   94381 [main] rsync 26784 normalize_posix_path: /usr/lib/charset.alias = normalize_posix_path (/usr/lib/charset.alias)
   51   94413 [main] rsync 24072 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 1, amount -1, ctty /dev/tty1, avoid_freeing_console 0
   33   94414 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/lib/charset.alias)
   51   94464 [main] rsync 24072 fhandler_tty_slave::close: /dev/tty1 closed, usecount 1
   53   94467 [main] rsync 26784 set_flags: flags: binary (0x2)
   46   94513 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /usr/lib/charset.alias, dst C:\cygwin\lib\charset.alias, flags 0x2000A, rc 0
   50   94514 [main] rsync 24072 fhandler_tty_slave::close: just returning because archetype usecount is != 0
   51   94565 [main] rsync 24072 close: 0 = close (0)
   34   94599 [main] rsync 24072 dtable::dup3: 0 = dup3 (3, 0, 0x0)
  105   94618 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\lib\charset.alias)
   31   94630 [main] rsync 24072 close: close (4)
   38   94656 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\lib\charset.alias)
   43   94673 [main] rsync 24072 fhandler_base::close: closing 'pipe:[4]' handle 0x148
   34   94707 [main] rsync 24072 close: 0 = close (4)
   61   94717 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\lib\charset.alias.exe)
   35   94742 [main] rsync 24072 close: close (5)
   37   94754 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\lib\charset.alias.exe)
   37   94779 [main] rsync 24072 fhandler_base::close: closing '/dev/fd/pipe:[5]' handle 0x154
   64   94818 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\lib\charset.alias.lnk)
  101   94880 [main] rsync 24072 close: 0 = close (5)
   83   94901 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\lib\charset.alias.lnk)
   66   94946 [main] rsync 24072 dtable::dup3: dup3 (6, 1, 0x0)
   78   94979 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\lib\charset.alias.exe.lnk)
   88   95034 [main] rsync 24072 build_fh_pc: fh 0x612446CC
   70   95049 [main] rsync 26784 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\lib\charset.alias.exe.lnk)
  101   95135 [main] rsync 24072 fhandler_base::dup: in fhandler_base dup
   92   95141 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\lib\charset.alias, 0x2896E0) (0x2000A)
   42   95177 [main] rsync 24072 fhandler_pipe::dup: res 0
   45   95186 [main] rsync 26784 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/lib)
  126   95303 [main] rsync 24072 dtable::dup_worker: duped 'pipe:[6]' old 0x158, new 0x154
  129   95315 [main] rsync 26784 set_flags: flags: binary (0x2)
   37   95340 [main] rsync 24072 dtable::dup3: newfh->io_handle 0x154, oldfh->io_handle 0x158, new win32_name 0x61244434, old win32_name 0x61244ADC
   37   95352 [main] rsync 26784 mount_info::conv_to_win32_path: src_path /usr/lib, dst C:\cygwin\lib, flags 0x2000A, rc 0
   36   95376 [main] rsync 24072 close: close (1)
   35   95411 [main] rsync 24072 fhandler_base::close: closing '/tmp/strace.out' handle 0x180
   67   95419 [main] rsync 26784 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\lib)
   40   95451 [main] rsync 24072 close: 0 = close (1)
   65   95484 [main] rsync 26784 symlink_info::check: not a symlink
   36   95487 [main] rsync 24072 dtable::dup3: 1 = dup3 (6, 1, 0x0)
   47   95534 [main] rsync 24072 close: close (3)
   58   95542 [main] rsync 26784 symlink_info::check: 0 = symlink.check (C:\cygwin\lib, 0x2896E0) (0x2000A)
   36   95570 [main] rsync 24072 fhandler_base::close: closing '/dev/fd/pipe:[3]' handle 0x144
   40   95582 [main] rsync 26784 path_conv::check: this->path(C:\cygwin\lib\charset.alias), has_acls(1)
   37   95607 [main] rsync 24072 close: 0 = close (3)
   43   95625 [main] rsync 26784 build_fh_pc: fh 0x6124410C
   34   95641 [main] rsync 24072 close: close (6)
   34   95659 [main] rsync 26784 fhandler_base::open: (\??\C:\cygwin\lib\charset.alias, 0x100000)
   34   95675 [main] rsync 24072 fhandler_base::close: closing 'pipe:[6]' handle 0x158
   33   95708 [main] rsync 24072 close: 0 = close (6)
   56   95715 [main] rsync 26784 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   40   95755 [main] rsync 26784 geterrno_from_win_error: windows error 2 == errno 2
   44   95752 [main] rsync 24072 fhandler_base::fcntl: GETFL: 0x14000
   34   95789 [main] rsync 26784 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\lib\charset.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
   51   95803 [main] rsync 24072 fcntl64: 81920 = fcntl (0, 3, 0x28AC94)
   35   95824 [main] rsync 26784 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\lib\charset.alias, 0x100000)
   38   95841 [main] rsync 24072 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   36   95860 [main] rsync 26784 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\lib\charset.alias, 0x100000)
   36   95877 [main] rsync 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   32   95892 [main] rsync 26784 open: -1 = open (/usr/lib/charset.alias, 0x100000)
   30   95907 [main] rsync 24072 fhandler_base::set_flags: filemode set to binary
   34   95941 [main] rsync 24072 fcntl64: 0 = fcntl (0, 4, 0x10000)
   33   95974 [main] rsync 24072 find_exec: find_exec (ssh)
   39   96013 [main] rsync 24072 find_exec: PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\Program Files (x86)\PC Connectivity Solution;C:\oracle\orcl\product\11.2.0\dbhome_1\bin;C:\Applications\SlikSvn\bin;C:\Applications\SysinternalsSuite;C:\oracle\ODAC\product\11.2.0\client_1;C:\oracle\ODAC\product\11.2.0\client_1\bin;C:\Applications\UnxUtils\usr\local\wbin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Progra~2\NTRU Cryptosystems\NTRU TCG Software Stack\bin;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5;C:\Program Files\WIDCOMM\Bluetooth Software;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Progra~2\Common Files\Roxio Shared\10.0\DLLShared;C:\Applications\ffmpeg\bin;C:\Program Files\Intel\DMIX;C:\Progra~2\QuickTime\QTSystem;C:\Progra~2\PC Connectivity Solution;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Belgium Identity Card;C:\Program Files (x86)\QuickTime\QTSystem;C:\Oracle\Middleware10.3.5.0\jdeveloper\ant\bin;C:\Program Files\TortoiseSVN\bin;C:\Progra~2\smartmontools\bin
  137   96029 [main] rsync 26784 cygwin_select: 5, 0x0, 0x2883C8, 0x2883B8, 0x2883B0
   52   96065 [main] rsync 24072 find_exec: trying C:\cygwin\usr\local\bin\ssh
   32   96097 [main] rsync 24072 perhaps_suffix: prog 'C:\cygwin\usr\local\bin\ssh'
  109   96138 [main] rsync 26784 dtable::select_write: pipe:[4] fd 4
   41   96179 [main] rsync 26784 dtable::select_except: pipe:[4] fd 4
   92   96189 [main] rsync 24072 normalize_posix_path: src C:\cygwin\usr\local\bin\ssh
   35   96214 [main] rsync 26784 cygwin_select: to->tv_sec 60, to->tv_usec 0, ms 60000
   39   96228 [main] rsync 24072 normalize_win32_path: C:\cygwin\usr\local\bin\ssh = normalize_win32_path (C:\cygwin\usr\local\bin\ssh)
   30   96244 [main] rsync 26784 cygwin_select: sel.always_ready 0
   32   96260 [main] rsync 24072 mount_info::conv_to_win32_path: conv_to_win32_path (C:/cygwin/usr/local/bin/ssh)
   43   96303 [main] rsync 24072 mount_info::conv_to_win32_path: src_path C:/cygwin/usr/local/bin/ssh, dst C:\cygwin\usr\local\bin\ssh, flags 0x0, rc 0
   61   96364 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\bin\ssh)
   50   96414 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\ssh)
   64   96478 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\bin\ssh.exe)
   36   96514 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\ssh.exe)
   50   96564 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\bin\ssh.com)
   31   96595 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\ssh.com)
   39   96634 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\bin\ssh.lnk)
   28   96662 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\ssh.lnk)
   38   96700 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\bin\ssh.exe.lnk)
   30   96730 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\ssh.exe.lnk)
   25   96755 [main] rsync 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\bin\ssh, 0x289840) (0x6000)
   28   96783 [main] rsync 24072 mount_info::conv_to_win32_path: conv_to_win32_path (C:/cygwin/usr/local/bin)
   25   96808 [main] rsync 24072 mount_info::conv_to_win32_path: src_path C:/cygwin/usr/local/bin, dst C:\cygwin\usr\local\bin, flags 0x0, rc 0
   51   96859 [main] rsync 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\local\bin)
   45   96904 [main] rsync 24072 symlink_info::check: not a symlink
  624   96868 [select_pipe] rsync 26784 cygthread::stub: thread 'select_pipe', id 0x60BC, stack_ptr 0x1903CDA0
   43   96947 [main] rsync 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\bin, 0x289840) (0x6000)
   37   96984 [main] rsync 24072 path_conv::check: this->path(C:\cygwin\usr\local\bin\ssh), has_acls(0)
  119   96987 [select_pipe] rsync 26784 peek_pipe: pipe:[4], select for read/except on write end of pipe
   27   97011 [main] rsync 24072 perhaps_suffix: buf C:\cygwin\usr\local\bin\ssh, suffix found '(null)'
   46   97057 [main] rsync 24072 find_exec: trying C:\cygwin\bin\ssh
   26   97083 [main] rsync 24072 perhaps_suffix: prog 'C:\cygwin\bin\ssh'
   75   97062 [select_pipe] rsync 26784 peek_pipe: pipe:[4], ready for write: size 65536, avail 65536
   27   97110 [main] rsync 24072 normalize_posix_path: src C:\cygwin\bin\ssh
   40   97150 [main] rsync 24072 normalize_win32_path: C:\cygwin\bin\ssh = normalize_win32_path (C:\cygwin\bin\ssh)
   26   97176 [main] rsync 24072 mount_info::conv_to_win32_path: conv_to_win32_path (C:/cygwin/bin/ssh)
   26   97202 [main] rsync 24072 mount_info::conv_to_win32_path: src_path C:/cygwin/bin/ssh, dst C:\cygwin\bin\ssh, flags 0x0, rc 0
   62   97264 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\bin\ssh)
   36   97300 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\bin\ssh)
   45   97345 [main] rsync 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\ssh.exe)
   41   97386 [main] rsync 24072 symlink_info::check: not a symlink
   40   97426 [main] rsync 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\ssh.exe, 0x289840) (0x6000)
   29   97455 [main] rsync 24072 path_conv::check: this->path(C:\cygwin\bin\ssh.exe), has_acls(0)
   26   97481 [main] rsync 24072 perhaps_suffix: buf C:\cygwin\bin\ssh.exe, suffix found '.exe'
   25   97506 [main] rsync 24072 find_exec: /usr/bin/ssh = find_exec (ssh)
   26   97532 [main] rsync 24072 spawnve: spawnve (/usr/bin/ssh, ssh, A680E0)
   29   97561 [main] rsync 24072 spawn_guts: spawn_guts (3, /usr/bin/ssh)
   32   97593 [main] rsync 24072 perhaps_suffix: prog '/usr/bin/ssh'
   60   97653 [main] rsync 24072 normalize_posix_path: src /usr/bin/ssh
   34   97687 [main] rsync 24072 normalize_posix_path: /usr/bin/ssh = normalize_posix_path (/usr/bin/ssh)
   28   97715 [main] rsync 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/ssh)
   28   97743 [main] rsync 24072 set_flags: flags: binary (0x2)
   27   97770 [main] rsync 24072 mount_info::conv_to_win32_path: src_path /usr/bin/ssh, dst C:\cygwin\bin\ssh, flags 0x2000A, rc 0
   80   97850 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\bin\ssh)
   33   97883 [main] rsync 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\bin\ssh)
   41   97924 [main] rsync 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\bin\ssh.exe)
   41   97965 [main] rsync 24072 symlink_info::check: not a symlink
   38   98003 [main] rsync 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\ssh.exe, 0x288BC0) (0x2000A)
   29   98032 [main] rsync 24072 path_conv::check: this->path(C:\cygwin\bin\ssh.exe), has_acls(1)
   24   98056 [main] rsync 24072 perhaps_suffix: buf C:\cygwin\bin\ssh.exe, suffix found '.exe'
  150   98206 [main] rsync 24072 spawn_guts: priority class 32
   49   98255 [main] rsync 24072 fhandler_console::need_invisible: invisible_console 0
   37   98292 [main] rsync 24072 spawn_guts: null_app_name 0 (C:\cygwin\bin\ssh.exe, )
   29   98321 [main] rsync 24072 build_env: envp 0xA680E0
   36   98357 [main] rsync 24072 spenv::retrieve: no_envblock 1
   27   98384 [main] rsync 24072 spenv::retrieve: duping existing value for 'HOMEDRIVE='
   25   98409 [main] rsync 24072 spenv::retrieve: no_envblock 1
   25   98434 [main] rsync 24072 spenv::retrieve: duping existing value for 'HOMEPATH='
   27   98461 [main] rsync 24072 spenv::retrieve: no_envblock 1
   26   98487 [main] rsync 24072 spenv::retrieve: duping existing value for 'LOGONSERVER='
   28   98515 [main] rsync 24072 spenv::retrieve: no_envblock 1
   32   98547 [main] rsync 24072 spenv::retrieve: no_envblock 1
   28   98575 [main] rsync 24072 spenv::retrieve: no_envblock 1
   28   98603 [main] rsync 24072 spenv::retrieve: duping existing value for 'SYSTEMROOT='
   39   98642 [main] rsync 24072 spenv::retrieve: no_envblock 1
   32   98674 [main] rsync 24072 spenv::retrieve: duping existing value for 'USERDOMAIN='
   30   98704 [main] rsync 24072 spenv::retrieve: no_envblock 1
   30   98734 [main] rsync 24072 spenv::retrieve: duping existing value for 'USERNAME='
   33   98767 [main] rsync 24072 spenv::retrieve: no_envblock 1
   34   98801 [main] rsync 24072 spenv::retrieve: duping existing value for 'USERPROFILE='
   27   98828 [main] rsync 24072 spenv::retrieve: no_envblock 1
   25   98853 [main] rsync 24072 spenv::retrieve: duping existing value for 'WINDIR='
   25   98878 [main] rsync 24072 build_env: env count 4, bytes 1447
   76   98954 [main] rsync 24072 build_env: envp 0x612448D4, envc 69
   34   98988 [main] rsync 24072 child_info::child_info: subproc_ready 0x144
 1911  100899 [main] rsync 24072 spawn_guts: 24072 = spawn_guts (/usr/bin/ssh, C:\cygwin\bin\ssh.exe -l ludovic REMOTEHOST rsync --server --daemon .)
   67  100966 [main] rsync 24072! spawn_guts: new process name \\?\C:\cygwin\bin\ssh.exe
   36  101002 [main] rsync 24072! _pinfo::dup_proc_pipe: duped wr_proc_pipe 0x4 for pid 24072(23656)
   28  101030 [main] rsync 24072! spawn_guts: spawned windows pid 23656
   25  101055 [main] rsync 24072! child_info::sync: n 2, waiting for subproc_ready(0x144) and child process(0xF8)
    1       1 [main] ssh 23656 child_copy: cygheap - hp 0xF4 low 0x61242860, high 0x612467F4, res 1
   86      87 [main] ssh 23656 child_copy: done
   82     169 [main] ssh 23656 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0xB8
   50     219 [main] ssh 23656 heap_init: heap base 0xB30000, heap top 0xB30000
   41     260 [main] ssh 23656 open_shared: name (null), n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0xD4
   32     292 [main] ssh 23656 user_info::create: opening user shared for '' at 0x60FC0000
10579  107641 [main] rsync 26784 select_stuff::wait: m 2, ms 60000
   54     346 [main] ssh 23656 user_info::create: user shared version 6112AFB3
   61  107702 [main] rsync 26784 select_stuff::wait: woke up.  wait_ret 1.  verifying
   48  107750 [main] rsync 26784 set_bits: me 0xA7AB28, testing fd 4 (pipe:[4])
   32  107782 [main] rsync 26784 set_bits: ready 1
   28  107810 [main] rsync 26784 select_stuff::wait: gotone 1
   28  107838 [main] rsync 26784 select_stuff::wait: returning 0
   28  107866 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
  168     514 [main] ssh (23656) open_shared: name (null), n 24072, shared 0x60FE0000 (wanted 0x60FE0000), h 0x100
   72     586 [main] ssh 24072 **********************************************
   91  107957 [main] rsync 26784 peek_pipe: pipe:[4], select for read/except on write end of pipe
   41  107998 [main] rsync 26784 peek_pipe: pipe:[4], already ready for write
   59     645 [main] ssh 24072 Program name: C:\cygwin\bin\ssh.exe (pid 24072, ppid 26784)
   28  108026 [main] rsync 26784 set_bits: me 0xA7AB28, testing fd 4 (pipe:[4])
   38  108064 [main] rsync 26784 set_bits: ready 1
   66     711 [main] ssh 24072 App version:  1007.9, api: 0.0
   29  108093 [main] rsync 26784 select_stuff::poll: returning 1
   37  108130 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
   66     777 [main] ssh 24072 DLL version:  1007.9, api: 0.237
   30  108160 [main] rsync 26784 select_stuff::~select_stuff: deleting select records
   65     842 [main] ssh 24072 DLL build:    2011-03-29 10:10
   60  108220 [main] rsync 26784 writev: writev (4, 0x287F54, 1)
   59     901 [main] ssh 24072 OS version:   Windows NT-6.1
   34  108254 [main] rsync 26784 fhandler_base::write: binary write
   48     949 [main] ssh 24072 Heap size:    402653184
   56  108310 [main] rsync 26784 writev: 14 = write (4, 0x287F54, 1), errno 0
   47     996 [main] ssh 24072 **********************************************
   45  108355 [main] rsync 26784 cygwin_select: 6, 0x2880F8, 0x2880F0, 0x0, 0x2880E8
   47    1043 [main] ssh 24072 pinfo::thisproc: myself->dwProcessId 23656
   93  108448 [main] rsync 26784 dtable::select_read: /dev/fd/pipe:[5] fd 5
   30  108478 [main] rsync 26784 cygwin_select: to->tv_sec 60, to->tv_usec 0, ms 60000
   29  108507 [main] rsync 26784 cygwin_select: sel.always_ready 0
   68  108575 [main] rsync 26784 select_stuff::wait: m 2, ms 60000
  139    1182 [main] ssh 24072 open_shared: name cygpid.23656, n 23656, shared 0x30000 (wanted 0x0), h 0xBC
   95    1277 [main] ssh 24072 fhandler_base::fixup_after_exec: here for '/dev/fd/pipe:[3]'
   42    1319 [main] ssh 24072 fhandler_base::fixup_after_exec: here for 'pipe:[6]'
   33    1352 [main] ssh 24072 fhandler_base::fixup_after_exec: here for '/tmp/strace.out'
   33    1385 [main] ssh 24072 child_info::ready: signalled 0x144 that I was ready
 7757  108812 [main] rsync 24072! child_info::sync: pid 23656, WFMO returned 0, res 1
   56  108868 [main] rsync 24072! fhandler_base::close: closing '/dev/fd/pipe:[3]' handle 0x168
   39  108907 [main] rsync 24072! fhandler_base::close: closing 'pipe:[6]' handle 0x154
   38  108945 [main] rsync 24072! fhandler_base::close: closing '/tmp/strace.out' handle 0x2CC
   49  108994 [main] rsync 24072! pinfo::maybe_set_exit_code_from_windows: pid 24072, exit value - old 0x0, windows 0xDEADBEEF, cygwin 0x0
   28  109022 [main] rsync 24072! sigproc_terminate: entering
   30  109052 [main] rsync 24072! __set_errno: bool proc_can_be_signalled(_pinfo*):167 val 3
   38  109090 [main] rsync 24072! sig_send: invalid pid 48(1C), signal -42
   36  109126 [main] rsync 24072! sig_send: returning 0x1 from sending signal -42
   34  109160 [main] rsync 24072! proc_terminate: nprocs 0
   32  109192 [main] rsync 24072! proc_terminate: leaving
   48  109240 [main] rsync 24072! __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
   35  109275 [main] rsync 24072! __to_clock_t: total 00000000 00000000
   32  109307 [main] rsync 24072! __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
   31  109338 [main] rsync 24072! __to_clock_t: total 00000000 00000000
  291  109629 [main] rsync 24072! pinfo::exit: Calling ExitProcess n 0x4000000, exitcode 0x0
 1396    2781 [main] ssh 24072 dll_crt0_0: finished dll_crt0_0 initialization
   88    2869 [main] ssh 24072 _cygtls::remove: wait 0xFFFFFFFF
   55    2924 [main] ssh 24072 _cygtls::remove: removed 0x28CE64 element 0
   64    2988 [main] ssh 24072 _cygtls::remove: wait 0xFFFFFFFF
   37    3025 [main] ssh 24072 _cygtls::remove: removed 0x28CE64 element 0
   62    3087 [main] ssh 24072 _cygtls::remove: wait 0xFFFFFFFF
   37    3124 [main] ssh 24072 _cygtls::remove: removed 0x28CE64 element 0
   57    3181 [main] ssh 24072 _cygtls::remove: wait 0xFFFFFFFF
   37    3218 [main] ssh 24072 _cygtls::remove: removed 0x28CE64 element 0
 6444    9662 [main] ssh 24072 _cygwin_istext_for_stdio: fd 0: opened as binary
   67    9729 [main] ssh 24072 _cygwin_istext_for_stdio: fd 1: opened as binary
   34    9763 [main] ssh 24072 _cygwin_istext_for_stdio: fd 2: opened as binary
  709   10472 [main] ssh 24072 parse_options: glob (called func)
   74   10546 [main] ssh 24072 parse_options: returning
   45   10591 [main] ssh 24072 pinfo_init: pid 24072, pgid 26784
  971   11562 [main] ssh 24072 open: open (/dev/urandom, 0x0)
  207   11769 [main] ssh 24072 normalize_posix_path: src /dev/urandom
  236   12005 [main] ssh 24072 normalize_posix_path: /dev/urandom = normalize_posix_path (/dev/urandom)
  100   12105 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/urandom)
  123   12228 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /dev/urandom, dst /dev/urandom, flags 0x2, rc 0
  130   12358 [main] ssh 24072 build_fh_pc: fh 0x612448D4
  137   12495 [main] ssh 24072 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
  183   12678 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   84   12762 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   79   12841 [main] ssh 24072 open: 3 = open (/dev/urandom, 0x0)
   41   12882 [main] ssh 24072 readv: readv (3, 0x28CCD4, 1) blocking, sigcatchers 0
 5940   18822 [main] ssh 24072 readv: 4 = readv (3, 0x28CCD4, 1), errno 0
   89   18911 [main] ssh 24072 close: close (3)
   48   18959 [main] ssh 24072 close: 0 = close (3)
   53   19012 [main] ssh 24072 __set_errno: void dll_crt0_1(void*):958 val 0
  371   19383 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -39, its_me 1
   40   19423 [main] ssh 24072 sig_send: wakeup 0x14C
   56   19479 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x14C
13140   32619 [sig] ssh 24072 wait_sig: entering ReadFile loop, my_readsig 0xEC, my_sendsig 0xF0
  111   32730 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x14C
   67   32797 [main] ssh 24072 sig_send: returning 0x0 from sending signal -39
   66   32863 [main] ssh 24072 open: open (/dev/null, 0x10002)
   57   32920 [main] ssh 24072 normalize_posix_path: src /dev/null
   77   32997 [main] ssh 24072 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   40   33037 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   42   33079 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /dev/null, dst \Device\Null, flags 0x2, rc 0
   47   33126 [main] ssh 24072 build_fh_pc: fh 0x612448D4
   55   33181 [main] ssh 24072 fhandler_base::open: (\Device\Null, 0x10002)
   55   33236 [main] ssh 24072 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x10000
   56   33292 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   37   33329 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   37   33366 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x14C, C0100000, \Device\Null, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38   33404 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\Device\Null, 0x10002)
   85   33489 [main] ssh 24072 open: 3 = open (/dev/null, 0x10002)
   53   33542 [main] ssh 24072 close: close (3)
   45   33587 [main] ssh 24072 fhandler_base::close: closing '/dev/null' handle 0x14C
   49   33636 [main] ssh 24072 close: 0 = close (3)
  263   33899 [main] ssh 24072 normalize_posix_path: src /proc/24072/fd
   57   33956 [main] ssh 24072 normalize_posix_path: /proc/24072/fd = normalize_posix_path (/proc/24072/fd)
   38   33994 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/24072/fd)
   42   34036 [main] ssh 24072 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/24072/fd)
   40   34076 [main] ssh 24072 set_flags: flags: binary (0x2)
   39   34115 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /proc/24072/fd, dst /proc/24072/fd, flags 0x2, rc 0
   44   34159 [main] ssh 24072 build_fh_pc: fh 0x612448D4
   50   34209 [main] ssh 24072 fhandler_process::exists: exists (/proc/24072/fd)
   41   34250 [main] ssh 24072 build_fh_pc: fh 0x612448D4
   39   34289 [main] ssh 24072 fhandler_process::exists: exists (/proc/24072/fd)
   96   34385 [main] ssh 24072 fhandler_virtual::opendir: 0xB58340 = opendir (/proc/24072/fd)
   44   34429 [main] ssh 24072 fhandler_process::readdir: 0 = readdir (0xB58340, 0xB58380) (.)
   40   34469 [main] ssh 24072 fhandler_process::readdir: 0 = readdir (0xB58340, 0xB58380) (..)
   35   34504 [main] ssh 24072 normalize_posix_path: src /proc/24072/fd/..
   35   34539 [main] ssh 24072 normalize_posix_path: /proc/24072/ = normalize_posix_path (/proc/24072/fd/..)
   48   34587 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/24072)
   36   34623 [main] ssh 24072 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/24072)
   35   34658 [main] ssh 24072 set_flags: flags: binary (0x2)
   54   34712 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /proc/24072, dst /proc/24072, flags 0x2, rc 0
   39   34751 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   43   34794 [main] ssh 24072 fhandler_process::exists: exists (/proc/24072)
   46   34840 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   38   34878 [main] ssh 24072 stat_worker: (/proc/24072, 0x289A90, 0x6124410C), file_attributes 16
   37   34915 [main] ssh 24072 fhandler_process::exists: exists (/proc/24072)
   37   34952 [main] ssh 24072 fhandler_base::fstat: here
   37   34989 [main] ssh 24072 time: 1325085245 = time (0)
   39   35028 [main] ssh 24072 stat_worker: 0 = (/proc/24072, 0x289A90)
   38   35066 [main] ssh 24072 fhandler_process::readdir: 0 = readdir (0xB58340, 0xB58380) (0)
   42   35108 [main] ssh 24072 fhandler_process::readdir: 0 = readdir (0xB58340, 0xB58380) (1)
   39   35147 [main] ssh 24072 fhandler_process::readdir: 0 = readdir (0xB58340, 0xB58380) (2)
   39   35186 [main] ssh 24072 fhandler_process::readdir: 0 = readdir (0xB58340, 0xB58380) (3)
   39   35225 [main] ssh 24072 fhandler_process::readdir: 89 = readdir (0xB58340, 0xB58380) (3)
   97   35322 [main] ssh 24072 closedir: 0 = closedir (0x0)
   43   35365 [main] ssh 24072 seteuid32: uid: 1000 myself->uid: 1000 myself->gid: 513
   40   35405 [main] ssh 24072 seteuid32: Nothing happens
  333   35738 [main] ssh 24072 pwdgrp::load: \etc\passwd curr_lines 8
   49   35787 [main] ssh 24072 pwdgrp::load: \etc\passwd load succeeded
61020   96807 [main] ssh 24072 _cygwin_istext_for_stdio: fd 0: opened as binary
   73   96880 [main] ssh 24072 _cygwin_istext_for_stdio: fd 1: opened as binary
   38   96918 [main] ssh 24072 _cygwin_istext_for_stdio: fd 2: opened as binary
  203   97121 [main] ssh 24072 isatty: 0 = isatty (0)
  221   97342 [main] ssh 24072 open: open (/home/laelbrec/.ssh/config, 0x0)
   39   97381 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/config
   38   97419 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/config = normalize_posix_path (/home/laelbrec/.ssh/config)
   88   97507 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/config)
   52   97559 [main] ssh 24072 set_flags: flags: binary (0x2)
   57   97616 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/config, dst C:\cygwin\home\laelbrec\.ssh\config, flags 0x3000A, rc 0
  133   97749 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\config)
   57   97806 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\config)
   53   97859 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\config.exe)
   55   97914 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\config.exe)
   51   97965 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\config.lnk)
   58   98023 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\config.lnk)
   52   98075 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\config.exe.lnk)
   58   98133 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\config.exe.lnk)
   37   98170 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\config, 0x289310) (0x3000A)
   37   98207 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37   98244 [main] ssh 24072 set_flags: flags: binary (0x2)
   37   98281 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   60   98341 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   83   98424 [main] ssh 24072 symlink_info::check: not a symlink
   71   98495 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x289310) (0x3000A)
   58   98553 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\config), has_acls(1)
   49   98602 [main] ssh 24072 build_fh_pc: fh 0x612448D4
   61   98663 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\config, 0x100000)
   62   98725 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   55   98780 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   39   98819 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\config, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38   98857 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\config, 0x100000)
   37   98894 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\config, 0x0)
   40   98934 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/config, 0x0)
  196   99130 [main] ssh 24072 open: open (/etc/ssh_config, 0x0)
   41   99171 [main] ssh 24072 normalize_posix_path: src /etc/ssh_config
   41   99212 [main] ssh 24072 normalize_posix_path: /etc/ssh_config = normalize_posix_path (/etc/ssh_config)
   36   99248 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_config)
   36   99284 [main] ssh 24072 set_flags: flags: binary (0x2)
   37   99321 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_config, dst C:\cygwin\etc\ssh_config, flags 0x3000A, rc 0
   60   99381 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_config)
   91   99472 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_config)
   71   99543 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_config.exe)
   62   99605 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_config.exe)
   54   99659 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_config.lnk)
   55   99714 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_config.lnk)
   52   99766 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_config.exe.lnk)
   57   99823 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_config.exe.lnk)
   38   99861 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_config, 0x289310) (0x3000A)
   37   99898 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   37   99935 [main] ssh 24072 set_flags: flags: binary (0x2)
   37   99972 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
   54  100026 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
   63  100089 [main] ssh 24072 symlink_info::check: not a symlink
   60  100149 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x289310) (0x3000A)
   59  100208 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_config), has_acls(1)
   40  100248 [main] ssh 24072 build_fh_pc: fh 0x612448D4
   38  100286 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_config, 0x100000)
   54  100340 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   53  100393 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   50  100443 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_config, io, NULL, 0, 7, 1, 4020, NULL, 0)
   58  100501 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_config, 0x100000)
   38  100539 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_config, 0x0)
   44  100583 [main] ssh 24072 open: -1 = open (/etc/ssh_config, 0x0)
  275  100858 [main] ssh 24072 open: open (/dev/urandom, 0x1C000)
   49  100907 [main] ssh 24072 normalize_posix_path: src /dev/urandom
   37  100944 [main] ssh 24072 normalize_posix_path: /dev/urandom = normalize_posix_path (/dev/urandom)
   37  100981 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/urandom)
   37  101018 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /dev/urandom, dst /dev/urandom, flags 0x2, rc 0
   40  101058 [main] ssh 24072 build_fh_pc: fh 0x612448D4
   38  101096 [main] ssh 24072 fhandler_base::set_flags: flags 0x1C000, supplied_bin 0x0
   37  101133 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   36  101169 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   37  101206 [main] ssh 24072 open: 3 = open (/dev/urandom, 0x1C000)
   37  101243 [main] ssh 24072 fhandler_base::fstat: here
   37  101280 [main] ssh 24072 time: 1325085245 = time (0)
   38  101318 [main] ssh 24072 fstat64: 0 = fstat (3, 0x28AB00)
   42  101360 [main] ssh 24072 cygwin_select: 4, 0x28AC4C, 0x0, 0x0, 0x28AC44
   63  101423 [main] ssh 24072 dtable::select_read: /dev/urandom fd 3
   66  101489 [main] ssh 24072 cygwin_select: to->tv_sec 0, to->tv_usec 10000, ms 10
   48  101537 [main] ssh 24072 cygwin_select: sel.always_ready 1
   42  101579 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   37  101616 [main] ssh 24072 set_bits: me 0xB72DA8, testing fd 3 (/dev/urandom)
   38  101654 [main] ssh 24072 set_bits: ready 1
   36  101690 [main] ssh 24072 select_stuff::poll: returning 1
   36  101726 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   36  101762 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
   58  101820 [main] ssh 24072 readv: readv (3, 0x28AAC4, 1) nonblocking, sigcatchers 0
   57  101877 [main] ssh 24072 dtable::select_read: /dev/urandom fd 3
   36  101913 [main] ssh 24072 fhandler_base::ready_for_read: read_ready 1, avail 1
   37  101950 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   35  101985 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   36  102021 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  281  102302 [main] ssh 24072 readv: 32 = readv (3, 0x28AAC4, 1), errno 2
   57  102359 [main] ssh 24072 close: close (3)
   43  102402 [main] ssh 24072 close: 0 = close (3)
  193  102595 [main] ssh 24072 time: 1325085245 = time (0)
 2126  104721 [main] ssh 24072 wsock_init: res 0
   69  104790 [main] ssh 24072 wsock_init: wVersion 514
   47  104837 [main] ssh 24072 wsock_init: wHighVersion 514
   60  104897 [main] ssh 24072 wsock_init: szDescription WinSock 2.0
   40  104937 [main] ssh 24072 wsock_init: szSystemStatus Running
   39  104976 [main] ssh 24072 wsock_init: iMaxSockets 0
   38  105014 [main] ssh 24072 wsock_init: iMaxUdpDg 0
   38  105052 [main] ssh 24072 wsock_init: lpVendorInfo 0
 7566  112618 [main] ssh 24072 dup_ent: duping servent "ssh", 0x595D70
  134  112752 [main] ssh 24072 dup_ent: duped servent "ssh", 0xB72DA8
   42  112794 [main] ssh 24072 cygwin_getservbyname: 0xB72DA8 = getservbyname (ssh, tcp)
  170  112964 [main] ssh 24072 cygwin_gethostname: name laelbrec-pc
 3111  116075 [main] ssh 24072 cygwin_socket: socket (2, 1 (flags 0x0), 0)
  116  116191 [main] ssh 24072 build_fh_pc: fh 0x612448D4
  128  116319 [main] ssh 24072 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   93  116412 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69  116481 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   41  116522 [main] ssh 24072 fdsock: fd 3, name '', soc 0x2A8
   64  116586 [main] ssh 24072 cygwin_socket: 3 = socket (2, 1 (flags 0x0), 0)
   78  116664 [main] ssh 24072 fhandler_base::set_close_on_exec: set close_on_exec for  to 1
   48  116712 [main] ssh 24072 fcntl64: 0 = fcntl (3, 2, 0x1)
 5771  122483 [main] ssh 24072 cygwin_connect: 0 = connect (3, 0xB72ED8, 16)
  214  122697 [main] ssh 24072 cygwin_setsockopt: setsockopt optval=1
   51  122748 [main] ssh 24072 cygwin_setsockopt: 0 = setsockopt (3, 65535, 8, 0x28A81C, 4)
  229  122977 [main] ssh 24072 stat64: entering
   49  123026 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh
   44  123070 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh = normalize_posix_path (/home/laelbrec/.ssh)
   42  123112 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   46  123158 [main] ssh 24072 set_flags: flags: binary (0x2)
   41  123199 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   88  123287 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   64  123351 [main] ssh 24072 symlink_info::check: not a symlink
   43  123394 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x289990) (0x43000A)
   77  123471 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh), has_acls(1)
   62  123533 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   44  123577 [main] ssh 24072 stat_worker: (\??\C:\cygwin\home\laelbrec\.ssh, 0x28AD48, 0x6124410C), file_attributes 8208
  123  123700 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
   41  123741 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
   37  123778 [main] ssh 24072 get_info_from_sd: ACL 41C0, uid 1000, gid 513
   55  123833 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh, 0x28AD48) st_atime=4EF87AF1 st_size=0, st_mode=0x41C0, st_ino=13792273858914348, sizeof=96
   38  123871 [main] ssh 24072 stat_worker: 0 = (\??\C:\cygwin\home\laelbrec\.ssh, 0x28AD48)
   51  123922 [main] ssh 24072 normalize_posix_path: src /etc
   36  123958 [main] ssh 24072 normalize_posix_path: /etc = normalize_posix_path (/etc)
   30  123988 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   31  124019 [main] ssh 24072 set_flags: flags: binary (0x2)
   32  124051 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
   61  124112 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
   49  124161 [main] ssh 24072 symlink_info::check: not a symlink
   54  124215 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x2898F0) (0x3000A)
   56  124271 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc), has_acls(1)
  516  124787 [main] ssh 24072 cygwin_gethostname: name laelbrec-pc
  147  124934 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa, 0x10000)
   38  124972 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa
   39  125011 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa = normalize_posix_path (/home/laelbrec/.ssh/id_rsa)
   34  125045 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa)
   34  125079 [main] ssh 24072 set_flags: flags: binary (0x2)
   33  125112 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa, dst C:\cygwin\home\laelbrec\.ssh\id_rsa, flags 0x3000A, rc 0
   66  125178 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa)
   65  125243 [main] ssh 24072 symlink_info::check: not a symlink
   59  125302 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x288770) (0x3000A)
   46  125348 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa), has_acls(1)
   50  125398 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   50  125448 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x110000)
   83  125531 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   44  125575 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   40  125615 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   37  125652 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2E0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   39  125691 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x110000)
   47  125738 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x10000)
   39  125777 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/id_rsa, 0x10000)
  112  125889 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
   41  125930 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
   41  125971 [main] ssh 24072 get_info_from_sd: ACL 180, uid 1000, gid 513
   72  126043 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x289788) st_atime=4EF877D0 st_size=1679, st_mode=0x8180, st_ino=22799473113932833, sizeof=96
   42  126085 [main] ssh 24072 fstat64: 0 = fstat (4, 0x289788)
   66  126151 [main] ssh 24072 readv: readv (4, 0x2896A4, 1) blocking, sigcatchers 0
   60  126211 [main] ssh 24072 fhandler_base::read: returning 1024, binary mode
   38  126249 [main] ssh 24072 readv: 1024 = readv (4, 0x2896A4, 1), errno 2
   41  126290 [main] ssh 24072 readv: readv (4, 0x2896A4, 1) blocking, sigcatchers 0
   42  126332 [main] ssh 24072 fhandler_base::read: returning 655, binary mode
   36  126368 [main] ssh 24072 readv: 655 = readv (4, 0x2896A4, 1), errno 2
   36  126404 [main] ssh 24072 readv: readv (4, 0x2896A4, 1) blocking, sigcatchers 0
   47  126451 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
   39  126490 [main] ssh 24072 readv: 0 = readv (4, 0x2896A4, 1), errno 2
   38  126528 [main] ssh 24072 readv: readv (4, 0x2896A4, 1) blocking, sigcatchers 0
   43  126571 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
   36  126607 [main] ssh 24072 readv: 0 = readv (4, 0x2896A4, 1), errno 32
   69  126676 [main] ssh 24072 close: close (4)
   36  126712 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/id_rsa' handle 0x2E0
   53  126765 [main] ssh 24072 close: 0 = close (4)
  483  127248 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa, 0x0)
   42  127290 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa
   43  127333 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa = normalize_posix_path (/home/laelbrec/.ssh/id_rsa)
   37  127370 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa)
   40  127410 [main] ssh 24072 set_flags: flags: binary (0x2)
   47  127457 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa, dst C:\cygwin\home\laelbrec\.ssh\id_rsa, flags 0x3000A, rc 0
  104  127561 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa)
   52  127613 [main] ssh 24072 symlink_info::check: not a symlink
   48  127661 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x286720) (0x3000A)
   36  127697 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa), has_acls(1)
   38  127735 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   40  127775 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x100000)
   89  127864 [main] ssh 24072 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   57  127921 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   36  127957 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2E0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  127995 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x100000)
   52  128047 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x0)
   40  128087 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/id_rsa, 0x0)
  133  128220 [main] ssh 24072 _cygwin_istext_for_stdio: fd 4: defaulting to text
  172  128392 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
   43  128435 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
   43  128478 [main] ssh 24072 get_info_from_sd: ACL 180, uid 1000, gid 513
   61  128539 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x287AA8) st_atime=4EF877D0 st_size=1679, st_mode=0x8180, st_ino=22799473113932833, sizeof=96
   37  128576 [main] ssh 24072 fstat64: 0 = fstat (4, 0x287AA8)
   63  128639 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   49  128688 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   44  128732 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   32  128764 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\id_rsa>, 0x10000) returning text
   37  128801 [main] ssh 24072 readv: readv (4, 0x287AC4, 1) blocking, sigcatchers 0
   64  128865 [main] ssh 24072 fhandler_base::read: returning 1679, binary mode
   37  128902 [main] ssh 24072 readv: 1679 = readv (4, 0x287AC4, 1), errno 32
   32  128934 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   30  128964 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   44  129008 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   37  129045 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\id_rsa>, 0x20000) returning binary
  173  129218 [main] ssh 24072 fhandler_base::lseek: setting file pointer to 1679
   39  129257 [main] ssh 24072 lseek64: 1679 = lseek (4, 0, 1)
   35  129292 [main] ssh 24072 fhandler_base::lseek: setting file pointer to 32
   38  129330 [main] ssh 24072 lseek64: 32 = lseek (4, 32, 0)
   96  129426 [main] ssh 24072 close: close (4)
   60  129486 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/id_rsa' handle 0x2E0
   60  129546 [main] ssh 24072 close: 0 = close (4)
  496  130042 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa, 0x0)
   54  130096 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa
   36  130132 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa = normalize_posix_path (/home/laelbrec/.ssh/id_rsa)
   37  130169 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa)
   51  130220 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  130257 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa, dst C:\cygwin\home\laelbrec\.ssh\id_rsa, flags 0x3000A, rc 0
   73  130330 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa)
   66  130396 [main] ssh 24072 symlink_info::check: not a symlink
   73  130469 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x286720) (0x3000A)
   57  130526 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa), has_acls(1)
   60  130586 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   40  130626 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x100000)
   77  130703 [main] ssh 24072 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   51  130754 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   36  130790 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2DC, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  130828 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x100000)
   45  130873 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x0)
   50  130923 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/id_rsa, 0x0)
  153  131076 [main] ssh 24072 _cygwin_istext_for_stdio: fd 4: defaulting to text
  199  131275 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
   38  131313 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
   38  131351 [main] ssh 24072 get_info_from_sd: ACL 180, uid 1000, gid 513
   64  131415 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x287AA8) st_atime=4EF877D0 st_size=1679, st_mode=0x8180, st_ino=22799473113932833, sizeof=96
   64  131479 [main] ssh 24072 fstat64: 0 = fstat (4, 0x287AA8)
   79  131558 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   50  131608 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   52  131660 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   37  131697 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\id_rsa>, 0x10000) returning text
   49  131746 [main] ssh 24072 readv: readv (4, 0x287AC4, 1) blocking, sigcatchers 0
   47  131793 [main] ssh 24072 fhandler_base::read: returning 1679, binary mode
   37  131830 [main] ssh 24072 readv: 1679 = readv (4, 0x287AC4, 1), errno 32
   36  131866 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   49  131915 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   36  131951 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   36  131987 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\id_rsa>, 0x20000) returning binary
  210  132197 [main] ssh 24072 fhandler_base::lseek: setting file pointer to 1679
   49  132246 [main] ssh 24072 lseek64: 1679 = lseek (4, 0, 1)
   36  132282 [main] ssh 24072 fhandler_base::lseek: setting file pointer to 32
   38  132320 [main] ssh 24072 lseek64: 32 = lseek (4, 32, 0)
  105  132425 [main] ssh 24072 close: close (4)
   52  132477 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/id_rsa' handle 0x2DC
   54  132531 [main] ssh 24072 close: 0 = close (4)
  379  132910 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa.pub, 0x0)
   36  132946 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa.pub
   36  132982 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa.pub = normalize_posix_path (/home/laelbrec/.ssh/id_rsa.pub)
   36  133018 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa.pub)
   38  133056 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  133092 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa.pub, dst C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, flags 0x3000A, rc 0
   62  133154 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub)
   49  133203 [main] ssh 24072 symlink_info::check: not a symlink
   50  133253 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, 0x286720) (0x3000A)
   37  133290 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa.pub), has_acls(1)
   40  133330 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   37  133367 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, 0x100000)
   72  133439 [main] ssh 24072 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   38  133477 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   36  133513 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2E0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  133551 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, 0x100000)
   44  133595 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, 0x0)
   36  133631 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/id_rsa.pub, 0x0)
  152  133783 [main] ssh 24072 _cygwin_istext_for_stdio: fd 4: defaulting to text
  196  133979 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
   38  134017 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
   50  134067 [main] ssh 24072 get_info_from_sd: ACL 1A4, uid 1000, gid 513
   64  134131 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub, 0x287AA8) st_atime=4EF877D0 st_size=402, st_mode=0x81A4, st_ino=9288674231821404, sizeof=96
   39  134170 [main] ssh 24072 fstat64: 0 = fstat (4, 0x287AA8)
   64  134234 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   37  134271 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49  134320 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   35  134355 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub>, 0x10000) returning text
   50  134405 [main] ssh 24072 readv: readv (4, 0x287AC4, 1) blocking, sigcatchers 0
   54  134459 [main] ssh 24072 fhandler_base::read: returning 402, binary mode
   36  134495 [main] ssh 24072 readv: 402 = readv (4, 0x287AC4, 1), errno 32
   35  134530 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   46  134576 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   31  134607 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   30  134637 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\id_rsa.pub>, 0x20000) returning binary
  772  135409 [main] ssh 24072 close: close (4)
   38  135447 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/id_rsa.pub' handle 0x2E0
   57  135504 [main] ssh 24072 close: 0 = close (4)
  360  135864 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa-cert, 0x10000)
   64  135928 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa-cert
   37  135965 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_rsa-cert)
   36  136001 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa-cert)
   38  136039 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  136076 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, flags 0x3000A, rc 0
   75  136151 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert)
   39  136190 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert)
   71  136261 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe)
   38  136299 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe)
   59  136358 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.lnk)
   37  136395 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.lnk)
   63  136458 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe.lnk)
   39  136497 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe.lnk)
   37  136534 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x288770) (0x3000A)
   36  136570 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  136607 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  136644 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   59  136703 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   50  136753 [main] ssh 24072 symlink_info::check: not a symlink
   49  136802 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x288770) (0x3000A)
   38  136840 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa-cert), has_acls(1)
   40  136880 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   51  136931 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x110000)
   58  136989 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   47  137036 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   49  137085 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
   52  137137 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x110000)
   36  137173 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x10000)
   38  137211 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_rsa-cert, 0x10000)
  273  137484 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa-cert, 0x0)
   55  137539 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa-cert
   37  137576 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_rsa-cert)
   37  137613 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa-cert)
   38  137651 [main] ssh 24072 set_flags: flags: binary (0x2)
   48  137699 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, flags 0x3000A, rc 0
   61  137760 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert)
   39  137799 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert)
   58  137857 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe)
   51  137908 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe)
   59  137967 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.lnk)
   37  138004 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.lnk)
   59  138063 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe.lnk)
   50  138113 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe.lnk)
   37  138150 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x286720) (0x3000A)
   37  138187 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  138224 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  138260 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   71  138331 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   61  138392 [main] ssh 24072 symlink_info::check: not a symlink
   51  138443 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   60  138503 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa-cert), has_acls(1)
   45  138548 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   56  138604 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x100000)
   63  138667 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   42  138709 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   38  138747 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
   41  138788 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x100000)
   46  138834 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x0)
   49  138883 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_rsa-cert, 0x0)
  397  139280 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa-cert, 0x0)
   65  139345 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa-cert
   38  139383 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_rsa-cert)
   36  139419 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa-cert)
   69  139488 [main] ssh 24072 set_flags: flags: binary (0x2)
   53  139541 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, flags 0x3000A, rc 0
   69  139610 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert)
   41  139651 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert)
   55  139706 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe)
   37  139743 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe)
   55  139798 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.lnk)
   53  139851 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.lnk)
   75  139926 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe.lnk)
   51  139977 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.exe.lnk)
   37  140014 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x286720) (0x3000A)
   37  140051 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  140088 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  140125 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   60  140185 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   51  140236 [main] ssh 24072 symlink_info::check: not a symlink
   51  140287 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   38  140325 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa-cert), has_acls(1)
   54  140379 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   38  140417 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x100000)
   71  140488 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   38  140526 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   49  140575 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
   37  140612 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x100000)
   37  140649 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert, 0x0)
   38  140687 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_rsa-cert, 0x0)
  275  140962 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa-cert.pub, 0x0)
   36  140998 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa-cert.pub
   36  141034 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa-cert.pub = normalize_posix_path (/home/laelbrec/.ssh/id_rsa-cert.pub)
   36  141070 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa-cert.pub)
  130  141200 [main] ssh 24072 set_flags: flags: binary (0x2)
   53  141253 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa-cert.pub, dst C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub, flags 0x3000A, rc 0
   61  141314 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub)
   37  141351 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub)
   59  141410 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub.exe)
   40  141450 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub.exe)
  232  141682 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub.lnk)
   38  141720 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub.lnk)
   60  141780 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub.exe.lnk)
   36  141816 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub.exe.lnk)
   36  141852 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub, 0x286720) (0x3000A)
   37  141889 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   36  141925 [main] ssh 24072 set_flags: flags: binary (0x2)
   35  141960 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   57  142017 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   48  142065 [main] ssh 24072 symlink_info::check: not a symlink
   48  142113 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   35  142148 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub), has_acls(1)
   38  142186 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   36  142222 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub, 0x100000)
   58  142280 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   35  142315 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  142351 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub, io, NULL, 0, 7, 1, 4020, NULL, 0)
   36  142387 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub, 0x100000)
   36  142423 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa-cert.pub, 0x0)
   44  142467 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_rsa-cert.pub, 0x0)
  304  142771 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa, 0x10000)
   40  142811 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa
   33  142844 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa = normalize_posix_path (/home/laelbrec/.ssh/id_dsa)
   33  142877 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa)
   38  142915 [main] ssh 24072 set_flags: flags: binary (0x2)
   34  142949 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa, dst C:\cygwin\home\laelbrec\.ssh\id_dsa, flags 0x3000A, rc 0
   63  143012 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa)
   36  143048 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa)
   57  143105 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe)
   51  143156 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe)
   74  143230 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.lnk)
   52  143282 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.lnk)
   65  143347 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe.lnk)
   51  143398 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe.lnk)
   41  143439 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x288770) (0x3000A)
   39  143478 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   38  143516 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  143552 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   72  143624 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   49  143673 [main] ssh 24072 symlink_info::check: not a symlink
   49  143722 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x288770) (0x3000A)
   51  143773 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa), has_acls(1)
   39  143812 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   51  143863 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x110000)
   58  143921 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   37  143958 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  143994 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   37  144031 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x110000)
   37  144068 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x10000)
   50  144118 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa, 0x10000)
  266  144384 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa, 0x0)
   36  144420 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa
   59  144479 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa = normalize_posix_path (/home/laelbrec/.ssh/id_dsa)
   44  144523 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa)
   56  144579 [main] ssh 24072 set_flags: flags: binary (0x2)
   51  144630 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa, dst C:\cygwin\home\laelbrec\.ssh\id_dsa, flags 0x3000A, rc 0
   76  144706 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa)
   50  144756 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa)
   60  144816 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe)
   50  144866 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe)
   58  144924 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.lnk)
   51  144975 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.lnk)
   58  145033 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe.lnk)
   46  145079 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe.lnk)
   52  145131 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x286720) (0x3000A)
   37  145168 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  145205 [main] ssh 24072 set_flags: flags: binary (0x2)
   51  145256 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   58  145314 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   61  145375 [main] ssh 24072 symlink_info::check: not a symlink
   49  145424 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   41  145465 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa), has_acls(1)
   40  145505 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   37  145542 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x100000)
   57  145599 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   38  145637 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   35  145672 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  145710 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x100000)
   37  145747 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x0)
   39  145786 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa, 0x0)
  409  146195 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa, 0x0)
   50  146245 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa
   35  146280 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa = normalize_posix_path (/home/laelbrec/.ssh/id_dsa)
   36  146316 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa)
   38  146354 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  146390 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa, dst C:\cygwin\home\laelbrec\.ssh\id_dsa, flags 0x3000A, rc 0
   61  146451 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa)
   39  146490 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa)
   58  146548 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe)
   37  146585 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe)
   58  146643 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.lnk)
   37  146680 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.lnk)
   58  146738 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe.lnk)
   37  146775 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.exe.lnk)
   37  146812 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x286720) (0x3000A)
   49  146861 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  146898 [main] ssh 24072 set_flags: flags: binary (0x2)
   49  146947 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   58  147005 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   62  147067 [main] ssh 24072 symlink_info::check: not a symlink
   50  147117 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   38  147155 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa), has_acls(1)
   52  147207 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   51  147258 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x100000)
   70  147328 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   38  147366 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  147402 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   43  147445 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x100000)
   57  147502 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa, 0x0)
   57  147559 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa, 0x0)
  279  147838 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa.pub, 0x0)
   53  147891 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa.pub
   37  147928 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa.pub = normalize_posix_path (/home/laelbrec/.ssh/id_dsa.pub)
   36  147964 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa.pub)
   51  148015 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  148051 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa.pub, dst C:\cygwin\home\laelbrec\.ssh\id_dsa.pub, flags 0x3000A, rc 0
   61  148112 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub)
   38  148150 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub)
   59  148209 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub.exe)
   37  148246 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub.exe)
   60  148306 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub.lnk)
   51  148357 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub.lnk)
   59  148416 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub.exe.lnk)
   49  148465 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub.exe.lnk)
   55  148520 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa.pub, 0x286720) (0x3000A)
   46  148566 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   40  148606 [main] ssh 24072 set_flags: flags: binary (0x2)
   64  148670 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   75  148745 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   62  148807 [main] ssh 24072 symlink_info::check: not a symlink
   48  148855 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   38  148893 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa.pub), has_acls(1)
   39  148932 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   38  148970 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub, 0x100000)
   58  149028 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   38  149066 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   49  149115 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  149153 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub, 0x100000)
   37  149190 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa.pub, 0x0)
   38  149228 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa.pub, 0x0)
  258  149486 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa-cert, 0x10000)
   36  149522 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa-cert
   41  149563 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_dsa-cert)
   53  149616 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa-cert)
   52  149668 [main] ssh 24072 set_flags: flags: binary (0x2)
   51  149719 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, flags 0x3000A, rc 0
   62  149781 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert)
   38  149819 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert)
   59  149878 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe)
   51  149929 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe)
   59  149988 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.lnk)
   38  150026 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.lnk)
   72  150098 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe.lnk)
   37  150135 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe.lnk)
   37  150172 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x288770) (0x3000A)
   37  150209 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  150246 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  150282 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   58  150340 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   54  150394 [main] ssh 24072 symlink_info::check: not a symlink
   53  150447 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x288770) (0x3000A)
   59  150506 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa-cert), has_acls(1)
   44  150550 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   51  150601 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x110000)
   59  150660 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   52  150712 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  150748 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
   50  150798 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x110000)
   38  150836 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x10000)
   52  150888 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa-cert, 0x10000)
  266  151154 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa-cert, 0x0)
   37  151191 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa-cert
   37  151228 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_dsa-cert)
   49  151277 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa-cert)
   37  151314 [main] ssh 24072 set_flags: flags: binary (0x2)
   49  151363 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, flags 0x3000A, rc 0
   59  151422 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert)
   58  151480 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert)
   66  151546 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe)
   52  151598 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe)
   59  151657 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.lnk)
   50  151707 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.lnk)
   59  151766 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe.lnk)
   50  151816 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe.lnk)
   37  151853 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x286720) (0x3000A)
   50  151903 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  151940 [main] ssh 24072 set_flags: flags: binary (0x2)
   49  151989 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   58  152047 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   62  152109 [main] ssh 24072 symlink_info::check: not a symlink
   49  152158 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   38  152196 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa-cert), has_acls(1)
   53  152249 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   37  152286 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x100000)
   57  152343 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   37  152380 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  152416 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
   40  152456 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x100000)
   38  152494 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x0)
   36  152530 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa-cert, 0x0)
  404  152934 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa-cert, 0x0)
   37  152971 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa-cert
   35  153006 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_dsa-cert)
   37  153043 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa-cert)
   49  153092 [main] ssh 24072 set_flags: flags: binary (0x2)
   39  153131 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, flags 0x3000A, rc 0
   59  153190 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert)
   37  153227 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert)
   59  153286 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe)
   37  153323 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe)
   59  153382 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.lnk)
   37  153419 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.lnk)
   81  153500 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe.lnk)
   47  153547 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.exe.lnk)
   51  153598 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x286720) (0x3000A)
   41  153639 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   64  153703 [main] ssh 24072 set_flags: flags: binary (0x2)
   52  153755 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   59  153814 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   49  153863 [main] ssh 24072 symlink_info::check: not a symlink
   49  153912 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   51  153963 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa-cert), has_acls(1)
   39  154002 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   38  154040 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x100000)
   57  154097 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   50  154147 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  154183 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
   37  154220 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x100000)
   51  154271 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert, 0x0)
   37  154308 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa-cert, 0x0)
  217  154525 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_dsa-cert.pub, 0x0)
   31  154556 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_dsa-cert.pub
   32  154588 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_dsa-cert.pub = normalize_posix_path (/home/laelbrec/.ssh/id_dsa-cert.pub)
   31  154619 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_dsa-cert.pub)
   31  154650 [main] ssh 24072 set_flags: flags: binary (0x2)
   31  154681 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_dsa-cert.pub, dst C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub, flags 0x3000A, rc 0
   63  154744 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub)
   62  154806 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub)
   63  154869 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub.exe)
   54  154923 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub.exe)
   62  154985 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub.lnk)
   37  155022 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub.lnk)
   60  155082 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub.exe.lnk)
   38  155120 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub.exe.lnk)
   37  155157 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub, 0x286720) (0x3000A)
   37  155194 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   38  155232 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  155268 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   58  155326 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   50  155376 [main] ssh 24072 symlink_info::check: not a symlink
   49  155425 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   54  155479 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub), has_acls(1)
   40  155519 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   38  155557 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub, 0x100000)
   57  155614 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   51  155665 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   37  155702 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub, io, NULL, 0, 7, 1, 4020, NULL, 0)
   37  155739 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub, 0x100000)
   37  155776 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_dsa-cert.pub, 0x0)
   38  155814 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_dsa-cert.pub, 0x0)
  357  156171 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa, 0x10000)
   36  156207 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa
   36  156243 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa)
   36  156279 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa)
   36  156315 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  156352 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa, flags 0x3000A, rc 0
   64  156416 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa)
   42  156458 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa)
   58  156516 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe)
   36  156552 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe)
   57  156609 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.lnk)
   36  156645 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.lnk)
   59  156704 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe.lnk)
   37  156741 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe.lnk)
   36  156777 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x288770) (0x3000A)
   35  156812 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   36  156848 [main] ssh 24072 set_flags: flags: binary (0x2)
   34  156882 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   57  156939 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   47  156986 [main] ssh 24072 symlink_info::check: not a symlink
   47  157033 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x288770) (0x3000A)
   35  157068 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa), has_acls(1)
   39  157107 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   36  157143 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x110000)
   55  157198 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   35  157233 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   35  157268 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   35  157303 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x110000)
   36  157339 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x10000)
   36  157375 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa, 0x10000)
  250  157625 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa, 0x0)
   36  157661 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa
   37  157698 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa)
   49  157747 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa)
   37  157784 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  157821 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa, flags 0x3000A, rc 0
   61  157882 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa)
   38  157920 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa)
   58  157978 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe)
   51  158029 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe)
   58  158087 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.lnk)
   38  158125 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.lnk)
   58  158183 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe.lnk)
   50  158233 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe.lnk)
   37  158270 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x286720) (0x3000A)
   37  158307 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  158344 [main] ssh 24072 set_flags: flags: binary (0x2)
   49  158393 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   77  158470 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   65  158535 [main] ssh 24072 symlink_info::check: not a symlink
   50  158585 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   38  158623 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa), has_acls(1)
   40  158663 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   37  158700 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x100000)
   71  158771 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   50  158821 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   48  158869 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  158907 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x100000)
   36  158943 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x0)
   38  158981 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa, 0x0)
  407  159388 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa, 0x0)
   51  159439 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa
   39  159478 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa)
   56  159534 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa)
   54  159588 [main] ssh 24072 set_flags: flags: binary (0x2)
   48  159636 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa, flags 0x3000A, rc 0
   77  159713 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa)
   52  159765 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa)
   59  159824 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe)
   38  159862 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe)
   71  159933 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.lnk)
   50  159983 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.lnk)
   59  160042 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe.lnk)
   37  160079 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.exe.lnk)
   37  160116 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x286720) (0x3000A)
   36  160152 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   51  160203 [main] ssh 24072 set_flags: flags: binary (0x2)
   35  160238 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   71  160309 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   62  160371 [main] ssh 24072 symlink_info::check: not a symlink
   48  160419 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   55  160474 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa), has_acls(1)
   40  160514 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   50  160564 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x100000)
   72  160636 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   50  160686 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  160722 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
   37  160759 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x100000)
   37  160796 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa, 0x0)
   37  160833 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa, 0x0)
  263  161096 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa.pub, 0x0)
   36  161132 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa.pub
   36  161168 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa.pub = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa.pub)
   50  161218 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa.pub)
   37  161255 [main] ssh 24072 set_flags: flags: binary (0x2)
   36  161291 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa.pub, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub, flags 0x3000A, rc 0
   59  161350 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub)
   37  161387 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub)
   65  161452 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub.exe)
   52  161504 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub.exe)
   59  161563 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub.lnk)
   37  161600 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub.lnk)
   59  161659 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub.exe.lnk)
   51  161710 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub.exe.lnk)
   37  161747 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub, 0x286720) (0x3000A)
   36  161783 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   37  161820 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  161857 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
   57  161914 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   49  161963 [main] ssh 24072 symlink_info::check: not a symlink
   61  162024 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
   37  162061 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub), has_acls(1)
   40  162101 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   37  162138 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub, 0x100000)
   57  162195 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   38  162233 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   36  162269 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub, io, NULL, 0, 7, 1, 4020, NULL, 0)
   38  162307 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub, 0x100000)
   52  162359 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa.pub, 0x0)
   37  162396 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa.pub, 0x0)
  207  162603 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa-cert, 0x10000)
   36  162639 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa-cert
   36  162675 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa-cert)
   45  162720 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa-cert)
   40  162760 [main] ssh 24072 set_flags: flags: binary (0x2)
   37  162797 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, flags 0x3000A, rc 0
   68  162865 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert)
   51  162916 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert)
   69  162985 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe)
   50  163035 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe)
  143  163178 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.lnk)
   69  163247 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.lnk)
   72  163319 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe.lnk)
   50  163369 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe.lnk)
  220  163589 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x288770) (0x3000A)
  107  163696 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
  129  163825 [main] ssh 24072 set_flags: flags: binary (0x2)
  233  164058 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  150  164208 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
  153  164361 [main] ssh 24072 symlink_info::check: not a symlink
  184  164545 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x288770) (0x3000A)
   79  164624 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert), has_acls(1)
   69  164693 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  103  164796 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x110000)
  278  165074 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  121  165195 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  100  165295 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
  128  165423 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x110000)
  117  165540 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x10000)
   75  165615 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa-cert, 0x10000)
  762  166377 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa-cert, 0x0)
  123  166500 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa-cert
  128  166628 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa-cert)
  123  166751 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa-cert)
  324  167075 [main] ssh 24072 set_flags: flags: binary (0x2)
  122  167197 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, flags 0x3000A, rc 0
  168  167365 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert)
  114  167479 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert)
  193  167672 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe)
   96  167768 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe)
  220  167988 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.lnk)
  277  168265 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.lnk)
  150  168415 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe.lnk)
  114  168529 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe.lnk)
   47  168576 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x286720) (0x3000A)
   43  168619 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   44  168663 [main] ssh 24072 set_flags: flags: binary (0x2)
   42  168705 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  106  168811 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
  127  168938 [main] ssh 24072 symlink_info::check: not a symlink
  208  169146 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
  298  169444 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert), has_acls(1)
  101  169545 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   80  169625 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x100000)
   87  169712 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  128  169840 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   90  169930 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
  195  170125 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x100000)
  133  170258 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x0)
  121  170379 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa-cert, 0x0)
 1247  171626 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa-cert, 0x0)
   50  171676 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa-cert
   76  171752 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa-cert = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa-cert)
  106  171858 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa-cert)
  125  171983 [main] ssh 24072 set_flags: flags: binary (0x2)
  123  172106 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa-cert, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, flags 0x3000A, rc 0
  384  172490 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert)
   95  172585 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert)
   76  172661 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe)
  121  172782 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe)
  152  172934 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.lnk)
  205  173139 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.lnk)
  288  173427 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe.lnk)
  111  173538 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.exe.lnk)
  201  173739 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x286720) (0x3000A)
  127  173866 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
  124  173990 [main] ssh 24072 set_flags: flags: binary (0x2)
  118  174108 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  282  174390 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
  125  174515 [main] ssh 24072 symlink_info::check: not a symlink
  235  174750 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
  128  174878 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert), has_acls(1)
  127  175005 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  128  175133 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x100000)
  133  175266 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  146  175412 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   90  175502 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, io, NULL, 0, 7, 1, 4020, NULL, 0)
  192  175694 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x100000)
  123  175817 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert, 0x0)
  124  175941 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa-cert, 0x0)
  954  176895 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_ecdsa-cert.pub, 0x0)
   87  176982 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_ecdsa-cert.pub
  318  177300 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_ecdsa-cert.pub = normalize_posix_path (/home/laelbrec/.ssh/id_ecdsa-cert.pub)
  136  177436 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_ecdsa-cert.pub)
  103  177539 [main] ssh 24072 set_flags: flags: binary (0x2)
  118  177657 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_ecdsa-cert.pub, dst C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub, flags 0x3000A, rc 0
  136  177793 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub)
  182  177975 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub)
  165  178140 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub.exe)
  192  178332 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub.exe)
  259  178591 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub.lnk)
  106  178697 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub.lnk)
   65  178762 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub.exe.lnk)
   83  178845 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub.exe.lnk)
  104  178949 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub, 0x286720) (0x3000A)
  240  179189 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
  118  179307 [main] ssh 24072 set_flags: flags: binary (0x2)
   99  179406 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  163  179569 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
   73  179642 [main] ssh 24072 symlink_info::check: not a symlink
  358  180000 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286720) (0x3000A)
  135  180135 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub), has_acls(1)
  110  180245 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  204  180449 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub, 0x100000)
  148  180597 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  122  180719 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  120  180839 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub, io, NULL, 0, 7, 1, 4020, NULL, 0)
  233  181072 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub, 0x100000)
  106  181178 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_ecdsa-cert.pub, 0x0)
  121  181299 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/id_ecdsa-cert.pub, 0x0)
 1872  183171 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  133  183304 [main] ssh 24072 sig_send: wakeup 0x2DC
  146  183450 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x2DC
   -4  183446 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x2DC
  128  183574 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   47  183621 [main] ssh 24072 sigaction_worker: signal 13, newact 0x0, oa 0x1
   40  183661 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
   40  183701 [main] ssh 24072 sig_send: wakeup 0x2DC
   42  183743 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x2DC
    3  183746 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x2DC
   66  183812 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   46  183858 [main] ssh 24072 sigaction_worker: signal 20, newact 0x0, oa 0x0
   40  183898 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
   46  183944 [main] ssh 24072 sig_send: wakeup 0x2DC
   45  183989 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x2DC
    2  183991 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x2DC
  131  184122 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   62  184184 [main] ssh 24072 sigaction_worker: signal 20, newact 0x28AC90 (handler 0x401AB0), oa 0x0
  138  184322 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   67  184389 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  106  184495 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   76  184571 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   52  184623 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   62  184685 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   55  184740 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   56  184796 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   97  184893 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   82  184975 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  188  185163 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  133  185296 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  205  185501 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  157  185658 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   70  185728 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   98  185826 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   89  185915 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   96  186011 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  126  186137 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  136  186273 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  126  186399 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   97  186496 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  111  186607 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  108  186715 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  238  186953 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  145  187098 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  122  187220 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  218  187438 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  142  187580 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   91  187671 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   69  187740 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  101  187841 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  137  187978 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  121  188099 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  136  188235 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  125  188360 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  108  188468 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  112  188580 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  119  188699 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  122  188821 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  280  189101 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  134  189235 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  236  189471 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   64  189535 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  105  189640 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   89  189729 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  117  189846 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  143  189989 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  239  190228 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  122  190350 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  220  190570 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  103  190673 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   50  190723 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  133  190856 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  112  190968 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  225  191193 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  239  191432 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  144  191576 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  154  191730 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  183  191913 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  116  192029 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  129  192158 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  127  192285 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  133  192418 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  149  192567 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
   75  192642 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
   61  192703 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  142  192845 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  121  192966 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  136  193102 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  117  193219 [main] ssh 24072 readv: readv (3, 0x28A914, 1) blocking, sigcatchers 1
  181  193400 [main] ssh 24072 readv: 1 = readv (3, 0x28A914, 1), errno 2
  325  193725 [main] ssh 24072 writev: writev (3, 0x28A914, 1)
  358  194083 [main] ssh 24072 writev: 21 = write (3, 0x28A914, 1), errno 2
  185  194268 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x10002
  120  194388 [main] ssh 24072 fcntl64: 65538 = fcntl (3, 3, 0x0)
  118  194506 [main] ssh 24072 fhandler_socket::ioctl: socket is now nonblocking
   66  194572 [main] ssh 24072 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 28AAC8)
  146  194718 [main] ssh 24072 fhandler_base::set_flags: flags 0x14002, supplied_bin 0x0
  107  194825 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  118  194943 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  170  195113 [main] ssh 24072 fcntl64: 0 = fcntl (3, 4, 0x14002)
  517  195630 [main] ssh 24072 open: open (/home/laelbrec/.ssh/known_hosts, 0x0)
  123  195753 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/known_hosts
  156  195909 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/known_hosts = normalize_posix_path (/home/laelbrec/.ssh/known_hosts)
  171  196080 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/known_hosts)
  106  196186 [main] ssh 24072 set_flags: flags: binary (0x2)
  120  196306 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/known_hosts, dst C:\cygwin\home\laelbrec\.ssh\known_hosts, flags 0x3000A, rc 0
  194  196500 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts)
  189  196689 [main] ssh 24072 symlink_info::check: not a symlink
  195  196884 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x287670) (0x3000A)
  125  197009 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\known_hosts), has_acls(1)
  127  197136 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  131  197267 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x100000)
  217  197484 [main] ssh 24072 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
  140  197624 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
  106  197730 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2DC, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\known_hosts, io, NULL, 0, 7, 1, 4020, NULL, 0)
   90  197820 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x100000)
   94  197914 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x0)
   91  198005 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/known_hosts, 0x0)
  489  198494 [main] ssh 24072 _cygwin_istext_for_stdio: fd 4: defaulting to text
  562  199056 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  137  199193 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  126  199319 [main] ssh 24072 get_info_from_sd: ACL 1A4, uid 1000, gid 513
  180  199499 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x2889F8) st_atime=4EC93837 st_size=412, st_mode=0x81A4, st_ino=14636698789215185, sizeof=96
   69  199568 [main] ssh 24072 fstat64: 0 = fstat (4, 0x2889F8)
   93  199661 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   46  199707 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   47  199754 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   48  199802 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x10000) returning text
   50  199852 [main] ssh 24072 readv: readv (4, 0x288A14, 1) blocking, sigcatchers 1
   74  199926 [main] ssh 24072 fhandler_base::read: returning 412, binary mode
   58  199984 [main] ssh 24072 readv: 412 = readv (4, 0x288A14, 1), errno 2
  110  200094 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
  175  200269 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
  104  200373 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
  109  200482 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x20000) returning binary
 2217  202699 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   77  202776 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  124  202900 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  119  203019 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x10000) returning text
  124  203143 [main] ssh 24072 readv: readv (4, 0x288A14, 1) blocking, sigcatchers 1
  141  203284 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
  116  203400 [main] ssh 24072 readv: 0 = readv (4, 0x288A14, 1), errno 2
  146  203546 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   83  203629 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
  162  203791 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
  171  203962 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x20000) returning binary
  616  204578 [main] ssh 24072 close: close (4)
   97  204675 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/known_hosts' handle 0x2DC
  134  204809 [main] ssh 24072 close: 0 = close (4)
 1123  205932 [main] ssh 24072 open: open (/home/laelbrec/.ssh/known_hosts2, 0x0)
  130  206062 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/known_hosts2
  117  206179 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/known_hosts2 = normalize_posix_path (/home/laelbrec/.ssh/known_hosts2)
  127  206306 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/known_hosts2)
  117  206423 [main] ssh 24072 set_flags: flags: binary (0x2)
  105  206528 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/known_hosts2, dst C:\cygwin\home\laelbrec\.ssh\known_hosts2, flags 0x3000A, rc 0
  125  206653 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2)
   80  206733 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2)
  167  206900 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe)
  132  207032 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe)
  218  207250 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.lnk)
  130  207380 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.lnk)
  144  207524 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe.lnk)
  159  207683 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe.lnk)
  172  207855 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x287670) (0x3000A)
  106  207961 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
  119  208080 [main] ssh 24072 set_flags: flags: binary (0x2)
  169  208249 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  149  208398 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
  156  208554 [main] ssh 24072 symlink_info::check: not a symlink
   90  208644 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x287670) (0x3000A)
  133  208777 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\known_hosts2), has_acls(1)
  118  208895 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  151  209046 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x100000)
  160  209206 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  127  209333 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  121  209454 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, io, NULL, 0, 7, 1, 4020, NULL, 0)
   87  209541 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x100000)
  115  209656 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x0)
  103  209759 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/known_hosts2, 0x0)
  796  210555 [main] ssh 24072 open: open (/etc/ssh_known_hosts, 0x0)
  154  210709 [main] ssh 24072 normalize_posix_path: src /etc/ssh_known_hosts
  101  210810 [main] ssh 24072 normalize_posix_path: /etc/ssh_known_hosts = normalize_posix_path (/etc/ssh_known_hosts)
  118  210928 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_known_hosts)
  132  211060 [main] ssh 24072 set_flags: flags: binary (0x2)
  118  211178 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_known_hosts, dst C:\cygwin\etc\ssh_known_hosts, flags 0x3000A, rc 0
  182  211360 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts)
  123  211483 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts)
  146  211629 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.exe)
   75  211704 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.exe)
  171  211875 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.lnk)
  120  211995 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.lnk)
  160  212155 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.exe.lnk)
  134  212289 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.exe.lnk)
  116  212405 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_known_hosts, 0x287670) (0x3000A)
  146  212551 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  108  212659 [main] ssh 24072 set_flags: flags: binary (0x2)
  164  212823 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  149  212972 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
  158  213130 [main] ssh 24072 symlink_info::check: not a symlink
  171  213301 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x287670) (0x3000A)
  165  213466 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_known_hosts), has_acls(1)
   97  213563 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  147  213710 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_known_hosts, 0x100000)
  120  213830 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  157  213987 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  106  214093 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_known_hosts, io, NULL, 0, 7, 1, 4020, NULL, 0)
  170  214263 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_known_hosts, 0x100000)
  107  214370 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_known_hosts, 0x0)
  130  214500 [main] ssh 24072 open: -1 = open (/etc/ssh_known_hosts, 0x0)
  883  215383 [main] ssh 24072 open: open (/etc/ssh_known_hosts2, 0x0)
   81  215464 [main] ssh 24072 normalize_posix_path: src /etc/ssh_known_hosts2
   91  215555 [main] ssh 24072 normalize_posix_path: /etc/ssh_known_hosts2 = normalize_posix_path (/etc/ssh_known_hosts2)
  113  215668 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_known_hosts2)
  126  215794 [main] ssh 24072 set_flags: flags: binary (0x2)
  123  215917 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_known_hosts2, dst C:\cygwin\etc\ssh_known_hosts2, flags 0x3000A, rc 0
  169  216086 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2)
  133  216219 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2)
  151  216370 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe)
  159  216529 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe)
  144  216673 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.lnk)
  130  216803 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.lnk)
  144  216947 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe.lnk)
  148  217095 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe.lnk)
  109  217204 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_known_hosts2, 0x287670) (0x3000A)
  156  217360 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  106  217466 [main] ssh 24072 set_flags: flags: binary (0x2)
   85  217551 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  109  217660 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
  142  217802 [main] ssh 24072 symlink_info::check: not a symlink
   96  217898 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x287670) (0x3000A)
  133  218031 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_known_hosts2), has_acls(1)
  117  218148 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  149  218297 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_known_hosts2, 0x100000)
  163  218460 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  124  218584 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  130  218714 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_known_hosts2, io, NULL, 0, 7, 1, 4020, NULL, 0)
  119  218833 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_known_hosts2, 0x100000)
  164  218997 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_known_hosts2, 0x0)
  112  219109 [main] ssh 24072 open: -1 = open (/etc/ssh_known_hosts2, 0x0)
10500  229609 [main] ssh 24072 writev: writev (3, 0x288A24, 1)
  357  229966 [main] ssh 24072 writev: 1272 = write (3, 0x288A24, 1), errno 2
  179  230145 [main] ssh 24072 cygwin_select: 4, 0xB896A0, 0x0, 0x0, 0x0
  200  230345 [main] ssh 24072 dtable::select_read:  fd 3
  116  230461 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  132  230593 [main] ssh 24072 cygwin_select: sel.always_ready 0
  362  230955 [main] ssh 24072 start_thread_socket: stuff_start 0x288AE0
  681  231636 [select_socket] ssh 24072 cygthread::stub: thread 'select_socket', id 0x5968, stack_ptr 0x1B01CDA0
  133  231769 [select_socket] ssh 24072 thread_socket: stuff_start 0x288AE0
    1  231770 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
  273  232043 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  143  232186 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  137  232323 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  121  232444 [main] ssh 24072 select_stuff::wait: gotone 1
  119  232563 [main] ssh 24072 select_stuff::wait: returning 0
  249  232812 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   99  232911 [main] ssh 24072 socket_cleanup: si 0xB72D80 si->thread 0x61169254
  298  233209 [main] ssh 24072 socket_cleanup: returning
  142  233351 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  136  233487 [main] ssh 24072 set_bits: me 0xB782E8, testing fd 3 ()
  104  233591 [main] ssh 24072 set_bits: ready 1
  136  233727 [main] ssh 24072 select_stuff::poll: returning 1
  117  233844 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  134  233978 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  195  234173 [main] ssh 24072 readv: readv (3, 0x288AE4, 1) nonblocking, sigcatchers 1
  173  234346 [main] ssh 24072 readv: 704 = readv (3, 0x288AE4, 1), errno 2
 9785  244131 [main] ssh 24072 writev: writev (3, 0x288874, 1)
  333  244464 [main] ssh 24072 writev: 24 = write (3, 0x288874, 1), errno 2
  170  244634 [main] ssh 24072 cygwin_select: 4, 0xB896A0, 0x0, 0x0, 0x0
  148  244782 [main] ssh 24072 dtable::select_read:  fd 3
   93  244875 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  113  244988 [main] ssh 24072 cygwin_select: sel.always_ready 0
  216  245204 [main] ssh 24072 start_thread_socket: stuff_start 0x288930
  254  245458 [select_socket] ssh 24072 thread_socket: stuff_start 0x288930
   85  245543 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
  211  245754 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
 3088  248842 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  188  249030 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  162  249192 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  177  249369 [main] ssh 24072 select_stuff::wait: gotone 1
  169  249538 [main] ssh 24072 select_stuff::wait: returning 0
   81  249619 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   83  249702 [main] ssh 24072 socket_cleanup: si 0xB72D80 si->thread 0x61169254
  335  250037 [main] ssh 24072 socket_cleanup: returning
  224  250261 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  191  250452 [main] ssh 24072 set_bits: me 0xB782E8, testing fd 3 ()
  214  250666 [main] ssh 24072 set_bits: ready 1
  206  250872 [main] ssh 24072 select_stuff::poll: returning 1
  136  251008 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  149  251157 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  204  251361 [main] ssh 24072 readv: readv (3, 0x288934, 1) nonblocking, sigcatchers 1
  190  251551 [main] ssh 24072 readv: 280 = readv (3, 0x288934, 1), errno 2
 1219  252770 [main] ssh 24072 time: 1325085246 = time (28A9F4)
15114  267884 [main] ssh 24072 writev: writev (3, 0x288874, 1)
  294  268178 [main] ssh 24072 writev: 272 = write (3, 0x288874, 1), errno 2
  184  268362 [main] ssh 24072 cygwin_select: 4, 0xB7C6D0, 0x0, 0x0, 0x0
  247  268609 [main] ssh 24072 dtable::select_read:  fd 3
  140  268749 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  128  268877 [main] ssh 24072 cygwin_select: sel.always_ready 0
  195  269072 [main] ssh 24072 start_thread_socket: stuff_start 0x288930
  218  269290 [select_socket] ssh 24072 thread_socket: stuff_start 0x288930
  127  269417 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
   18  269435 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
67762  337197 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  248  337445 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  128  337573 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
   86  337659 [main] ssh 24072 select_stuff::wait: gotone 1
   67  337726 [main] ssh 24072 select_stuff::wait: returning 0
   59  337785 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   59  337844 [main] ssh 24072 socket_cleanup: si 0xB72D80 si->thread 0x61169254
  380  338224 [main] ssh 24072 socket_cleanup: returning
  181  338405 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  144  338549 [main] ssh 24072 set_bits: me 0xB7C638, testing fd 3 ()
  170  338719 [main] ssh 24072 set_bits: ready 1
  178  338897 [main] ssh 24072 select_stuff::poll: returning 1
  221  339118 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  197  339315 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  313  339628 [main] ssh 24072 readv: readv (3, 0x288934, 1) nonblocking, sigcatchers 1
  248  339876 [main] ssh 24072 readv: 848 = readv (3, 0x288934, 1), errno 2
 3016  342892 [main] ssh 24072 open: open (/home/laelbrec/.ssh/known_hosts, 0x0)
  149  343041 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/known_hosts
  112  343153 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/known_hosts = normalize_posix_path (/home/laelbrec/.ssh/known_hosts)
  124  343277 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/known_hosts)
  118  343395 [main] ssh 24072 set_flags: flags: binary (0x2)
  134  343529 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/known_hosts, dst C:\cygwin\home\laelbrec\.ssh\known_hosts, flags 0x3000A, rc 0
  199  343728 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts)
  146  343874 [main] ssh 24072 symlink_info::check: not a symlink
  152  344026 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x286370) (0x3000A)
  133  344159 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\known_hosts), has_acls(1)
  130  344289 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  125  344414 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x100000)
  208  344622 [main] ssh 24072 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
  110  344732 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
  108  344840 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2F0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\known_hosts, io, NULL, 0, 7, 1, 4020, NULL, 0)
  119  344959 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x100000)
  137  345096 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x0)
  120  345216 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/known_hosts, 0x0)
  397  345613 [main] ssh 24072 _cygwin_istext_for_stdio: fd 4: defaulting to text
  370  345983 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  106  346089 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  130  346219 [main] ssh 24072 get_info_from_sd: ACL 1A4, uid 1000, gid 513
  194  346413 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x2876F8) st_atime=4EC93837 st_size=412, st_mode=0x81A4, st_ino=14636698789215185, sizeof=96
  121  346534 [main] ssh 24072 fstat64: 0 = fstat (4, 0x2876F8)
  200  346734 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
  114  346848 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  124  346972 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  125  347097 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x10000) returning text
  120  347217 [main] ssh 24072 readv: readv (4, 0x287714, 1) blocking, sigcatchers 1
  145  347362 [main] ssh 24072 fhandler_base::read: returning 412, binary mode
  126  347488 [main] ssh 24072 readv: 412 = readv (4, 0x287714, 1), errno 2
  103  347591 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
  122  347713 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
  121  347834 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
  117  347951 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x20000) returning binary
 2086  350037 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
  124  350161 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  118  350279 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  120  350399 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x10000) returning text
  111  350510 [main] ssh 24072 readv: readv (4, 0x287714, 1) blocking, sigcatchers 1
   92  350602 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
   74  350676 [main] ssh 24072 readv: 0 = readv (4, 0x287714, 1), errno 2
   71  350747 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   70  350817 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   69  350886 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   73  350959 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x20000) returning binary
  769  351728 [main] ssh 24072 close: close (4)
  130  351858 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/known_hosts' handle 0x2F0
  158  352016 [main] ssh 24072 close: 0 = close (4)
  786  352802 [main] ssh 24072 open: open (/home/laelbrec/.ssh/known_hosts2, 0x0)
  105  352907 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/known_hosts2
  124  353031 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/known_hosts2 = normalize_posix_path (/home/laelbrec/.ssh/known_hosts2)
  136  353167 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/known_hosts2)
  122  353289 [main] ssh 24072 set_flags: flags: binary (0x2)
  122  353411 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/known_hosts2, dst C:\cygwin\home\laelbrec\.ssh\known_hosts2, flags 0x3000A, rc 0
  181  353592 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2)
  118  353710 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2)
  161  353871 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe)
  113  353984 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe)
  170  354154 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.lnk)
  119  354273 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.lnk)
  143  354416 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe.lnk)
  136  354552 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe.lnk)
   80  354632 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x286370) (0x3000A)
   72  354704 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
   81  354785 [main] ssh 24072 set_flags: flags: binary (0x2)
   70  354855 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  117  354972 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
  112  355084 [main] ssh 24072 symlink_info::check: not a symlink
  102  355186 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286370) (0x3000A)
   81  355267 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\known_hosts2), has_acls(1)
   82  355349 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   95  355444 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x100000)
  154  355598 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  124  355722 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  105  355827 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, io, NULL, 0, 7, 1, 4020, NULL, 0)
  118  355945 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x100000)
  121  356066 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x0)
  125  356191 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/known_hosts2, 0x0)
  703  356894 [main] ssh 24072 open: open (/etc/ssh_known_hosts, 0x0)
  122  357016 [main] ssh 24072 normalize_posix_path: src /etc/ssh_known_hosts
  122  357138 [main] ssh 24072 normalize_posix_path: /etc/ssh_known_hosts = normalize_posix_path (/etc/ssh_known_hosts)
  119  357257 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_known_hosts)
  123  357380 [main] ssh 24072 set_flags: flags: binary (0x2)
  125  357505 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_known_hosts, dst C:\cygwin\etc\ssh_known_hosts, flags 0x3000A, rc 0
  171  357676 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts)
  119  357795 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts)
  148  357943 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.exe)
  121  358064 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.exe)
  147  358211 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.lnk)
  125  358336 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.lnk)
  164  358500 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.exe.lnk)
  109  358609 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.exe.lnk)
  121  358730 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_known_hosts, 0x286370) (0x3000A)
  119  358849 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  124  358973 [main] ssh 24072 set_flags: flags: binary (0x2)
  122  359095 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  174  359269 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
  174  359443 [main] ssh 24072 symlink_info::check: not a symlink
  260  359703 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x286370) (0x3000A)
   83  359786 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_known_hosts), has_acls(1)
   77  359863 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   75  359938 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_known_hosts, 0x100000)
  111  360049 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
   84  360133 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  115  360248 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_known_hosts, io, NULL, 0, 7, 1, 4020, NULL, 0)
  116  360364 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_known_hosts, 0x100000)
  152  360516 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_known_hosts, 0x0)
  107  360623 [main] ssh 24072 open: -1 = open (/etc/ssh_known_hosts, 0x0)
  807  361430 [main] ssh 24072 open: open (/etc/ssh_known_hosts2, 0x0)
  107  361537 [main] ssh 24072 normalize_posix_path: src /etc/ssh_known_hosts2
  119  361656 [main] ssh 24072 normalize_posix_path: /etc/ssh_known_hosts2 = normalize_posix_path (/etc/ssh_known_hosts2)
  119  361775 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_known_hosts2)
  120  361895 [main] ssh 24072 set_flags: flags: binary (0x2)
  122  362017 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_known_hosts2, dst C:\cygwin\etc\ssh_known_hosts2, flags 0x3000A, rc 0
  171  362188 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2)
  120  362308 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2)
  170  362478 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe)
  106  362584 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe)
  130  362714 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.lnk)
  109  362823 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.lnk)
  167  362990 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe.lnk)
  119  363109 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe.lnk)
  104  363213 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_known_hosts2, 0x286370) (0x3000A)
  124  363337 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  136  363473 [main] ssh 24072 set_flags: flags: binary (0x2)
   89  363562 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  125  363687 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
  102  363789 [main] ssh 24072 symlink_info::check: not a symlink
  103  363892 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x286370) (0x3000A)
  123  364015 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_known_hosts2), has_acls(1)
  123  364138 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  118  364256 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_known_hosts2, 0x100000)
  158  364414 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  125  364539 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   84  364623 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_known_hosts2, io, NULL, 0, 7, 1, 4020, NULL, 0)
   78  364701 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_known_hosts2, 0x100000)
   69  364770 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_known_hosts2, 0x0)
   70  364840 [main] ssh 24072 open: -1 = open (/etc/ssh_known_hosts2, 0x0)
  792  365632 [main] ssh 24072 open: open (/home/laelbrec/.ssh/known_hosts, 0x0)
  137  365769 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/known_hosts
  139  365908 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/known_hosts = normalize_posix_path (/home/laelbrec/.ssh/known_hosts)
  134  366042 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/known_hosts)
  143  366185 [main] ssh 24072 set_flags: flags: binary (0x2)
  144  366329 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/known_hosts, dst C:\cygwin\home\laelbrec\.ssh\known_hosts, flags 0x3000A, rc 0
  221  366550 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts)
  159  366709 [main] ssh 24072 symlink_info::check: not a symlink
  170  366879 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x286370) (0x3000A)
  120  366999 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\known_hosts), has_acls(1)
  125  367124 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  120  367244 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x100000)
  185  367429 [main] ssh 24072 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
  131  367560 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   80  367640 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2F4, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\known_hosts, io, NULL, 0, 7, 1, 4020, NULL, 0)
   75  367715 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x100000)
   83  367798 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x0)
   76  367874 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/known_hosts, 0x0)
  355  368229 [main] ssh 24072 _cygwin_istext_for_stdio: fd 4: defaulting to text
  529  368758 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  131  368889 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  116  369005 [main] ssh 24072 get_info_from_sd: ACL 1A4, uid 1000, gid 513
  222  369227 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts, 0x2876F8) st_atime=4EC93837 st_size=412, st_mode=0x81A4, st_ino=14636698789215185, sizeof=96
  125  369352 [main] ssh 24072 fstat64: 0 = fstat (4, 0x2876F8)
  196  369548 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
  120  369668 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  127  369795 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  124  369919 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x10000) returning text
  122  370041 [main] ssh 24072 readv: readv (4, 0x287714, 1) blocking, sigcatchers 1
  137  370178 [main] ssh 24072 fhandler_base::read: returning 412, binary mode
  119  370297 [main] ssh 24072 readv: 412 = readv (4, 0x287714, 1), errno 2
  128  370425 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   97  370522 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   89  370611 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
  115  370726 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x20000) returning binary
 2064  372790 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
  102  372892 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   95  372987 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  105  373092 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x10000) returning text
  179  373271 [main] ssh 24072 readv: readv (4, 0x287714, 1) blocking, sigcatchers 1
  112  373383 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
  109  373492 [main] ssh 24072 readv: 0 = readv (4, 0x287714, 1), errno 2
   83  373575 [main] ssh 24072 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   43  373618 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   35  373653 [main] ssh 24072 fhandler_base::set_flags: filemode set to text
   33  373686 [main] ssh 24072 setmode: (4<\??\C:\cygwin\home\laelbrec\.ssh\known_hosts>, 0x20000) returning binary
  674  374360 [main] ssh 24072 close: close (4)
  192  374552 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/known_hosts' handle 0x2F4
  124  374676 [main] ssh 24072 close: 0 = close (4)
 1139  375815 [main] ssh 24072 open: open (/home/laelbrec/.ssh/known_hosts2, 0x0)
  110  375925 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/known_hosts2
   99  376024 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/known_hosts2 = normalize_posix_path (/home/laelbrec/.ssh/known_hosts2)
  122  376146 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/known_hosts2)
  126  376272 [main] ssh 24072 set_flags: flags: binary (0x2)
  116  376388 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/known_hosts2, dst C:\cygwin\home\laelbrec\.ssh\known_hosts2, flags 0x3000A, rc 0
  142  376530 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2)
  134  376664 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2)
  148  376812 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe)
  126  376938 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe)
  149  377087 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.lnk)
  131  377218 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.lnk)
  147  377365 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe.lnk)
  107  377472 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2.exe.lnk)
   96  377568 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x286370) (0x3000A)
   94  377662 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh)
  122  377784 [main] ssh 24072 set_flags: flags: binary (0x2)
  119  377903 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh, dst C:\cygwin\home\laelbrec\.ssh, flags 0x3000A, rc 0
  166  378069 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh)
  230  378299 [main] ssh 24072 symlink_info::check: not a symlink
  207  378506 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh, 0x286370) (0x3000A)
   62  378568 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\known_hosts2), has_acls(1)
   91  378659 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  121  378780 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x100000)
  160  378940 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  222  379162 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
   98  379260 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, io, NULL, 0, 7, 1, 4020, NULL, 0)
  124  379384 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x100000)
  117  379501 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\known_hosts2, 0x0)
   47  379548 [main] ssh 24072 open: -1 = open (/home/laelbrec/.ssh/known_hosts2, 0x0)
  337  379885 [main] ssh 24072 open: open (/etc/ssh_known_hosts, 0x0)
  142  380027 [main] ssh 24072 normalize_posix_path: src /etc/ssh_known_hosts
  194  380221 [main] ssh 24072 normalize_posix_path: /etc/ssh_known_hosts = normalize_posix_path (/etc/ssh_known_hosts)
  105  380326 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_known_hosts)
  125  380451 [main] ssh 24072 set_flags: flags: binary (0x2)
   91  380542 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_known_hosts, dst C:\cygwin\etc\ssh_known_hosts, flags 0x3000A, rc 0
  236  380778 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts)
  180  380958 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts)
  140  381098 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.exe)
  112  381210 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.exe)
  169  381379 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.lnk)
  216  381595 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.lnk)
  151  381746 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts.exe.lnk)
  115  381861 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts.exe.lnk)
  117  381978 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_known_hosts, 0x286370) (0x3000A)
  120  382098 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  119  382217 [main] ssh 24072 set_flags: flags: binary (0x2)
   98  382315 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  156  382471 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
  119  382590 [main] ssh 24072 symlink_info::check: not a symlink
   71  382661 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x286370) (0x3000A)
   45  382706 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_known_hosts), has_acls(1)
   89  382795 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  113  382908 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_known_hosts, 0x100000)
  167  383075 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  216  383291 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  114  383405 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_known_hosts, io, NULL, 0, 7, 1, 4020, NULL, 0)
  111  383516 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_known_hosts, 0x100000)
   50  383566 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_known_hosts, 0x0)
   50  383616 [main] ssh 24072 open: -1 = open (/etc/ssh_known_hosts, 0x0)
  564  384180 [main] ssh 24072 open: open (/etc/ssh_known_hosts2, 0x0)
  103  384283 [main] ssh 24072 normalize_posix_path: src /etc/ssh_known_hosts2
  115  384398 [main] ssh 24072 normalize_posix_path: /etc/ssh_known_hosts2 = normalize_posix_path (/etc/ssh_known_hosts2)
   88  384486 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_known_hosts2)
   49  384535 [main] ssh 24072 set_flags: flags: binary (0x2)
   41  384576 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc/ssh_known_hosts2, dst C:\cygwin\etc\ssh_known_hosts2, flags 0x3000A, rc 0
   55  384631 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2)
   64  384695 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2)
  220  384915 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe)
  175  385090 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe)
  149  385239 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.lnk)
  202  385441 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.lnk)
  154  385595 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe.lnk)
  122  385717 [main] ssh 24072 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\ssh_known_hosts2.exe.lnk)
  120  385837 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\ssh_known_hosts2, 0x286370) (0x3000A)
  125  385962 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  119  386081 [main] ssh 24072 set_flags: flags: binary (0x2)
  100  386181 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  122  386303 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
  147  386450 [main] ssh 24072 symlink_info::check: not a symlink
  117  386567 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x286370) (0x3000A)
   44  386611 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\etc\ssh_known_hosts2), has_acls(1)
   38  386649 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   37  386686 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\etc\ssh_known_hosts2, 0x100000)
   73  386759 [main] ssh 24072 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC0000034 -> windows error 2
  123  386882 [main] ssh 24072 geterrno_from_win_error: windows error 2 == errno 2
  109  386991 [main] ssh 24072 fhandler_base::open: C0000034 = NtCreateFile (0x0, 80100000, \??\C:\cygwin\etc\ssh_known_hosts2, io, NULL, 0, 7, 1, 4020, NULL, 0)
  126  387117 [main] ssh 24072 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\etc\ssh_known_hosts2, 0x100000)
  127  387244 [main] ssh 24072 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\etc\ssh_known_hosts2, 0x0)
  288  387532 [main] ssh 24072 open: -1 = open (/etc/ssh_known_hosts2, 0x0)
23309  410841 [main] ssh 24072 writev: writev (3, 0x288844, 1)
  449  411290 [main] ssh 24072 writev: 16 = write (3, 0x288844, 1), errno 2
  625  411915 [main] ssh 24072 writev: writev (3, 0x28AAB4, 1)
  183  412098 [main] ssh 24072 writev: 48 = write (3, 0x28AAB4, 1), errno 2
  411  412509 [main] ssh 24072 cygwin_select: 4, 0xB7C9A0, 0x0, 0x0, 0x0
  121  412630 [main] ssh 24072 dtable::select_read:  fd 3
   34  412664 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
   38  412702 [main] ssh 24072 cygwin_select: sel.always_ready 0
  180  412882 [main] ssh 24072 start_thread_socket: stuff_start 0x288AC0
  288  413170 [select_socket] ssh 24072 thread_socket: stuff_start 0x288AC0
   54  413224 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
  200  413424 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
 4684  418108 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  132  418240 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  175  418415 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  135  418550 [main] ssh 24072 select_stuff::wait: gotone 1
  135  418685 [main] ssh 24072 select_stuff::wait: returning 0
  251  418936 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  237  419173 [main] ssh 24072 socket_cleanup: si 0xB72D80 si->thread 0x61169254
  395  419568 [main] ssh 24072 socket_cleanup: returning
   53  419621 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
   41  419662 [main] ssh 24072 set_bits: me 0xB782E8, testing fd 3 ()
  175  419837 [main] ssh 24072 set_bits: ready 1
  315  420152 [main] ssh 24072 select_stuff::poll: returning 1
  127  420279 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  126  420405 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  232  420637 [main] ssh 24072 readv: readv (3, 0x288AC4, 1) nonblocking, sigcatchers 1
   95  420732 [main] ssh 24072 readv: 48 = readv (3, 0x288AC4, 1), errno 2
 1428  422160 [main] ssh 24072 writev: writev (3, 0x2889E4, 1)
  395  422555 [main] ssh 24072 writev: 64 = write (3, 0x2889E4, 1), errno 2
   90  422645 [main] ssh 24072 cygwin_select: 4, 0xB7C9A0, 0x0, 0x0, 0x0
  200  422845 [main] ssh 24072 dtable::select_read:  fd 3
   83  422928 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  118  423046 [main] ssh 24072 cygwin_select: sel.always_ready 0
  193  423239 [main] ssh 24072 start_thread_socket: stuff_start 0x288AA0
  195  423434 [select_socket] ssh 24072 thread_socket: stuff_start 0x288AA0
   72  423506 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
   54  423560 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
22681  446241 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  226  446467 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  209  446676 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  179  446855 [main] ssh 24072 select_stuff::wait: gotone 1
  179  447034 [main] ssh 24072 select_stuff::wait: returning 0
  177  447211 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  177  447388 [main] ssh 24072 socket_cleanup: si 0xB7CBC0 si->thread 0x61169254
  453  447841 [main] ssh 24072 socket_cleanup: returning
  190  448031 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  168  448199 [main] ssh 24072 set_bits: me 0xB7CB90, testing fd 3 ()
  198  448397 [main] ssh 24072 set_bits: ready 1
  181  448578 [main] ssh 24072 select_stuff::poll: returning 1
  108  448686 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  132  448818 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  182  449000 [main] ssh 24072 readv: readv (3, 0x288AA4, 1) nonblocking, sigcatchers 1
  173  449173 [main] ssh 24072 readv: 64 = readv (3, 0x288AA4, 1), errno 2
 1451  450624 [main] ssh 24072 writev: writev (3, 0x2889E4, 1)
  265  450889 [main] ssh 24072 writev: 368 = write (3, 0x2889E4, 1), errno 2
  174  451063 [main] ssh 24072 cygwin_select: 4, 0xB7C9A0, 0x0, 0x0, 0x0
  206  451269 [main] ssh 24072 dtable::select_read:  fd 3
  155  451424 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
   97  451521 [main] ssh 24072 cygwin_select: sel.always_ready 0
  126  451647 [main] ssh 24072 start_thread_socket: stuff_start 0x288AA0
  108  451755 [select_socket] ssh 24072 thread_socket: stuff_start 0x288AA0
   84  451839 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
   58  451897 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
 2788  454685 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  108  454793 [select_socket] ssh 24072 thread_socket: leaving thread_socket
   74  454867 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
   63  454930 [main] ssh 24072 select_stuff::wait: gotone 1
   58  454988 [main] ssh 24072 select_stuff::wait: returning 0
   58  455046 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   62  455108 [main] ssh 24072 socket_cleanup: si 0xB7CBF0 si->thread 0x61169254
  314  455422 [main] ssh 24072 socket_cleanup: returning
  132  455554 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  125  455679 [main] ssh 24072 set_bits: me 0xB7CBC0, testing fd 3 ()
  107  455786 [main] ssh 24072 set_bits: ready 1
  129  455915 [main] ssh 24072 select_stuff::poll: returning 1
  105  456020 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  128  456148 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  198  456346 [main] ssh 24072 readv: readv (3, 0x288AA4, 1) nonblocking, sigcatchers 1
  158  456504 [main] ssh 24072 readv: 320 = readv (3, 0x288AA4, 1), errno 2
 4079  460583 [main] ssh 24072 stat64: entering
  167  460750 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa
  110  460860 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa = normalize_posix_path (/home/laelbrec/.ssh/id_rsa)
  119  460979 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa)
  123  461102 [main] ssh 24072 set_flags: flags: binary (0x2)
  114  461216 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa, dst C:\cygwin\home\laelbrec\.ssh\id_rsa, flags 0x3000A, rc 0
  196  461412 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa)
  183  461595 [main] ssh 24072 symlink_info::check: not a symlink
  108  461703 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x289570) (0x43000A)
  105  461808 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa), has_acls(1)
  130  461938 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  120  462058 [main] ssh 24072 stat_worker: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x28A8D8, 0x6124410C), file_attributes 8224
  246  462304 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  117  462421 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  113  462534 [main] ssh 24072 get_info_from_sd: ACL 180, uid 1000, gid 513
  144  462678 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x28A8D8) st_atime=4EF877D0 st_size=1679, st_mode=0x8180, st_ino=22799473113932833, sizeof=96
  112  462790 [main] ssh 24072 stat_worker: 0 = (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x28A8D8)
  141  462931 [main] ssh 24072 open: open (/home/laelbrec/.ssh/id_rsa, 0x10000)
  128  463059 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa
  124  463183 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa = normalize_posix_path (/home/laelbrec/.ssh/id_rsa)
  116  463299 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa)
  134  463433 [main] ssh 24072 set_flags: flags: binary (0x2)
  103  463536 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa, dst C:\cygwin\home\laelbrec\.ssh\id_rsa, flags 0x3000A, rc 0
  133  463669 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa)
   98  463767 [main] ssh 24072 symlink_info::check: not a symlink
   94  463861 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x2893A0) (0x3000A)
  109  463970 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa), has_acls(1)
  123  464093 [main] ssh 24072 build_fh_pc: fh 0x6124410C
  121  464214 [main] ssh 24072 fhandler_base::open: (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x110000)
  189  464403 [main] ssh 24072 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  149  464552 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   87  464639 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   98  464737 [main] ssh 24072 fhandler_base::open: 0 = NtCreateFile (0x2F0, 80100000, \??\C:\cygwin\home\laelbrec\.ssh\id_rsa, io, NULL, 0, 7, 1, 4020, NULL, 0)
  122  464859 [main] ssh 24072 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x110000)
  132  464991 [main] ssh 24072 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x10000)
  131  465122 [main] ssh 24072 open: 4 = open (/home/laelbrec/.ssh/id_rsa, 0x10000)
  224  465346 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  137  465483 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  141  465624 [main] ssh 24072 get_info_from_sd: ACL 180, uid 1000, gid 513
  193  465817 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x28A7B8) st_atime=4EF877D0 st_size=1679, st_mode=0x8180, st_ino=22799473113932833, sizeof=96
  124  465941 [main] ssh 24072 fstat64: 0 = fstat (4, 0x28A7B8)
  133  466074 [main] ssh 24072 normalize_posix_path: src /home/laelbrec/.ssh/id_rsa
  138  466212 [main] ssh 24072 normalize_posix_path: /home/laelbrec/.ssh/id_rsa = normalize_posix_path (/home/laelbrec/.ssh/id_rsa)
  111  466323 [main] ssh 24072 mount_info::conv_to_win32_path: conv_to_win32_path (/home/laelbrec/.ssh/id_rsa)
  150  466473 [main] ssh 24072 set_flags: flags: binary (0x2)
  117  466590 [main] ssh 24072 mount_info::conv_to_win32_path: src_path /home/laelbrec/.ssh/id_rsa, dst C:\cygwin\home\laelbrec\.ssh\id_rsa, flags 0x3000A, rc 0
  177  466767 [main] ssh 24072 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa)
  141  466908 [main] ssh 24072 symlink_info::check: not a symlink
  154  467062 [main] ssh 24072 symlink_info::check: 0 = symlink.check (C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x289310) (0x3000A)
  130  467192 [main] ssh 24072 path_conv::check: this->path(C:\cygwin\home\laelbrec\.ssh\id_rsa), has_acls(1)
  107  467299 [main] ssh 24072 build_fh_pc: fh 0x61243C1C
  302  467601 [main] ssh 24072 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
   83  467684 [main] ssh 24072 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  111  467795 [main] ssh 24072 get_info_from_sd: ACL 180, uid 1000, gid 513
  204  467999 [main] ssh 24072 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\home\laelbrec\.ssh\id_rsa, 0x28A3B8) st_atime=4EF877D0 st_size=1679, st_mode=0x8180, st_ino=22799473113932833, sizeof=96
  133  468132 [main] ssh 24072 fstat64: 0 = fstat (4, 0x28A3B8)
  221  468353 [main] ssh 24072 readv: readv (4, 0x28A2D4, 1) blocking, sigcatchers 1
  142  468495 [main] ssh 24072 fhandler_base::read: returning 1024, binary mode
  115  468610 [main] ssh 24072 readv: 1024 = readv (4, 0x28A2D4, 1), errno 2
  123  468733 [main] ssh 24072 readv: readv (4, 0x28A2D4, 1) blocking, sigcatchers 1
  294  469027 [main] ssh 24072 fhandler_base::read: returning 655, binary mode
  115  469142 [main] ssh 24072 readv: 655 = readv (4, 0x28A2D4, 1), errno 2
  124  469266 [main] ssh 24072 readv: readv (4, 0x28A2D4, 1) blocking, sigcatchers 1
  127  469393 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
  123  469516 [main] ssh 24072 readv: 0 = readv (4, 0x28A2D4, 1), errno 2
  112  469628 [main] ssh 24072 readv: readv (4, 0x28A2D4, 1) blocking, sigcatchers 1
   89  469717 [main] ssh 24072 fhandler_base::read: returning 0, binary mode
   74  469791 [main] ssh 24072 readv: 0 = readv (4, 0x28A2D4, 1), errno 32
   71  469862 [main] ssh 24072 close: close (4)
   98  469960 [main] ssh 24072 fhandler_base::close: closing '/home/laelbrec/.ssh/id_rsa' handle 0x2F0
  170  470130 [main] ssh 24072 close: 0 = close (4)
 4205  474335 [main] ssh 24072 time: 1325085246 = time (28A5D4)
  690  475025 [main] ssh 24072 time: 1325085246 = time (28A5D4)
  652  475677 [main] ssh 24072 time: 1325085246 = time (28A5D4)
35458  511135 [main] ssh 24072 writev: writev (3, 0x2889E4, 1)
  409  511544 [main] ssh 24072 writev: 640 = write (3, 0x2889E4, 1), errno 32
   80  511624 [main] ssh 24072 cygwin_select: 4, 0xB7C9A0, 0x0, 0x0, 0x0
   59  511683 [main] ssh 24072 dtable::select_read:  fd 3
   33  511716 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
   40  511756 [main] ssh 24072 cygwin_select: sel.always_ready 0
  159  511915 [main] ssh 24072 start_thread_socket: stuff_start 0x288AA0
  282  512197 [select_socket] ssh 24072 thread_socket: stuff_start 0x288AA0
  142  512339 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
    1  512340 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
 6021  518361 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  152  518513 [select_socket] ssh 24072 thread_socket: leaving thread_socket
   45  518558 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
   37  518595 [main] ssh 24072 select_stuff::wait: gotone 1
   35  518630 [main] ssh 24072 select_stuff::wait: returning 0
   34  518664 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   33  518697 [main] ssh 24072 socket_cleanup: si 0xB7ED58 si->thread 0x61169254
   77  518774 [main] ssh 24072 socket_cleanup: returning
   34  518808 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
   34  518842 [main] ssh 24072 set_bits: me 0xB7ED28, testing fd 3 ()
   32  518874 [main] ssh 24072 set_bits: ready 1
   30  518904 [main] ssh 24072 select_stuff::poll: returning 1
   32  518936 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   31  518967 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
   59  519026 [main] ssh 24072 readv: readv (3, 0x288AA4, 1) nonblocking, sigcatchers 1
   67  519093 [main] ssh 24072 readv: 32 = readv (3, 0x288AA4, 1), errno 32
 1643  520736 [main] ssh 24072 cygwin_getpeername: 0 = getpeername (3) 680
  165  520901 [main] ssh 24072 cygwin_getpeername: 0 = getpeername (3) 680
  339  521240 [main] ssh 24072 dtable::dup3: dup3 (0, 4, 0x0)
  219  521459 [main] ssh 24072 build_fh_pc: fh 0x6124410C
   84  521543 [main] ssh 24072 fhandler_base::dup: in fhandler_base dup
   65  521608 [main] ssh 24072 fhandler_pipe::dup: res 0
   47  521655 [main] ssh 24072 dtable::dup_worker: duped '/dev/fd/pipe:[3]' old 0x168, new 0x2F0
   43  521698 [main] ssh 24072 dtable::dup3: newfh->io_handle 0x2F0, oldfh->io_handle 0x168, new win32_name 0x61246B04, old win32_name 0x61244AF4
   49  521747 [main] ssh 24072 dtable::dup3: 4 = dup3 (0, 4, 0x0)
  138  521885 [main] ssh 24072 dtable::dup3: dup3 (1, 5, 0x0)
  125  522010 [main] ssh 24072 build_fh_pc: fh 0x61243C1C
  157  522167 [main] ssh 24072 fhandler_base::dup: in fhandler_base dup
  110  522277 [main] ssh 24072 fhandler_pipe::dup: res 0
  112  522389 [main] ssh 24072 dtable::dup_worker: duped 'pipe:[6]' old 0x154, new 0x2F8
  158  522547 [main] ssh 24072 dtable::dup3: newfh->io_handle 0x2F8, oldfh->io_handle 0x154, new win32_name 0x61246B1C, old win32_name 0x61244434
  119  522666 [main] ssh 24072 dtable::dup3: 5 = dup3 (1, 5, 0x0)
  121  522787 [main] ssh 24072 dtable::dup3: dup3 (2, 6, 0x0)
  204  522991 [main] ssh 24072 build_fh_pc: fh 0x61244494
  122  523113 [main] ssh 24072 fhandler_base::dup: in fhandler_base dup
  157  523270 [main] ssh 24072 dtable::dup_worker: duped '/tmp/strace.out' old 0x2CC, new 0x300
  120  523390 [main] ssh 24072 dtable::dup3: newfh->io_handle 0x300, oldfh->io_handle 0x2CC, new win32_name 0x61246ABC, old win32_name 0x6124409C
   96  523486 [main] ssh 24072 dtable::dup3: 6 = dup3 (2, 6, 0x0)
   59  523545 [main] ssh 24072 isatty: 0 = isatty (4)
   51  523596 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x10000
   44  523640 [main] ssh 24072 fcntl64: 65536 = fcntl (4, 3, 0x0)
   45  523685 [main] ssh 24072 fhandler_base::set_flags: flags 0x14000, supplied_bin 0x0
   44  523729 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   76  523805 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  104  523909 [main] ssh 24072 fcntl64: 0 = fcntl (4, 4, 0x14000)
  151  524060 [main] ssh 24072 isatty: 0 = isatty (5)
  120  524180 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x14001
  169  524349 [main] ssh 24072 fcntl64: 81921 = fcntl (5, 3, 0x0)
  114  524463 [main] ssh 24072 isatty: 0 = isatty (6)
  117  524580 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x10001
   56  524636 [main] ssh 24072 fcntl64: 65537 = fcntl (6, 3, 0x0)
   46  524682 [main] ssh 24072 fhandler_base::set_flags: flags 0x14001, supplied_bin 0x0
   44  524726 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   43  524769 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
   42  524811 [main] ssh 24072 fcntl64: 0 = fcntl (6, 4, 0x14001)
  231  525042 [main] ssh 24072 fhandler_base::set_close_on_exec: set close_on_exec for /dev/fd/pipe:[3] to 1
  163  525205 [main] ssh 24072 fcntl64: 0 = fcntl (4, 2, 0x1)
  112  525317 [main] ssh 24072 fhandler_base::set_close_on_exec: set close_on_exec for pipe:[6] to 1
  180  525497 [main] ssh 24072 fcntl64: 0 = fcntl (5, 2, 0x1)
  112  525609 [main] ssh 24072 fhandler_base::set_close_on_exec: set close_on_exec for /tmp/strace.out to 1
  175  525784 [main] ssh 24072 fcntl64: 0 = fcntl (6, 2, 0x1)
  107  525891 [main] ssh 24072 isatty: 0 = isatty (5)
  472  526363 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  186  526549 [main] ssh 24072 sig_send: wakeup 0x304
  122  526671 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   -6  526665 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
  192  526857 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  137  526994 [main] ssh 24072 sigaction_worker: signal 1, newact 0x0, oa 0x0
  121  527115 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  176  527291 [main] ssh 24072 sig_send: wakeup 0x304
  113  527404 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    7  527411 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  247  527658 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  117  527775 [main] ssh 24072 sigaction_worker: signal 1, newact 0x28AB20 (handler 0x1), oa 0x0
  175  527950 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -1, its_me 1
  112  528062 [main] ssh 24072 sig_send: wakeup 0x304
  169  528231 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   20  528251 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  184  528435 [main] ssh 24072 sig_send: returning 0x0 from sending signal -1
  107  528542 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  111  528653 [main] ssh 24072 sig_send: wakeup 0x304
  127  528780 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    7  528787 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  193  528980 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  108  529088 [main] ssh 24072 sigaction_worker: signal 1, newact 0x0, oa 0x1
  173  529261 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  122  529383 [main] ssh 24072 sig_send: wakeup 0x304
  132  529515 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   77  529592 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   62  529654 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   48  529702 [main] ssh 24072 sigaction_worker: signal 1, newact 0x28AB20 (handler 0x4069D0), oa 0x1
   46  529748 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
   46  529794 [main] ssh 24072 sig_send: wakeup 0x304
   49  529843 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   47  529890 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   63  529953 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  187  530140 [main] ssh 24072 sigaction_worker: signal 2, newact 0x0, oa 0x0
  133  530273 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  211  530484 [main] ssh 24072 sig_send: wakeup 0x304
  109  530593 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    7  530600 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  185  530785 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  103  530888 [main] ssh 24072 sigaction_worker: signal 2, newact 0x28AB20 (handler 0x1), oa 0x0
  206  531094 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -2, its_me 1
  123  531217 [main] ssh 24072 sig_send: wakeup 0x304
  141  531358 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    7  531365 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  198  531563 [main] ssh 24072 sig_send: returning 0x0 from sending signal -2
  104  531667 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  153  531820 [main] ssh 24072 sig_send: wakeup 0x304
  122  531942 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    7  531949 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  247  532196 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  115  532311 [main] ssh 24072 sigaction_worker: signal 2, newact 0x0, oa 0x1
  119  532430 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  138  532568 [main] ssh 24072 sig_send: wakeup 0x304
   63  532631 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   50  532681 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   55  532736 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   46  532782 [main] ssh 24072 sigaction_worker: signal 2, newact 0x28AB20 (handler 0x4069D0), oa 0x1
   45  532827 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
   47  532874 [main] ssh 24072 sig_send: wakeup 0x304
   49  532923 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   46  532969 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   47  533016 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   45  533061 [main] ssh 24072 sigaction_worker: signal 3, newact 0x0, oa 0x0
   79  533140 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  110  533250 [main] ssh 24072 sig_send: wakeup 0x304
  117  533367 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    7  533374 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  293  533667 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   55  533722 [main] ssh 24072 sigaction_worker: signal 3, newact 0x28AB20 (handler 0x1), oa 0x0
   45  533767 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -3, its_me 1
   46  533813 [main] ssh 24072 sig_send: wakeup 0x304
   50  533863 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   14  533877 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  203  534080 [main] ssh 24072 sig_send: returning 0x0 from sending signal -3
  158  534238 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  138  534376 [main] ssh 24072 sig_send: wakeup 0x304
  117  534493 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   84  534577 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   52  534629 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   47  534676 [main] ssh 24072 sigaction_worker: signal 3, newact 0x0, oa 0x1
   98  534774 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  129  534903 [main] ssh 24072 sig_send: wakeup 0x304
  159  535062 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   20  535082 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  194  535276 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  115  535391 [main] ssh 24072 sigaction_worker: signal 3, newact 0x28AB20 (handler 0x4069D0), oa 0x1
  173  535564 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  115  535679 [main] ssh 24072 sig_send: wakeup 0x304
  124  535803 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    8  535811 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  205  536016 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  102  536118 [main] ssh 24072 sigaction_worker: signal 15, newact 0x0, oa 0x0
  178  536296 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  125  536421 [main] ssh 24072 sig_send: wakeup 0x304
  158  536579 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   20  536599 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  196  536795 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  156  536951 [main] ssh 24072 sigaction_worker: signal 15, newact 0x28AB20 (handler 0x1), oa 0x0
  101  537052 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -15, its_me 1
  127  537179 [main] ssh 24072 sig_send: wakeup 0x304
  210  537389 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    6  537395 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  165  537560 [main] ssh 24072 sig_send: returning 0x0 from sending signal -15
   49  537609 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
   45  537654 [main] ssh 24072 sig_send: wakeup 0x304
   47  537701 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   84  537785 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  110  537895 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  101  537996 [main] ssh 24072 sigaction_worker: signal 15, newact 0x0, oa 0x1
  195  538191 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  121  538312 [main] ssh 24072 sig_send: wakeup 0x304
  108  538420 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
    5  538425 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  189  538614 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  158  538772 [main] ssh 24072 sigaction_worker: signal 15, newact 0x28AB20 (handler 0x4069D0), oa 0x1
  106  538878 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  123  539001 [main] ssh 24072 sig_send: wakeup 0x304
  155  539156 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   21  539177 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
  192  539369 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  104  539473 [main] ssh 24072 sigaction_worker: signal 28, newact 0x0, oa 0x0
   62  539535 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
   47  539582 [main] ssh 24072 sig_send: wakeup 0x304
   50  539632 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x304
   44  539676 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x304
   63  539739 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  101  539840 [main] ssh 24072 sigaction_worker: signal 28, newact 0x28AB20 (handler 0x406AC0), oa 0x0
  329  540169 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  236  540405 [main] ssh 24072 dtable::select_read:  fd 3
  125  540530 [main] ssh 24072 dtable::select_write:  fd 3
  164  540694 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  122  540816 [main] ssh 24072 cygwin_select: sel.always_ready 0
  233  541049 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  247  541296 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
   90  541386 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
   10  541396 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  183  541579 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  100  541679 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  107  541786 [main] ssh 24072 select_stuff::wait: gotone 1
  182  541968 [main] ssh 24072 select_stuff::wait: returning 0
  108  542076 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  169  542245 [main] ssh 24072 socket_cleanup: si 0xB77160 si->thread 0x61169254
  307  542552 [main] ssh 24072 socket_cleanup: returning
  104  542656 [main] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  114  542770 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
  171  542941 [main] ssh 24072 set_bits: ready 1
   97  543038 [main] ssh 24072 select_stuff::poll: returning 1
  122  543160 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  156  543316 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  172  543488 [main] ssh 24072 writev: writev (3, 0x28AAB4, 1)
  227  543715 [main] ssh 24072 writev: 64 = write (3, 0x28AAB4, 1), errno 32
  118  543833 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  177  544010 [main] ssh 24072 dtable::select_read:  fd 3
  128  544138 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  123  544261 [main] ssh 24072 cygwin_select: sel.always_ready 0
  206  544467 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  104  544571 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
   58  544629 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
   79  544708 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
 2145  546853 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  110  546963 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  185  547148 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  142  547290 [main] ssh 24072 select_stuff::wait: gotone 1
  181  547471 [main] ssh 24072 select_stuff::wait: returning 0
  154  547625 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
   56  547681 [main] ssh 24072 socket_cleanup: si 0xB77160 si->thread 0x61169254
  253  547934 [main] ssh 24072 socket_cleanup: returning
  187  548121 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  149  548270 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
  189  548459 [main] ssh 24072 set_bits: ready 1
  102  548561 [main] ssh 24072 select_stuff::poll: returning 1
  167  548728 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  112  548840 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  219  549059 [main] ssh 24072 readv: readv (3, 0x27AAC4, 1) nonblocking, sigcatchers 6
  220  549279 [main] ssh 24072 readv: 48 = readv (3, 0x27AAC4, 1), errno 32
  573  549852 [main] ssh 24072 cygwin_getsockopt: 0 = getsockopt (3, 6, 0x1, 0x28A928, 0x28A924)
  133  549985 [main] ssh 24072 cygwin_setsockopt: setsockopt optval=1
  132  550117 [main] ssh 24072 cygwin_setsockopt: 0 = setsockopt (3, 6, 1, 0x28A928, 4)
  137  550254 [main] ssh 24072 cygwin_getsockname: 0 = getsockname (3, 0x28A968, 0x28A960)
  289  550543 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  101  550644 [main] ssh 24072 dtable::select_read:  fd 3
   52  550696 [main] ssh 24072 dtable::select_write:  fd 3
   47  550743 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  107  550850 [main] ssh 24072 cygwin_select: sel.always_ready 0
  194  551044 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  208  551252 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
   34  551286 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
   99  551385 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  220  551605 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  106  551711 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  104  551815 [main] ssh 24072 select_stuff::wait: gotone 1
  164  551979 [main] ssh 24072 select_stuff::wait: returning 0
  105  552084 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  118  552202 [main] ssh 24072 socket_cleanup: si 0xB78188 si->thread 0x61169254
  271  552473 [main] ssh 24072 socket_cleanup: returning
   81  552554 [main] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
   65  552619 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
   58  552677 [main] ssh 24072 set_bits: ready 1
   60  552737 [main] ssh 24072 select_stuff::poll: returning 1
  115  552852 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  134  552986 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  191  553177 [main] ssh 24072 writev: writev (3, 0x28AAB4, 1)
  247  553424 [main] ssh 24072 writev: 80 = write (3, 0x28AAB4, 1), errno 32
   95  553519 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  125  553644 [main] ssh 24072 dtable::select_read:  fd 3
   59  553703 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
   58  553761 [main] ssh 24072 cygwin_select: sel.always_ready 0
  137  553898 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  187  554085 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
  131  554216 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
    5  554221 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
 2338  556559 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  151  556710 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  201  556911 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  142  557053 [main] ssh 24072 select_stuff::wait: gotone 1
  181  557234 [main] ssh 24072 select_stuff::wait: returning 0
  185  557419 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  186  557605 [main] ssh 24072 socket_cleanup: si 0xB78188 si->thread 0x61169254
  444  558049 [main] ssh 24072 socket_cleanup: returning
  193  558242 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  114  558356 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
  111  558467 [main] ssh 24072 set_bits: ready 1
   89  558556 [main] ssh 24072 select_stuff::poll: returning 1
  124  558680 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  125  558805 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  171  558976 [main] ssh 24072 readv: readv (3, 0x27AAC4, 1) nonblocking, sigcatchers 6
  171  559147 [main] ssh 24072 readv: 80 = readv (3, 0x27AAC4, 1), errno 32
  350  559497 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  146  559643 [main] ssh 24072 dtable::select_read:  fd 3
  150  559793 [main] ssh 24072 dtable::select_read: /dev/fd/pipe:[3] fd 4
   56  559849 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
   78  559927 [main] ssh 24072 cygwin_select: sel.always_ready 0
  278  560205 [select_pipe] ssh 24072 peek_pipe: /dev/fd/pipe:[3], ready for read: avail 14
   43  560248 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  852  561100 [select_socket] ssh 24072 cygthread::stub: thread 'select_socket', id 0x58D4, stack_ptr 0x1B21CDA0
  126  561226 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
    9  561235 [main] ssh 24072 select_stuff::wait: m 3, ms 4294967295
  239  561474 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
  106  561580 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
   98  561678 [main] ssh 24072 set_bits: me 0xB82E98, testing fd 4 (/dev/fd/pipe:[3])
   92  561770 [main] ssh 24072 set_bits: ready 1
  112  561882 [main] ssh 24072 select_stuff::wait: gotone 1
  119  562001 [main] ssh 24072 select_stuff::wait: returning 0
  134  562135 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  251  562386 [main] ssh 24072 socket_cleanup: si 0xB77160 si->thread 0x61169288
  113  562499 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  193  562692 [main] ssh 24072 socket_cleanup: returning
   57  562749 [main] ssh 24072 peek_pipe: /dev/fd/pipe:[3], already ready for read
   59  562808 [main] ssh 24072 set_bits: me 0xB82E98, testing fd 4 (/dev/fd/pipe:[3])
   57  562865 [main] ssh 24072 set_bits: ready 1
   86  562951 [main] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
   65  563016 [main] ssh 24072 select_stuff::poll: returning 1
  129  563145 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  115  563260 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  264  563524 [main] ssh 24072 readv: readv (4, 0x286A24, 1) nonblocking, sigcatchers 6
  149  563673 [main] ssh 24072 dtable::select_read: /dev/fd/pipe:[3] fd 4
   71  563744 [main] ssh 24072 peek_pipe: /dev/fd/pipe:[3], ready for read: avail 14
   84  563828 [main] ssh 24072 fhandler_base::ready_for_read: read_ready 1, avail 1
  115  563943 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  141  564084 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  135  564219 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  209  564428 [main] ssh 24072 fhandler_base::read: returning 14, binary mode
  134  564562 [main] ssh 24072 readv: 14 = readv (4, 0x286A24, 1), errno 0
  105  564667 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  210  564877 [main] ssh 24072 dtable::select_read:  fd 3
  134  565011 [main] ssh 24072 dtable::select_write:  fd 3
  254  565265 [main] ssh 24072 dtable::select_read: /dev/fd/pipe:[3] fd 4
  118  565383 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
   94  565477 [main] ssh 24072 cygwin_select: sel.always_ready 0
  282  565759 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  154  565913 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
   44  565957 [main] ssh 24072 select_stuff::wait: m 3, ms 4294967295
   90  566047 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  204  566251 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  111  566362 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 2.  verifying
  102  566464 [main] ssh 24072 select_stuff::wait: gotone 1
   89  566553 [main] ssh 24072 select_stuff::wait: returning 0
   80  566633 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  971  567604 [main] ssh 24072 socket_cleanup: si 0xB77160 si->thread 0x61169288
  211  567815 [main] ssh 24072 socket_cleanup: returning
  143  567958 [main] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  120  568078 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
  111  568189 [main] ssh 24072 set_bits: ready 1
  113  568302 [main] ssh 24072 select_stuff::poll: returning 1
  106  568408 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  119  568527 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  259  568786 [main] ssh 24072 writev: writev (3, 0x28AAB4, 1)
  364  569150 [main] ssh 24072 writev: 48 = write (3, 0x28AAB4, 1), errno 0
  159  569309 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  282  569591 [main] ssh 24072 dtable::select_read:  fd 3
  169  569760 [main] ssh 24072 dtable::select_read: /dev/fd/pipe:[3] fd 4
  162  569922 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  188  570110 [main] ssh 24072 cygwin_select: sel.always_ready 0
  375  570485 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  168  570653 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
   52  570705 [main] ssh 24072 select_stuff::wait: m 3, ms 4294967295
   83  570788 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0
92573  663361 [select_socket] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  212  663573 [select_socket] ssh 24072 thread_socket: leaving thread_socket
   84  663657 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 2.  verifying
   66  663723 [main] ssh 24072 select_stuff::wait: gotone 1
   67  663790 [main] ssh 24072 select_stuff::wait: returning 0
  154  663944 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
 1836  665780 [main] ssh 24072 socket_cleanup: si 0xB77160 si->thread 0x61169288
  420  666200 [main] ssh 24072 socket_cleanup: returning
  195  666395 [main] ssh 24072 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0
  176  666571 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
  179  666750 [main] ssh 24072 set_bits: ready 1
  172  666922 [main] ssh 24072 select_stuff::poll: returning 1
  180  667102 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  175  667277 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  320  667597 [main] ssh 24072 readv: readv (3, 0x27AAC4, 1) nonblocking, sigcatchers 6
  138  667735 [main] ssh 24072 readv: 128 = readv (3, 0x27AAC4, 1), errno 0
  105  667840 [main] ssh 24072 close: close (5)
  161  668001 [main] ssh 24072 fhandler_base::close: closing 'pipe:[6]' handle 0x2F8
  177  668178 [main] ssh 24072 close: 0 = close (5)
  344  668522 [main] ssh 24072 close: close (4)
  143  668665 [main] ssh 24072 fhandler_base::close: closing '/dev/fd/pipe:[3]' handle 0x2F0
  113  668778 [main] ssh 24072 close: 0 = close (4)
  502  669280 [main] ssh 24072 close: close (6)
  141  669421 [main] ssh 24072 fhandler_base::close: closing '/tmp/strace.out' handle 0x300
  161  669582 [main] ssh 24072 close: 0 = close (6)
  569  670151 [main] ssh 24072 cygwin_select: 7, 0xB781D8, 0xB896B0, 0x0, 0x0
  218  670369 [main] ssh 24072 dtable::select_read:  fd 3
  155  670524 [main] ssh 24072 dtable::select_write:  fd 3
   94  670618 [main] ssh 24072 cygwin_select: to NULL, ms FFFFFFFF
  115  670733 [main] ssh 24072 cygwin_select: sel.always_ready 0
  202  670935 [main] ssh 24072 start_thread_socket: stuff_start 0x28AB00
  238  671173 [select_socket] ssh 24072 thread_socket: stuff_start 0x28AB00
   70  671243 [main] ssh 24072 select_stuff::wait: m 2, ms 4294967295
  233  671476 [select_socket] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  141  671617 [select_socket] ssh 24072 thread_socket: leaving thread_socket
  114  671731 [main] ssh 24072 select_stuff::wait: woke up.  wait_ret 1.  verifying
  140  671871 [main] ssh 24072 select_stuff::wait: gotone 1
  125  671996 [main] ssh 24072 select_stuff::wait: returning 0
  144  672140 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  110  672250 [main] ssh 24072 socket_cleanup: si 0xB896E0 si->thread 0x61169254
  287  672537 [main] ssh 24072 socket_cleanup: returning
  120  672657 [main] ssh 24072 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0
  136  672793 [main] ssh 24072 set_bits: me 0xB82E68, testing fd 3 ()
  143  672936 [main] ssh 24072 set_bits: ready 1
  110  673046 [main] ssh 24072 select_stuff::poll: returning 1
  125  673171 [main] ssh 24072 select_stuff::cleanup: calling cleanup routines
  112  673283 [main] ssh 24072 select_stuff::~select_stuff: deleting select records
  212  673495 [main] ssh 24072 writev: writev (3, 0x28AAB4, 1)
  272  673767 [main] ssh 24072 writev: 32 = write (3, 0x28AAB4, 1), errno 0
  277  674044 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  147  674191 [main] ssh 24072 sig_send: wakeup 0x300
  118  674309 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x300
   10  674319 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x300
  220  674539 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
   92  674631 [main] ssh 24072 sigaction_worker: signal 28, newact 0x0, oa 0x406AC0
   77  674708 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -34, its_me 1
  117  674825 [main] ssh 24072 sig_send: wakeup 0x300
  157  674982 [sig] ssh 24072 wait_sig: signalling pack.wakeup 0x300
    5  674987 [main] ssh 24072 sig_send: Waiting for pack.wakeup 0x300
  220  675207 [main] ssh 24072 sig_send: returning 0x0 from sending signal -34
  143  675350 [main] ssh 24072 sigaction_worker: signal 28, newact 0x28AB20 (handler 0x0), oa 0x406AC0
  204  675554 [main] ssh 24072 writev: writev (3, 0x28AA44, 1)
  253  675807 [main] ssh 24072 writev: 64 = write (3, 0x28AA44, 1), errno 0
  540  676347 [main] ssh 24072 isatty: 0 = isatty (0)
  427  676774 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x10000
   93  676867 [main] ssh 24072 fcntl64: 65536 = fcntl (0, 3, 0x0)
  629  677496 [main] ssh 24072 isatty: 0 = isatty (1)
  406  677902 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x14001
  130  678032 [main] ssh 24072 fcntl64: 81921 = fcntl (1, 3, 0x0)
  127  678159 [main] ssh 24072 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
  140  678299 [main] ssh 24072 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  128  678427 [main] ssh 24072 fhandler_base::set_flags: filemode set to binary
  127  678554 [main] ssh 24072 fcntl64: 0 = fcntl (1, 4, 0x10001)
  906  679460 [main] ssh 24072 isatty: 0 = isatty (2)
  277  679737 [main] ssh 24072 fhandler_base::fcntl: GETFL: 0x10001
   69  679806 [main] ssh 24072 fcntl64: 65537 = fcntl (2, 3, 0x0)
  503  680309 [main] ssh 24072 cygwin_shutdown: 0 = shutdown (3, 2)
  149  680458 [main] ssh 24072 close: close (3)
  157  680615 [main] ssh 24072 fhandler_socket::close: 0 = fhandler_socket::close()
  129  680744 [main] ssh 24072 close: 0 = close (3)
 1813  682557 [main] ssh 24072 close: close (0)
  119  682676 [main] ssh 24072 fhandler_base::close: closing '/dev/fd/pipe:[3]' handle 0x168
   93  682769 [main] ssh 24072 close: 0 = close (0)
  968  683737 [main] ssh 24072 close: close (1)
   75  683812 [main] ssh 24072 fhandler_base::close: closing 'pipe:[6]' handle 0x154
   96  683908 [main] ssh 24072 close: 0 = close (1)
  985  684893 [main] ssh 24072 close: close (2)
  143  685036 [main] ssh 24072 fhandler_base::close: closing '/tmp/strace.out' handle 0x2CC
  116  685152 [main] ssh 24072 close: 0 = close (2)
  632  685784 [main] ssh 24072 do_exit: do_exit (256), exit_state 1
  133  685917 [main] ssh 24072 void: 0x401AB0 = signal (20, 0x1)
  144  686061 [main] ssh 24072 void: 0x4069D0 = signal (1, 0x1)
  100  686161 [main] ssh 24072 void: 0x4069D0 = signal (2, 0x1)
  132  686293 [main] ssh 24072 void: 0x4069D0 = signal (3, 0x1)
  128  686421 [main] ssh 24072 init_cygheap::close_ctty: closing cygheap->ctty 0x6124395C
  133  686554 [main] ssh 24072 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 0, amount -1, ctty /dev/tty1, avoid_freeing_console 0
  127  686681 [main] ssh 24072 fhandler_tty_slave::close: /dev/tty1 closed, usecount 0
  118  686799 [main] ssh 24072 fhandler_tty_slave::close: closing last open /dev/tty1 handle
  129  686928 [main] ssh 24072 fhandler_tty_common::close: tty1 <0x138,0x140> closing
  208  687136 [main] ssh 24072 sigproc_terminate: entering
  117  687253 [main] ssh 24072 sig_send: sendsig 0xF0, pid 24072, signal -42, its_me 1
  133  687386 [main] ssh 24072 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
    8  687394 [sig] ssh 24072 wait_sig: saw __SIGEXIT
  180  687574 [sig] ssh 24072 wait_sig: signal thread exiting
  -64  687510 [main] ssh 24072 sig_send: returning 0x0 from sending signal -42
  350  687860 [main] ssh 24072 proc_terminate: nprocs 0
   97  687957 [main] ssh 24072 proc_terminate: leaving
  137  688094 [main] ssh 24072 __to_clock_t: dwHighDateTime 0, dwLowDateTime 2184014
  107  688201 [main] ssh 24072 __to_clock_t: total 00000000 000000DA
  110  688311 [main] ssh 24072 __to_clock_t: dwHighDateTime 0, dwLowDateTime 1092007
  118  688429 [main] ssh 24072 __to_clock_t: total 00000000 0000006D
  642  689071 [main] ssh 24072 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x100
692705  801280 [select_pipe] rsync 26784 peek_pipe: /dev/fd/pipe:[5], PeekNamedPipe failed, Win32 error 109
  165  801445 [select_pipe] rsync 26784 peek_pipe: /dev/fd/pipe:[5], n -1
   93  801538 [proc_waiter] rsync 26784 pinfo::maybe_set_exit_code_from_windows: pid 24072, exit value - old 0x8000100, windows 0xDEADBEEF, cygwin 0x8000100
  128  801666 [proc_waiter] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal 20, its_me 1
   84  801750 [proc_waiter] rsync 26784 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
   67  801817 [proc_waiter] rsync 26784 sig_send: returning 0x0 from sending signal 20
  -52  801765 [sig] rsync 26784 sigpacket::process: signal 20 processing
  163  801928 [sig] rsync 26784 _cygtls::find_tls: sig 20
   62  801990 [sig] rsync 26784 sigpacket::process: signal 20, about to call 0x41A040
   57  802047 [sig] rsync 26784 setup_handler: controlled interrupt. stackptr 0x28DB34, stack 0x28DB30, stackptr[-1] 0x4268F8
   61  802108 [sig] rsync 26784 proc_subproc: args: 3, 1
   58  802166 [sig] rsync 26784 proc_subproc: clear waiting threads
   52  802218 [sig] rsync 26784 proc_subproc: finished clearing
   53  802271 [sig] rsync 26784 proc_subproc: returning 1
 -391  801880 [proc_waiter] rsync 26784 proc_waiter: exiting wait thread for pid 24072
  443  802323 [sig] rsync 26784 _cygtls::interrupt_setup: armed signal_arrived 0x118, sig 20, res 1
   97  802420 [sig] rsync 26784 setup_handler: signal 20 delivered
   56  802476 [sig] rsync 26784 sigpacket::process: returning 1
   54  802530 [sig] rsync 26784 proc_subproc: args: 3, 0
   57  802587 [sig] rsync 26784 proc_subproc: looking for processes to reap, nprocs 1
   73  802660 [sig] rsync 26784 proc_subproc: finished processing terminated/stopped child
   78  802738 [sig] rsync 26784 proc_subproc: returning 1
   95  802833 [main] rsync 26784 select_stuff::wait: signal received
   81  802914 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
  295  803209 [main] rsync 26784 select_stuff::~select_stuff: deleting select records
  165  803374 [main] rsync 26784 set_process_mask_delta: oldmask 0x0, newmask 0x80000, deltamask 0x80000
   95  803469 [main] rsync 26784 reset_signal_arrived: reset signal_arrived
  102  803571 [main] rsync 26784 reset_signal_arrived: stackptr[-1] 0x4268F8
  117  803688 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
   94  803782 [main] rsync 26784 sig_send: wakeup 0x194
  111  803893 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x194
   78  803971 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x194
   99  804070 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
   85  804155 [main] rsync 26784 wait4: calling proc_subproc, pid -1, options 1
   90  804245 [main] rsync 26784 proc_subproc: args: 4, 2677504
   81  804326 [main] rsync 26784 proc_subproc: wval->pid -1, wval->options 1
   88  804414 [main] rsync 26784 checkstate: nprocs 1
   90  804504 [main] rsync 26784 stopped_or_terminated: considering pid 24072
   92  804596 [main] rsync 26784 remove_proc: removing procs[0], pid 24072, nprocs 1
  123  804719 [main] rsync 26784 checkstate: returning 1
  211  804930 [main] rsync 26784 proc_subproc: released waiting thread
   86  805016 [main] rsync 26784 proc_subproc: finished processing terminated/stopped child
   96  805112 [main] rsync 26784 proc_subproc: returning 1
   77  805189 [main] rsync 26784 wait4: 0 = WaitForSingleObject (...)
  190  805379 [main] rsync 26784 wait4: intpid -1, status 0x288048, w->status 256, options 1, res 24072
  187  805566 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  131  805697 [main] rsync 26784 sig_send: wakeup 0x18C
  136  805833 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x18C
  107  805940 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x18C
  129  806069 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  110  806179 [main] rsync 26784 wait4: calling proc_subproc, pid -1, options 1
  108  806287 [main] rsync 26784 proc_subproc: args: 4, 2677504
  104  806391 [main] rsync 26784 proc_subproc: wval->pid -1, wval->options 1
  116  806507 [main] rsync 26784 checkstate: nprocs 0
  114  806621 [main] rsync 26784 checkstate: no matching terminated children found
  130  806751 [main] rsync 26784 checkstate: returning 0
  124  806875 [main] rsync 26784 proc_subproc: waiting thread found no children
  146  807021 [main] rsync 26784 proc_subproc: finished processing terminated/stopped child
  116  807137 [main] rsync 26784 proc_subproc: returning 1
  106  807243 [main] rsync 26784 __set_errno: pid_t wait4(int, int*, int, rusage*):89 val 10
  113  807356 [main] rsync 26784 wait4: intpid -1, status 0x288048, w->status 0, options 1, res -1
  119  807475 [main] rsync 26784 wait4: *** errno 10
  108  807583 [main] rsync 26784 set_signal_mask: oldmask 0x80000, newmask 0x0, mask_bits 0x80000
  114  807697 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -39, its_me 1
  130  807827 [main] rsync 26784 sig_send: wakeup 0x18C
   91  807918 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x18C
   77  807995 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x18C
  113  808108 [main] rsync 26784 sig_send: returning 0x0 from sending signal -39
  138  808246 [main] rsync 26784 cygwin_select: 6, 0x2880F8, 0x2880F0, 0x0, 0x2880E8
  295  808541 [main] rsync 26784 dtable::select_read: /dev/fd/pipe:[5] fd 5
  137  808678 [main] rsync 26784 cygwin_select: to->tv_sec 60, to->tv_usec 0, ms 60000
  118  808796 [main] rsync 26784 cygwin_select: sel.always_ready 0
  232  809028 [main] rsync 26784 select_stuff::wait: m 2, ms 60000
  284  809312 [select_pipe] rsync 26784 peek_pipe: /dev/fd/pipe:[5], PeekNamedPipe failed, Win32 error 109
   72  809384 [select_pipe] rsync 26784 peek_pipe: /dev/fd/pipe:[5], n -1
  176  809560 [main] rsync 26784 select_stuff::wait: woke up.  wait_ret 1.  verifying
  118  809678 [main] rsync 26784 set_bits: me 0xA7AB28, testing fd 5 (/dev/fd/pipe:[5])
  198  809876 [main] rsync 26784 set_bits: ready 1
   86  809962 [main] rsync 26784 select_stuff::wait: gotone 1
   80  810042 [main] rsync 26784 select_stuff::wait: returning 0
   35  810077 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
   69  810146 [main] rsync 26784 peek_pipe: /dev/fd/pipe:[5], already ready for read
   28  810174 [main] rsync 26784 set_bits: me 0xA7AB28, testing fd 5 (/dev/fd/pipe:[5])
   30  810204 [main] rsync 26784 set_bits: ready 1
   29  810233 [main] rsync 26784 select_stuff::poll: returning 1
   30  810263 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
   29  810292 [main] rsync 26784 select_stuff::~select_stuff: deleting select records
   50  810342 [main] rsync 26784 readv: readv (5, 0x288084, 1) nonblocking, sigcatchers 6
  165  810507 [main] rsync 26784 dtable::select_read: /dev/fd/pipe:[5] fd 5
  361  810868 [main] rsync 26784 peek_pipe: /dev/fd/pipe:[5], PeekNamedPipe failed, Win32 error 109
   60  810928 [main] rsync 26784 peek_pipe: /dev/fd/pipe:[5], n -1
   40  810968 [main] rsync 26784 fhandler_base::ready_for_read: read_ready 1, avail 1
   39  811007 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
   56  811063 [main] rsync 26784 select_stuff::cleanup: calling cleanup routines
  109  811172 [main] rsync 26784 select_stuff::~select_stuff: deleting select records
  187  811359 [main] rsync 26784 fhandler_base_overlapped::wait_overlapped: EOF
  108  811467 [main] rsync 26784 fhandler_base::read: returning 0, binary mode
  123  811590 [main] rsync 26784 readv: 0 = readv (5, 0x288084, 1), errno 0
  420  812010 [main] rsync 26784 _cygwin_istext_for_stdio: fd 0: opened as binary
   53  812063 [main] rsync 26784 _cygwin_istext_for_stdio: fd 1: opened as binary
   46  812109 [main] rsync 26784 _cygwin_istext_for_stdio: fd 2: opened as binary
  548  812657 [main] rsync 26784 fhandler_base::write: binary write
rsync: connection unexpectedly closed (0 bytes received so far) [sender]  970  813627 [main] rsync 26784 fhandler_base::write: binary write

 1082  814709 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
  121  814830 [main] rsync 26784 sig_send: wakeup 0x184
  105  814935 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x184
    8  814943 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x184
  163  815106 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  110  815216 [main] rsync 26784 sigaction_worker: signal 30, newact 0x4641DC (handler 0x1), oa 0x419660
  104  815320 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -30, its_me 1
  114  815434 [main] rsync 26784 sig_send: wakeup 0x184
  118  815552 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x184
    8  815560 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x184
  168  815728 [main] rsync 26784 sig_send: returning 0x0 from sending signal -30
   94  815822 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
   85  815907 [main] rsync 26784 sig_send: wakeup 0x184
  126  816033 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x184
    7  816040 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x184
  186  816226 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  120  816346 [main] rsync 26784 sigaction_worker: signal 31, newact 0x4641DC (handler 0x1), oa 0x419FF0
  189  816535 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -31, its_me 1
  121  816656 [main] rsync 26784 sig_send: wakeup 0x184
  117  816773 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x184
    7  816780 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x184
  157  816937 [main] rsync 26784 sig_send: returning 0x0 from sending signal -31
   39  816976 [main] rsync 26784 kill0: kill (24072, 30)
   47  817023 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -34, its_me 1
   36  817059 [main] rsync 26784 sig_send: wakeup 0x184
   34  817093 [main] rsync 26784 sig_send: Waiting for pack.wakeup 0x184
    3  817096 [sig] rsync 26784 wait_sig: signalling pack.wakeup 0x184
   75  817171 [main] rsync 26784 sig_send: returning 0x0 from sending signal -34
  194  817365 [main] rsync 26784 __set_errno: int _pinfo::kill(siginfo_t&):231 val 3
  420  817785 [main] rsync 26784 fhandler_base::write: binary write
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/io.c(605) [sender=3.0.9]  332  818117 [main] rsync 26784 fhandler_base::write: binary write

  225  818342 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  818372 [main] rsync 26784 fstat64: -1 = fstat (255, 0x287FC0)
   31  818403 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  818433 [main] rsync 26784 fstat64: -1 = fstat (254, 0x287FC0)
   29  818462 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   29  818491 [main] rsync 26784 fstat64: -1 = fstat (253, 0x287FC0)
   29  818520 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  818550 [main] rsync 26784 fstat64: -1 = fstat (252, 0x287FC0)
   29  818579 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   33  818612 [main] rsync 26784 fstat64: -1 = fstat (251, 0x287FC0)
   45  818657 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   33  818690 [main] rsync 26784 fstat64: -1 = fstat (250, 0x287FC0)
   31  818721 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   29  818750 [main] rsync 26784 fstat64: -1 = fstat (249, 0x287FC0)
   30  818780 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   34  818814 [main] rsync 26784 fstat64: -1 = fstat (248, 0x287FC0)
   40  818854 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   33  818887 [main] rsync 26784 fstat64: -1 = fstat (247, 0x287FC0)
   34  818921 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  818951 [main] rsync 26784 fstat64: -1 = fstat (246, 0x287FC0)
   32  818983 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  819013 [main] rsync 26784 fstat64: -1 = fstat (245, 0x287FC0)
   34  819047 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   95  819142 [main] rsync 26784 fstat64: -1 = fstat (244, 0x287FC0)
  110  819252 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  819368 [main] rsync 26784 fstat64: -1 = fstat (243, 0x287FC0)
  108  819476 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  819594 [main] rsync 26784 fstat64: -1 = fstat (242, 0x287FC0)
  116  819710 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  129  819839 [main] rsync 26784 fstat64: -1 = fstat (241, 0x287FC0)
   85  819924 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   74  819998 [main] rsync 26784 fstat64: -1 = fstat (240, 0x287FC0)
   34  820032 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  820062 [main] rsync 26784 fstat64: -1 = fstat (239, 0x287FC0)
   35  820097 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   93  820190 [main] rsync 26784 fstat64: -1 = fstat (238, 0x287FC0)
  111  820301 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  820416 [main] rsync 26784 fstat64: -1 = fstat (237, 0x287FC0)
  107  820523 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  820641 [main] rsync 26784 fstat64: -1 = fstat (236, 0x287FC0)
  116  820757 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  820875 [main] rsync 26784 fstat64: -1 = fstat (235, 0x287FC0)
   69  820944 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   36  820980 [main] rsync 26784 fstat64: -1 = fstat (234, 0x287FC0)
   28  821008 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   28  821036 [main] rsync 26784 fstat64: -1 = fstat (233, 0x287FC0)
   29  821065 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   29  821094 [main] rsync 26784 fstat64: -1 = fstat (232, 0x287FC0)
   36  821130 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   98  821228 [main] rsync 26784 fstat64: -1 = fstat (231, 0x287FC0)
  123  821351 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  139  821490 [main] rsync 26784 fstat64: -1 = fstat (230, 0x287FC0)
  106  821596 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  138  821734 [main] rsync 26784 fstat64: -1 = fstat (229, 0x287FC0)
  109  821843 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   83  821926 [main] rsync 26784 fstat64: -1 = fstat (228, 0x287FC0)
  112  822038 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  822145 [main] rsync 26784 fstat64: -1 = fstat (227, 0x287FC0)
  117  822262 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  140  822402 [main] rsync 26784 fstat64: -1 = fstat (226, 0x287FC0)
  140  822542 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  140  822682 [main] rsync 26784 fstat64: -1 = fstat (225, 0x287FC0)
  145  822827 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  147  822974 [main] rsync 26784 fstat64: -1 = fstat (224, 0x287FC0)
  120  823094 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  823209 [main] rsync 26784 fstat64: -1 = fstat (223, 0x287FC0)
  108  823317 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  823432 [main] rsync 26784 fstat64: -1 = fstat (222, 0x287FC0)
  107  823539 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  106  823645 [main] rsync 26784 fstat64: -1 = fstat (221, 0x287FC0)
  105  823750 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   97  823847 [main] rsync 26784 fstat64: -1 = fstat (220, 0x287FC0)
   45  823892 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   35  823927 [main] rsync 26784 fstat64: -1 = fstat (219, 0x287FC0)
   47  823974 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   52  824026 [main] rsync 26784 fstat64: -1 = fstat (218, 0x287FC0)
   47  824073 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   41  824114 [main] rsync 26784 fstat64: -1 = fstat (217, 0x287FC0)
  170  824284 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  824400 [main] rsync 26784 fstat64: -1 = fstat (216, 0x287FC0)
  115  824515 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  824622 [main] rsync 26784 fstat64: -1 = fstat (215, 0x287FC0)
  115  824737 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  103  824840 [main] rsync 26784 fstat64: -1 = fstat (214, 0x287FC0)
  102  824942 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   54  824996 [main] rsync 26784 fstat64: -1 = fstat (213, 0x287FC0)
   43  825039 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   41  825080 [main] rsync 26784 fstat64: -1 = fstat (212, 0x287FC0)
   97  825177 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  109  825286 [main] rsync 26784 fstat64: -1 = fstat (211, 0x287FC0)
  107  825393 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  825507 [main] rsync 26784 fstat64: -1 = fstat (210, 0x287FC0)
  106  825613 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  825729 [main] rsync 26784 fstat64: -1 = fstat (209, 0x287FC0)
  102  825831 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   86  825917 [main] rsync 26784 fstat64: -1 = fstat (208, 0x287FC0)
  187  826104 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   96  826200 [main] rsync 26784 fstat64: -1 = fstat (207, 0x287FC0)
  106  826306 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  109  826415 [main] rsync 26784 fstat64: -1 = fstat (206, 0x287FC0)
  105  826520 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  826627 [main] rsync 26784 fstat64: -1 = fstat (205, 0x287FC0)
  108  826735 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  124  826859 [main] rsync 26784 fstat64: -1 = fstat (204, 0x287FC0)
   90  826949 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   42  826991 [main] rsync 26784 fstat64: -1 = fstat (203, 0x287FC0)
   48  827039 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   53  827092 [main] rsync 26784 fstat64: -1 = fstat (202, 0x287FC0)
  205  827297 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  827411 [main] rsync 26784 fstat64: -1 = fstat (201, 0x287FC0)
  114  827525 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  827644 [main] rsync 26784 fstat64: -1 = fstat (200, 0x287FC0)
  107  827751 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  827858 [main] rsync 26784 fstat64: -1 = fstat (199, 0x287FC0)
   75  827933 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   36  827969 [main] rsync 26784 fstat64: -1 = fstat (198, 0x287FC0)
   27  827996 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828023 [main] rsync 26784 fstat64: -1 = fstat (197, 0x287FC0)
   26  828049 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828076 [main] rsync 26784 fstat64: -1 = fstat (196, 0x287FC0)
   26  828102 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   26  828128 [main] rsync 26784 fstat64: -1 = fstat (195, 0x287FC0)
   27  828155 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828182 [main] rsync 26784 fstat64: -1 = fstat (194, 0x287FC0)
   26  828208 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828235 [main] rsync 26784 fstat64: -1 = fstat (193, 0x287FC0)
   30  828265 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  828295 [main] rsync 26784 fstat64: -1 = fstat (192, 0x287FC0)
   41  828336 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   34  828370 [main] rsync 26784 fstat64: -1 = fstat (191, 0x287FC0)
   30  828400 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   31  828431 [main] rsync 26784 fstat64: -1 = fstat (190, 0x287FC0)
   34  828465 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   29  828494 [main] rsync 26784 fstat64: -1 = fstat (189, 0x287FC0)
   26  828520 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828547 [main] rsync 26784 fstat64: -1 = fstat (188, 0x287FC0)
   26  828573 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   26  828599 [main] rsync 26784 fstat64: -1 = fstat (187, 0x287FC0)
   28  828627 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828654 [main] rsync 26784 fstat64: -1 = fstat (186, 0x287FC0)
   28  828682 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  828709 [main] rsync 26784 fstat64: -1 = fstat (185, 0x287FC0)
   29  828738 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   28  828766 [main] rsync 26784 fstat64: -1 = fstat (184, 0x287FC0)
   28  828794 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   41  828835 [main] rsync 26784 fstat64: -1 = fstat (183, 0x287FC0)
   93  828928 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  109  829037 [main] rsync 26784 fstat64: -1 = fstat (182, 0x287FC0)
  106  829143 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  829259 [main] rsync 26784 fstat64: -1 = fstat (181, 0x287FC0)
  109  829368 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  112  829480 [main] rsync 26784 fstat64: -1 = fstat (180, 0x287FC0)
  106  829586 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  829693 [main] rsync 26784 fstat64: -1 = fstat (179, 0x287FC0)
  111  829804 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   97  829901 [main] rsync 26784 fstat64: -1 = fstat (178, 0x287FC0)
  115  830016 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  830135 [main] rsync 26784 fstat64: -1 = fstat (177, 0x287FC0)
  112  830247 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  830363 [main] rsync 26784 fstat64: -1 = fstat (176, 0x287FC0)
  106  830469 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  830584 [main] rsync 26784 fstat64: -1 = fstat (175, 0x287FC0)
  107  830691 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  117  830808 [main] rsync 26784 fstat64: -1 = fstat (174, 0x287FC0)
  105  830913 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  186  831099 [main] rsync 26784 fstat64: -1 = fstat (173, 0x287FC0)
  107  831206 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  831321 [main] rsync 26784 fstat64: -1 = fstat (172, 0x287FC0)
  116  831437 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  831552 [main] rsync 26784 fstat64: -1 = fstat (171, 0x287FC0)
  106  831658 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  831777 [main] rsync 26784 fstat64: -1 = fstat (170, 0x287FC0)
  146  831923 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   93  832016 [main] rsync 26784 fstat64: -1 = fstat (169, 0x287FC0)
   37  832053 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   32  832085 [main] rsync 26784 fstat64: -1 = fstat (168, 0x287FC0)
   29  832114 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   31  832145 [main] rsync 26784 fstat64: -1 = fstat (167, 0x287FC0)
   35  832180 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   96  832276 [main] rsync 26784 fstat64: -1 = fstat (166, 0x287FC0)
  110  832386 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  832500 [main] rsync 26784 fstat64: -1 = fstat (165, 0x287FC0)
  108  832608 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  832721 [main] rsync 26784 fstat64: -1 = fstat (164, 0x287FC0)
  106  832827 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   98  832925 [main] rsync 26784 fstat64: -1 = fstat (163, 0x287FC0)
  106  833031 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  833146 [main] rsync 26784 fstat64: -1 = fstat (162, 0x287FC0)
  108  833254 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  833369 [main] rsync 26784 fstat64: -1 = fstat (161, 0x287FC0)
  105  833474 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  112  833586 [main] rsync 26784 fstat64: -1 = fstat (160, 0x287FC0)
  106  833692 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  833812 [main] rsync 26784 fstat64: -1 = fstat (159, 0x287FC0)
  115  833927 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  834041 [main] rsync 26784 fstat64: -1 = fstat (158, 0x287FC0)
  107  834148 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  834261 [main] rsync 26784 fstat64: -1 = fstat (157, 0x287FC0)
  106  834367 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  117  834484 [main] rsync 26784 fstat64: -1 = fstat (156, 0x287FC0)
  108  834592 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  834706 [main] rsync 26784 fstat64: -1 = fstat (155, 0x287FC0)
  117  834823 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   85  834908 [main] rsync 26784 fstat64: -1 = fstat (154, 0x287FC0)
   75  834983 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  126  835109 [main] rsync 26784 fstat64: -1 = fstat (153, 0x287FC0)
   83  835192 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  106  835298 [main] rsync 26784 fstat64: -1 = fstat (152, 0x287FC0)
  109  835407 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  835514 [main] rsync 26784 fstat64: -1 = fstat (151, 0x287FC0)
  105  835619 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  835733 [main] rsync 26784 fstat64: -1 = fstat (150, 0x287FC0)
   97  835830 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   83  835913 [main] rsync 26784 fstat64: -1 = fstat (149, 0x287FC0)
   98  836011 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  111  836122 [main] rsync 26784 fstat64: -1 = fstat (148, 0x287FC0)
  106  836228 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  836344 [main] rsync 26784 fstat64: -1 = fstat (147, 0x287FC0)
  108  836452 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  836565 [main] rsync 26784 fstat64: -1 = fstat (146, 0x287FC0)
  116  836681 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  836788 [main] rsync 26784 fstat64: -1 = fstat (145, 0x287FC0)
   89  836877 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   78  836955 [main] rsync 26784 fstat64: -1 = fstat (144, 0x287FC0)
   42  836997 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   40  837037 [main] rsync 26784 fstat64: -1 = fstat (143, 0x287FC0)
   61  837098 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  108  837206 [main] rsync 26784 fstat64: -1 = fstat (142, 0x287FC0)
  107  837313 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  837432 [main] rsync 26784 fstat64: -1 = fstat (141, 0x287FC0)
  116  837548 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   84  837632 [main] rsync 26784 fstat64: -1 = fstat (140, 0x287FC0)
   95  837727 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  102  837829 [main] rsync 26784 fstat64: -1 = fstat (139, 0x287FC0)
  108  837937 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  838044 [main] rsync 26784 fstat64: -1 = fstat (138, 0x287FC0)
  106  838150 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  838266 [main] rsync 26784 fstat64: -1 = fstat (137, 0x287FC0)
  106  838372 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  838491 [main] rsync 26784 fstat64: -1 = fstat (136, 0x287FC0)
  116  838607 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   83  838690 [main] rsync 26784 fstat64: -1 = fstat (135, 0x287FC0)
   96  838786 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  125  838911 [main] rsync 26784 fstat64: -1 = fstat (134, 0x287FC0)
  205  839116 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  839231 [main] rsync 26784 fstat64: -1 = fstat (133, 0x287FC0)
  116  839347 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  839462 [main] rsync 26784 fstat64: -1 = fstat (132, 0x287FC0)
  106  839568 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  839688 [main] rsync 26784 fstat64: -1 = fstat (131, 0x287FC0)
  129  839817 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  106  839923 [main] rsync 26784 fstat64: -1 = fstat (130, 0x287FC0)
  110  840033 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   77  840110 [main] rsync 26784 fstat64: -1 = fstat (129, 0x287FC0)
   86  840196 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  112  840308 [main] rsync 26784 fstat64: -1 = fstat (128, 0x287FC0)
  107  840415 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   85  840500 [main] rsync 26784 fstat64: -1 = fstat (127, 0x287FC0)
  207  840707 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  122  840829 [main] rsync 26784 fstat64: -1 = fstat (126, 0x287FC0)
  115  840944 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  188  841132 [main] rsync 26784 fstat64: -1 = fstat (125, 0x287FC0)
  106  841238 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  841356 [main] rsync 26784 fstat64: -1 = fstat (124, 0x287FC0)
  117  841473 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  841587 [main] rsync 26784 fstat64: -1 = fstat (123, 0x287FC0)
  114  841701 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  123  841824 [main] rsync 26784 fstat64: -1 = fstat (122, 0x287FC0)
  101  841925 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   70  841995 [main] rsync 26784 fstat64: -1 = fstat (121, 0x287FC0)
   32  842027 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   51  842078 [main] rsync 26784 fstat64: -1 = fstat (120, 0x287FC0)
   66  842144 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   58  842202 [main] rsync 26784 fstat64: -1 = fstat (119, 0x287FC0)
   36  842238 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   94  842332 [main] rsync 26784 fstat64: -1 = fstat (118, 0x287FC0)
  111  842443 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  842556 [main] rsync 26784 fstat64: -1 = fstat (117, 0x287FC0)
  106  842662 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  842778 [main] rsync 26784 fstat64: -1 = fstat (116, 0x287FC0)
  121  842899 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  188  843087 [main] rsync 26784 fstat64: -1 = fstat (115, 0x287FC0)
  106  843193 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  117  843310 [main] rsync 26784 fstat64: -1 = fstat (114, 0x287FC0)
  105  843415 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  843534 [main] rsync 26784 fstat64: -1 = fstat (113, 0x287FC0)
  116  843650 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  843765 [main] rsync 26784 fstat64: -1 = fstat (112, 0x287FC0)
  118  843883 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  188  844071 [main] rsync 26784 fstat64: -1 = fstat (111, 0x287FC0)
  116  844187 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  844302 [main] rsync 26784 fstat64: -1 = fstat (110, 0x287FC0)
  106  844408 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  844522 [main] rsync 26784 fstat64: -1 = fstat (109, 0x287FC0)
  106  844628 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  844735 [main] rsync 26784 fstat64: -1 = fstat (108, 0x287FC0)
  102  844837 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   88  844925 [main] rsync 26784 fstat64: -1 = fstat (107, 0x287FC0)
   79  845004 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   36  845040 [main] rsync 26784 fstat64: -1 = fstat (106, 0x287FC0)
   32  845072 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   33  845105 [main] rsync 26784 fstat64: -1 = fstat (105, 0x287FC0)
  175  845280 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  101  845381 [main] rsync 26784 fstat64: -1 = fstat (104, 0x287FC0)
  105  845486 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  845606 [main] rsync 26784 fstat64: -1 = fstat (103, 0x287FC0)
  115  845721 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  108  845829 [main] rsync 26784 fstat64: -1 = fstat (102, 0x287FC0)
   84  845913 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  187  846100 [main] rsync 26784 fstat64: -1 = fstat (101, 0x287FC0)
   99  846199 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  846314 [main] rsync 26784 fstat64: -1 = fstat (100, 0x287FC0)
  114  846428 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  846543 [main] rsync 26784 fstat64: -1 = fstat (99, 0x287FC0)
  119  846662 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  846777 [main] rsync 26784 fstat64: -1 = fstat (98, 0x287FC0)
  104  846881 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   70  846951 [main] rsync 26784 fstat64: -1 = fstat (97, 0x287FC0)
   39  846990 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   30  847020 [main] rsync 26784 fstat64: -1 = fstat (96, 0x287FC0)
   34  847054 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   95  847149 [main] rsync 26784 fstat64: -1 = fstat (95, 0x287FC0)
  111  847260 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  847375 [main] rsync 26784 fstat64: -1 = fstat (94, 0x287FC0)
  106  847481 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  109  847590 [main] rsync 26784 fstat64: -1 = fstat (93, 0x287FC0)
  108  847698 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  847817 [main] rsync 26784 fstat64: -1 = fstat (92, 0x287FC0)
  114  847931 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  186  848117 [main] rsync 26784 fstat64: -1 = fstat (91, 0x287FC0)
  108  848225 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  848344 [main] rsync 26784 fstat64: -1 = fstat (90, 0x287FC0)
  116  848460 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  848575 [main] rsync 26784 fstat64: -1 = fstat (89, 0x287FC0)
  106  848681 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  225  848906 [main] rsync 26784 fstat64: -1 = fstat (88, 0x287FC0)
  136  849042 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  109  849151 [main] rsync 26784 fstat64: -1 = fstat (87, 0x287FC0)
  107  849258 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  849374 [main] rsync 26784 fstat64: -1 = fstat (86, 0x287FC0)
  108  849482 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  849600 [main] rsync 26784 fstat64: -1 = fstat (85, 0x287FC0)
  117  849717 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  849833 [main] rsync 26784 fstat64: -1 = fstat (84, 0x287FC0)
   83  849916 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   78  849994 [main] rsync 26784 fstat64: -1 = fstat (83, 0x287FC0)
   34  850028 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   36  850064 [main] rsync 26784 fstat64: -1 = fstat (82, 0x287FC0)
  173  850237 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   99  850336 [main] rsync 26784 fstat64: -1 = fstat (81, 0x287FC0)
  246  850582 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   82  850664 [main] rsync 26784 fstat64: -1 = fstat (80, 0x287FC0)
   64  850728 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   91  850819 [main] rsync 26784 fstat64: -1 = fstat (79, 0x287FC0)
  109  850928 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  851047 [main] rsync 26784 fstat64: -1 = fstat (78, 0x287FC0)
  118  851165 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  851280 [main] rsync 26784 fstat64: -1 = fstat (77, 0x287FC0)
  106  851386 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  851505 [main] rsync 26784 fstat64: -1 = fstat (76, 0x287FC0)
  117  851622 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  105  851727 [main] rsync 26784 fstat64: -1 = fstat (75, 0x287FC0)
  100  851827 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   88  851915 [main] rsync 26784 fstat64: -1 = fstat (74, 0x287FC0)
  114  852029 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   97  852126 [main] rsync 26784 fstat64: -1 = fstat (73, 0x287FC0)
  107  852233 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  106  852339 [main] rsync 26784 fstat64: -1 = fstat (72, 0x287FC0)
  106  852445 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  852561 [main] rsync 26784 fstat64: -1 = fstat (71, 0x287FC0)
  105  852666 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  852786 [main] rsync 26784 fstat64: -1 = fstat (70, 0x287FC0)
  109  852895 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  188  853083 [main] rsync 26784 fstat64: -1 = fstat (69, 0x287FC0)
  108  853191 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  853310 [main] rsync 26784 fstat64: -1 = fstat (68, 0x287FC0)
  107  853417 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  853531 [main] rsync 26784 fstat64: -1 = fstat (67, 0x287FC0)
  106  853637 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  112  853749 [main] rsync 26784 fstat64: -1 = fstat (66, 0x287FC0)
  110  853859 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  853978 [main] rsync 26784 fstat64: -1 = fstat (65, 0x287FC0)
  116  854094 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  854209 [main] rsync 26784 fstat64: -1 = fstat (64, 0x287FC0)
  108  854317 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  854435 [main] rsync 26784 fstat64: -1 = fstat (63, 0x287FC0)
  117  854552 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  854666 [main] rsync 26784 fstat64: -1 = fstat (62, 0x287FC0)
  106  854772 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  122  854894 [main] rsync 26784 fstat64: -1 = fstat (61, 0x287FC0)
  186  855080 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  855193 [main] rsync 26784 fstat64: -1 = fstat (60, 0x287FC0)
  106  855299 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  855419 [main] rsync 26784 fstat64: -1 = fstat (59, 0x287FC0)
  117  855536 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  855654 [main] rsync 26784 fstat64: -1 = fstat (58, 0x287FC0)
  108  855762 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  855882 [main] rsync 26784 fstat64: -1 = fstat (57, 0x287FC0)
  206  856088 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  195  856283 [main] rsync 26784 fstat64: -1 = fstat (56, 0x287FC0)
   99  856382 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  109  856491 [main] rsync 26784 fstat64: -1 = fstat (55, 0x287FC0)
  105  856596 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  128  856724 [main] rsync 26784 fstat64: -1 = fstat (54, 0x287FC0)
  110  856834 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   96  856930 [main] rsync 26784 fstat64: -1 = fstat (53, 0x287FC0)
   77  857007 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   53  857060 [main] rsync 26784 fstat64: -1 = fstat (52, 0x287FC0)
  109  857169 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  117  857286 [main] rsync 26784 fstat64: -1 = fstat (51, 0x287FC0)
  145  857431 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  140  857571 [main] rsync 26784 fstat64: -1 = fstat (50, 0x287FC0)
  142  857713 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  111  857824 [main] rsync 26784 fstat64: -1 = fstat (49, 0x287FC0)
  114  857938 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   77  858015 [main] rsync 26784 fstat64: -1 = fstat (48, 0x287FC0)
  191  858206 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  858320 [main] rsync 26784 fstat64: -1 = fstat (47, 0x287FC0)
  106  858426 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  858540 [main] rsync 26784 fstat64: -1 = fstat (46, 0x287FC0)
  106  858646 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  858766 [main] rsync 26784 fstat64: -1 = fstat (45, 0x287FC0)
  125  858891 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  184  859075 [main] rsync 26784 fstat64: -1 = fstat (44, 0x287FC0)
  106  859181 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  859300 [main] rsync 26784 fstat64: -1 = fstat (43, 0x287FC0)
  116  859416 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  859531 [main] rsync 26784 fstat64: -1 = fstat (42, 0x287FC0)
  106  859637 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  859756 [main] rsync 26784 fstat64: -1 = fstat (41, 0x287FC0)
  121  859877 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  184  860061 [main] rsync 26784 fstat64: -1 = fstat (40, 0x287FC0)
  109  860170 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  860283 [main] rsync 26784 fstat64: -1 = fstat (39, 0x287FC0)
  106  860389 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  860496 [main] rsync 26784 fstat64: -1 = fstat (38, 0x287FC0)
  116  860612 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  860726 [main] rsync 26784 fstat64: -1 = fstat (37, 0x287FC0)
  103  860829 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   98  860927 [main] rsync 26784 fstat64: -1 = fstat (36, 0x287FC0)
   76  861003 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   60  861063 [main] rsync 26784 fstat64: -1 = fstat (35, 0x287FC0)
  109  861172 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   87  861259 [main] rsync 26784 fstat64: -1 = fstat (34, 0x287FC0)
  176  861435 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  861542 [main] rsync 26784 fstat64: -1 = fstat (33, 0x287FC0)
  107  861649 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  861769 [main] rsync 26784 fstat64: -1 = fstat (32, 0x287FC0)
  170  861939 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   40  861979 [main] rsync 26784 fstat64: -1 = fstat (31, 0x287FC0)
   29  862008 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   29  862037 [main] rsync 26784 fstat64: -1 = fstat (30, 0x287FC0)
   27  862064 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  862091 [main] rsync 26784 fstat64: -1 = fstat (29, 0x287FC0)
   28  862119 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   28  862147 [main] rsync 26784 fstat64: -1 = fstat (28, 0x287FC0)
   28  862175 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   27  862202 [main] rsync 26784 fstat64: -1 = fstat (27, 0x287FC0)
   29  862231 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   28  862259 [main] rsync 26784 fstat64: -1 = fstat (26, 0x287FC0)
   28  862287 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   28  862315 [main] rsync 26784 fstat64: -1 = fstat (25, 0x287FC0)
  174  862489 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   97  862586 [main] rsync 26784 fstat64: -1 = fstat (24, 0x287FC0)
  119  862705 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  862825 [main] rsync 26784 fstat64: -1 = fstat (23, 0x287FC0)
  118  862943 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  160  863103 [main] rsync 26784 fstat64: -1 = fstat (22, 0x287FC0)
  108  863211 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  863325 [main] rsync 26784 fstat64: -1 = fstat (21, 0x287FC0)
  108  863433 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  113  863546 [main] rsync 26784 fstat64: -1 = fstat (20, 0x287FC0)
  109  863655 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  127  863782 [main] rsync 26784 fstat64: -1 = fstat (19, 0x287FC0)
  111  863893 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  188  864081 [main] rsync 26784 fstat64: -1 = fstat (18, 0x287FC0)
  115  864196 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  107  864303 [main] rsync 26784 fstat64: -1 = fstat (17, 0x287FC0)
  119  864422 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  864537 [main] rsync 26784 fstat64: -1 = fstat (16, 0x287FC0)
  109  864646 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  112  864758 [main] rsync 26784 fstat64: -1 = fstat (15, 0x287FC0)
  114  864872 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   73  864945 [main] rsync 26784 fstat64: -1 = fstat (14, 0x287FC0)
   39  864984 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   36  865020 [main] rsync 26784 fstat64: -1 = fstat (13, 0x287FC0)
   91  865111 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  120  865231 [main] rsync 26784 fstat64: -1 = fstat (12, 0x287FC0)
  107  865338 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  114  865452 [main] rsync 26784 fstat64: -1 = fstat (11, 0x287FC0)
  111  865563 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  865682 [main] rsync 26784 fstat64: -1 = fstat (10, 0x287FC0)
  117  865799 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   91  865890 [main] rsync 26784 fstat64: -1 = fstat (9, 0x287FC0)
  186  866076 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  104  866180 [main] rsync 26784 fstat64: -1 = fstat (8, 0x287FC0)
  106  866286 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  116  866402 [main] rsync 26784 fstat64: -1 = fstat (7, 0x287FC0)
  106  866508 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  118  866626 [main] rsync 26784 fstat64: -1 = fstat (6, 0x287FC0)
  118  866744 [main] rsync 26784 fhandler_base::fstat: here
   98  866842 [main] rsync 26784 time: 1325085246 = time (0)
  179  867021 [main] rsync 26784 fstat64: 0 = fstat (5, 0x287FC0)
  129  867150 [main] rsync 26784 __set_errno: fhandler_socket* get(int):82 val 108
  223  867373 [main] rsync 26784 cygwin_getsockopt: -1 = getsockopt (5, 65535, 0x1008, 0x287F9C, 0x287F98)
  111  867484 [main] rsync 26784 close: close (5)
  120  867604 [main] rsync 26784 fhandler_base::close: closing '/dev/fd/pipe:[5]' handle 0x154
  132  867736 [main] rsync 26784 close: 0 = close (5)
   99  867835 [main] rsync 26784 fhandler_base::fstat: here
  113  867948 [main] rsync 26784 time: 1325085246 = time (0)
  190  868138 [main] rsync 26784 fstat64: 0 = fstat (4, 0x287FC0)
  113  868251 [main] rsync 26784 __set_errno: fhandler_socket* get(int):82 val 108
  117  868368 [main] rsync 26784 cygwin_getsockopt: -1 = getsockopt (4, 65535, 0x1008, 0x287F9C, 0x287F98)
  115  868483 [main] rsync 26784 close: close (4)
  132  868615 [main] rsync 26784 fhandler_base::close: closing 'pipe:[4]' handle 0x148
  151  868766 [main] rsync 26784 close: 0 = close (4)
  146  868912 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  160  869072 [main] rsync 26784 fstat64: -1 = fstat (3, 0x287FC0)
  268  869340 [main] rsync 26784 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  127  869467 [main] rsync 26784 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  118  869585 [main] rsync 26784 get_info_from_sd: ACL 1A4, uid 1000, gid 513
  179  869764 [main] rsync 26784 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\tmp\strace.out, 0x287FC0) st_atime=4EFB3239 st_size=354481, st_mode=0x81A4, st_ino=9851624185463917, sizeof=96
  137  869901 [main] rsync 26784 fstat64: 0 = fstat (2, 0x287FC0)
   75  869976 [main] rsync 26784 __set_errno: fhandler_socket* get(int):82 val 108
   88  870064 [main] rsync 26784 cygwin_getsockopt: -1 = getsockopt (2, 65535, 0x1008, 0x287F9C, 0x287F98)
  132  870196 [main] rsync 26784 close: close (2)
  109  870305 [main] rsync 26784 fhandler_base::close: closing '/tmp/strace.out' handle 0x2CC
  112  870417 [main] rsync 26784 close: 0 = close (2)
  241  870658 [main] rsync 26784 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  124  870782 [main] rsync 26784 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  128  870910 [main] rsync 26784 get_info_from_sd: ACL 1A4, uid 1000, gid 513
  227  871137 [main] rsync 26784 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\tmp\strace.out, 0x287FC0) st_atime=4EFB3239 st_size=355476, st_mode=0x81A4, st_ino=9851624185463917, sizeof=96
  138  871275 [main] rsync 26784 fstat64: 0 = fstat (1, 0x287FC0)
  137  871412 [main] rsync 26784 __set_errno: fhandler_socket* get(int):82 val 108
  140  871552 [main] rsync 26784 cygwin_getsockopt: -1 = getsockopt (1, 65535, 0x1008, 0x287F9C, 0x287F98)
  142  871694 [main] rsync 26784 close: close (1)
  121  871815 [main] rsync 26784 fhandler_base::close: closing '/tmp/strace.out' handle 0x180
   93  871908 [main] rsync 26784 close: 0 = close (1)
   81  871989 [main] rsync 26784 fhandler_base::fstat: here
  100  872089 [main] rsync 26784 time: 1325085246 = time (0)
  214  872303 [main] rsync 26784 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2182634843-222523076-3885438152-1000
  126  872429 [main] rsync 26784 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2182634843-222523076-3885438152-513
  125  872554 [main] rsync 26784 get_info_from_sd: ACL 2190, uid 1000, gid 513
  226  872780 [main] rsync 26784 fstat64: 0 = fstat (0, 0x287FC0)
  146  872926 [main] rsync 26784 __set_errno: fhandler_socket* get(int):82 val 108
  136  873062 [main] rsync 26784 cygwin_getsockopt: -1 = getsockopt (0, 65535, 0x1008, 0x287F9C, 0x287F98)
  136  873198 [main] rsync 26784 close: close (0)
  137  873335 [main] rsync 26784 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 1, amount -1, ctty /dev/tty1, avoid_freeing_console 0
  141  873476 [main] rsync 26784 fhandler_tty_slave::close: /dev/tty1 closed, usecount 1
  124  873600 [main] rsync 26784 fhandler_tty_slave::close: just returning because archetype usecount is != 0
  114  873714 [main] rsync 26784 close: 0 = close (0)
 1346  875060 [main] rsync 26784 close: close (0)
  109  875169 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  119  875288 [main] rsync 26784 close: -1 = close (0)
 1235  876523 [main] rsync 26784 close: close (1)
  123  876646 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
  115  876761 [main] rsync 26784 close: -1 = close (1)
  712  877473 [main] rsync 26784 close: close (2)
   67  877540 [main] rsync 26784 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):393 val 9
   82  877622 [main] rsync 26784 close: -1 = close (2)
  507  878129 [main] rsync 26784 do_exit: do_exit (3072), exit_state 1
   67  878196 [main] rsync 26784 void: 0x41A040 = signal (20, 0x1)
  101  878297 [main] rsync 26784 void: 0x409770 = signal (1, 0x1)
  109  878406 [main] rsync 26784 void: 0x409770 = signal (2, 0x1)
  116  878522 [main] rsync 26784 void: 0x0 = signal (3, 0x1)
  114  878636 [main] rsync 26784 init_cygheap::close_ctty: closing cygheap->ctty 0x6124395C
  112  878748 [main] rsync 26784 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 0, amount -1, ctty /dev/tty1, avoid_freeing_console 0
  106  878854 [main] rsync 26784 fhandler_tty_slave::close: /dev/tty1 closed, usecount 0
   83  878937 [main] rsync 26784 fhandler_tty_slave::close: closing last open /dev/tty1 handle
   88  879025 [main] rsync 26784 fhandler_tty_common::close: tty1 <0x138,0x140> closing
   95  879120 [main] rsync 26784 do_exit: 26784 == pgrp 26784, send SIG{HUP,CONT} to stopped children
   81  879201 [main] rsync 26784 kill_pgrp: pid 26784, signal -1
10175  889376 [main] rsync 26784 open_shared: name cygpid.14604, n 14604, shared 0x360000 (wanted 0x0), h 0x140
  220  889596 [main] rsync 26784 open_shared: name cygpid.14496, n 14496, shared 0x510000 (wanted 0x0), h 0x128
  141  889737 [main] rsync 26784 pinfo::init: execed process windows pid 14496, cygwin pid 14520
  148  889885 [main] rsync 26784 open_shared: name cygpid.14520, n 14520, shared 0x510000 (wanted 0x0), h 0x128
  182  890067 [main] rsync 26784 open_shared: name cygpid.11832, n 11832, shared 0x1A760000 (wanted 0x0), h 0x134
  185  890252 [main] rsync 26784 open_shared: name cygpid.6396, n 6396, shared 0x530000 (wanted 0x0), h 0x180
  126  890378 [main] rsync 26784 pinfo::init: execed process windows pid 6396, cygwin pid 7688
  153  890531 [main] rsync 26784 open_shared: name cygpid.7688, n 7688, shared 0x1A780000 (wanted 0x0), h 0x180
  161  890692 [main] rsync 26784 open_shared: name cygpid.22684, n 22684, shared 0x1A7A0000 (wanted 0x0), h 0x148
  204  890896 [main] rsync 26784 open_shared: name cygpid.23728, n 23728, shared 0x530000 (wanted 0x0), h 0x154
  113  891009 [main] rsync 26784 pinfo::init: execed process windows pid 23728, cygwin pid 22684
  149  891158 [main] rsync 26784 open_shared: name cygpid.22684, n 22684, shared 0x1A7C0000 (wanted 0x0), h 0x154
  170  891328 [main] rsync 26784 __set_errno: int kill_pgrp(pid_t, siginfo_t&):334 val 3
  121  891449 [main] rsync 26784 kill_pgrp: -1 = kill (26784, -1)
  339  891788 [main] rsync 26784 sigproc_terminate: entering
  147  891935 [main] rsync 26784 sig_send: sendsig 0xF8, pid 26784, signal -42, its_me 1
   86  892021 [main] rsync 26784 sig_send: Not waiting for sigcomplete.  its_me 1 signal -42
    8  892029 [sig] rsync 26784 wait_sig: saw __SIGEXIT
  101  892130 [main] rsync 26784 sig_send: returning 0x0 from sending signal -42
   66  892196 [sig] rsync 26784 wait_sig: signal thread exiting
  150  892346 [main] rsync 26784 proc_terminate: nprocs 0
  104  892450 [main] rsync 26784 proc_terminate: leaving
  101  892551 [main] rsync 26784 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312002
   65  892616 [main] rsync 26784 __to_clock_t: total 00000000 0000001F
   59  892675 [main] rsync 26784 __to_clock_t: dwHighDateTime 0, dwLowDateTime 624004
   62  892737 [main] rsync 26784 __to_clock_t: total 00000000 0000003E
  876  893613 [main] rsync 26784 pinfo::exit: Calling ExitProcess n 0xC00, exitcode 0xC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 28823 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20111228/55340f13/attachment.obj>
-------------- next part --------------
--
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


More information about the Cygwin mailing list