I've a shell script that processes several hundred xz-compressed text files with a pipeline of the form: find . -depth -type f  ... -print0 | \ xargs -0tI @ xzcat -- @ | \ iconv --byte-subst='�' --unicode-subst='�' --widechar-subst='�' -f MS-ANSI -t UTF-8 -- | \ grep ... \ sed ... | \ sort ... | \ sort ... . Since updating to cygwin 3.3.x (but not on cygwin 3.2.x) the script consistently fails when decompressing a portion of the files, resulting in lost data, and error messages of the form: xzcat: (stdout): Write error: Bad address Here is a redacted trace of one such error, generated with sh -c 'find . -depth -type f ... -print0 | xargs -0tI @  strace -f xz -cd -- @ | iconv --byte-subst='�' --unicode-subst='�' --widechar-subst='�' -f MS-ANSI -t UTF-8 --' > tracing_output.txt 2>&1 : strace -f xz -cd -- ./Jul072016.txt.xz --- Process 11256 created --- Process 11256 loaded C:\Windows\System32\ntdll.dll at 00007ffa11f70000 --- Process 11256 loaded C:\Windows\System32\kernel32.dll at 00007ffa101f0000 --- Process 11256 loaded C:\Windows\System32\KernelBase.dll at 00007ffa0f9d0000 --- Process 11256 thread 12412 created --- Process 11256 thread 2444 created --- Process 11256 thread 14600 created --- Process 11256 loaded C:\cygwin64\bin\cyglzma-5.dll at 00000003fe4b0000 --- Process 11256 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000 --- Process 11256 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003feb10000 --- Process 11256 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003febe0000     0       0 [main] xz (11256) **********************************************   174     174 [main] xz (11256) Program name: C:\cygwin64\bin\xz.exe (windows pid 11256)    87     261 [main] xz (11256) OS version:   Windows NT-10.0    78     339 [main] xz (11256) ********************************************** --- Process 11256 loaded C:\Windows\System32\advapi32.dll at 00007ffa11bf0000 --- Process 11256 loaded C:\Windows\System32\msvcrt.dll at 00007ffa10150000 --- Process 11256 loaded C:\Windows\System32\sechost.dll at 00007ffa11e80000 --- Process 11256 loaded C:\Windows\System32\rpcrt4.dll at 00007ffa10020000 --- Process 11256 loaded C:\Windows\System32\cryptbase.dll at 00007ffa0f030000 --- Process 11256 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffa0f6e0000  4736    5075 [main] xz (11256) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180320570)   857    5932 [main] xz (11256) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xFC, *m 6   129    6061 [main] xz (11256) user_heap_info::init: heap base 0x800000000, heap top 0x800000000, heap size 0x20000000 (536870912)   147    6208 [main] xz (11256) open_shared: name ..., n 1, shared 0x180020000 (wanted 0x180020000), h 0xF8, *m 6    89    6297 [main] xz (11256) user_info::create: opening user shared for '...' at 0x180020000    89    6386 [main] xz (11256) user_info::create: user shared version AB1FCCE8   141    6527 [main] xz (11256) fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-11256-sigwait, size 11440, mode PIPE_TYPE_MESSAGE   158    6685 [main] xz (11256) fhandler_pipe::create: pipe read handle 0x110    71    6756 [main] xz (11256) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-11256-sigwait   115    6871 [main] xz (11256) fhandler_pipe::create: pipe write handle 0x114    85    6956 [main] xz (11256) dll_crt0_0: finished dll_crt0_0 initialization --- Process 11256 thread 10700 created   695    7651 [sig] xz (11256) wait_sig: entering ReadFile loop, my_readsig 0x110, my_sendsig 0x114   326    7977 [main] xz (11256) time: 1636585452 = time(0x0)   225    8202 [main] xz (11256) mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\...\logs, 0x0, no-add-slash)   112    8314 [main] xz (11256) normalize_win32_path: C:\Users\...\logs = normalize_win32_path (C:\Users\...\logs)    67    8381 [main] xz (11256) mount_info::conv_to_posix_path: /cygdrive/c/Users/.../logs = conv_to_posix_path (C:\Users\...\logs)   117    8498 [main] xz (11256) sigprocmask: 0 = sigprocmask (0, 0x0, 0x800018130)   339    8837 [main] xz (11256) _cygwin_istext_for_stdio: fd 0: not open    55    8892 [main] xz (11256) _cygwin_istext_for_stdio: fd 1: not open    53    8945 [main] xz (11256) _cygwin_istext_for_stdio: fd 2: not open   203    9148 [main] xz (11256) open_shared: name cygpid.35929, n 35929, shared 0x180010000 (wanted 0x180010000), h 0x134, *m 2    67    9215 [main] xz (11256) time: 1636585452 = time(0x0)    97    9312 [main] xz 35929 pinfo::thisproc: myself dwProcessId 11256    91    9403 [main] xz 35929 environ_init: GetEnvironmentStrings returned 0x6D7A40   214    9617 [main] xz 35929 win32env_to_cygenv: 0x8000284F0: !::=::\    99    9716 [main] xz 35929 win32env_to_cygenv: 0x800028510: ALLUSERSPROFILE=C:\ProgramData   101    9817 [main] xz 35929 win32env_to_cygenv: 0x800028540: APPDATA=C:\Users\...\AppData\Roaming   104    9921 [main] xz 35929 win32env_to_cygenv: 0x800028570: COMMONPROGRAMFILES=C:\Program Files\Common Files   101   10022 [main] xz 35929 win32env_to_cygenv: 0x8000285B0: COMPUTERNAME=...   103   10125 [main] xz 35929 win32env_to_cygenv: 0x8000285D0: COMSPEC=C:\WINDOWS\system32\cmd.exe   235   10360 [main] xz 35929 win32env_to_cygenv: 0x800028600: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files   138   10498 [main] xz 35929 win32env_to_cygenv: 0x800028650: CommonProgramW6432=C:\Program Files\Common Files   136   10634 [main] xz 35929 parse_options: glob (called func)   115   10749 [main] xz 35929 parse_options: returning    58   10807 [main] xz 35929 win32env_to_cygenv: 0x800028690: CYGWIN=noglob   109   10916 [main] xz 35929 win32env_to_cygenv: 0x8000286D0: DriverData=C:\Windows\System32\Drivers\DriverData   114   11030 [main] xz 35929 win32env_to_cygenv: 0x800028710: EXECIGNORE=*.dll   104   11134 [main] xz 35929 win32env_to_cygenv: 0x800028730: FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer   102   11236 [main] xz 35929 win32env_to_cygenv: 0x800028770: FPS_BROWSER_USER_PROFILE_STRING=Default   105   11341 [main] xz 35929 win32env_to_cygenv: 0x8000287A0: GNUPLOT_LIB=C:\Program Files\gnuplot\demo;C:\Program Files\gnuplot\demo\games;C:\Program Files\gnuplot\share   101   11442 [main] xz 35929 getwinenv: can't set native for HOME= since no environ yet    64   11506 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\home\..., 0x10000000, no-add-slash)    58   11564 [main] xz 35929 normalize_win32_path: C:\cygwin64\home\... = normalize_win32_path (C:\cygwin64\home\...)    52   11616 [main] xz 35929 mount_info::conv_to_posix_path: /home/... = conv_to_posix_path (C:\cygwin64\home\...)   176   11792 [main] xz 35929 win_env::add_cache: posix /home/...    59   11851 [main] xz 35929 win_env::add_cache: native HOME=C:\cygwin64\home\...    68   11919 [main] xz 35929 posify_maybe: env var converted to HOME=/home/...   168   12087 [main] xz 35929 win32env_to_cygenv: 0x8000288A0: HOME=/home/...   112   12199 [main] xz 35929 win32env_to_cygenv: 0x800028820: HOMEDRIVE=C:   123   12322 [main] xz 35929 win32env_to_cygenv: 0x8000288C0: HOMEPATH=\Users\...   139   12461 [main] xz 35929 win32env_to_cygenv: 0x8000288E0: HOSTNAME=...   130   12591 [main] xz 35929 win32env_to_cygenv: 0x800028900: INFOPATH=/usr/local/info:/usr/share/info:/usr/info   114   12705 [main] xz 35929 win32env_to_cygenv: 0x800028940: LANG=en_US.UTF-8   114   12819 [main] xz 35929 win32env_to_cygenv: 0x800028960: LC_CTYPE=en_US.UTF-8   106   12925 [main] xz 35929 win32env_to_cygenv: 0x800028980: LOCALAPPDATA=C:\Users\...\AppData\Local    99   13024 [main] xz 35929 win32env_to_cygenv: 0x8000289C0: LOGONSERVER=\\...   108   13132 [main] xz 35929 win32env_to_cygenv: 0x8000289E0: MINTTY_SHORTCUT=/cygdrive/c/Users/.../AppData/Roaming/Microsoft/Internet Explorer/Quick Launch/User Pinned/TaskBar/Cygwin64 Terminal.lnk   102   13234 [main] xz 35929 win32env_to_cygenv: 0x800028A80: NUMBER_OF_PROCESSORS=4   101   13335 [main] xz 35929 win32env_to_cygenv: 0x800028AA0: OLDPWD=/cygdrive/c/Users/...   160   13495 [main] xz 35929 win32env_to_cygenv: 0x800028AE0: ORIGINAL_PATH=/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:...:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps   120   13615 [main] xz 35929 win32env_to_cygenv: 0x800028FB0: OS=Windows_NT    99   13714 [main] xz 35929 win32env_to_cygenv: 0x800028FD0: OneDrive=C:\Users\...\OneDrive   158   13872 [main] xz 35929 getwinenv: can't set native for PATH= since no environ yet   129   14001 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\usr\local\bin, 0x10000100, no-add-slash)    56   14057 [main] xz 35929 normalize_win32_path: C:\cygwin64\usr\local\bin = normalize_win32_path (C:\cygwin64\usr\local\bin)    57   14114 [main] xz 35929 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin64\usr\local\bin)    56   14170 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\bin, 0x10000100, no-add-slash)    52   14222 [main] xz 35929 normalize_win32_path: C:\cygwin64\bin = normalize_win32_path (C:\cygwin64\bin)    53   14275 [main] xz 35929 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin64\bin)    52   14327 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, 0x10000100, no-add-slash)    53   14380 [main] xz 35929 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)    52   14432 [main] xz 35929 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)    54   14486 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, 0x10000100, no-add-slash)    50   14536 [main] xz 35929 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)    53   14589 [main] xz 35929 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS)    51   14640 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, 0x10000100, no-add-slash)    52   14692 [main] xz 35929 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)    51   14743 [main] xz 35929 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)    53   14796 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0x10000100, no-add-slash)    51   14847 [main] xz 35929 normalize_win32_path: C:\WINDOWS\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)    53   14900 [main] xz 35929 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0) [redacted] ...    53   18530 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\...\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)    51   18581 [main] xz 35929 normalize_win32_path: C:\Users\...\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\Users\...\AppData\Local\Microsoft\WindowsApps)    53   18634 [main] xz 35929 mount_info::conv_to_posix_path: /cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\Users\...\AppData\Local\Microsoft\WindowsApps)    52   18686 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\...\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)    52   18738 [main] xz 35929 normalize_win32_path: C:\Users\...\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\Users\...\AppData\Local\Microsoft\WindowsApps)    52   18790 [main] xz 35929 mount_info::conv_to_posix_path: /cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\Users\...\AppData\Local\Microsoft\WindowsApps)   145   18935 [main] xz 35929 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:...:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps    71   19006 [main] xz 35929 win_env::add_cache: native PATH=C:\cygwin64\usr\local\bin;C:\cygwin64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;...;C:\Users\...\AppData\Local\Microsoft\WindowsApps;C:\Users\...\AppData\Local\Microsoft\WindowsApps    75   19081 [main] xz 35929 posify_maybe: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:...:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps   165   19246 [main] xz 35929 win32env_to_cygenv: 0x800039CA0: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:...:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/.../AppData/Local/Microsoft/WindowsApps   131   19377 [main] xz 35929 win32env_to_cygenv: 0x800029000: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC   104   19481 [main] xz 35929 win32env_to_cygenv: 0x800029050: PRINTER=Microsoft Print To PDF   100   19581 [main] xz 35929 win32env_to_cygenv: 0x800029080: PROCESSOR_ARCHITECTURE=AMD64   104   19685 [main] xz 35929 win32env_to_cygenv: 0x8000290B0: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel   101   19786 [main] xz 35929 win32env_to_cygenv: 0x800029100: PROCESSOR_LEVEL=6   101   19887 [main] xz 35929 win32env_to_cygenv: 0x800029120: PROCESSOR_REVISION=2a07   101   19988 [main] xz 35929 win32env_to_cygenv: 0x800029140: PROFILEREAD=true   101   20089 [main] xz 35929 win32env_to_cygenv: 0x800029160: PROGRAMFILES=C:\Program Files   107   20196 [main] xz 35929 win32env_to_cygenv: 0x800029190: PROMPT_COMMAND=history -a; history -c; history -r;   105   20301 [main] xz 35929 win32env_to_cygenv: 0x8000291D0: PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules   103   20404 [main] xz 35929 win32env_to_cygenv: 0x800029250: PUBLIC=C:\Users\Public   103   20507 [main] xz 35929 win32env_to_cygenv: 0x800029270: PWD=/cygdrive/c/Users/.../logs   102   20609 [main] xz 35929 win32env_to_cygenv: 0x8000292C0: ProgramData=C:\ProgramData   102   20711 [main] xz 35929 win32env_to_cygenv: 0x8000292F0: ProgramFiles(x86)=C:\Program Files (x86)   103   20814 [main] xz 35929 win32env_to_cygenv: 0x800029330: ProgramW6432=C:\Program Files   101   20915 [main] xz 35929 win32env_to_cygenv: 0x800029360: SESSIONNAME=Console   101   21016 [main] xz 35929 win32env_to_cygenv: 0x800029380: SHELL=/bin/bash   101   21117 [main] xz 35929 win32env_to_cygenv: 0x8000293A0: SHLVL=2   104   21221 [main] xz 35929 win32env_to_cygenv: 0x8000293C0: SYSTEMDRIVE=C:   102   21323 [main] xz 35929 win32env_to_cygenv: 0x80003A180: SYSTEMROOT=C:\WINDOWS   101   21424 [main] xz 35929 getwinenv: can't set native for TEMP= since no environ yet    53   21477 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash)    55   21532 [main] xz 35929 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp)    53   21585 [main] xz 35929 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp)   161   21746 [main] xz 35929 win_env::add_cache: posix /tmp    66   21812 [main] xz 35929 win_env::add_cache: native TEMP=C:\cygwin64\tmp    68   21880 [main] xz 35929 posify_maybe: env var converted to TEMP=/tmp   161   22041 [main] xz 35929 win32env_to_cygenv: 0x80003A200: TEMP=/tmp   114   22155 [main] xz 35929 win32env_to_cygenv: 0x80003A1A0: TERM=xterm   129   22284 [main] xz 35929 win32env_to_cygenv: 0x80003A220: TERM_PROGRAM=mintty   107   22391 [main] xz 35929 win32env_to_cygenv: 0x80003A240: TERM_PROGRAM_VERSION=3.5.1   148   22539 [main] xz 35929 getwinenv: can't set native for TMP= since no environ yet    58   22597 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash)    62   22659 [main] xz 35929 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp)    68   22727 [main] xz 35929 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp)   155   22882 [main] xz 35929 win_env::add_cache: posix /tmp    54   22936 [main] xz 35929 win_env::add_cache: native TMP=C:\cygwin64\tmp    66   23002 [main] xz 35929 posify_maybe: env var converted to TMP=/tmp   151   23153 [main] xz 35929 win32env_to_cygenv: 0x80003A2D0: TMP=/tmp   119   23272 [main] xz 35929 win32env_to_cygenv: 0x80003A270: TZ=...   113   23385 [main] xz 35929 win32env_to_cygenv: 0x80003A2F0: USER=...   100   23485 [main] xz 35929 win32env_to_cygenv: 0x80003A310: USERDOMAIN=...    98   23583 [main] xz 35929 win32env_to_cygenv: 0x80003A330: USERDOMAIN_ROAMINGPROFILE=...    98   23681 [main] xz 35929 win32env_to_cygenv: 0x80003A360: USERNAME=...   100   23781 [main] xz 35929 win32env_to_cygenv: 0x80003A380: USERPROFILE=C:\Users\...   100   23881 [main] xz 35929 win32env_to_cygenv: 0x80003A3B0: WINDIR=C:\WINDOWS   100   23981 [main] xz 35929 win32env_to_cygenv: 0x80003A3D0: _=/usr/bin/xargs    57   24038 [main] xz 35929 pinfo_init: Set nice to 0    56   24094 [main] xz 35929 pinfo_init: pid 35929, pgid 35929, process_state 0x41    52   24146 [main] xz 35929 App version:  3000.7, api: 0.338    52   24198 [main] xz 35929 DLL version:  3003.2, api: 0.341    49   24247 [main] xz 35929 DLL build:    2021-11-08 16:55    64   24311 [main] xz 35929 dtable::extend: size 32, fds 0x18034C210   185   24496 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   517   25013 [main] xz 35929 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc    89   25102 [main] xz 35929 transport_layer_pipes::connect: Error opening the pipe (2)   104   25206 [main] xz 35929 client_request::make_request: cygserver un-available --- Process 11256 (pid: 35929) loaded C:\Windows\System32\netapi32.dll at 00007ffa02420000 --- Process 11256 (pid: 35929) loaded C:\Windows\System32\samcli.dll at 00007ffa00aa0000 --- Process 11256 (pid: 35929) loaded C:\Windows\System32\ucrtbase.dll at 00007ffa0f8d0000 --- Process 11256 (pid: 35929) loaded C:\Windows\System32\samlib.dll at 00007ffa09320000 --- Process 11256 (pid: 35929) loaded C:\Windows\System32\netutils.dll at 00007ffa0eb20000  8079   33285 [main] xz 35929 pwdgrp::fetch_account_from_windows: line: <...:/home/...:/bin/bash>  1477   34762 [main] xz 35929 pwdgrp::fetch_account_from_windows: NetLocalGroupGetInfo(None) 1376   111   34873 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:   1454   36327 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    135   36462 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:     94   36556 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:     83   36639 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    127   36766 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:     78   36844 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    270   37114 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    155   37269 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    122   37391 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    135   37526 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:     76   37602 [main] xz 35929 cygheap_user::ontherange: what 2, pw 0x18034C510    78   37680 [main] xz 35929 cygheap_user::ontherange: HOME is already in the environment /home/...   209   37889 [main] xz 35929 build_argv: argv[0] = 'xz'    58   37947 [main] xz 35929 build_argv: argv[1] = '-cd'    65   38012 [main] xz 35929 build_argv: argv[2] = '--'    56   38068 [main] xz 35929 build_argv: argv[3] = './Jul072016.txt.xz'    52   38120 [main] xz 35929 build_argv: argc 4   380   38500 [main] xz 35929 normalize_posix_path: src /dev/null    54   38554 [main] xz 35929 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)    82   38636 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)    87   38723 [main] xz 35929 mount_info::conv_to_win32_path: src_path /dev/null, dst \Device\Null, flags 0x0, rc 0    94   38817 [main] xz 35929 build_fh_pc: fh 0x18034E150, dev 00010003    83   38900 [main] xz 35929 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0    70   38970 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    69   39039 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    67   39106 [main] xz 35929 fhandler_base::init: created new fhandler_base for handle 0x248, bin 1   159   39265 [main] xz 35929 build_fh_pc: fh 0x18034E410, dev 000000C5    59   39324 [main] xz 35929 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0    56   39380 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    51   39431 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    50   39481 [main] xz 35929 fhandler_base::init: created new fhandler_base for handle 0x23C, bin 1  2906   42387 [main] xz 35929 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume4'   288   42675 [main] xz 35929 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\...\logs\tracing_output_20211110_2.txt, 0x10000000, no-add-slash)    74   42749 [main] xz 35929 normalize_win32_path: C:\Users\...\logs\tracing_output_20211110_2.txt = normalize_win32_path (C:\Users\...\logs\tracing_output_20211110_2.txt)    93   42842 [main] xz 35929 mount_info::conv_to_posix_path: tracing_output.txt = conv_to_posix_path (C:\Users\...\logs\tracing_output_20211110_2.txt)   106   42948 [main] xz 35929 handle_to_fn: derived path 'C:\Users\...\logs\tracing_output_20211110_2.txt', posix 'tracing_output.txt'    75   43023 [main] xz 35929 normalize_posix_path: src tracing_output.txt    75   43098 [main] xz 35929 normalize_posix_path: tracing_output.txt = normalize_posix_path (tracing_output.txt)    57   43155 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (tracing_output.txt)    54   43209 [main] xz 35929 mount_info::cygdrive_win32_path: src 'tracing_output.txt', dst 'C:\Users\...\logs\tracing_output_20211110_2.txt'    52   43261 [main] xz 35929 mount_info::conv_to_win32_path: src_path tracing_output.txt, dst C:\Users\...\logs\tracing_output_20211110_2.txt, flags 0x4020, rc 0   155   43416 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\...\logs\tracing_output_20211110_2.txt)   135   43551 [main] xz 35929 symlink_info::check: not a symlink   202   43753 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\Users\...\logs\tracing_output_20211110_2.txt, 0xFFFFB860) (mount_flags 0x4020, path_flags 0x0)    84   43837 [main] xz 35929 path_conv::check: this->path(C:\Users\...\logs\tracing_output_20211110_2.txt), has_acls(1)    90   43927 [main] xz 35929 build_fh_pc: fh 0x18034E890, dev 000000C3    74   44001 [main] xz 35929 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0    88   44089 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    67   44156 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    65   44221 [main] xz 35929 fhandler_base::init: created new fhandler_base for handle 0x394, bin 1   975   45196 [main] xz 35929 __set_errno: void dll_crt0_1(void*):1001 setting errno 0   902   46098 [main] xz 35929 fcntl64: fcntl(0, 1, ...)    59   46157 [main] xz 35929 fcntl64: 0 = fcntl(0, 1, 0x0)    69   46226 [main] xz 35929 fcntl64: fcntl(1, 1, ...)    58   46284 [main] xz 35929 fcntl64: 0 = fcntl(1, 1, 0x7FFA11FA1040)    61   46345 [main] xz 35929 fcntl64: fcntl(2, 1, ...)    72   46417 [main] xz 35929 fcntl64: 0 = fcntl(2, 1, 0x40)    91   46508 [main] xz 35929 nt_create: name e022582115c10879-11256-pipe-nt-0x1, size 65536, mode PIPE_TYPE_MESSAGE   101   46609 [main] xz 35929 nt_create: pipe read handle 0x18C    62   46671 [main] xz 35929 nt_create: NtOpenFile: name e022582115c10879-11256-pipe-nt-0x1    96   46767 [main] xz 35929 build_fh_pc: fh 0x18034EDC0, dev 000000C6    63   46830 [main] xz 35929 build_fh_pc: fh 0x18034F120, dev 000000C5    57   46887 [main] xz 35929 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0    53   46940 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    63   47003 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    57   47060 [main] xz 35929 fhandler_base::init: created new fhandler_base for handle 0x18C, bin 1    79   47139 [main] xz 35929 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0    57   47196 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    51   47247 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    53   47300 [main] xz 35929 fhandler_base::init: created new fhandler_base for handle 0x190, bin 1    76   47376 [main] xz 35929 fhandler_pipe::create: 0 = pipe([0x18034EDC0, 0x18034F120], 65536, 0x10000)    67   47443 [main] xz 35929 pipe: 0 = pipe([3, 4])    60   47503 [main] xz 35929 fcntl64: fcntl(3, 3, ...)    52   47555 [main] xz 35929 fhandler_base::fcntl: GETFL: 0x10000    56   47611 [main] xz 35929 fcntl64: 65536 = fcntl(3, 3, 0x0)    73   47684 [main] xz 35929 fcntl64: fcntl(3, 4, ...)    55   47739 [main] xz 35929 fhandler_base::set_flags: flags 0x14000, supplied_bin 0x0    55   47794 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    50   47844 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    64   47908 [main] xz 35929 fcntl64: 0 = fcntl(3, 4, 0x14000)    61   47969 [main] xz 35929 fcntl64: fcntl(4, 3, ...)    68   48037 [main] xz 35929 fhandler_base::fcntl: GETFL: 0x10001    58   48095 [main] xz 35929 fcntl64: 65537 = fcntl(4, 3, 0x40)    55   48150 [main] xz 35929 fcntl64: fcntl(4, 4, ...)    59   48209 [main] xz 35929 fhandler_base::set_flags: flags 0x14001, supplied_bin 0x0    68   48277 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    55   48332 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    59   48391 [main] xz 35929 fcntl64: 0 = fcntl(4, 4, 0x14001)   146   48537 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   170   48707 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   225   48932 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   232   49164 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   224   49388 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   265   49653 [main] xz 35929 __get_lcid_from_locale: LCID=0x0409   822   50475 [main] xz 35929 isatty: 0 = isatty(2)    68   50543 [main] xz 35929 sigaction_worker: signal 14, newact 0xFFFFCB10 (handler 0x1004043B0), oa 0xFFFFC9B0    59   50602 [main] xz 35929 sigaction: 0 = sigaction(14, 0xFFFFCB10, 0x0)    76   50678 [main] xz 35929 sigaction_worker: signal 30, newact 0xFFFFCB10 (handler 0x1004043B0), oa 0xFFFFC9B0    58   50736 [main] xz 35929 sigaction: 0 = sigaction(30, 0xFFFFCB10, 0x0)   120   50856 [main] xz 35929 sigaction_worker: signal 2, newact 0x0, oa 0xFFFFC970    61   50917 [main] xz 35929 sigaction: 0 = sigaction(2, 0x0, 0xFFFFCAF0)    76   50993 [main] xz 35929 sigaction_worker: signal 2, newact 0xFFFFCAD0 (handler 0x1004065C0), oa 0xFFFFC970    68   51061 [main] xz 35929 sigaction: 0 = sigaction(2, 0xFFFFCAD0, 0x0)    64   51125 [main] xz 35929 sigaction_worker: signal 15, newact 0x0, oa 0xFFFFC970    66   51191 [main] xz 35929 sigaction: 0 = sigaction(15, 0x0, 0xFFFFCAF0)    73   51264 [main] xz 35929 sigaction_worker: signal 15, newact 0xFFFFCAD0 (handler 0x1004065C0), oa 0xFFFFC970    70   51334 [main] xz 35929 sigaction: 0 = sigaction(15, 0xFFFFCAD0, 0x0)    83   51417 [main] xz 35929 sigaction_worker: signal 1, newact 0x0, oa 0xFFFFC970    75   51492 [main] xz 35929 sigaction: 0 = sigaction(1, 0x0, 0xFFFFCAF0)    70   51562 [main] xz 35929 sigaction_worker: signal 1, newact 0xFFFFCAD0 (handler 0x1004065C0), oa 0xFFFFC970    63   51625 [main] xz 35929 sigaction: 0 = sigaction(1, 0xFFFFCAD0, 0x0)    98   51723 [main] xz 35929 sigaction_worker: signal 13, newact 0x0, oa 0xFFFFC970    68   51791 [main] xz 35929 sigaction: 0 = sigaction(13, 0x0, 0xFFFFCAF0)    67   51858 [main] xz 35929 sigaction_worker: signal 13, newact 0xFFFFCAD0 (handler 0x1004065C0), oa 0xFFFFC970    54   51912 [main] xz 35929 sigaction: 0 = sigaction(13, 0xFFFFCAD0, 0x0)    68   51980 [main] xz 35929 sigaction_worker: signal 24, newact 0x0, oa 0xFFFFC970   155   52135 [main] xz 35929 sigaction: 0 = sigaction(24, 0x0, 0xFFFFCAF0)    67   52202 [main] xz 35929 sigaction_worker: signal 24, newact 0xFFFFCAD0 (handler 0x1004065C0), oa 0xFFFFC970    65   52267 [main] xz 35929 sigaction: 0 = sigaction(24, 0xFFFFCAD0, 0x0)    74   52341 [main] xz 35929 sigaction_worker: signal 25, newact 0x0, oa 0xFFFFC970    65   52406 [main] xz 35929 sigaction: 0 = sigaction(25, 0x0, 0xFFFFCAF0)    73   52479 [main] xz 35929 sigaction_worker: signal 25, newact 0xFFFFCAD0 (handler 0x1004065C0), oa 0xFFFFC970    75   52554 [main] xz 35929 sigaction: 0 = sigaction(25, 0xFFFFCAD0, 0x0)    97   52651 [main] xz 35929 set_signal_mask: setmask 0, newmask 21807003, mask_bits 0    68   52719 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(1, 0x100418498, 0x0)    68   52787 [main] xz 35929 open: open(./Jul072016.txt.xz, 0x1C000)    56   52843 [main] xz 35929 normalize_posix_path: src ./Jul072016.txt.xz    50   52893 [main] xz 35929 cwdstuff::get: posix /cygdrive/c/Users/.../logs    54   52947 [main] xz 35929 cwdstuff::get: (/cygdrive/c/Users/.../logs) = cwdstuff::get (0x800000010, 32768, 1, 0), errno 0    53   53000 [main] xz 35929 normalize_posix_path: /cygdrive/c/Users/.../logs/Jul072016.txt.xz = normalize_posix_path (./Jul072016.txt.xz)    90   53090 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Users/.../logs/Jul072016.txt.xz)    95   53185 [main] xz 35929 mount_info::cygdrive_win32_path: src '/cygdrive/c/Users/.../logs/Jul072016.txt.xz', dst 'C:\Users\...\logs\Jul072016.txt.xz'    75   53260 [main] xz 35929 mount_info::conv_to_win32_path: src_path /cygdrive/c/Users/.../logs/Jul072016.txt.xz, dst C:\Users\...\logs\Jul072016.txt.xz, flags 0x4020, rc 0   161   53421 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\...\logs\Jul072016.txt.xz)   255   53676 [main] xz 35929 symlink_info::check: not a symlink    58   53734 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\Users\...\logs\Jul072016.txt.xz, 0xFFFFB700) (mount_flags 0x4020, path_flags 0x0)    55   53789 [main] xz 35929 path_conv::check: this->path(C:\Users\...\logs\Jul072016.txt.xz), has_acls(1)    60   53849 [main] xz 35929 build_fh_pc: fh 0x18034F5A0, dev 000000C3   102   53951 [main] xz 35929 fhandler_base::open: (\??\C:\Users\...\logs\Jul072016.txt.xz, 0x1C000)   141   54092 [main] xz 35929 fhandler_base::set_flags: flags 0x1C000, supplied_bin 0x10000    56   54148 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    52   54200 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    91   54291 [main] xz 35929 fhandler_base::open: 0x0 = NtCreateFile (0x1CC, 0x80100000, \??\C:\Users\...\logs\Jul072016.txt.xz, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)   106   54397 [main] xz 35929 fhandler_base::open: 1 = fhandler_base::open(\??\C:\Users\...\logs\Jul072016.txt.xz, 0x1C000)    62   54459 [main] xz 35929 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\Users\...\logs\Jul072016.txt.xz, 0x1C000)    73   54532 [main] xz 35929 open: 5 = open(./Jul072016.txt.xz, 0x1C000)   526   55058 [main] xz 35929 pwdgrp::fetch_account_from_windows: line:    121   55179 [main] xz 35929 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Users\...\logs\Jul072016.txt.xz, 0x1004181E8) st_size=13472, st_mode=0100750, st_ino=8444249301484319st_atim=618C42EF.11B42BF0 st_ctim=618C00BC.67F1A4C st_mtim=577F2525.7428540 st_birthtim=577FCC41.158BD64C    78   55257 [main] xz 35929 fstat64: 0 = fstat(5, 0x1004181E8)    80   55337 [main] xz 35929 posix_fadvise: 0 = posix_fadvice(5, 0, 0, 1)    61   55398 [main] xz 35929 set_signal_mask: setmask 21807003, newmask 0, mask_bits 21807003    58   55456 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(2, 0x100418498, 0x0)    65   55521 [main] xz 35929 read: read(5, 0x1004160C0, 8192) nonblocking   146   55667 [main] xz 35929 fhandler_base::read: returning 8192, binary mode    61   55728 [main] xz 35929 read: 8192 = read(5, 0x1004160C0, 8192)   552   56280 [main] xz 35929 mmap64: addr 0x0, len 67174400, prot 0x3, flags 0x22, fd -1, off 0x0  1530   57810 [main] xz 35929 mmap64: 0x6FFFFBFF0000 = mmap()   322   58132 [main] xz 35929 set_signal_mask: setmask 0, newmask 21807003, mask_bits 0    52   58184 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(1, 0x100418498, 0x0)    51   58235 [main] xz 35929 fcntl64: fcntl(1, 3, ...)    51   58286 [main] xz 35929 fhandler_base::fcntl: GETFL: 0x10001    49   58335 [main] xz 35929 fcntl64: 65537 = fcntl(1, 3, 0x18030D982)    59   58394 [main] xz 35929 fcntl64: fcntl(1, 4, ...)    49   58443 [main] xz 35929 fhandler_base::set_flags: flags 0x14001, supplied_bin 0x0    48   58491 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    49   58540 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    55   58595 [main] xz 35929 fhandler_pipe::set_pipe_non_blocking: NtSetInformationFile(FilePipeInformation): 0xC00000AE    65   58660 [main] xz 35929 fcntl64: 0 = fcntl(1, 4, 0x14001)    59   58719 [main] xz 35929 time: 1636585452 = time(0x0)    63   58782 [main] xz 35929 fstat64: 0 = fstat(1, 0x100418268)    52   58834 [main] xz 35929 set_signal_mask: setmask 21807003, newmask 0, mask_bits 21807003    52   58886 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(2, 0x100418498, 0x0) [redacted output here] ...    59383 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192) [redacted output here] ... 59783 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192) [redacted output here] ... 60095 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192) [redacted output here] ... 60489 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192) [redacted output here] ... 60828 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192) [redacted output here] ... 61134 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192) [redacted output here] ... 61435 [main] xz 35929 write: 8192 = write(1, 0x1004140C0, 8192)   224   61659 [main] xz 35929 read: read(5, 0x1004160C0, 8192) nonblocking    80   61739 [main] xz 35929 fhandler_base::read: returning 5280, binary mode    54   61793 [main] xz 35929 read: 5280 = read(5, 0x1004160C0, 5280)    51   61844 [main] xz 35929 read: read(5, 0x100417560, 2912) nonblocking    71   61915 [main] xz 35929 fhandler_base::read: returning 0, binary mode    52   61967 [main] xz 35929 read: 0 = read(5, 0x100417560, 0) [redacted output here] ... 62118 [main] xz 35929 write: 2148758952 = write(1, 0x1004140C0, 8192) --- Process 11256 (pid: 35929), exception c0000005 at 0000000000002000   828   62946 [main] xz 35929 __set_errno: ssize_t write(int, const void*, size_t):1362 setting errno 14    61   63007 [main] xz 35929 write: 2148758952 = write(1, 0x1004140C0, 8192)   142   63149 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler_pipe.cc:559 status 0xC0000005 -> windows error 998    71   63220 [main] xz 35929 geterrno_from_win_error: windows error 998 == errno 14    55   63275 [main] xz 35929 write: -1 = write(1, 0x28054B668, 2146216536), errno 14  1388   64663 [main] xz 35929 open: open(/usr/share/locale/locale.alias, 0x0)    53   64716 [main] xz 35929 normalize_posix_path: src /usr/share/locale/locale.alias    49   64765 [main] xz 35929 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)    51   64816 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)    52   64868 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin64\usr\share\locale\locale.alias, flags 0x30008, rc 0   151   65019 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias)    61   65080 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias)   131   65211 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe)    57   65268 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe)   123   65391 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk)   104   65495 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk)   181   65676 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk)    72   65748 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk)    64   65812 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\locale.alias, 0xFFFFB150) (mount_flags 0x30008, path_flags 0x0)    58   65870 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    52   65922 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0   104   66026 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   225   66251 [main] xz 35929 symlink_info::check: not a symlink   112   66363 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB150) (mount_flags 0x30008, path_flags 0x0)    58   66421 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\locale.alias), has_acls(1)    94   66515 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    73   66588 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000)   136   66724 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC0000034 -> windows error 2    74   66798 [main] xz 35929 geterrno_from_win_error: windows error 2 == errno 2    89   66887 [main] xz 35929 fhandler_base::open: 0xC0000034 = NtCreateFile (0xFFFFC280, 0x80100000, \??\C:\cygwin64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    73   66960 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000)    59   67019 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000)    57   67076 [main] xz 35929 open: -1 = open(/usr/share/locale/locale.alias, 0x8000), errno 2   651   67727 [main] xz 35929 open: open(/usr/local/share/locale/locale.alias, 0x0)    68   67795 [main] xz 35929 normalize_posix_path: src /usr/local/share/locale/locale.alias    56   67851 [main] xz 35929 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)    48   67899 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)    57   67956 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin64\usr\local\share\locale\locale.alias, flags 0x30008, rc 0   144   68100 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias)    58   68158 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias)    55   68213 [main] xz 35929 symlink_info::check: not a symlink    50   68263 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale\locale.alias, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    53   68316 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)    57   68373 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin64\usr\local\share\locale, flags 0x30008, rc 0   123   68496 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale)    62   68558 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale)    58   68616 [main] xz 35929 symlink_info::check: not a symlink    57   68673 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    55   68728 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)    56   68784 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin64\usr\local\share, flags 0x30008, rc 0   106   68890 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share)    59   68949 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share)   107   69056 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share.lnk)    62   69118 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share.lnk)    56   69174 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    58   69232 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local)    55   69287 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\cygwin64\usr\local, flags 0x30008, rc 0   103   69390 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\local)   196   69586 [main] xz 35929 symlink_info::check: not a symlink    89   69675 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    59   69734 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\local\share\locale\locale.alias), has_acls(1)    58   69792 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    57   69849 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000)   117   69966 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    60   70026 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    61   70087 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0x6C9FD0, 0x80100000, \??\C:\cygwin64\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    60   70147 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000)    58   70205 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000)    58   70263 [main] xz 35929 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2   474   70737 [main] xz 35929 open: open(/usr/share/X11/locale/locale.alias, 0x0)    57   70794 [main] xz 35929 normalize_posix_path: src /usr/share/X11/locale/locale.alias    56   70850 [main] xz 35929 normalize_posix_path: /usr/share/X11/locale/locale.alias = normalize_posix_path (/usr/share/X11/locale/locale.alias)    50   70900 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale/locale.alias)    55   70955 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale/locale.alias, dst C:\cygwin64\usr\share\X11\locale\locale.alias, flags 0x30008, rc 0   124   71079 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\X11\locale\locale.alias)    62   71141 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\X11\locale\locale.alias)    55   71196 [main] xz 35929 symlink_info::check: not a symlink    63   71259 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    55   71314 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale)    58   71372 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale, dst C:\cygwin64\usr\share\X11\locale, flags 0x30008, rc 0   123   71495 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\X11\locale)    60   71555 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\X11\locale)    56   71611 [main] xz 35929 symlink_info::check: not a symlink    73   71684 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\X11\locale, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    58   71742 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11)    52   71794 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/X11, dst C:\cygwin64\usr\share\X11, flags 0x30008, rc 0   122   71916 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\X11)    59   71975 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\X11)   124   72099 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\X11.lnk)    59   72158 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\X11.lnk)    53   72211 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\X11, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    53   72264 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share)    52   72316 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share, dst C:\cygwin64\usr\share, flags 0x30008, rc 0   101   72417 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share)   193   72610 [main] xz 35929 symlink_info::check: not a symlink    94   72704 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share, 0xFFFFB140) (mount_flags 0x30008, path_flags 0x0)    63   72767 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\X11\locale\locale.alias), has_acls(1)    64   72831 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    56   72887 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x8000)   125   73012 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    95   73107 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    68   73175 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0x6C9FD0, 0x80100000, \??\C:\cygwin64\usr\share\X11\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)   127   73302 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x8000)   146   73448 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x8000)    77   73525 [main] xz 35929 open: -1 = open(/usr/share/X11/locale/locale.alias, 0x8000), errno 2  2130   75655 [main] xz 35929 open: open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo, 0x10000)    55   75710 [main] xz 35929 normalize_posix_path: src /usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo    59   75769 [main] xz 35929 normalize_posix_path: /usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo = normalize_posix_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo)    56   75825 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo)    53   75878 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo, dst C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo, flags 0x30008, rc 0   160   76038 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo)    63   76101 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo)    57   76158 [main] xz 35929 symlink_info::check: not a symlink    51   76209 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    52   76261 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES)    53   76314 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8/LC_MESSAGES, dst C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES, flags 0x30008, rc 0   157   76471 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES)    60   76531 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES)    56   76587 [main] xz 35929 symlink_info::check: not a symlink    51   76638 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    51   76689 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8)    53   76742 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8, dst C:\cygwin64\usr\share\locale\en_US.UTF-8, flags 0x30008, rc 0   126   76868 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8)    59   76927 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8)   112   77039 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8.lnk)    60   77099 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8.lnk)    56   77155 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US.UTF-8, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    53   77208 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    51   77259 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0    98   77357 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   188   77545 [main] xz 35929 symlink_info::check: not a symlink   103   77648 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    58   77706 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo), has_acls(1)    56   77762 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    54   77816 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo, 0x18000)   152   77968 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    57   78025 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    49   78074 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC42C, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    55   78129 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo, 0x18000)    53   78182 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_US.UTF-8\LC_MESSAGES\xz.mo, 0x18000)    56   78238 [main] xz 35929 open: -1 = open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/xz.mo, 0x18000), errno 2   142   78380 [main] xz 35929 open: open(/usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo, 0x10000)    56   78436 [main] xz 35929 normalize_posix_path: src /usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo    64   78500 [main] xz 35929 normalize_posix_path: /usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo = normalize_posix_path (/usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo)    55   78555 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo)    52   78607 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo, dst C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo, flags 0x30008, rc 0   149   78756 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo)    59   78815 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo)    56   78871 [main] xz 35929 symlink_info::check: not a symlink    51   78922 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    52   78974 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8/LC_MESSAGES)    53   79027 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8/LC_MESSAGES, dst C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES, flags 0x30008, rc 0   145   79172 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES)    59   79231 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES)    55   79286 [main] xz 35929 symlink_info::check: not a symlink    51   79337 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    51   79388 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8)    53   79441 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8, dst C:\cygwin64\usr\share\locale\en_US.utf8, flags 0x30008, rc 0   120   79561 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8)    59   79620 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8)   109   79729 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8.lnk)    58   79787 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.utf8.lnk)    55   79842 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US.utf8, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    53   79895 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    51   79946 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0    96   80042 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   186   80228 [main] xz 35929 symlink_info::check: not a symlink   101   80329 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    58   80387 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo), has_acls(1)    56   80443 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    55   80498 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo, 0x18000)   148   80646 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    58   80704 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    54   80758 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC42C, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    55   80813 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo, 0x18000)    53   80866 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_US.utf8\LC_MESSAGES\xz.mo, 0x18000)    56   80922 [main] xz 35929 open: -1 = open(/usr/share/locale/en_US.utf8/LC_MESSAGES/xz.mo, 0x18000), errno 2   147   81069 [main] xz 35929 open: open(/usr/share/locale/en_US/LC_MESSAGES/xz.mo, 0x10000)    56   81125 [main] xz 35929 normalize_posix_path: src /usr/share/locale/en_US/LC_MESSAGES/xz.mo    56   81181 [main] xz 35929 normalize_posix_path: /usr/share/locale/en_US/LC_MESSAGES/xz.mo = normalize_posix_path (/usr/share/locale/en_US/LC_MESSAGES/xz.mo)    53   81234 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES/xz.mo)    51   81285 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES/xz.mo, dst C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo, flags 0x30008, rc 0   146   81431 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo)    59   81490 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo)    55   81545 [main] xz 35929 symlink_info::check: not a symlink    51   81596 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    54   81650 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES)    77   81727 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES, dst C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES, flags 0x30008, rc 0   181   81908 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES)    67   81975 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES)    72   82047 [main] xz 35929 symlink_info::check: not a symlink    79   82126 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    67   82193 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US)    67   82260 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US, dst C:\cygwin64\usr\share\locale\en_US, flags 0x30008, rc 0   141   82401 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US)    71   82472 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US)   141   82613 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_US.lnk)    60   82673 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_US.lnk)    70   82743 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_US, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    65   82808 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    62   82870 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0   110   82980 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   199   83179 [main] xz 35929 symlink_info::check: not a symlink   107   83286 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    58   83344 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo), has_acls(1)    67   83411 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    55   83466 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo, 0x18000)   154   83620 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    58   83678 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    53   83731 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0x6C9FD0, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    56   83787 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo, 0x18000)    53   83840 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_US\LC_MESSAGES\xz.mo, 0x18000)    56   83896 [main] xz 35929 open: -1 = open(/usr/share/locale/en_US/LC_MESSAGES/xz.mo, 0x18000), errno 2   144   84040 [main] xz 35929 open: open(/usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo, 0x10000)    57   84097 [main] xz 35929 normalize_posix_path: src /usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo    57   84154 [main] xz 35929 normalize_posix_path: /usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo = normalize_posix_path (/usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo)    62   84216 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo)    69   84285 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo, flags 0x30008, rc 0   153   84438 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo)    60   84498 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo)    56   84554 [main] xz 35929 symlink_info::check: not a symlink    50   84604 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    52   84656 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_MESSAGES)    53   84709 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_MESSAGES, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES, flags 0x30008, rc 0   144   84853 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES)    59   84912 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES)    56   84968 [main] xz 35929 symlink_info::check: not a symlink    50   85018 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    51   85069 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8)    51   85120 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8, dst C:\cygwin64\usr\share\locale\en.UTF-8, flags 0x30008, rc 0   121   85241 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8)    56   85297 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8)   106   85403 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk)    58   85461 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk)    55   85516 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    53   85569 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    51   85620 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0    97   85717 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   183   85900 [main] xz 35929 symlink_info::check: not a symlink   101   86001 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    61   86062 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo), has_acls(1)    56   86118 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    55   86173 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo, 0x18000)   146   86319 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    58   86377 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    53   86430 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC42C, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    55   86485 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo, 0x18000)    53   86538 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_MESSAGES\xz.mo, 0x18000)    56   86594 [main] xz 35929 open: -1 = open(/usr/share/locale/en.UTF-8/LC_MESSAGES/xz.mo, 0x18000), errno 2   146   86740 [main] xz 35929 open: open(/usr/share/locale/en.utf8/LC_MESSAGES/xz.mo, 0x10000)    55   86795 [main] xz 35929 normalize_posix_path: src /usr/share/locale/en.utf8/LC_MESSAGES/xz.mo    56   86851 [main] xz 35929 normalize_posix_path: /usr/share/locale/en.utf8/LC_MESSAGES/xz.mo = normalize_posix_path (/usr/share/locale/en.utf8/LC_MESSAGES/xz.mo)    54   86905 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_MESSAGES/xz.mo)    52   86957 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_MESSAGES/xz.mo, dst C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo, flags 0x30008, rc 0   156   87113 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo)    61   87174 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo)    75   87249 [main] xz 35929 symlink_info::check: not a symlink    51   87300 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    53   87353 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_MESSAGES)    52   87405 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_MESSAGES, dst C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES, flags 0x30008, rc 0   161   87566 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES)    59   87625 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES)    53   87678 [main] xz 35929 symlink_info::check: not a symlink    51   87729 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    51   87780 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8)    53   87833 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8, dst C:\cygwin64\usr\share\locale\en.utf8, flags 0x30008, rc 0   125   87958 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8)    61   88019 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8)   134   88153 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk)    70   88223 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk)    55   88278 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    52   88330 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    53   88383 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0    97   88480 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   185   88665 [main] xz 35929 symlink_info::check: not a symlink   102   88767 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    57   88824 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo), has_acls(1)    58   88882 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    54   88936 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo, 0x18000)   231   89167 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3   127   89294 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    76   89370 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0x6C9FD0, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    69   89439 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo, 0x18000)    62   89501 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_MESSAGES\xz.mo, 0x18000)    67   89568 [main] xz 35929 open: -1 = open(/usr/share/locale/en.utf8/LC_MESSAGES/xz.mo, 0x18000), errno 2   162   89730 [main] xz 35929 open: open(/usr/share/locale/en/LC_MESSAGES/xz.mo, 0x10000)    60   89790 [main] xz 35929 normalize_posix_path: src /usr/share/locale/en/LC_MESSAGES/xz.mo    57   89847 [main] xz 35929 normalize_posix_path: /usr/share/locale/en/LC_MESSAGES/xz.mo = normalize_posix_path (/usr/share/locale/en/LC_MESSAGES/xz.mo)    60   89907 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES/xz.mo)    63   89970 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES/xz.mo, dst C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo, flags 0x30008, rc 0   161   90131 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo)    56   90187 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo)    53   90240 [main] xz 35929 symlink_info::check: not a symlink    49   90289 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    53   90342 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES)    52   90394 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES, dst C:\cygwin64\usr\share\locale\en\LC_MESSAGES, flags 0x30008, rc 0   147   90541 [main] xz 35929 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES)    59   90600 [main] xz 35929 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES)    55   90655 [main] xz 35929 symlink_info::check: not a symlink    51   90706 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_MESSAGES, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    51   90757 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en)    53   90810 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst C:\cygwin64\usr\share\locale\en, flags 0x30008, rc 0   120   90930 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en)    58   90988 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en)   113   91101 [main] xz 35929 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.lnk)    57   91158 [main] xz 35929 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.lnk)    54   91212 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    53   91265 [main] xz 35929 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)    51   91316 [main] xz 35929 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0    96   91412 [main] xz 35929 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale)   182   91594 [main] xz 35929 symlink_info::check: not a symlink   115   91709 [main] xz 35929 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB310) (mount_flags 0x30008, path_flags 0x0)    63   91772 [main] xz 35929 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo), has_acls(1)    64   91836 [main] xz 35929 build_fh_pc: fh 0x1803506D0, dev 000000C3    67   91903 [main] xz 35929 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo, 0x18000)   166   92069 [main] xz 35929 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.3.2/cygwin-3.3.2-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:718 status 0xC000003A -> windows error 3    62   92131 [main] xz 35929 geterrno_from_win_error: windows error 3 == errno 2    61   92192 [main] xz 35929 fhandler_base::open: 0xC000003A = NtCreateFile (0x6C9FD0, 0x80100000, \??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)    67   92259 [main] xz 35929 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo, 0x18000)    62   92321 [main] xz 35929 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en\LC_MESSAGES\xz.mo, 0x18000)    69   92390 [main] xz 35929 open: -1 = open(/usr/share/locale/en/LC_MESSAGES/xz.mo, 0x18000), errno 2   329   92719 [main] xz 35929 set_signal_mask: setmask 0, newmask 21807003, mask_bits 0    58   92777 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(1, 0x100418498, 0x0) xz 1200   93977 [main] xz 35929 write: 2 = write(2, 0xFFFFCC60, 2) :   124   94101 [main] xz 35929 write: 2 = write(2, 0x10040D3C0, 2) (stdout)  321   94422 [main] xz 35929 write: 8 = write(2, 0x10040CEDD, 8) : Write error:   130   94552 [main] xz 35929 write: 15 = write(2, 0x10040CD28, 15) Bad address  119   94671 [main] xz 35929 write: 11 = write(2, 0x180279E42, 11)   475   95146 [main] xz 35929 write: 1 = write(2, 0x18022DF67, 1)   332   95478 [main] xz 35929 set_signal_mask: setmask 21807003, newmask 0, mask_bits 21807003    53   95531 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(2, 0x100418498, 0x0)    70   95601 [main] xz 35929 set_signal_mask: setmask 0, newmask 21807003, mask_bits 0    66   95667 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(1, 0x100418498, 0x0)    63   95730 [main] xz 35929 fcntl64: fcntl(1, 4, ...)    57   95787 [main] xz 35929 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0    50   95837 [main] xz 35929 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000    51   95888 [main] xz 35929 fhandler_base::set_flags: filemode set to binary    56   95944 [main] xz 35929 fcntl64: 0 = fcntl(1, 4, 0x10001)    53   95997 [main] xz 35929 close: close(5)    70   96067 [main] xz 35929 fhandler_base::close: closing '/cygdrive/c/Users/.../logs/Jul072016.txt.xz' handle 0x1CC    85   96152 [main] xz 35929 close: 0 = close(5)    61   96213 [main] xz 35929 set_signal_mask: setmask 21807003, newmask 0, mask_bits 21807003    51   96264 [main] xz 35929 pthread_sigmask: 0 = pthread_sigmask(2, 0x100418498, 0x0)   232   96496 [main] xz 35929 do_exit: do_exit (256), exit_state 1    53   96549 [main] xz 35929 void: 0x0 = signal (20, 0x1)    58   96607 [main] xz 35929 void: 0x1004065C0 = signal (1, 0x1)    61   96668 [main] xz 35929 void: 0x1004065C0 = signal (2, 0x1)    65   96733 [main] xz 35929 void: 0x0 = signal (3, 0x1)    62   96795 [main] xz 35929 fhandler_base::close: closing '/dev/null' handle 0x248    61   96856 [main] xz 35929 fhandler_base::close: closing '' handle 0x23C    71   96927 [main] xz 35929 fhandler_base::close: closing 'tracing_output.txt' handle 0x394    61   96988 [main] xz 35929 fhandler_pipe::release_select_sem: close(PIPER) release 1    64   97052 [main] xz 35929 fhandler_base::close: closing 'pipe:[4294978552]' handle 0x18C    71   97123 [main] xz 35929 fhandler_pipe::release_select_sem: close(PIPEW) release 0    57   97180 [main] xz 35929 fhandler_base::close: closing 'pipe:[4294978552]' handle 0x190    70   97250 [main] xz 35929 getpid: 35929 = getpid()    55   97305 [main] xz 35929 proc_terminate: child_procs count 0    53   97358 [main] xz 35929 proc_terminate: leaving    58   97416 [main] xz 35929 pinfo::exit: Calling dlls.cleanup_forkables n 0x100, exitcode 0x1    57   97473 [main] xz 35929 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1 --- Process 11256 (pid: 35929) thread 12412 exited with status 0x1 --- Process 11256 (pid: 35929) thread 13476 exited with status 0x1 --- Process 11256 (pid: 35929) thread 10700 exited with status 0x1 --- Process 11256 (pid: 35929) thread 14600 exited with status 0x1 --- Process 11256 (pid: 35929) exited with status 0x1 strace -f xz -cd -- ./Jun122016.txt.xz Any suggestions on how to fix this? Thanks, C. Morris