public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Michel LaBarre" <michel.labarre@rogers.com>
To: <cygwin@cygwin.com>
Subject: RE: sed seems to force UC filename on Mixed 8.3 filenames on FAT32
Date: Mon, 05 Mar 2018 18:04:00 -0000	[thread overview]
Message-ID: <001501d3b4a9$ef6df5b0$ce49e110$@rogers.com> (raw)
In-Reply-To: <20180305171330.GE25306@calimero.vinschen.de>

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

Sorry folks but I am going to top post for the sake of clarity.  The original msg is below for reference.

Corinna, I ran the following and I attached the trace file:
	E:\junk>ls > Zot.txt
	E:\junk>ls
	Zot.txt
	E:\junk>strace -o d2u.trace dos2unix -n Zot.txt Zot.txt
	dos2unix: converting file Zot.txt to file Zot.txt in Unix format...
	E:\junk>ls
	ZOT.TXT  d2u.trace

I did further experiments.

You are correct regarding overwriting but not in a generic case (e.g. ls > Foo.txt twice preserves case) but in the specific case of "dos2unix". 
If the destination file exists, case will be lost.

    E:\junk>ls				---- empty folder

    E:\junk>ls > Zot.txt

    E:\junk>dos2unix -n Zot.txt Foo.txt		---- works first time
    dos2unix: converting file Zot.txt to file Foo.txt in Unix format...

    E:\junk>ls
    Foo.txt  Zot.txt

    E:\junk>dos2unix -n Zot.txt Foo.txt		---- but not second time
    dos2unix: converting file Zot.txt to file Foo.txt in Unix format...

    E:\junk>ls
    FOO.TXT  Zot.txt

I re-ran the preceding capturing trace files which I have also attached, as in:
  E:\junk>ls
  d2u.trace

  E:\junk>ls > Zot.txt

  E:\junk>ls
  Zot.txt  d2u.trace

  E:\junk>strace -o d2u_firsttime.trace dos2unix -n Zot.txt Foo.txt
  dos2unix: converting file Zot.txt to file Foo.txt in Unix format...

  E:\junk>ls
  Foo.txt  Zot.txt  d2u.trace  d2u_firsttime.trace

  E:\junk>strace -o d2u_secondtime.trace dos2unix -n Zot.txt Foo.txt
  dos2unix: converting file Zot.txt to file Foo.txt in Unix format...

  E:\junk>ls
  FOO.TXT  Zot.txt  d2u.trace  d2u_firsttime.trace  d2u_secondtime.trace


Michel

> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On
> Behalf Of Corinna Vinschen
> Sent: March 5, 2018 12:14 PM
> To: cygwin@cygwin.com
> Subject: Re: sed seems to force UC filename on Mixed 8.3 filenames on
> FAT32
> 
> On Mar  5 12:05, Michel LaBarre wrote:
> > > From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]
> On
> > > Behalf Of Corinna Vinschen
> > > On Mar  5 11:42, Michel LaBarre wrote:
> > > > I have the same build 16299.248 and I get the same behaviour.
> > > > Perhaps consider: http://www.zoneutils.com/regtricks/filesystem.htm
> > > > for parameters to experiment with.  You can use fsutil to control some
> of
> > > these to avoid direct registry modifications.
> > > > I expect it is more subtle otherwise the pervasive nature of the flags
> would
> > > mean that any file creation would result in UC names, not just dos2unix.
> > > > i.e. ls > Foo.txt should produce FOO.TXT
> > >
> > > Maybne something with overwriting existung files?  What if you call
> > > `ls > Foo.txt' twice in a row?
> > >
> >
> > Nope - that works ok.  (BTW - you were fast on the reply!)
> >
> > I did try:
> > 	E:\>dos2unix -n Zot.txt Foo.txt
> > 	dos2unix: converting file Zot.txt to file Foo.txt in Unix format...
> > 	E:\>ls
> > 	 Foo.txt    Zot.txt
> >
> > I thought using -n might suffice as a quick workaround for Fergus so I tried:
> >
> > 	E:\>dos2unix -n Zot.txt Zot.txt
> > 	dos2unix: converting file Zot.txt to file Zot.txt in Unix format...
> > 	E:\>ls
> > 	 Foo.txt  ZOT.TXT
> 
> But `mv ZOT.TXT Zot.txt' works?
> 
> Can you strace this like this after renaming the file back to Zot.txt
> 
>   $ strace -o d2u.trace dos2unix -n Zot.txt Zot.txt
> 
> and send the d2u.trace file to this list?
> 
> 
> Thanks,
> Corinna
> 
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Maintainer                 cygwin AT cygwin DOT com
> Red Hat

[-- Attachment #2: d2u.trace --]
[-- Type: application/octet-stream, Size: 85389 bytes --]

--- Process 9500 created
--- Process 9500 loaded C:\Windows\System32\ntdll.dll at 00007FFF246A0000
--- Process 9500 loaded C:\Windows\System32\kernel32.dll at 00007FFF239D0000
--- Process 9500 loaded C:\Windows\System32\KernelBase.dll at 00007FFF21480000
--- Process 9500 thread 7340 created
--- Process 9500 thread 4352 created
--- Process 9500 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 9500 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003FC070000
--- Process 9500 thread 3680 created
--- Process 9500 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003FC100000
   11      11 [main] dos2unix (9500) **********************************************
  422     433 [main] dos2unix (9500) Program name: C:\cygwin64\bin\dos2unix.exe (windows pid 9500)
  214     647 [main] dos2unix (9500) OS version:   Windows NT-10.0
  201     848 [main] dos2unix (9500) **********************************************
  529    1377 [main] dos2unix (9500) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802D5C10)
 1321    2698 [main] dos2unix 9500 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xD0, *m 6
  348    3046 [main] dos2unix 9500 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
  363    3409 [main] dos2unix 9500 open_shared: name S-1-5-21-2796346090-3831379263-3805405407-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xCC, *m 6
  288    3697 [main] dos2unix 9500 user_info::create: opening user shared for 'S-1-5-21-2796346090-3831379263-3805405407-1001' at 0x180020000
  232    3929 [main] dos2unix 9500 user_info::create: user shared version AB1FCCE8
  312    4241 [main] dos2unix 9500 fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-9500-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
  362    4603 [main] dos2unix 9500 fhandler_pipe::create: pipe read handle 0xE8
  212    4815 [main] dos2unix 9500 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-9500-sigwait
  309    5124 [main] dos2unix 9500 fhandler_pipe::create: pipe write handle 0xEC
  299    5423 [main] dos2unix 9500 dll_crt0_0: finished dll_crt0_0 initialization
--- Process 9500 thread 7940 created
 1221    6644 [sig] dos2unix 9500 wait_sig: entering ReadFile loop, my_readsig 0xE8, my_sendsig 0xEC
23331   29975 [main] dos2unix 9500 time: 1520270879 = time(0x0)
  999   30974 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (E:\junk, 0x0, no-add-slash)
  432   31406 [main] dos2unix 9500 normalize_win32_path: E:\junk = normalize_win32_path (E:\junk)
  240   31646 [main] dos2unix 9500 mount_info::conv_to_posix_path: /e/junk = conv_to_posix_path (E:\junk)
  445   32091 [main] dos2unix 9500 sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130)
 1266   33357 [main] dos2unix 9500 _cygwin_istext_for_stdio: fd 0: not open
  252   33609 [main] dos2unix 9500 _cygwin_istext_for_stdio: fd 1: not open
  197   33806 [main] dos2unix 9500 _cygwin_istext_for_stdio: fd 2: not open
  675   34481 [main] dos2unix (9500) open_shared: name cygpid.9500, n 9500, shared 0x180010000 (wanted 0x180010000), h 0x10C, *m 2
  198   34679 [main] dos2unix (9500) time: 1520270879 = time(0x0)
  146   34825 [main] dos2unix 9500 pinfo::thisproc: myself dwProcessId 9500
  194   35019 [main] dos2unix 9500 environ_init: GetEnvironmentStrings returned 0xCEFA0
  482   35501 [main] dos2unix 9500 win32env_to_cygenv: 0x6000284F0: !::=::\
  226   35727 [main] dos2unix 9500 win32env_to_cygenv: 0x600028510: !D:=d:\michel
  226   35953 [main] dos2unix 9500 win32env_to_cygenv: 0x600028530: !E:=E:\junk
  230   36183 [main] dos2unix 9500 win32env_to_cygenv: 0x600028550: !ExitCode=00000000
  204   36387 [main] dos2unix 9500 win32env_to_cygenv: 0x600028570: ALLUSERSPROFILE=C:\ProgramData
  174   36561 [main] dos2unix 9500 win32env_to_cygenv: 0x6000285A0: APPDATA=C:\Users\michel\AppData\Roaming
  172   36733 [main] dos2unix 9500 win32env_to_cygenv: 0x6000285D0: BASH_ENV=d:/michel/.bashrc
  193   36926 [main] dos2unix 9500 win32env_to_cygenv: 0x600028600: COMMONPROGRAMFILES=C:\Program Files\Common Files
  251   37177 [main] dos2unix 9500 win32env_to_cygenv: 0x600028640: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
  187   37364 [main] dos2unix 9500 win32env_to_cygenv: 0x600028690: CommonProgramW6432=C:\Program Files\Common Files
  175   37539 [main] dos2unix 9500 win32env_to_cygenv: 0x6000286D0: COMPUTERNAME=SPIRO1
  177   37716 [main] dos2unix 9500 win32env_to_cygenv: 0x6000286F0: COMSPEC=C:\WINDOWS\system32\cmd.exe
  188   37904 [main] dos2unix 9500 parse_options: glob (called func)
  168   38072 [main] dos2unix 9500 parse_options: glob (called func)
  169   38241 [main] dos2unix 9500 parse_options: returning
   92   38333 [main] dos2unix 9500 win32env_to_cygenv: 0x600028720: CYGWIN=noglob glob:ignorecase
  178   38511 [main] dos2unix 9500 win32env_to_cygenv: 0x600028790: FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
  174   38685 [main] dos2unix 9500 win32env_to_cygenv: 0x6000287D0: FPS_BROWSER_USER_PROFILE_STRING=Default
  171   38856 [main] dos2unix 9500 getwinenv: can't set native for HOME= since no environ yet
  113   38969 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (d:\michel, 0x10000000, no-add-slash)
   88   39057 [main] dos2unix 9500 normalize_win32_path: D:\michel = normalize_win32_path (d:\michel)
   96   39153 [main] dos2unix 9500 mount_info::conv_to_posix_path: /d/michel = conv_to_posix_path (d:\michel)
  255   39408 [main] dos2unix 9500 win_env::add_cache: posix /d/michel
   92   39500 [main] dos2unix 9500 win_env::add_cache: native HOME=d:\michel
   93   39593 [main] dos2unix 9500 posify_maybe: env var converted to HOME=/d/michel
  250   39843 [main] dos2unix 9500 win32env_to_cygenv: 0x600028860: HOME=/d/michel
  173   40016 [main] dos2unix 9500 win32env_to_cygenv: 0x600028800: HOMEDRIVE=C:
  174   40190 [main] dos2unix 9500 win32env_to_cygenv: 0x600028880: HOMEPATH=\Users\michel
  175   40365 [main] dos2unix 9500 win32env_to_cygenv: 0x6000288A0: LOCALAPPDATA=C:\Users\michel\AppData\Local
  172   40537 [main] dos2unix 9500 win32env_to_cygenv: 0x6000288E0: LOGONSERVER=\\SPIRO1
  171   40708 [main] dos2unix 9500 win32env_to_cygenv: 0x600028900: mybin=c:\mybin
  173   40881 [main] dos2unix 9500 win32env_to_cygenv: 0x600028920: NUMBER_OF_PROCESSORS=4
  175   41056 [main] dos2unix 9500 win32env_to_cygenv: 0x600028940: OneDrive=C:\Users\michel\OneDrive
  171   41227 [main] dos2unix 9500 win32env_to_cygenv: 0x600028970: OS=Windows_NT
  210   41437 [main] dos2unix 9500 getwinenv: can't set native for PATH= since no environ yet
  186   41623 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\iCLS Client, 0x10000100, no-add-slash)
   93   41716 [main] dos2unix 9500 normalize_win32_path: C:\Program Files (x86)\Intel\iCLS Client = normalize_win32_path (C:\Program Files (x86)\Intel\iCLS Client)
   96   41812 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/iCLS Client = conv_to_posix_path (C:\Program Files (x86)\Intel\iCLS Client)
   96   41908 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath, 0x10000100, no-add-slash)
   93   42001 [main] dos2unix 9500 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath)
   95   42096 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/ProgramData/Oracle/Java/javapath = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath)
   94   42190 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\iCLS Client, 0x10000100, no-add-slash)
   93   42283 [main] dos2unix 9500 normalize_win32_path: C:\Program Files\Intel\iCLS Client = normalize_win32_path (C:\Program Files\Intel\iCLS Client)
   95   42378 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files/Intel/iCLS Client = conv_to_posix_path (C:\Program Files\Intel\iCLS Client)
   94   42472 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, 0x10000100, no-add-slash)
   93   42565 [main] dos2unix 9500 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
   99   42664 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
   97   42761 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, 0x10000100, no-add-slash)
   93   42854 [main] dos2unix 9500 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
   94   42948 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
   94   43042 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, 0x10000100, no-add-slash)
   93   43135 [main] dos2unix 9500 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)
   94   43229 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
   93   43322 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0x10000100, no-add-slash)
   94   43416 [main] dos2unix 9500 normalize_win32_path: C:\WINDOWS\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   94   43510 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/WINDOWS/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   95   43605 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (c:\mybinlocal, 0x10000100, no-add-slash)
   93   43698 [main] dos2unix 9500 normalize_win32_path: C:\mybinlocal = normalize_win32_path (c:\mybinlocal)
   94   43792 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/mybinlocal = conv_to_posix_path (c:\mybinlocal)
   94   43886 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (c:\mybin, 0x10000100, no-add-slash)
  148   44034 [main] dos2unix 9500 normalize_win32_path: C:\mybin = normalize_win32_path (c:\mybin)
  102   44136 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/mybin = conv_to_posix_path (c:\mybin)
   97   44233 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\bin, 0x10000100, no-add-slash)
   93   44326 [main] dos2unix 9500 normalize_win32_path: C:\cygwin64\bin = normalize_win32_path (C:\cygwin64\bin)
   95   44421 [main] dos2unix 9500 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin64\bin)
   94   44515 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Vim\vim80, 0x10000100, no-add-slash)
   94   44609 [main] dos2unix 9500 normalize_win32_path: C:\Program Files (x86)\Vim\vim80 = normalize_win32_path (C:\Program Files (x86)\Vim\vim80)
   95   44704 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files (x86)/Vim/vim80 = conv_to_posix_path (C:\Program Files (x86)\Vim\vim80)
   94   44798 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
   94   44892 [main] dos2unix 9500 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   95   44987 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   96   45083 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
   94   45177 [main] dos2unix 9500 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   95   45272 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
  102   45374 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, 0x10000100, no-add-slash)
   97   45471 [main] dos2unix 9500 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
   96   45567 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
   94   45661 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, 0x10000100, no-add-slash)
   95   45756 [main] dos2unix 9500 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\IPT = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
   94   45850 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/IPT = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
   95   45945 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, 0x10000100, no-add-slash)
   92   46037 [main] dos2unix 9500 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
   95   46132 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
   94   46226 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, 0x10000100, no-add-slash)
   94   46320 [main] dos2unix 9500 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   95   46415 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Program Files/Common Files/Intel/WirelessCommon = conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   95   46510 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)
   93   46603 [main] dos2unix 9500 normalize_win32_path: C:\Users\michel\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
   96   46699 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
   94   46793 [main] dos2unix 9500 __set_errno: ssize_t env_PATH_to_posix(const void*, void*, size_t):3733 setting errno 36
  325   47118 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files (x86)/Intel/iCLS Client
   90   47208 [main] dos2unix 9500 normalize_posix_path: /c/Program Files (x86)/Intel/iCLS Client = normalize_posix_path (/c/Program Files (x86)/Intel/iCLS Client)
   93   47301 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/iCLS Client)
  120   47421 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/iCLS Client', dst 'C:\Program Files (x86)\Intel\iCLS Client'
   96   47517 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   88   47605 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/iCLS Client, dst C:\Program Files (x86)\Intel\iCLS Client, flags 0x6022, rc 0
  326   47931 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\iCLS Client)
  173   48104 [main] dos2unix 9500 symlink_info::check: not a symlink
  143   48247 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\iCLS Client, 0xFFFFB6B0) (0x806022)
  108   48355 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files (x86)\Intel\iCLS Client), has_acls(1)
  104   48459 [main] dos2unix 9500 normalize_posix_path: src /c/ProgramData/Oracle/Java/javapath
   88   48547 [main] dos2unix 9500 normalize_posix_path: /c/ProgramData/Oracle/Java/javapath = normalize_posix_path (/c/ProgramData/Oracle/Java/javapath)
   93   48640 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/ProgramData/Oracle/Java/javapath)
   95   48735 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/ProgramData/Oracle/Java/javapath', dst 'C:\ProgramData\Oracle\Java\javapath'
   92   48827 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   92   48919 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/ProgramData/Oracle/Java/javapath, dst C:\ProgramData\Oracle\Java\javapath, flags 0x6022, rc 0
  175   49094 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\ProgramData\Oracle\Java\javapath)
  325   49419 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath_target_1383359, 0x0, no-add-slash)
  188   49607 [main] dos2unix 9500 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath_target_1383359 = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath_target_1383359)
   95   49702 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/ProgramData/Oracle/Java/javapath_target_1383359 = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath_target_1383359)
  141   49843 [main] dos2unix 9500 symlink_info::check: 50 = symlink.check(C:\ProgramData\Oracle\Java\javapath, 0xFFFFB6B0) (0x4806023)
   91   49934 [main] dos2unix 9500 path_conv::check: this->path(C:\ProgramData\Oracle\Java\javapath), has_acls(1)
  105   50039 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files/Intel/iCLS Client
   88   50127 [main] dos2unix 9500 normalize_posix_path: /c/Program Files/Intel/iCLS Client = normalize_posix_path (/c/Program Files/Intel/iCLS Client)
   93   50220 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/iCLS Client)
   94   50314 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/iCLS Client', dst 'C:\Program Files\Intel\iCLS Client'
   93   50407 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   50498 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/iCLS Client, dst C:\Program Files\Intel\iCLS Client, flags 0x6022, rc 0
  163   50661 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\iCLS Client)
  128   50789 [main] dos2unix 9500 symlink_info::check: not a symlink
  131   50920 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\iCLS Client, 0xFFFFB6B0) (0x806022)
   91   51011 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files\Intel\iCLS Client), has_acls(1)
  104   51115 [main] dos2unix 9500 normalize_posix_path: src /c/WINDOWS/system32
   87   51202 [main] dos2unix 9500 normalize_posix_path: /c/WINDOWS/system32 = normalize_posix_path (/c/WINDOWS/system32)
   93   51295 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/system32)
   95   51390 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/WINDOWS/system32', dst 'C:\WINDOWS\system32'
   91   51481 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   51572 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/WINDOWS/system32, dst C:\WINDOWS\system32, flags 0x6022, rc 0
  160   51732 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\system32)
  125   51857 [main] dos2unix 9500 symlink_info::check: not a symlink
  131   51988 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\WINDOWS\system32, 0xFFFFB6B0) (0x806022)
   90   52078 [main] dos2unix 9500 path_conv::check: this->path(C:\WINDOWS\system32), has_acls(1)
  107   52185 [main] dos2unix 9500 normalize_posix_path: src /c/WINDOWS
   90   52275 [main] dos2unix 9500 normalize_posix_path: /c/WINDOWS = normalize_posix_path (/c/WINDOWS)
   93   52368 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS)
  107   52475 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/WINDOWS', dst 'C:\WINDOWS'
  108   52583 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   96   52679 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/WINDOWS, dst C:\WINDOWS, flags 0x6022, rc 0
  164   52843 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS)
  130   52973 [main] dos2unix 9500 symlink_info::check: not a symlink
  132   53105 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\WINDOWS, 0xFFFFB6B0) (0x806022)
   91   53196 [main] dos2unix 9500 path_conv::check: this->path(C:\WINDOWS), has_acls(1)
  101   53297 [main] dos2unix 9500 normalize_posix_path: src /c/WINDOWS/System32/Wbem
   89   53386 [main] dos2unix 9500 normalize_posix_path: /c/WINDOWS/System32/Wbem = normalize_posix_path (/c/WINDOWS/System32/Wbem)
   93   53479 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/System32/Wbem)
   95   53574 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/WINDOWS/System32/Wbem', dst 'C:\WINDOWS\System32\Wbem'
   92   53666 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   53757 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/WINDOWS/System32/Wbem, dst C:\WINDOWS\System32\Wbem, flags 0x6022, rc 0
  157   53914 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\Wbem)
  126   54040 [main] dos2unix 9500 symlink_info::check: not a symlink
  129   54169 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\Wbem, 0xFFFFB6B0) (0x806022)
   91   54260 [main] dos2unix 9500 path_conv::check: this->path(C:\WINDOWS\System32\Wbem), has_acls(1)
  102   54362 [main] dos2unix 9500 normalize_posix_path: src /c/WINDOWS/System32/WindowsPowerShell/v1.0
   88   54450 [main] dos2unix 9500 normalize_posix_path: /c/WINDOWS/System32/WindowsPowerShell/v1.0 = normalize_posix_path (/c/WINDOWS/System32/WindowsPowerShell/v1.0)
   94   54544 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/System32/WindowsPowerShell/v1.0)
   95   54639 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/WINDOWS/System32/WindowsPowerShell/v1.0', dst 'C:\WINDOWS\System32\WindowsPowerShell\v1.0'
   92   54731 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   93   54824 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/WINDOWS/System32/WindowsPowerShell/v1.0, dst C:\WINDOWS\System32\WindowsPowerShell\v1.0, flags 0x6022, rc 0
  158   54982 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\WindowsPowerShell\v1.0)
  126   55108 [main] dos2unix 9500 symlink_info::check: not a symlink
  127   55235 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0xFFFFB6B0) (0x806022)
   90   55325 [main] dos2unix 9500 path_conv::check: this->path(C:\WINDOWS\System32\WindowsPowerShell\v1.0), has_acls(1)
  105   55430 [main] dos2unix 9500 normalize_posix_path: src /c/mybinlocal
   86   55516 [main] dos2unix 9500 normalize_posix_path: /c/mybinlocal = normalize_posix_path (/c/mybinlocal)
   93   55609 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/mybinlocal)
   94   55703 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/mybinlocal', dst 'C:\mybinlocal'
   93   55796 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   92   55888 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/mybinlocal, dst C:\mybinlocal, flags 0x6022, rc 0
  155   56043 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\mybinlocal)
  134   56177 [main] dos2unix 9500 symlink_info::check: not a symlink
  129   56306 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\mybinlocal, 0xFFFFB6B0) (0x806022)
   94   56400 [main] dos2unix 9500 path_conv::check: this->path(C:\mybinlocal), has_acls(1)
  103   56503 [main] dos2unix 9500 normalize_posix_path: src /c/mybin
   90   56593 [main] dos2unix 9500 normalize_posix_path: /c/mybin = normalize_posix_path (/c/mybin)
   92   56685 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/mybin)
   95   56780 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/mybin', dst 'C:\mybin'
   92   56872 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   56963 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/mybin, dst C:\mybin, flags 0x6022, rc 0
  153   57116 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\mybin)
  126   57242 [main] dos2unix 9500 symlink_info::check: not a symlink
  128   57370 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\mybin, 0xFFFFB6B0) (0x806022)
   90   57460 [main] dos2unix 9500 path_conv::check: this->path(C:\mybin), has_acls(1)
  100   57560 [main] dos2unix 9500 normalize_posix_path: src /usr/bin
   89   57649 [main] dos2unix 9500 normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin)
   92   57741 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin)
   94   57835 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/usr/bin', dst ''
   92   57927 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   93   58020 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /usr/bin, dst C:\cygwin64\bin, flags 0x2000A, rc 0
  155   58175 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\bin)
  126   58301 [main] dos2unix 9500 symlink_info::check: not a symlink
  127   58428 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\cygwin64\bin, 0xFFFFB6B0) (0x82000A)
   90   58518 [main] dos2unix 9500 path_conv::check: this->path(C:\cygwin64\bin), has_acls(1)
  102   58620 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files (x86)/Vim/vim80
   89   58709 [main] dos2unix 9500 normalize_posix_path: /c/Program Files (x86)/Vim/vim80 = normalize_posix_path (/c/Program Files (x86)/Vim/vim80)
   94   58803 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Vim/vim80)
   95   58898 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Vim/vim80', dst 'C:\Program Files (x86)\Vim\vim80'
   92   58990 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   90   59080 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Vim/vim80, dst C:\Program Files (x86)\Vim\vim80, flags 0x6022, rc 0
  159   59239 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Vim\vim80)
  125   59364 [main] dos2unix 9500 symlink_info::check: not a symlink
  128   59492 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Vim\vim80, 0xFFFFB6B0) (0x806022)
  103   59595 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files (x86)\Vim\vim80), has_acls(1)
  180   59775 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL
  135   59910 [main] dos2unix 9500 normalize_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
  110   60020 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
  111   60131 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL'
  107   60238 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   94   60332 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, flags 0x6022, rc 0
  180   60512 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
  136   60648 [main] dos2unix 9500 symlink_info::check: not a symlink
  131   60779 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB6B0) (0x806022)
   91   60870 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
  110   60980 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files/Intel/Intel(R) Management Engine Components/DAL
   88   61068 [main] dos2unix 9500 normalize_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
   94   61162 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
   96   61258 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\DAL'
   93   61351 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   92   61443 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, flags 0x6022, rc 0
  161   61604 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
  132   61736 [main] dos2unix 9500 symlink_info::check: not a symlink
  128   61864 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB6B0) (0x806022)
   91   61955 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
  109   62064 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT
   87   62151 [main] dos2unix 9500 normalize_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT = normalize_posix_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT)
   94   62245 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT)
   96   62341 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT'
   93   62434 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   62525 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, flags 0x6022, rc 0
  162   62687 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
  131   62818 [main] dos2unix 9500 symlink_info::check: not a symlink
  128   62946 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, 0xFFFFB6B0) (0x806022)
   90   63036 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT), has_acls(1)
  109   63145 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files/Intel/Intel(R) Management Engine Components/IPT
   87   63232 [main] dos2unix 9500 normalize_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/IPT = normalize_posix_path (/c/Program Files/Intel/Intel(R) Management Engine Components/IPT)
   93   63325 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/Intel(R) Management Engine Components/IPT)
   99   63424 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/Intel(R) Management Engine Components/IPT', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\IPT'
   96   63520 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   63611 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/Intel(R) Management Engine Components/IPT, dst C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, flags 0x6022, rc 0
  160   63771 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
  130   63901 [main] dos2unix 9500 symlink_info::check: not a symlink
  127   64028 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, 0xFFFFB6B0) (0x806022)
   91   64119 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\IPT), has_acls(1)
  108   64227 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files/Intel/WiFi/bin
   86   64313 [main] dos2unix 9500 normalize_posix_path: /c/Program Files/Intel/WiFi/bin = normalize_posix_path (/c/Program Files/Intel/WiFi/bin)
   94   64407 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/WiFi/bin)
   95   64502 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/WiFi/bin', dst 'C:\Program Files\Intel\WiFi\bin'
   92   64594 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   92   64686 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/WiFi/bin, dst C:\Program Files\Intel\WiFi\bin, flags 0x6022, rc 0
  156   64842 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\WiFi\bin)
  125   64967 [main] dos2unix 9500 symlink_info::check: not a symlink
  128   65095 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\WiFi\bin, 0xFFFFB6B0) (0x806022)
   89   65184 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files\Intel\WiFi\bin), has_acls(1)
  104   65288 [main] dos2unix 9500 normalize_posix_path: src /c/Program Files/Common Files/Intel/WirelessCommon
   88   65376 [main] dos2unix 9500 normalize_posix_path: /c/Program Files/Common Files/Intel/WirelessCommon = normalize_posix_path (/c/Program Files/Common Files/Intel/WirelessCommon)
   93   65469 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Common Files/Intel/WirelessCommon)
   96   65565 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Program Files/Common Files/Intel/WirelessCommon', dst 'C:\Program Files\Common Files\Intel\WirelessCommon'
   92   65657 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   91   65748 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Program Files/Common Files/Intel/WirelessCommon, dst C:\Program Files\Common Files\Intel\WirelessCommon, flags 0x6022, rc 0
  159   65907 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Common Files\Intel\WirelessCommon)
  126   66033 [main] dos2unix 9500 symlink_info::check: not a symlink
  128   66161 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Program Files\Common Files\Intel\WirelessCommon, 0xFFFFB6B0) (0x806022)
   90   66251 [main] dos2unix 9500 path_conv::check: this->path(C:\Program Files\Common Files\Intel\WirelessCommon), has_acls(1)
  106   66357 [main] dos2unix 9500 normalize_posix_path: src /c/Users/michel/AppData/Local/Microsoft/WindowsApps
   87   66444 [main] dos2unix 9500 normalize_posix_path: /c/Users/michel/AppData/Local/Microsoft/WindowsApps = normalize_posix_path (/c/Users/michel/AppData/Local/Microsoft/WindowsApps)
   93   66537 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/michel/AppData/Local/Microsoft/WindowsApps)
  100   66637 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/c/Users/michel/AppData/Local/Microsoft/WindowsApps', dst 'C:\Users\michel\AppData\Local\Microsoft\WindowsApps'
   95   66732 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   92   66824 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /c/Users/michel/AppData/Local/Microsoft/WindowsApps, dst C:\Users\michel\AppData\Local\Microsoft\WindowsApps, flags 0x6022, rc 0
  160   66984 [main] dos2unix 9500 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
  132   67116 [main] dos2unix 9500 symlink_info::check: not a symlink
  127   67243 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(C:\Users\michel\AppData\Local\Microsoft\WindowsApps, 0xFFFFB6B0) (0x806022)
   92   67335 [main] dos2unix 9500 path_conv::check: this->path(C:\Users\michel\AppData\Local\Microsoft\WindowsApps), has_acls(1)
  272   67607 [main] dos2unix 9500 win_env::add_cache: posix /c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
  103   67710 [main] dos2unix 9500 win_env::add_cache: native PATH=C:\Program Files (x86)\Intel\iCLS Client;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\mybinlocal;C:\mybin;C:\cygwin64\bin;C:\Program Files (x86)\Vim\vim80;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Users\michel\AppData\Local\Microsoft\WindowsApps
  103   67813 [main] dos2unix 9500 posify_maybe: env var converted to PATH=/c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
  262   68075 [main] dos2unix 9500 win32env_to_cygenv: 0x600071240: PATH=/c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
  198   68273 [main] dos2unix 9500 win32env_to_cygenv: 0x600028990: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.SH
  180   68453 [main] dos2unix 9500 win32env_to_cygenv: 0x6000289E0: PROCESSOR_ARCHITECTURE=AMD64
  184   68637 [main] dos2unix 9500 win32env_to_cygenv: 0x600028A10: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
  174   68811 [main] dos2unix 9500 win32env_to_cygenv: 0x600028A60: PROCESSOR_LEVEL=6
  177   68988 [main] dos2unix 9500 win32env_to_cygenv: 0x600028A80: PROCESSOR_REVISION=4e03
  176   69164 [main] dos2unix 9500 win32env_to_cygenv: 0x600028AA0: ProgramData=C:\ProgramData
  176   69340 [main] dos2unix 9500 win32env_to_cygenv: 0x600028AD0: PROGRAMFILES=C:\Program Files
  177   69517 [main] dos2unix 9500 win32env_to_cygenv: 0x600028B00: ProgramFiles(x86)=C:\Program Files (x86)
  174   69691 [main] dos2unix 9500 win32env_to_cygenv: 0x600028B40: ProgramW6432=C:\Program Files
  173   69864 [main] dos2unix 9500 win32env_to_cygenv: 0x600028B70: PROMPT=$P$G
  185   70049 [main] dos2unix 9500 win32env_to_cygenv: 0x600028B90: PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
  173   70222 [main] dos2unix 9500 win32env_to_cygenv: 0x600028C10: PUBLIC=C:\Users\Public
  176   70398 [main] dos2unix 9500 win32env_to_cygenv: 0x600028C30: SESSIONNAME=Console
  173   70571 [main] dos2unix 9500 win32env_to_cygenv: 0x600071500: SYSTEMDRIVE=C:
  177   70748 [main] dos2unix 9500 win32env_to_cygenv: 0x600071520: SYSTEMROOT=C:\WINDOWS
  175   70923 [main] dos2unix 9500 getwinenv: can't set native for TEMP= since no environ yet
   92   71015 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Temp, 0x10000000, no-add-slash)
   93   71108 [main] dos2unix 9500 normalize_win32_path: C:\Users\michel\AppData\Local\Temp = normalize_win32_path (C:\Users\michel\AppData\Local\Temp)
   96   71204 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Temp = conv_to_posix_path (C:\Users\michel\AppData\Local\Temp)
  252   71456 [main] dos2unix 9500 win_env::add_cache: posix /c/Users/michel/AppData/Local/Temp
   92   71548 [main] dos2unix 9500 win_env::add_cache: native TEMP=C:\Users\michel\AppData\Local\Temp
   92   71640 [main] dos2unix 9500 posify_maybe: env var converted to TEMP=/c/Users/michel/AppData/Local/Temp
  250   71890 [main] dos2unix 9500 win32env_to_cygenv: 0x6000715D0: TEMP=/c/Users/michel/AppData/Local/Temp
  181   72071 [main] dos2unix 9500 getwinenv: can't set native for TMP= since no environ yet
   89   72160 [main] dos2unix 9500 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Temp, 0x10000000, no-add-slash)
   93   72253 [main] dos2unix 9500 normalize_win32_path: C:\Users\michel\AppData\Local\Temp = normalize_win32_path (C:\Users\michel\AppData\Local\Temp)
   95   72348 [main] dos2unix 9500 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Temp = conv_to_posix_path (C:\Users\michel\AppData\Local\Temp)
  250   72598 [main] dos2unix 9500 win_env::add_cache: posix /c/Users/michel/AppData/Local/Temp
   92   72690 [main] dos2unix 9500 win_env::add_cache: native TMP=C:\Users\michel\AppData\Local\Temp
   92   72782 [main] dos2unix 9500 posify_maybe: env var converted to TMP=/c/Users/michel/AppData/Local/Temp
  246   73028 [main] dos2unix 9500 win32env_to_cygenv: 0x600071660: TMP=/c/Users/michel/AppData/Local/Temp
  176   73204 [main] dos2unix 9500 win32env_to_cygenv: 0x600071540: USERDOMAIN=SPIRO1
  175   73379 [main] dos2unix 9500 win32env_to_cygenv: 0x600071690: USERDOMAIN_ROAMINGPROFILE=SPIRO1
  172   73551 [main] dos2unix 9500 win32env_to_cygenv: 0x6000716C0: USERNAME=michel
  174   73725 [main] dos2unix 9500 win32env_to_cygenv: 0x6000716E0: USERPROFILE=C:\Users\michel
  173   73898 [main] dos2unix 9500 win32env_to_cygenv: 0x600071710: WINDIR=C:\WINDOWS
  199   74097 [main] dos2unix 9500 pinfo_init: Set nice to 0
   87   74184 [main] dos2unix 9500 pinfo_init: pid 9500, pgid 9500, process_state 0x41
   93   74277 [main] dos2unix 9500 App version:  2008.0, api: 0.309
   94   74371 [main] dos2unix 9500 DLL version:  2009.0, api: 0.318
   96   74467 [main] dos2unix 9500 DLL build:    2017-09-12 10:18
  115   74582 [main] dos2unix 9500 dtable::extend: size 32, fds 0x1802FA410
  531   75113 [main] dos2unix 9500 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  173   75286 [main] dos2unix 9500 transport_layer_pipes::connect: Error opening the pipe (2)
  137   75423 [main] dos2unix 9500 client_request::make_request: cygserver un-available
--- Process 9500 loaded C:\Windows\System32\advapi32.dll at 00007FFF220F0000
--- Process 9500 loaded C:\Windows\System32\msvcrt.dll at 00007FFF23B60000
--- Process 9500 loaded C:\Windows\System32\sechost.dll at 00007FFF240B0000
--- Process 9500 loaded C:\Windows\System32\rpcrt4.dll at 00007FFF21DF0000
--- Process 9500 loaded C:\Windows\System32\netapi32.dll at 00007FFF115B0000
--- Process 9500 loaded C:\Windows\System32\samcli.dll at 00007FFF1C810000
--- Process 9500 loaded C:\Windows\System32\ucrtbase.dll at 00007FFF20BB0000
--- Process 9500 loaded C:\Windows\System32\samlib.dll at 00007FFF1BF80000
--- Process 9500 loaded C:\Windows\System32\netutils.dll at 00007FFF1FFF0000
12161   87584 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <michel:*:197609:197121:U-SPIRO1\michel,S-1-5-21-2796346090-3831379263-3805405407-1001:/home/michel:/bin/bash>
 1875   89459 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: NetLocalGroupGetInfo(None) 1376
  116   89575 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <None:S-1-5-21-2796346090-3831379263-3805405407-513:197121:>
 1585   91160 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <Users:S-1-5-32-545:545:>
   94   91254 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
   85   91339 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
  103   91442 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
  100   91542 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
   85   91627 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
   86   91713 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:>
   87   91800 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
   92   91892 [main] dos2unix 9500 pwdgrp::fetch_account_from_windows: line: <Medium Mandatory Level:S-1-16-8192:401408:>
  107   91999 [main] dos2unix 9500 cygheap_user::ontherange: what 2, pw 0x1802FA5A0
   96   92095 [main] dos2unix 9500 cygheap_user::ontherange: HOME is already in the environment /d/michel
  222   92317 [main] dos2unix 9500 build_argv: argv[0] = 'dos2unix'
   67   92384 [main] dos2unix 9500 build_argv: argv[1] = '-n'
   42   92426 [main] dos2unix 9500 build_argv: argv[2] = 'Zot.txt'
   28   92454 [main] dos2unix 9500 build_argv: argv[3] = 'Zot.txt'
   54   92508 [main] dos2unix 9500 build_argv: argc 4
  200   92708 [main] dos2unix 9500 open_shared: name e022582115c10879-cons0x3097C.0, n 0, shared 0x180000000 (wanted 0x180000000), h 0x4C, *m 6
   57   92765 [main] dos2unix 9500 build_fh_pc: created an archetype (0x1802FB680) for /dev/cons0(3/0)
   27   92792 [main] dos2unix 9500 build_fh_pc: fh 0x1802FB400, dev 00030000
  153   92945 [main] dos2unix 9500 fhandler_console::open: opened conin$ 0x13C, conout$ 0x140
   68   93013 [main] dos2unix 9500 fhandler_base::open_with_arch: line 453:  /dev/cons0<0x1802FB680> usecount + 1 = 1
   57   93070 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   32   93102 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   26   93128 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   28   93156 [main] dos2unix 9500 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   56   93212 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x1802FB680
   30   93242 [main] dos2unix 9500 _pinfo::set_ctty: ctty was NULL
   30   93272 [main] dos2unix 9500 _pinfo::set_ctty: line 497:  /dev/cons0<0x1802FB680> usecount + 1 = 2
   28   93300 [main] dos2unix 9500 _pinfo::set_ctty: /dev/cons0 ctty, usecount 2
   44   93344 [main] dos2unix 9500 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 9500, pid 9500, pgid 9500, tty->pgid 2620, tty->sid 2620
   43   93387 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   79   93466 [main] dos2unix 9500 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   68   93534 [main] dos2unix 9500 fhandler_console::input_tcsetattr: this 0x1802FB400, get_ttyp () 0x180000000, t 0x18000001C
   66   93600 [main] dos2unix 9500 fhandler_console::input_tcsetattr: 0 = tcsetattr(,0x18000001C) enable flags 0x1F, c_lflag 0x107 iflag 0x20502
   33   93633 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   55   93688 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   28   93716 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   41   93757 [main] dos2unix 9500 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   30   93787 [main] dos2unix 9500 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 9500, pgid 2620, tty->pgid 2620, tty->sid 2620
   29   93816 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   96   93912 [main] dos2unix 9500 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x13C
   46   93958 [main] dos2unix 9500 build_fh_pc: fh 0x1802FB960, dev 00030000
   46   94004 [main] dos2unix 9500 fhandler_base::open_with_arch: line 473:  /dev/cons0<0x1802FB680> usecount + 1 = 3
   26   94030 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   28   94058 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   27   94085 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   41   94126 [main] dos2unix 9500 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   31   94157 [main] dos2unix 9500 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 9500, pgid 2620, tty->pgid 2620, tty->sid 2620
   28   94185 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   65   94250 [main] dos2unix 9500 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   80   94330 [main] dos2unix 9500 fhandler_console::input_tcsetattr: this 0x1802FB960, get_ttyp () 0x180000000, t 0x18000001C
   32   94362 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   28   94390 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   27   94417 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   56   94473 [main] dos2unix 9500 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   29   94502 [main] dos2unix 9500 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 9500, pgid 2620, tty->pgid 2620, tty->sid 2620
   29   94531 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   96   94627 [main] dos2unix 9500 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x13C
   32   94659 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBBE0, dev 00030000
   32   94691 [main] dos2unix 9500 fhandler_base::open_with_arch: line 473:  /dev/cons0<0x1802FB680> usecount + 1 = 4
   40   94731 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   28   94759 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   28   94787 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   43   94830 [main] dos2unix 9500 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   31   94861 [main] dos2unix 9500 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 9500, pgid 2620, tty->pgid 2620, tty->sid 2620
   42   94903 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   51   94954 [main] dos2unix 9500 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   52   95006 [main] dos2unix 9500 fhandler_console::input_tcsetattr: this 0x1802FBBE0, get_ttyp () 0x180000000, t 0x18000001C
   60   95066 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   55   95121 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   27   95148 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   41   95189 [main] dos2unix 9500 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   44   95233 [main] dos2unix 9500 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 9500, pgid 2620, tty->pgid 2620, tty->sid 2620
   42   95275 [main] dos2unix 9500 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  439   95714 [main] dos2unix 9500 __set_errno: void dll_crt0_1(void*):979 setting errno 0
  903   96617 [main] dos2unix 9500 lstat64: entering
   27   96644 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
   28   96672 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
   28   96700 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   42   96742 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
   28   96770 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
   29   96799 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
   27   96826 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   41   96867 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
   64   96931 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
   45   96976 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
   42   97018 [main] dos2unix 9500 symlink_info::check: not a symlink
   26   97044 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
   29   97073 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
   53   97126 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBE60, dev 000000C3
   28   97154 [main] dos2unix 9500 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC600, 0x1802FBE60), file_attributes 32
31898  129052 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC600) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
  364  129416 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC600)
 1507  130923 [main] dos2unix 9500 lstat64: entering
  268  131191 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
  199  131390 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
  196  131586 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  196  131782 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  198  131980 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  198  132178 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  193  132371 [main] dos2unix 9500 set_flags: flags: binary (0x2)
  195  132566 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  269  132835 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  326  133161 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  302  133463 [main] dos2unix 9500 symlink_info::check: not a symlink
  194  133657 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB240) (0x406022)
  180  133837 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  187  134024 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  181  134205 [main] dos2unix 9500 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC470, 0x1802FBE60), file_attributes 32
 1603  135808 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC470) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
  197  136005 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC470)
 1483  137488 [main] dos2unix 9500 lstat64: entering
  188  137676 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
  169  137845 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
  171  138016 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  180  138196 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  171  138367 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  176  138543 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  178  138721 [main] dos2unix 9500 set_flags: flags: binary (0x2)
  171  138892 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  232  139124 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  236  139360 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  202  139562 [main] dos2unix 9500 symlink_info::check: not a symlink
  164  139726 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
  147  139873 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  154  140027 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  106  140133 [main] dos2unix 9500 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC600, 0x1802FBE60), file_attributes 32
 1505  141638 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC600) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
  159  141797 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC600)
 1420  143217 [main] dos2unix 9500 lstat64: entering
  182  143399 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
  192  143591 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
  172  143763 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  162  143925 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  138  144063 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  138  144201 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  135  144336 [main] dos2unix 9500 set_flags: flags: binary (0x2)
  134  144470 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  133  144603 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  206  144809 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  184  144993 [main] dos2unix 9500 symlink_info::check: not a symlink
  117  145110 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
  105  145215 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  125  145340 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  105  145445 [main] dos2unix 9500 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC600, 0x1802FBE60), file_attributes 32
 1513  146958 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC600) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
  117  147075 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC600)
 1382  148457 [main] dos2unix 9500 stat64: entering
   99  148556 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
  107  148663 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
  109  148772 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  112  148884 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  108  148992 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  113  149105 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  107  149212 [main] dos2unix 9500 set_flags: flags: binary (0x2)
  108  149320 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  151  149471 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  143  149614 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  125  149739 [main] dos2unix 9500 symlink_info::check: not a symlink
   95  149834 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
  104  149938 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  113  150051 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBE60, dev 000000C3
   81  150132 [main] dos2unix 9500 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC580, 0x1802FBE60), file_attributes 32
 1472  151604 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC580) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
  114  151718 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC580)
 2047  153765 [main] dos2unix 9500 open: open(Zot.txt, 0x10000)
   99  153864 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
  101  153965 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
  103  154068 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  103  154171 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  102  154273 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
   84  154357 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
   83  154440 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   81  154521 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  121  154642 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  115  154757 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  106  154863 [main] dos2unix 9500 symlink_info::check: not a symlink
 1383  156246 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB1A0) (0x6022)
   87  156333 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
   94  156427 [main] dos2unix 9500 build_fh_pc: fh 0x1802FBE60, dev 000000C3
   82  156509 [main] dos2unix 9500 fhandler_base::open: (\??\E:\junk\Zot.txt, 0x118000)
  157  156666 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000
   81  156747 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   82  156829 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   87  156916 [main] dos2unix 9500 fhandler_base::open: 0x0 = NtCreateFile (0x178, 0x80100000, \??\E:\junk\Zot.txt, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   89  157005 [main] dos2unix 9500 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\Zot.txt, 0x118000)
   84  157089 [main] dos2unix 9500 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\Zot.txt, 0x18000)
   89  157178 [main] dos2unix 9500 open: 3 = open(Zot.txt, 0x18000)
  368  157546 [main] dos2unix 9500 _cygwin_istext_for_stdio: fd 3: opened as binary
--- Process 9500 loaded C:\Windows\System32\cryptbase.dll at 00007FFF203E0000
--- Process 9500 loaded C:\Windows\System32\bcryptprimitives.dll at 00007FFF20CB0000
 2682  160228 [main] dos2unix 9500 stat64: entering
  153  160381 [main] dos2unix 9500 normalize_posix_path: src .
   84  160465 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
   83  160548 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   84  160632 [main] dos2unix 9500 normalize_posix_path: /e/junk/ = normalize_posix_path (.)
   84  160716 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
   85  160801 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
   82  160883 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   83  160966 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  129  161095 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  121  161216 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  116  161332 [main] dos2unix 9500 symlink_info::check: not a symlink
   76  161408 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB150) (0x406022)
   87  161495 [main] dos2unix 9500 path_conv::check: this->path(E:\junk), has_acls(0)
   93  161588 [main] dos2unix 9500 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   80  161668 [main] dos2unix 9500 stat_worker: (\??\E:\junk, 0xFFFFC3B0, 0x1802FC1D8), file_attributes 16
   88  161756 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk, 0xFFFFC3B0) st_size=0, st_mode=040755, st_ino=-3047115199390068561st_atim=5A9CCED0.0 st_ctim=5A9D7BAC.0 st_mtim=5A9D7BAC.0 st_birthtim=5A9D7BAA.2625A00
   95  161851 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk,0xFFFFC3B0)
 1371  163222 [main] dos2unix 9500 open: open(./d2utmpUycfTK, 0x10A02)
   80  163302 [main] dos2unix 9500 normalize_posix_path: src ./d2utmpUycfTK
   82  163384 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
   83  163467 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   84  163551 [main] dos2unix 9500 normalize_posix_path: /e/junk/d2utmpUycfTK = normalize_posix_path (./d2utmpUycfTK)
   83  163634 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpUycfTK)
   85  163719 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpUycfTK', dst 'E:\junk\d2utmpUycfTK'
   81  163800 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   82  163882 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpUycfTK, dst E:\junk\d2utmpUycfTK, flags 0x6022, rc 0
  120  164002 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpUycfTK)
  124  164126 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\d2utmpUycfTK)
   81  164207 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpUycfTK)
  126  164333 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpUycfTK.exe)
   80  164413 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpUycfTK.exe)
  123  164536 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpUycfTK.lnk)
   79  164615 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpUycfTK.lnk)
  132  164747 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpUycfTK.exe.lnk)
   84  164831 [main] dos2unix 9500 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpUycfTK.exe.lnk)
   85  164916 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpUycfTK, 0xFFFFB080) (0x6022)
   84  165000 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
   82  165082 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
   83  165165 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   81  165246 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  116  165362 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  112  165474 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  104  165578 [main] dos2unix 9500 symlink_info::check: not a symlink
 1358  166936 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB080) (0x6022)
   81  167017 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\d2utmpUycfTK), has_acls(0)
   92  167109 [main] dos2unix 9500 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   83  167192 [main] dos2unix 9500 fhandler_base::open: (\??\E:\junk\d2utmpUycfTK, 0x118A02)
 2894  170086 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x118A02, supplied_bin 0x10000
  141  170227 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  119  170346 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
  104  170450 [main] dos2unix 9500 fhandler_base::open: 0x0 = NtCreateFile (0x180, 0xC0100000, \??\E:\junk\d2utmpUycfTK, io, NULL, 0x80, 0x7, 0x2, 0x4020, NULL, 0)
  110  170560 [main] dos2unix 9500 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\d2utmpUycfTK, 0x118A02)
  147  170707 [main] dos2unix 9500 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\d2utmpUycfTK, 0x18A02)
  177  170884 [main] dos2unix 9500 open: 4 = open(./d2utmpUycfTK, 0x18A02)
  222  171106 [main] dos2unix 9500 fcntl64: fcntl(4, 3, ...)
  191  171297 [main] dos2unix 9500 fhandler_base::fcntl: GETFL: 0x118A02
  198  171495 [main] dos2unix 9500 fcntl64: 1149442 = fcntl(4, 3, 0x0)
 1291  172786 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x118A02, supplied_bin 0x0
  145  172931 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  138  173069 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
  137  173206 [main] dos2unix 9500 _setmode: (4<\??\E:\junk\d2utmpUycfTK>, 0x600010000) returning binary
  157  173363 [main] dos2unix 9500 _cygwin_istext_for_stdio: fd 4: opened as binary
 1961  175324 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC2A0) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
  118  175442 [main] dos2unix 9500 fstat64: 0 = fstat(3, 0xFFFFC2A0)
  260  175702 [main] dos2unix 9500 read: read(3, 0x600071ED0, 65536) blocking
  150  175852 [main] dos2unix 9500 fhandler_base::read: returning 8, binary mode
  122  175974 [main] dos2unix 9500 read: 8 = read(3, 0x600071ED0, 8)
 1589  177563 [main] dos2unix 9500 fhandler_base::fstat_helper: 0xC0000011 = NtReadFile(\??\E:\junk\d2utmpUycfTK)
  129  177692 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\d2utmpUycfTK, 0xFFFFC250) st_size=0, st_mode=0100644, st_ino=-6319272490191000101st_atim=5A9CCED0.0 st_ctim=5A9D7E20.0 st_mtim=5A9D7E20.0 st_birthtim=5A9D7E1F.35A4E900
   86  177778 [main] dos2unix 9500 fstat64: 0 = fstat(4, 0xFFFFC250)
 6431  184209 [main] dos2unix 9500 read: read(3, 0x600071ED0, 65536) blocking
   99  184308 [main] dos2unix 9500 fhandler_base::read: returning 0, binary mode
   77  184385 [main] dos2unix 9500 read: 0 = read(3, 0x600071ED0, 0)
  373  184758 [main] dos2unix 9500 close: close(3)
  113  184871 [main] dos2unix 9500 fhandler_base::close: closing '/e/junk/Zot.txt' handle 0x178
 1371  186242 [main] dos2unix 9500 close: 0 = close(3)
  781  187023 [main] dos2unix 9500 write: write(4, 0x600081EE0, 8)
  181  187204 [main] dos2unix 9500 write: 8 = write(4, 0x600081EE0, 8)
   84  187288 [main] dos2unix 9500 close: close(4)
   84  187372 [main] dos2unix 9500 fhandler_base::close: closing '/e/junk/d2utmpUycfTK' handle 0x180
31127  218499 [main] dos2unix 9500 close: 0 = close(4)
 1356  219855 [main] dos2unix 9500 normalize_posix_path: src ./d2utmpUycfTK
  153  220008 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
  156  220164 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  153  220317 [main] dos2unix 9500 normalize_posix_path: /e/junk/d2utmpUycfTK = normalize_posix_path (./d2utmpUycfTK)
  136  220453 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpUycfTK)
  119  220572 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpUycfTK', dst 'E:\junk\d2utmpUycfTK'
  106  220678 [main] dos2unix 9500 set_flags: flags: binary (0x2)
  105  220783 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpUycfTK, dst E:\junk\d2utmpUycfTK, flags 0x6022, rc 0
  113  220896 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpUycfTK)
   85  220981 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\d2utmpUycfTK)
   72  221053 [main] dos2unix 9500 symlink_info::check: not a symlink
  884  221937 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpUycfTK, 0xFFFFB280) (0x6022)
   54  221991 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\d2utmpUycfTK), has_acls(0)
   63  222054 [main] dos2unix 9500 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   67  222121 [main] dos2unix 9500 fhandler_base::open: (\??\E:\junk\d2utmpUycfTK, 0x110000)
   92  222213 [main] dos2unix 9500 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   51  222264 [main] dos2unix 9500 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   53  222317 [main] dos2unix 9500 fhandler_base::set_flags: filemode set to binary
   53  222370 [main] dos2unix 9500 fhandler_base::open: 0x0 = NtCreateFile (0x188, 0x60100, \??\E:\junk\d2utmpUycfTK, io, NULL, 0x0, 0x7, 0x1, 0x4000, NULL, 0)
   56  222426 [main] dos2unix 9500 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\d2utmpUycfTK, 0x110000)
   55  222481 [main] dos2unix 9500 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\d2utmpUycfTK, 0x10000)
   75  222556 [main] dos2unix 9500 fhandler_base::close: closing '/e/junk/d2utmpUycfTK' handle 0x188
  959  223515 [main] dos2unix 9500 chmod: 0 = chmod(./d2utmpUycfTK, 0100644)
   57  223572 [main] dos2unix 9500 lstat64: entering
   54  223626 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
   53  223679 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
   53  223732 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   54  223786 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
   54  223840 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
   54  223894 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
   53  223947 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   53  224000 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
   80  224080 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
   76  224156 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
   69  224225 [main] dos2unix 9500 symlink_info::check: not a symlink
   49  224274 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
   63  224337 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
   65  224402 [main] dos2unix 9500 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   52  224454 [main] dos2unix 9500 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC600, 0x1802FC1D8), file_attributes 32
  953  225407 [main] dos2unix 9500 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC600) st_size=8, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D7E0E.0 st_mtim=5A9D7E0E.0 st_birthtim=5A9D7DF5.1C9C380
   64  225471 [main] dos2unix 9500 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC600)
  893  226364 [main] dos2unix 9500 normalize_posix_path: src ./d2utmpUycfTK
   51  226415 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
   53  226468 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   54  226522 [main] dos2unix 9500 normalize_posix_path: /e/junk/d2utmpUycfTK = normalize_posix_path (./d2utmpUycfTK)
   53  226575 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpUycfTK)
   54  226629 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpUycfTK', dst 'E:\junk\d2utmpUycfTK'
   53  226682 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   53  226735 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpUycfTK, dst E:\junk\d2utmpUycfTK, flags 0x6022, rc 0
   78  226813 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpUycfTK)
   76  226889 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\d2utmpUycfTK)
   71  226960 [main] dos2unix 9500 symlink_info::check: not a symlink
  873  227833 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpUycfTK, 0xFFFFAEF0) (0x6022)
   51  227884 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\d2utmpUycfTK), has_acls(0)
   55  227939 [main] dos2unix 9500 normalize_posix_path: src Zot.txt
   52  227991 [main] dos2unix 9500 cwdstuff::get: posix /e/junk
   53  228044 [main] dos2unix 9500 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   54  228098 [main] dos2unix 9500 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
   53  228151 [main] dos2unix 9500 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
   54  228205 [main] dos2unix 9500 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
   53  228258 [main] dos2unix 9500 set_flags: flags: binary (0x2)
   52  228310 [main] dos2unix 9500 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
   75  228385 [main] dos2unix 9500 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
   73  228458 [main] dos2unix 9500 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
   66  228524 [main] dos2unix 9500 symlink_info::check: not a symlink
  875  229399 [main] dos2unix 9500 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFAEF0) (0x6022)
   51  229450 [main] dos2unix 9500 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
43205  272655 [main] dos2unix 9500 rename2: 0 = rename(./d2utmpUycfTK, Zot.txt)
 1191  273846 [main] dos2unix 9500 fhandler_console::write: 0xFFFFC790, 8
  426  274272 [main] dos2unix 9500 fhandler_console::write: 8 = fhandler_console::write(...)
  110  274382 [main] dos2unix 9500 write: 8 = write(2, 0xFFFFC790, 8)
  139  274521 [main] dos2unix 9500 fhandler_console::write: 0x10040A25F, 2
  344  274865 [main] dos2unix 9500 fhandler_console::write: 2 = fhandler_console::write(...)
   78  274943 [main] dos2unix 9500 write: 2 = write(2, 0x10040A25F, 2)
 1088  276031 [main] dos2unix 9500 fhandler_console::write: 0x10040B540, 16
  165  276196 [main] dos2unix 9500 fhandler_console::write: 16 = fhandler_console::write(...)
   63  276259 [main] dos2unix 9500 write: 16 = write(2, 0x10040B540, 16)
   99  276358 [main] dos2unix 9500 fhandler_console::write: 0xFFFFCC4C, 7
  153  276511 [main] dos2unix 9500 fhandler_console::write: 7 = fhandler_console::write(...)
   67  276578 [main] dos2unix 9500 write: 7 = write(2, 0xFFFFCC4C, 7)
  105  276683 [main] dos2unix 9500 fhandler_console::write: 0x10040B552, 9
  153  276836 [main] dos2unix 9500 fhandler_console::write: 9 = fhandler_console::write(...)
   61  276897 [main] dos2unix 9500 write: 9 = write(2, 0x10040B552, 9)
   99  276996 [main] dos2unix 9500 fhandler_console::write: 0xFFFFCC54, 7
  152  277148 [main] dos2unix 9500 fhandler_console::write: 7 = fhandler_console::write(...)
   61  277209 [main] dos2unix 9500 write: 7 = write(2, 0xFFFFCC54, 7)
  101  277310 [main] dos2unix 9500 fhandler_console::write: 0x10040B55D, 19
 1215  278525 [main] dos2unix 9500 fhandler_console::write: 19 = fhandler_console::write(...)
   80  278605 [main] dos2unix 9500 write: 19 = write(2, 0x10040B55D, 19)
  411  279016 [main] dos2unix 9500 do_exit: do_exit (0), exit_state 1
   53  279069 [main] dos2unix 9500 void: 0x0 = signal (20, 0x1)
   54  279123 [main] dos2unix 9500 void: 0x0 = signal (1, 0x1)
   53  279176 [main] dos2unix 9500 void: 0x0 = signal (2, 0x1)
   53  279229 [main] dos2unix 9500 void: 0x0 = signal (3, 0x1)
   61  279290 [main] dos2unix 9500 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 3
   51  279341 [main] dos2unix 9500 fhandler_base::close_with_arch: not closing archetype
   56  279397 [main] dos2unix 9500 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 2
   53  279450 [main] dos2unix 9500 fhandler_base::close_with_arch: not closing archetype
   60  279510 [main] dos2unix 9500 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 1
   50  279560 [main] dos2unix 9500 fhandler_base::close_with_arch: not closing archetype
   55  279615 [main] dos2unix 9500 init_cygheap::close_ctty: closing cygheap->ctty 0x1802FB680
   53  279668 [main] dos2unix 9500 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   94  279762 [main] dos2unix 9500 fhandler_console::free_console: freed console, res 1
   64  279826 [main] dos2unix 9500 dtable::delete_archetype: deleting element 0 for /dev/cons0(3/0)
   75  279901 [main] dos2unix 9500 getpid: 9500 = getpid()
   51  279952 [main] dos2unix 9500 proc_terminate: nprocs 0
   54  280006 [main] dos2unix 9500 proc_terminate: leaving
   59  280065 [main] dos2unix 9500 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
--- Process 9500 thread 1120 exited with status 0x0
--- Process 9500 thread 4352 exited with status 0x0
--- Process 9500 thread 7940 exited with status 0x0
--- Process 9500 thread 3680 exited with status 0x0
--- Process 9500 exited with status 0x0

[-- Attachment #3: d2u_secondtime.trace --]
[-- Type: application/octet-stream, Size: 85401 bytes --]

--- Process 2236 created
--- Process 2236 loaded C:\Windows\System32\ntdll.dll at 00007FFF246A0000
--- Process 2236 loaded C:\Windows\System32\kernel32.dll at 00007FFF239D0000
--- Process 2236 loaded C:\Windows\System32\KernelBase.dll at 00007FFF21480000
--- Process 2236 thread 4704 created
--- Process 2236 thread 2676 created
--- Process 2236 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 2236 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003FC070000
--- Process 2236 thread 4664 created
--- Process 2236 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003FC100000
   17      17 [main] dos2unix (2236) **********************************************
  710     727 [main] dos2unix (2236) Program name: C:\cygwin64\bin\dos2unix.exe (windows pid 2236)
  315    1042 [main] dos2unix (2236) OS version:   Windows NT-10.0
  337    1379 [main] dos2unix (2236) **********************************************
  776    2155 [main] dos2unix (2236) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802D5C10)
 2142    4297 [main] dos2unix 2236 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xD0, *m 6
  439    4736 [main] dos2unix 2236 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
  460    5196 [main] dos2unix 2236 open_shared: name S-1-5-21-2796346090-3831379263-3805405407-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xCC, *m 6
  344    5540 [main] dos2unix 2236 user_info::create: opening user shared for 'S-1-5-21-2796346090-3831379263-3805405407-1001' at 0x180020000
  362    5902 [main] dos2unix 2236 user_info::create: user shared version AB1FCCE8
  501    6403 [main] dos2unix 2236 fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-2236-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
  601    7004 [main] dos2unix 2236 fhandler_pipe::create: pipe read handle 0xE8
  405    7409 [main] dos2unix 2236 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-2236-sigwait
  471    7880 [main] dos2unix 2236 fhandler_pipe::create: pipe write handle 0xEC
  489    8369 [main] dos2unix 2236 dll_crt0_0: finished dll_crt0_0 initialization
--- Process 2236 thread 1176 created
 2408   10777 [sig] dos2unix 2236 wait_sig: entering ReadFile loop, my_readsig 0xE8, my_sendsig 0xEC
31130   41907 [main] dos2unix 2236 time: 1520271760 = time(0x0)
 1238   43145 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (E:\junk, 0x0, no-add-slash)
  735   43880 [main] dos2unix 2236 normalize_win32_path: E:\junk = normalize_win32_path (E:\junk)
  364   44244 [main] dos2unix 2236 mount_info::conv_to_posix_path: /e/junk = conv_to_posix_path (E:\junk)
  675   44919 [main] dos2unix 2236 sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130)
 1694   46613 [main] dos2unix 2236 _cygwin_istext_for_stdio: fd 0: not open
  329   46942 [main] dos2unix 2236 _cygwin_istext_for_stdio: fd 1: not open
  275   47217 [main] dos2unix 2236 _cygwin_istext_for_stdio: fd 2: not open
  917   48134 [main] dos2unix (2236) open_shared: name cygpid.2236, n 2236, shared 0x180010000 (wanted 0x180010000), h 0x110, *m 2
  308   48442 [main] dos2unix (2236) time: 1520271760 = time(0x0)
  331   48773 [main] dos2unix 2236 pinfo::thisproc: myself dwProcessId 2236
  418   49191 [main] dos2unix 2236 environ_init: GetEnvironmentStrings returned 0xAEF80
 1137   50328 [main] dos2unix 2236 win32env_to_cygenv: 0x6000284F0: !::=::\
  549   50877 [main] dos2unix 2236 win32env_to_cygenv: 0x600028510: !D:=d:\michel
  544   51421 [main] dos2unix 2236 win32env_to_cygenv: 0x600028530: !E:=E:\junk
  547   51968 [main] dos2unix 2236 win32env_to_cygenv: 0x600028550: !ExitCode=00000000
  544   52512 [main] dos2unix 2236 win32env_to_cygenv: 0x600028570: ALLUSERSPROFILE=C:\ProgramData
  385   52897 [main] dos2unix 2236 win32env_to_cygenv: 0x6000285A0: APPDATA=C:\Users\michel\AppData\Roaming
  352   53249 [main] dos2unix 2236 win32env_to_cygenv: 0x6000285D0: BASH_ENV=d:/michel/.bashrc
  391   53640 [main] dos2unix 2236 win32env_to_cygenv: 0x600028600: COMMONPROGRAMFILES=C:\Program Files\Common Files
  480   54120 [main] dos2unix 2236 win32env_to_cygenv: 0x600028640: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
  355   54475 [main] dos2unix 2236 win32env_to_cygenv: 0x600028690: CommonProgramW6432=C:\Program Files\Common Files
  335   54810 [main] dos2unix 2236 win32env_to_cygenv: 0x6000286D0: COMPUTERNAME=SPIRO1
  337   55147 [main] dos2unix 2236 win32env_to_cygenv: 0x6000286F0: COMSPEC=C:\WINDOWS\system32\cmd.exe
  356   55503 [main] dos2unix 2236 parse_options: glob (called func)
  317   55820 [main] dos2unix 2236 parse_options: glob (called func)
  324   56144 [main] dos2unix 2236 parse_options: returning
  190   56334 [main] dos2unix 2236 win32env_to_cygenv: 0x600028720: CYGWIN=noglob glob:ignorecase
  349   56683 [main] dos2unix 2236 win32env_to_cygenv: 0x600028790: FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
  331   57014 [main] dos2unix 2236 win32env_to_cygenv: 0x6000287D0: FPS_BROWSER_USER_PROFILE_STRING=Default
  301   57315 [main] dos2unix 2236 getwinenv: can't set native for HOME= since no environ yet
  178   57493 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (d:\michel, 0x10000000, no-add-slash)
  142   57635 [main] dos2unix 2236 normalize_win32_path: D:\michel = normalize_win32_path (d:\michel)
  151   57786 [main] dos2unix 2236 mount_info::conv_to_posix_path: /d/michel = conv_to_posix_path (d:\michel)
  410   58196 [main] dos2unix 2236 win_env::add_cache: posix /d/michel
  146   58342 [main] dos2unix 2236 win_env::add_cache: native HOME=d:\michel
  147   58489 [main] dos2unix 2236 posify_maybe: env var converted to HOME=/d/michel
  397   58886 [main] dos2unix 2236 win32env_to_cygenv: 0x600028860: HOME=/d/michel
  279   59165 [main] dos2unix 2236 win32env_to_cygenv: 0x600028800: HOMEDRIVE=C:
  277   59442 [main] dos2unix 2236 win32env_to_cygenv: 0x600028880: HOMEPATH=\Users\michel
  278   59720 [main] dos2unix 2236 win32env_to_cygenv: 0x6000288A0: LOCALAPPDATA=C:\Users\michel\AppData\Local
  274   59994 [main] dos2unix 2236 win32env_to_cygenv: 0x6000288E0: LOGONSERVER=\\SPIRO1
  260   60254 [main] dos2unix 2236 win32env_to_cygenv: 0x600028900: mybin=c:\mybin
  229   60483 [main] dos2unix 2236 win32env_to_cygenv: 0x600028920: NUMBER_OF_PROCESSORS=4
  232   60715 [main] dos2unix 2236 win32env_to_cygenv: 0x600028940: OneDrive=C:\Users\michel\OneDrive
  228   60943 [main] dos2unix 2236 win32env_to_cygenv: 0x600028970: OS=Windows_NT
  279   61222 [main] dos2unix 2236 getwinenv: can't set native for PATH= since no environ yet
  255   61477 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\iCLS Client, 0x10000100, no-add-slash)
  125   61602 [main] dos2unix 2236 normalize_win32_path: C:\Program Files (x86)\Intel\iCLS Client = normalize_win32_path (C:\Program Files (x86)\Intel\iCLS Client)
  127   61729 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/iCLS Client = conv_to_posix_path (C:\Program Files (x86)\Intel\iCLS Client)
  127   61856 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath, 0x10000100, no-add-slash)
  123   61979 [main] dos2unix 2236 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath)
  125   62104 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/ProgramData/Oracle/Java/javapath = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath)
  128   62232 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\iCLS Client, 0x10000100, no-add-slash)
  124   62356 [main] dos2unix 2236 normalize_win32_path: C:\Program Files\Intel\iCLS Client = normalize_win32_path (C:\Program Files\Intel\iCLS Client)
  124   62480 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files/Intel/iCLS Client = conv_to_posix_path (C:\Program Files\Intel\iCLS Client)
  126   62606 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, 0x10000100, no-add-slash)
  122   62728 [main] dos2unix 2236 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
  135   62863 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
  129   62992 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, 0x10000100, no-add-slash)
  123   63115 [main] dos2unix 2236 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
  125   63240 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
  126   63366 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, 0x10000100, no-add-slash)
  124   63490 [main] dos2unix 2236 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)
  124   63614 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
  125   63739 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0x10000100, no-add-slash)
  124   63863 [main] dos2unix 2236 normalize_win32_path: C:\WINDOWS\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
  127   63990 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/WINDOWS/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
  124   64114 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (c:\mybinlocal, 0x10000100, no-add-slash)
  124   64238 [main] dos2unix 2236 normalize_win32_path: C:\mybinlocal = normalize_win32_path (c:\mybinlocal)
  135   64373 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/mybinlocal = conv_to_posix_path (c:\mybinlocal)
  141   64514 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (c:\mybin, 0x10000100, no-add-slash)
  132   64646 [main] dos2unix 2236 normalize_win32_path: C:\mybin = normalize_win32_path (c:\mybin)
  142   64788 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/mybin = conv_to_posix_path (c:\mybin)
  130   64918 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\bin, 0x10000100, no-add-slash)
  126   65044 [main] dos2unix 2236 normalize_win32_path: C:\cygwin64\bin = normalize_win32_path (C:\cygwin64\bin)
  127   65171 [main] dos2unix 2236 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin64\bin)
  170   65341 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Vim\vim80, 0x10000100, no-add-slash)
  128   65469 [main] dos2unix 2236 normalize_win32_path: C:\Program Files (x86)\Vim\vim80 = normalize_win32_path (C:\Program Files (x86)\Vim\vim80)
  129   65598 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files (x86)/Vim/vim80 = conv_to_posix_path (C:\Program Files (x86)\Vim\vim80)
  132   65730 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
  132   65862 [main] dos2unix 2236 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
  133   65995 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
  131   66126 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
  131   66257 [main] dos2unix 2236 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
  133   66390 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
  141   66531 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, 0x10000100, no-add-slash)
  136   66667 [main] dos2unix 2236 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
  134   66801 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
  133   66934 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, 0x10000100, no-add-slash)
  132   67066 [main] dos2unix 2236 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\IPT = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
  131   67197 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/IPT = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
  131   67328 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, 0x10000100, no-add-slash)
  128   67456 [main] dos2unix 2236 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
  131   67587 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
  133   67720 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, 0x10000100, no-add-slash)
  128   67848 [main] dos2unix 2236 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
  131   67979 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Program Files/Common Files/Intel/WirelessCommon = conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon)
  134   68113 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)
  134   68247 [main] dos2unix 2236 normalize_win32_path: C:\Users\michel\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
  133   68380 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
  132   68512 [main] dos2unix 2236 __set_errno: ssize_t env_PATH_to_posix(const void*, void*, size_t):3733 setting errno 36
  489   69001 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files (x86)/Intel/iCLS Client
  162   69163 [main] dos2unix 2236 normalize_posix_path: /c/Program Files (x86)/Intel/iCLS Client = normalize_posix_path (/c/Program Files (x86)/Intel/iCLS Client)
  157   69320 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/iCLS Client)
  202   69522 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/iCLS Client', dst 'C:\Program Files (x86)\Intel\iCLS Client'
  169   69691 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  155   69846 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/iCLS Client, dst C:\Program Files (x86)\Intel\iCLS Client, flags 0x6022, rc 0
  539   70385 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\iCLS Client)
  263   70648 [main] dos2unix 2236 symlink_info::check: not a symlink
  219   70867 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\iCLS Client, 0xFFFFB6B0) (0x806022)
  160   71027 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files (x86)\Intel\iCLS Client), has_acls(1)
  155   71182 [main] dos2unix 2236 normalize_posix_path: src /c/ProgramData/Oracle/Java/javapath
  132   71314 [main] dos2unix 2236 normalize_posix_path: /c/ProgramData/Oracle/Java/javapath = normalize_posix_path (/c/ProgramData/Oracle/Java/javapath)
  131   71445 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/ProgramData/Oracle/Java/javapath)
  131   71576 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/ProgramData/Oracle/Java/javapath', dst 'C:\ProgramData\Oracle\Java\javapath'
  130   71706 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  130   71836 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/ProgramData/Oracle/Java/javapath, dst C:\ProgramData\Oracle\Java\javapath, flags 0x6022, rc 0
  267   72103 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\ProgramData\Oracle\Java\javapath)
  508   72611 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath_target_1383359, 0x0, no-add-slash)
  285   72896 [main] dos2unix 2236 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath_target_1383359 = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath_target_1383359)
  138   73034 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/ProgramData/Oracle/Java/javapath_target_1383359 = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath_target_1383359)
  209   73243 [main] dos2unix 2236 symlink_info::check: 50 = symlink.check(C:\ProgramData\Oracle\Java\javapath, 0xFFFFB6B0) (0x4806023)
  137   73380 [main] dos2unix 2236 path_conv::check: this->path(C:\ProgramData\Oracle\Java\javapath), has_acls(1)
  148   73528 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files/Intel/iCLS Client
  130   73658 [main] dos2unix 2236 normalize_posix_path: /c/Program Files/Intel/iCLS Client = normalize_posix_path (/c/Program Files/Intel/iCLS Client)
  127   73785 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/iCLS Client)
  130   73915 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/iCLS Client', dst 'C:\Program Files\Intel\iCLS Client'
  133   74048 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  127   74175 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/iCLS Client, dst C:\Program Files\Intel\iCLS Client, flags 0x6022, rc 0
  245   74420 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\iCLS Client)
  198   74618 [main] dos2unix 2236 symlink_info::check: not a symlink
  197   74815 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\iCLS Client, 0xFFFFB6B0) (0x806022)
  136   74951 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files\Intel\iCLS Client), has_acls(1)
  146   75097 [main] dos2unix 2236 normalize_posix_path: src /c/WINDOWS/system32
  128   75225 [main] dos2unix 2236 normalize_posix_path: /c/WINDOWS/system32 = normalize_posix_path (/c/WINDOWS/system32)
  129   75354 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/system32)
  132   75486 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/WINDOWS/system32', dst 'C:\WINDOWS\system32'
  129   75615 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  127   75742 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/WINDOWS/system32, dst C:\WINDOWS\system32, flags 0x6022, rc 0
  240   75982 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\system32)
  194   76176 [main] dos2unix 2236 symlink_info::check: not a symlink
  200   76376 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\WINDOWS\system32, 0xFFFFB6B0) (0x806022)
  136   76512 [main] dos2unix 2236 path_conv::check: this->path(C:\WINDOWS\system32), has_acls(1)
  149   76661 [main] dos2unix 2236 normalize_posix_path: src /c/WINDOWS
  133   76794 [main] dos2unix 2236 normalize_posix_path: /c/WINDOWS = normalize_posix_path (/c/WINDOWS)
  146   76940 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS)
  131   77071 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/WINDOWS', dst 'C:\WINDOWS'
  128   77199 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  128   77327 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/WINDOWS, dst C:\WINDOWS, flags 0x6022, rc 0
  236   77563 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS)
  191   77754 [main] dos2unix 2236 symlink_info::check: not a symlink
  199   77953 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\WINDOWS, 0xFFFFB6B0) (0x806022)
  137   78090 [main] dos2unix 2236 path_conv::check: this->path(C:\WINDOWS), has_acls(1)
  161   78251 [main] dos2unix 2236 normalize_posix_path: src /c/WINDOWS/System32/Wbem
  143   78394 [main] dos2unix 2236 normalize_posix_path: /c/WINDOWS/System32/Wbem = normalize_posix_path (/c/WINDOWS/System32/Wbem)
  135   78529 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/System32/Wbem)
  133   78662 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/WINDOWS/System32/Wbem', dst 'C:\WINDOWS\System32\Wbem'
  127   78789 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  126   78915 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/WINDOWS/System32/Wbem, dst C:\WINDOWS\System32\Wbem, flags 0x6022, rc 0
  251   79166 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\Wbem)
  200   79366 [main] dos2unix 2236 symlink_info::check: not a symlink
  197   79563 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\Wbem, 0xFFFFB6B0) (0x806022)
  134   79697 [main] dos2unix 2236 path_conv::check: this->path(C:\WINDOWS\System32\Wbem), has_acls(1)
  143   79840 [main] dos2unix 2236 normalize_posix_path: src /c/WINDOWS/System32/WindowsPowerShell/v1.0
  123   79963 [main] dos2unix 2236 normalize_posix_path: /c/WINDOWS/System32/WindowsPowerShell/v1.0 = normalize_posix_path (/c/WINDOWS/System32/WindowsPowerShell/v1.0)
  212   80175 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/System32/WindowsPowerShell/v1.0)
  172   80347 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/WINDOWS/System32/WindowsPowerShell/v1.0', dst 'C:\WINDOWS\System32\WindowsPowerShell\v1.0'
  148   80495 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  130   80625 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/WINDOWS/System32/WindowsPowerShell/v1.0, dst C:\WINDOWS\System32\WindowsPowerShell\v1.0, flags 0x6022, rc 0
  277   80902 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\WindowsPowerShell\v1.0)
  243   81145 [main] dos2unix 2236 symlink_info::check: not a symlink
  227   81372 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0xFFFFB6B0) (0x806022)
  164   81536 [main] dos2unix 2236 path_conv::check: this->path(C:\WINDOWS\System32\WindowsPowerShell\v1.0), has_acls(1)
  201   81737 [main] dos2unix 2236 normalize_posix_path: src /c/mybinlocal
  154   81891 [main] dos2unix 2236 normalize_posix_path: /c/mybinlocal = normalize_posix_path (/c/mybinlocal)
  184   82075 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/mybinlocal)
  139   82214 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/mybinlocal', dst 'C:\mybinlocal'
  133   82347 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  133   82480 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/mybinlocal, dst C:\mybinlocal, flags 0x6022, rc 0
  254   82734 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\mybinlocal)
  230   82964 [main] dos2unix 2236 symlink_info::check: not a symlink
  195   83159 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\mybinlocal, 0xFFFFB6B0) (0x806022)
  151   83310 [main] dos2unix 2236 path_conv::check: this->path(C:\mybinlocal), has_acls(1)
  245   83555 [main] dos2unix 2236 normalize_posix_path: src /c/mybin
  216   83771 [main] dos2unix 2236 normalize_posix_path: /c/mybin = normalize_posix_path (/c/mybin)
  154   83925 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/mybin)
  171   84096 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/mybin', dst 'C:\mybin'
  163   84259 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  150   84409 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/mybin, dst C:\mybin, flags 0x6022, rc 0
  286   84695 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\mybin)
  283   84978 [main] dos2unix 2236 symlink_info::check: not a symlink
  282   85260 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\mybin, 0xFFFFB6B0) (0x806022)
  210   85470 [main] dos2unix 2236 path_conv::check: this->path(C:\mybin), has_acls(1)
  170   85640 [main] dos2unix 2236 normalize_posix_path: src /usr/bin
  157   85797 [main] dos2unix 2236 normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin)
  151   85948 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin)
  157   86105 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/usr/bin', dst ''
  164   86269 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  153   86422 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /usr/bin, dst C:\cygwin64\bin, flags 0x2000A, rc 0
  296   86718 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\bin)
  282   87000 [main] dos2unix 2236 symlink_info::check: not a symlink
  281   87281 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\cygwin64\bin, 0xFFFFB6B0) (0x82000A)
  211   87492 [main] dos2unix 2236 path_conv::check: this->path(C:\cygwin64\bin), has_acls(1)
  176   87668 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files (x86)/Vim/vim80
  227   87895 [main] dos2unix 2236 normalize_posix_path: /c/Program Files (x86)/Vim/vim80 = normalize_posix_path (/c/Program Files (x86)/Vim/vim80)
  158   88053 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Vim/vim80)
  168   88221 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Vim/vim80', dst 'C:\Program Files (x86)\Vim\vim80'
  165   88386 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  149   88535 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Vim/vim80, dst C:\Program Files (x86)\Vim\vim80, flags 0x6022, rc 0
  296   88831 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Vim\vim80)
  288   89119 [main] dos2unix 2236 symlink_info::check: not a symlink
  292   89411 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Vim\vim80, 0xFFFFB6B0) (0x806022)
  206   89617 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files (x86)\Vim\vim80), has_acls(1)
  171   89788 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL
  232   90020 [main] dos2unix 2236 normalize_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
  156   90176 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
  156   90332 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL'
  163   90495 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  150   90645 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, flags 0x6022, rc 0
  311   90956 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
  297   91253 [main] dos2unix 2236 symlink_info::check: not a symlink
  291   91544 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB6B0) (0x806022)
  220   91764 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
  175   91939 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files/Intel/Intel(R) Management Engine Components/DAL
  218   92157 [main] dos2unix 2236 normalize_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
  166   92323 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
  170   92493 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\DAL'
  164   92657 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  149   92806 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, flags 0x6022, rc 0
  297   93103 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
  298   93401 [main] dos2unix 2236 symlink_info::check: not a symlink
  280   93681 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB6B0) (0x806022)
  213   93894 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
  170   94064 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT
  155   94219 [main] dos2unix 2236 normalize_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT = normalize_posix_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT)
  168   94387 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT)
  170   94557 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT'
  165   94722 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  150   94872 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, flags 0x6022, rc 0
  300   95172 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
  293   95465 [main] dos2unix 2236 symlink_info::check: not a symlink
  283   95748 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, 0xFFFFB6B0) (0x806022)
   71   95819 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT), has_acls(1)
   70   95889 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files/Intel/Intel(R) Management Engine Components/IPT
  103   95992 [main] dos2unix 2236 normalize_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/IPT = normalize_posix_path (/c/Program Files/Intel/Intel(R) Management Engine Components/IPT)
   68   96060 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/Intel(R) Management Engine Components/IPT)
   73   96133 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/Intel(R) Management Engine Components/IPT', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\IPT'
   68   96201 [main] dos2unix 2236 set_flags: flags: binary (0x2)
   66   96267 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/Intel(R) Management Engine Components/IPT, dst C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, flags 0x6022, rc 0
  127   96394 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
  143   96537 [main] dos2unix 2236 symlink_info::check: not a symlink
  135   96672 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, 0xFFFFB6B0) (0x806022)
  105   96777 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\IPT), has_acls(1)
   83   96860 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files/Intel/WiFi/bin
   68   96928 [main] dos2unix 2236 normalize_posix_path: /c/Program Files/Intel/WiFi/bin = normalize_posix_path (/c/Program Files/Intel/WiFi/bin)
   66   96994 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/WiFi/bin)
   67   97061 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/WiFi/bin', dst 'C:\Program Files\Intel\WiFi\bin'
   66   97127 [main] dos2unix 2236 set_flags: flags: binary (0x2)
   65   97192 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/WiFi/bin, dst C:\Program Files\Intel\WiFi\bin, flags 0x6022, rc 0
  123   97315 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\WiFi\bin)
  140   97455 [main] dos2unix 2236 symlink_info::check: not a symlink
  137   97592 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\WiFi\bin, 0xFFFFB6B0) (0x806022)
  106   97698 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files\Intel\WiFi\bin), has_acls(1)
   77   97775 [main] dos2unix 2236 normalize_posix_path: src /c/Program Files/Common Files/Intel/WirelessCommon
   69   97844 [main] dos2unix 2236 normalize_posix_path: /c/Program Files/Common Files/Intel/WirelessCommon = normalize_posix_path (/c/Program Files/Common Files/Intel/WirelessCommon)
   66   97910 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Common Files/Intel/WirelessCommon)
   68   97978 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Program Files/Common Files/Intel/WirelessCommon', dst 'C:\Program Files\Common Files\Intel\WirelessCommon'
   73   98051 [main] dos2unix 2236 set_flags: flags: binary (0x2)
   64   98115 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Program Files/Common Files/Intel/WirelessCommon, dst C:\Program Files\Common Files\Intel\WirelessCommon, flags 0x6022, rc 0
  123   98238 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Common Files\Intel\WirelessCommon)
  137   98375 [main] dos2unix 2236 symlink_info::check: not a symlink
  135   98510 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Program Files\Common Files\Intel\WirelessCommon, 0xFFFFB6B0) (0x806022)
  106   98616 [main] dos2unix 2236 path_conv::check: this->path(C:\Program Files\Common Files\Intel\WirelessCommon), has_acls(1)
   76   98692 [main] dos2unix 2236 normalize_posix_path: src /c/Users/michel/AppData/Local/Microsoft/WindowsApps
   62   98754 [main] dos2unix 2236 normalize_posix_path: /c/Users/michel/AppData/Local/Microsoft/WindowsApps = normalize_posix_path (/c/Users/michel/AppData/Local/Microsoft/WindowsApps)
   65   98819 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/michel/AppData/Local/Microsoft/WindowsApps)
   74   98893 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/c/Users/michel/AppData/Local/Microsoft/WindowsApps', dst 'C:\Users\michel\AppData\Local\Microsoft\WindowsApps'
   68   98961 [main] dos2unix 2236 set_flags: flags: binary (0x2)
   65   99026 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /c/Users/michel/AppData/Local/Microsoft/WindowsApps, dst C:\Users\michel\AppData\Local\Microsoft\WindowsApps, flags 0x6022, rc 0
  123   99149 [main] dos2unix 2236 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
  142   99291 [main] dos2unix 2236 symlink_info::check: not a symlink
  136   99427 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(C:\Users\michel\AppData\Local\Microsoft\WindowsApps, 0xFFFFB6B0) (0x806022)
  105   99532 [main] dos2unix 2236 path_conv::check: this->path(C:\Users\michel\AppData\Local\Microsoft\WindowsApps), has_acls(1)
  244   99776 [main] dos2unix 2236 win_env::add_cache: posix /c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
   87   99863 [main] dos2unix 2236 win_env::add_cache: native PATH=C:\Program Files (x86)\Intel\iCLS Client;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\mybinlocal;C:\mybin;C:\cygwin64\bin;C:\Program Files (x86)\Vim\vim80;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Users\michel\AppData\Local\Microsoft\WindowsApps
   81   99944 [main] dos2unix 2236 posify_maybe: env var converted to PATH=/c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
  187  100131 [main] dos2unix 2236 win32env_to_cygenv: 0x600071240: PATH=/c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
  148  100279 [main] dos2unix 2236 win32env_to_cygenv: 0x600028990: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.SH
  143  100422 [main] dos2unix 2236 win32env_to_cygenv: 0x6000289E0: PROCESSOR_ARCHITECTURE=AMD64
  144  100566 [main] dos2unix 2236 win32env_to_cygenv: 0x600028A10: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
  128  100694 [main] dos2unix 2236 win32env_to_cygenv: 0x600028A60: PROCESSOR_LEVEL=6
  126  100820 [main] dos2unix 2236 win32env_to_cygenv: 0x600028A80: PROCESSOR_REVISION=4e03
  131  100951 [main] dos2unix 2236 win32env_to_cygenv: 0x600028AA0: ProgramData=C:\ProgramData
  139  101090 [main] dos2unix 2236 win32env_to_cygenv: 0x600028AD0: PROGRAMFILES=C:\Program Files
  138  101228 [main] dos2unix 2236 win32env_to_cygenv: 0x600028B00: ProgramFiles(x86)=C:\Program Files (x86)
  138  101366 [main] dos2unix 2236 win32env_to_cygenv: 0x600028B40: ProgramW6432=C:\Program Files
  137  101503 [main] dos2unix 2236 win32env_to_cygenv: 0x600028B70: PROMPT=$P$G
  141  101644 [main] dos2unix 2236 win32env_to_cygenv: 0x600028B90: PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
  137  101781 [main] dos2unix 2236 win32env_to_cygenv: 0x600028C10: PUBLIC=C:\Users\Public
  130  101911 [main] dos2unix 2236 win32env_to_cygenv: 0x600028C30: SESSIONNAME=Console
  125  102036 [main] dos2unix 2236 win32env_to_cygenv: 0x600071500: SYSTEMDRIVE=C:
  131  102167 [main] dos2unix 2236 win32env_to_cygenv: 0x600071520: SYSTEMROOT=C:\WINDOWS
  140  102307 [main] dos2unix 2236 getwinenv: can't set native for TEMP= since no environ yet
  139  102446 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Temp, 0x10000000, no-add-slash)
  154  102600 [main] dos2unix 2236 normalize_win32_path: C:\Users\michel\AppData\Local\Temp = normalize_win32_path (C:\Users\michel\AppData\Local\Temp)
  155  102755 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Temp = conv_to_posix_path (C:\Users\michel\AppData\Local\Temp)
  436  103191 [main] dos2unix 2236 win_env::add_cache: posix /c/Users/michel/AppData/Local/Temp
  160  103351 [main] dos2unix 2236 win_env::add_cache: native TEMP=C:\Users\michel\AppData\Local\Temp
  157  103508 [main] dos2unix 2236 posify_maybe: env var converted to TEMP=/c/Users/michel/AppData/Local/Temp
  432  103940 [main] dos2unix 2236 win32env_to_cygenv: 0x6000715D0: TEMP=/c/Users/michel/AppData/Local/Temp
  298  104238 [main] dos2unix 2236 getwinenv: can't set native for TMP= since no environ yet
  126  104364 [main] dos2unix 2236 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Temp, 0x10000000, no-add-slash)
  113  104477 [main] dos2unix 2236 normalize_win32_path: C:\Users\michel\AppData\Local\Temp = normalize_win32_path (C:\Users\michel\AppData\Local\Temp)
  111  104588 [main] dos2unix 2236 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Temp = conv_to_posix_path (C:\Users\michel\AppData\Local\Temp)
  226  104814 [main] dos2unix 2236 win_env::add_cache: posix /c/Users/michel/AppData/Local/Temp
   54  104868 [main] dos2unix 2236 win_env::add_cache: native TMP=C:\Users\michel\AppData\Local\Temp
   53  104921 [main] dos2unix 2236 posify_maybe: env var converted to TMP=/c/Users/michel/AppData/Local/Temp
  144  105065 [main] dos2unix 2236 win32env_to_cygenv: 0x600071660: TMP=/c/Users/michel/AppData/Local/Temp
  101  105166 [main] dos2unix 2236 win32env_to_cygenv: 0x600071540: USERDOMAIN=SPIRO1
  101  105267 [main] dos2unix 2236 win32env_to_cygenv: 0x600071690: USERDOMAIN_ROAMINGPROFILE=SPIRO1
   97  105364 [main] dos2unix 2236 win32env_to_cygenv: 0x6000716C0: USERNAME=michel
  100  105464 [main] dos2unix 2236 win32env_to_cygenv: 0x6000716E0: USERPROFILE=C:\Users\michel
  101  105565 [main] dos2unix 2236 win32env_to_cygenv: 0x600071710: WINDIR=C:\WINDOWS
  120  105685 [main] dos2unix 2236 pinfo_init: Set nice to 0
   49  105734 [main] dos2unix 2236 pinfo_init: pid 2236, pgid 2236, process_state 0x41
   53  105787 [main] dos2unix 2236 App version:  2008.0, api: 0.309
   53  105840 [main] dos2unix 2236 DLL version:  2009.0, api: 0.318
   58  105898 [main] dos2unix 2236 DLL build:    2017-09-12 10:18
   70  105968 [main] dos2unix 2236 dtable::extend: size 32, fds 0x1802FA410
  329  106297 [main] dos2unix 2236 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
   91  106388 [main] dos2unix 2236 transport_layer_pipes::connect: Error opening the pipe (2)
   97  106485 [main] dos2unix 2236 client_request::make_request: cygserver un-available
--- Process 2236 loaded C:\Windows\System32\advapi32.dll at 00007FFF220F0000
--- Process 2236 loaded C:\Windows\System32\msvcrt.dll at 00007FFF23B60000
--- Process 2236 loaded C:\Windows\System32\sechost.dll at 00007FFF240B0000
--- Process 2236 loaded C:\Windows\System32\rpcrt4.dll at 00007FFF21DF0000
--- Process 2236 loaded C:\Windows\System32\netapi32.dll at 00007FFF115B0000
--- Process 2236 loaded C:\Windows\System32\samcli.dll at 00007FFF1C810000
--- Process 2236 loaded C:\Windows\System32\ucrtbase.dll at 00007FFF20BB0000
--- Process 2236 loaded C:\Windows\System32\samlib.dll at 00007FFF1BF80000
--- Process 2236 loaded C:\Windows\System32\netutils.dll at 00007FFF1FFF0000
11253  117738 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <michel:*:197609:197121:U-SPIRO1\michel,S-1-5-21-2796346090-3831379263-3805405407-1001:/home/michel:/bin/bash>
 1776  119514 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: NetLocalGroupGetInfo(None) 1376
  112  119626 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <None:S-1-5-21-2796346090-3831379263-3805405407-513:197121:>
 1619  121245 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <Users:S-1-5-32-545:545:>
  118  121363 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
  103  121466 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
  108  121574 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
  104  121678 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
   72  121750 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
   73  121823 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:>
  100  121923 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
  104  122027 [main] dos2unix 2236 pwdgrp::fetch_account_from_windows: line: <Medium Mandatory Level:S-1-16-8192:401408:>
  111  122138 [main] dos2unix 2236 cygheap_user::ontherange: what 2, pw 0x1802FA5A0
   96  122234 [main] dos2unix 2236 cygheap_user::ontherange: HOME is already in the environment /d/michel
  298  122532 [main] dos2unix 2236 build_argv: argv[0] = 'dos2unix'
   98  122630 [main] dos2unix 2236 build_argv: argv[1] = '-n'
   96  122726 [main] dos2unix 2236 build_argv: argv[2] = 'Zot.txt'
   84  122810 [main] dos2unix 2236 build_argv: argv[3] = 'Foo.txt'
   79  122889 [main] dos2unix 2236 build_argv: argc 4
  290  123179 [main] dos2unix 2236 open_shared: name e022582115c10879-cons0x3097C.0, n 0, shared 0x180000000 (wanted 0x180000000), h 0x4C, *m 6
  109  123288 [main] dos2unix 2236 build_fh_pc: created an archetype (0x1802FB680) for /dev/cons0(3/0)
   54  123342 [main] dos2unix 2236 build_fh_pc: fh 0x1802FB400, dev 00030000
  282  123624 [main] dos2unix 2236 fhandler_console::open: opened conin$ 0x15C, conout$ 0x140
   78  123702 [main] dos2unix 2236 fhandler_base::open_with_arch: line 453:  /dev/cons0<0x1802FB680> usecount + 1 = 1
   58  123760 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   59  123819 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   51  123870 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   54  123924 [main] dos2unix 2236 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   53  123977 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x1802FB680
   59  124036 [main] dos2unix 2236 _pinfo::set_ctty: ctty was NULL
   56  124092 [main] dos2unix 2236 _pinfo::set_ctty: line 497:  /dev/cons0<0x1802FB680> usecount + 1 = 2
   54  124146 [main] dos2unix 2236 _pinfo::set_ctty: /dev/cons0 ctty, usecount 2
   58  124204 [main] dos2unix 2236 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2236, pid 2236, pgid 2236, tty->pgid 2620, tty->sid 2620
   55  124259 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  102  124361 [main] dos2unix 2236 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
  103  124464 [main] dos2unix 2236 fhandler_console::input_tcsetattr: this 0x1802FB400, get_ttyp () 0x180000000, t 0x18000001C
  101  124565 [main] dos2unix 2236 fhandler_console::input_tcsetattr: 0 = tcsetattr(,0x18000001C) enable flags 0x1F, c_lflag 0x107 iflag 0x20502
   62  124627 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   54  124681 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   54  124735 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   53  124788 [main] dos2unix 2236 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   58  124846 [main] dos2unix 2236 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 2236, pgid 2620, tty->pgid 2620, tty->sid 2620
   55  124901 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  158  125059 [main] dos2unix 2236 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x15C
   63  125122 [main] dos2unix 2236 build_fh_pc: fh 0x1802FB960, dev 00030000
   62  125184 [main] dos2unix 2236 fhandler_base::open_with_arch: line 473:  /dev/cons0<0x1802FB680> usecount + 1 = 3
   50  125234 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   53  125287 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   53  125340 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   53  125393 [main] dos2unix 2236 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   57  125450 [main] dos2unix 2236 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 2236, pgid 2620, tty->pgid 2620, tty->sid 2620
   55  125505 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   97  125602 [main] dos2unix 2236 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
  103  125705 [main] dos2unix 2236 fhandler_console::input_tcsetattr: this 0x1802FB960, get_ttyp () 0x180000000, t 0x18000001C
   62  125767 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   54  125821 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   53  125874 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   54  125928 [main] dos2unix 2236 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   56  125984 [main] dos2unix 2236 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 2236, pgid 2620, tty->pgid 2620, tty->sid 2620
   55  126039 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  158  126197 [main] dos2unix 2236 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x15C
   62  126259 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBBE0, dev 00030000
   62  126321 [main] dos2unix 2236 fhandler_base::open_with_arch: line 473:  /dev/cons0<0x1802FB680> usecount + 1 = 4
   50  126371 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   53  126424 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   53  126477 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   57  126534 [main] dos2unix 2236 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   60  126594 [main] dos2unix 2236 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 2236, pgid 2620, tty->pgid 2620, tty->sid 2620
   55  126649 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   97  126746 [main] dos2unix 2236 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
  139  126885 [main] dos2unix 2236 fhandler_console::input_tcsetattr: this 0x1802FBBE0, get_ttyp () 0x180000000, t 0x18000001C
   47  126932 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   27  126959 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   28  126987 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   55  127042 [main] dos2unix 2236 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   30  127072 [main] dos2unix 2236 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 2236, pgid 2620, tty->pgid 2620, tty->sid 2620
   29  127101 [main] dos2unix 2236 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  427  127528 [main] dos2unix 2236 __set_errno: void dll_crt0_1(void*):979 setting errno 0
  934  128462 [main] dos2unix 2236 lstat64: entering
   40  128502 [main] dos2unix 2236 normalize_posix_path: src Foo.txt
   28  128530 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
   55  128585 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   41  128626 [main] dos2unix 2236 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
   28  128654 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
   29  128683 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
   41  128724 [main] dos2unix 2236 set_flags: flags: binary (0x2)
   41  128765 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
   64  128829 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
   43  128872 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
   42  128914 [main] dos2unix 2236 symlink_info::check: not a symlink
   40  128954 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFB310) (0x406022)
   29  128983 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
   40  129023 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBE60, dev 000000C3
   27  129050 [main] dos2unix 2236 stat_worker: (\??\E:\junk\Foo.txt, 0xFFFFC600, 0x1802FBE60), file_attributes 32
32709  161759 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Foo.txt, 0xFFFFC600) st_size=18, st_mode=0100644, st_ino=-431042389070754565st_atim=5A9CCED0.0 st_ctim=5A9D817A.0 st_mtim=5A9D817A.0 st_birthtim=5A9D8179.DB58580
  393  162152 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk\Foo.txt,0xFFFFC600)
 2248  164400 [main] dos2unix 2236 lstat64: entering
  301  164701 [main] dos2unix 2236 normalize_posix_path: src Zot.txt
  258  164959 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  260  165219 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  262  165481 [main] dos2unix 2236 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  258  165739 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  262  166001 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  259  166260 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  257  166517 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  368  166885 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  394  167279 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  351  167630 [main] dos2unix 2236 symlink_info::check: not a symlink
  342  167972 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB240) (0x406022)
  265  168237 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  281  168518 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  262  168780 [main] dos2unix 2236 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC470, 0x1802FBE60), file_attributes 32
 2423  171203 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC470) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  266  171469 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC470)
 2240  173709 [main] dos2unix 2236 lstat64: entering
  296  174005 [main] dos2unix 2236 normalize_posix_path: src Zot.txt
  258  174263 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  259  174522 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  262  174784 [main] dos2unix 2236 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  260  175044 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  263  175307 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  258  175565 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  259  175824 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  339  176163 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  379  176542 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  350  176892 [main] dos2unix 2236 symlink_info::check: not a symlink
  265  177157 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
  250  177407 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  258  177665 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  246  177911 [main] dos2unix 2236 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC600, 0x1802FBE60), file_attributes 32
 2370  180281 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC600) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  273  180554 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC600)
 2214  182768 [main] dos2unix 2236 lstat64: entering
  246  183014 [main] dos2unix 2236 normalize_posix_path: src Foo.txt
  258  183272 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  260  183532 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  261  183793 [main] dos2unix 2236 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
  259  184052 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
  263  184315 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
  259  184574 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  258  184832 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
  358  185190 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
  312  185502 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
  265  185767 [main] dos2unix 2236 symlink_info::check: not a symlink
  214  185981 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFB310) (0x406022)
  218  186199 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
  239  186438 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  227  186665 [main] dos2unix 2236 stat_worker: (\??\E:\junk\Foo.txt, 0xFFFFC600, 0x1802FBE60), file_attributes 32
 2024  188689 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Foo.txt, 0xFFFFC600) st_size=18, st_mode=0100644, st_ino=-431042389070754565st_atim=5A9CCED0.0 st_ctim=5A9D817A.0 st_mtim=5A9D817A.0 st_birthtim=5A9D8179.DB58580
  238  188927 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk\Foo.txt,0xFFFFC600)
 2143  191070 [main] dos2unix 2236 stat64: entering
  271  191341 [main] dos2unix 2236 normalize_posix_path: src Zot.txt
  208  191549 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  215  191764 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  216  191980 [main] dos2unix 2236 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  215  192195 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  216  192411 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  213  192624 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  216  192840 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  283  193123 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  288  193411 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  264  193675 [main] dos2unix 2236 symlink_info::check: not a symlink
  216  193891 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
  219  194110 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  230  194340 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  218  194558 [main] dos2unix 2236 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC580, 0x1802FBE60), file_attributes 32
 2130  196688 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC580) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  266  196954 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC580)
 3396  200350 [main] dos2unix 2236 open: open(Zot.txt, 0x10000)
  245  200595 [main] dos2unix 2236 normalize_posix_path: src Zot.txt
  239  200834 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  241  201075 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  243  201318 [main] dos2unix 2236 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  215  201533 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  216  201749 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  214  201963 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  214  202177 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  282  202459 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  287  202746 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  261  203007 [main] dos2unix 2236 symlink_info::check: not a symlink
 1817  204824 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB1A0) (0x6022)
  117  204941 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  243  205184 [main] dos2unix 2236 build_fh_pc: fh 0x1802FBE60, dev 000000C3
  225  205409 [main] dos2unix 2236 fhandler_base::open: (\??\E:\junk\Zot.txt, 0x118000)
  329  205738 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000
  215  205953 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  249  206202 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
  259  206461 [main] dos2unix 2236 fhandler_base::open: 0x0 = NtCreateFile (0x180, 0x80100000, \??\E:\junk\Zot.txt, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  248  206709 [main] dos2unix 2236 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\Zot.txt, 0x118000)
  258  206967 [main] dos2unix 2236 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\Zot.txt, 0x18000)
  251  207218 [main] dos2unix 2236 open: 3 = open(Zot.txt, 0x18000)
  730  207948 [main] dos2unix 2236 _cygwin_istext_for_stdio: fd 3: opened as binary
--- Process 2236 loaded C:\Windows\System32\cryptbase.dll at 00007FFF203E0000
--- Process 2236 loaded C:\Windows\System32\bcryptprimitives.dll at 00007FFF20CB0000
 4049  211997 [main] dos2unix 2236 stat64: entering
  251  212248 [main] dos2unix 2236 normalize_posix_path: src .
  193  212441 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  185  212626 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  191  212817 [main] dos2unix 2236 normalize_posix_path: /e/junk/ = normalize_posix_path (.)
  190  213007 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
  171  213178 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
  161  213339 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  206  213545 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  265  213810 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  280  214090 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  261  214351 [main] dos2unix 2236 symlink_info::check: not a symlink
  146  214497 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB150) (0x406022)
  154  214651 [main] dos2unix 2236 path_conv::check: this->path(E:\junk), has_acls(0)
  169  214820 [main] dos2unix 2236 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
  137  214957 [main] dos2unix 2236 stat_worker: (\??\E:\junk, 0xFFFFC3B0, 0x1802FC1D8), file_attributes 16
  160  215117 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk, 0xFFFFC3B0) st_size=0, st_mode=040755, st_ino=-3047115199390068561st_atim=5A9CCED0.0 st_ctim=5A9D7BAC.0 st_mtim=5A9D7BAC.0 st_birthtim=5A9D7BAA.2625A00
  168  215285 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk,0xFFFFC3B0)
 2087  217372 [main] dos2unix 2236 open: open(./d2utmpLAHbrg, 0x10A02)
  147  217519 [main] dos2unix 2236 normalize_posix_path: src ./d2utmpLAHbrg
  186  217705 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  153  217858 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  153  218011 [main] dos2unix 2236 normalize_posix_path: /e/junk/d2utmpLAHbrg = normalize_posix_path (./d2utmpLAHbrg)
  162  218173 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpLAHbrg)
  131  218304 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpLAHbrg', dst 'E:\junk\d2utmpLAHbrg'
  127  218431 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  129  218560 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpLAHbrg, dst E:\junk\d2utmpLAHbrg, flags 0x6022, rc 0
  187  218747 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpLAHbrg)
  188  218935 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\d2utmpLAHbrg)
  126  219061 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpLAHbrg)
  187  219248 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpLAHbrg.exe)
  124  219372 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpLAHbrg.exe)
  186  219558 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpLAHbrg.lnk)
  123  219681 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpLAHbrg.lnk)
  197  219878 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpLAHbrg.exe.lnk)
  132  220010 [main] dos2unix 2236 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpLAHbrg.exe.lnk)
  132  220142 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpLAHbrg, 0xFFFFB080) (0x6022)
  129  220271 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
  129  220400 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
  106  220506 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  135  220641 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  211  220852 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  139  220991 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  121  221112 [main] dos2unix 2236 symlink_info::check: not a symlink
 1387  222499 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB080) (0x6022)
  110  222609 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\d2utmpLAHbrg), has_acls(0)
   94  222703 [main] dos2unix 2236 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   99  222802 [main] dos2unix 2236 fhandler_base::open: (\??\E:\junk\d2utmpLAHbrg, 0x118A02)
 2877  225679 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x118A02, supplied_bin 0x10000
  117  225796 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   81  225877 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   79  225956 [main] dos2unix 2236 fhandler_base::open: 0x0 = NtCreateFile (0x198, 0xC0100000, \??\E:\junk\d2utmpLAHbrg, io, NULL, 0x80, 0x7, 0x2, 0x4020, NULL, 0)
   87  226043 [main] dos2unix 2236 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\d2utmpLAHbrg, 0x118A02)
   96  226139 [main] dos2unix 2236 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\d2utmpLAHbrg, 0x18A02)
   86  226225 [main] dos2unix 2236 open: 4 = open(./d2utmpLAHbrg, 0x18A02)
   99  226324 [main] dos2unix 2236 fcntl64: fcntl(4, 3, ...)
   74  226398 [main] dos2unix 2236 fhandler_base::fcntl: GETFL: 0x118A02
   72  226470 [main] dos2unix 2236 fcntl64: 1149442 = fcntl(4, 3, 0x0)
  633  227103 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x118A02, supplied_bin 0x0
   85  227188 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   82  227270 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
   80  227350 [main] dos2unix 2236 _setmode: (4<\??\E:\junk\d2utmpLAHbrg>, 0x600010000) returning binary
   92  227442 [main] dos2unix 2236 _cygwin_istext_for_stdio: fd 4: opened as binary
 1899  229341 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC2A0) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
   96  229437 [main] dos2unix 2236 fstat64: 0 = fstat(3, 0xFFFFC2A0)
  202  229639 [main] dos2unix 2236 read: read(3, 0x600071ED0, 65536) blocking
  166  229805 [main] dos2unix 2236 fhandler_base::read: returning 18, binary mode
   78  229883 [main] dos2unix 2236 read: 18 = read(3, 0x600071ED0, 18)
 1139  231022 [main] dos2unix 2236 fhandler_base::fstat_helper: 0xC0000011 = NtReadFile(\??\E:\junk\d2utmpLAHbrg)
  162  231184 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\d2utmpLAHbrg, 0xFFFFC250) st_size=0, st_mode=0100644, st_ino=2015408582282178497st_atim=5A9CCED0.0 st_ctim=5A9D8192.0 st_mtim=5A9D8192.0 st_birthtim=5A9D8190.1C03A180
  102  231286 [main] dos2unix 2236 fstat64: 0 = fstat(4, 0xFFFFC250)
14086  245372 [main] dos2unix 2236 read: read(3, 0x600071ED0, 65536) blocking
   94  245466 [main] dos2unix 2236 fhandler_base::read: returning 0, binary mode
   64  245530 [main] dos2unix 2236 read: 0 = read(3, 0x600071ED0, 0)
  295  245825 [main] dos2unix 2236 close: close(3)
   99  245924 [main] dos2unix 2236 fhandler_base::close: closing '/e/junk/Zot.txt' handle 0x180
 1136  247060 [main] dos2unix 2236 close: 0 = close(3)
  620  247680 [main] dos2unix 2236 write: write(4, 0x600081EE0, 18)
  168  247848 [main] dos2unix 2236 write: 18 = write(4, 0x600081EE0, 18)
   67  247915 [main] dos2unix 2236 close: close(4)
   67  247982 [main] dos2unix 2236 fhandler_base::close: closing '/e/junk/d2utmpLAHbrg' handle 0x198
34355  282337 [main] dos2unix 2236 close: 0 = close(4)
  421  282758 [main] dos2unix 2236 normalize_posix_path: src ./d2utmpLAHbrg
   50  282808 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
   44  282852 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   45  282897 [main] dos2unix 2236 normalize_posix_path: /e/junk/d2utmpLAHbrg = normalize_posix_path (./d2utmpLAHbrg)
   44  282941 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpLAHbrg)
   45  282986 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpLAHbrg', dst 'E:\junk\d2utmpLAHbrg'
   42  283028 [main] dos2unix 2236 set_flags: flags: binary (0x2)
   43  283071 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpLAHbrg, dst E:\junk\d2utmpLAHbrg, flags 0x6022, rc 0
  303  283374 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpLAHbrg)
  301  283675 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\d2utmpLAHbrg)
  282  283957 [main] dos2unix 2236 symlink_info::check: not a symlink
 1879  285836 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpLAHbrg, 0xFFFFB280) (0x6022)
  175  286011 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\d2utmpLAHbrg), has_acls(0)
  131  286142 [main] dos2unix 2236 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
  141  286283 [main] dos2unix 2236 fhandler_base::open: (\??\E:\junk\d2utmpLAHbrg, 0x110000)
  256  286539 [main] dos2unix 2236 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  167  286706 [main] dos2unix 2236 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  116  286822 [main] dos2unix 2236 fhandler_base::set_flags: filemode set to binary
  111  286933 [main] dos2unix 2236 fhandler_base::open: 0x0 = NtCreateFile (0x19C, 0x60100, \??\E:\junk\d2utmpLAHbrg, io, NULL, 0x0, 0x7, 0x1, 0x4000, NULL, 0)
  112  287045 [main] dos2unix 2236 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\d2utmpLAHbrg, 0x110000)
  114  287159 [main] dos2unix 2236 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\d2utmpLAHbrg, 0x10000)
  151  287310 [main] dos2unix 2236 fhandler_base::close: closing '/e/junk/d2utmpLAHbrg' handle 0x19C
 1819  289129 [main] dos2unix 2236 chmod: 0 = chmod(./d2utmpLAHbrg, 0100644)
  166  289295 [main] dos2unix 2236 lstat64: entering
  114  289409 [main] dos2unix 2236 normalize_posix_path: src Foo.txt
  111  289520 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  113  289633 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  112  289745 [main] dos2unix 2236 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
  111  289856 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
  116  289972 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
  109  290081 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  110  290191 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
  172  290363 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
  215  290578 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
  203  290781 [main] dos2unix 2236 symlink_info::check: not a symlink
  161  290942 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFB310) (0x406022)
  134  291076 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
  135  291211 [main] dos2unix 2236 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
  120  291331 [main] dos2unix 2236 stat_worker: (\??\E:\junk\Foo.txt, 0xFFFFC600, 0x1802FC1D8), file_attributes 32
 1914  293245 [main] dos2unix 2236 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Foo.txt, 0xFFFFC600) st_size=18, st_mode=0100644, st_ino=-431042389070754565st_atim=5A9CCED0.0 st_ctim=5A9D817A.0 st_mtim=5A9D817A.0 st_birthtim=5A9D8179.DB58580
  272  293517 [main] dos2unix 2236 stat_worker: 0 = (\??\E:\junk\Foo.txt,0xFFFFC600)
 1955  295472 [main] dos2unix 2236 normalize_posix_path: src ./d2utmpLAHbrg
  259  295731 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  228  295959 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  230  296189 [main] dos2unix 2236 normalize_posix_path: /e/junk/d2utmpLAHbrg = normalize_posix_path (./d2utmpLAHbrg)
  227  296416 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpLAHbrg)
  230  296646 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpLAHbrg', dst 'E:\junk\d2utmpLAHbrg'
  226  296872 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  228  297100 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpLAHbrg, dst E:\junk\d2utmpLAHbrg, flags 0x6022, rc 0
  296  297396 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpLAHbrg)
  332  297728 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\d2utmpLAHbrg)
  308  298036 [main] dos2unix 2236 symlink_info::check: not a symlink
 2060  300096 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpLAHbrg, 0xFFFFAEF0) (0x6022)
  312  300408 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\d2utmpLAHbrg), has_acls(0)
  261  300669 [main] dos2unix 2236 normalize_posix_path: src Foo.txt
  258  300927 [main] dos2unix 2236 cwdstuff::get: posix /e/junk
  259  301186 [main] dos2unix 2236 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
  263  301449 [main] dos2unix 2236 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
  260  301709 [main] dos2unix 2236 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
  256  301965 [main] dos2unix 2236 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
  259  302224 [main] dos2unix 2236 set_flags: flags: binary (0x2)
  214  302438 [main] dos2unix 2236 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
  282  302720 [main] dos2unix 2236 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
  286  303006 [main] dos2unix 2236 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
  298  303304 [main] dos2unix 2236 symlink_info::check: not a symlink
 2012  305316 [main] dos2unix 2236 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFAEF0) (0x6022)
  219  305535 [main] dos2unix 2236 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
43124  348659 [main] dos2unix 2236 rename2: 0 = rename(./d2utmpLAHbrg, Foo.txt)
  646  349305 [main] dos2unix 2236 fhandler_console::write: 0xFFFFC790, 8
  284  349589 [main] dos2unix 2236 fhandler_console::write: 8 = fhandler_console::write(...)
   78  349667 [main] dos2unix 2236 write: 8 = write(2, 0xFFFFC790, 8)
  113  349780 [main] dos2unix 2236 fhandler_console::write: 0x10040A25F, 2
  214  349994 [main] dos2unix 2236 fhandler_console::write: 2 = fhandler_console::write(...)
   99  350093 [main] dos2unix 2236 write: 2 = write(2, 0x10040A25F, 2)
 1079  351172 [main] dos2unix 2236 fhandler_console::write: 0x10040B540, 16
  203  351375 [main] dos2unix 2236 fhandler_console::write: 16 = fhandler_console::write(...)
   75  351450 [main] dos2unix 2236 write: 16 = write(2, 0x10040B540, 16)
  124  351574 [main] dos2unix 2236 fhandler_console::write: 0xFFFFCC4C, 7
  195  351769 [main] dos2unix 2236 fhandler_console::write: 7 = fhandler_console::write(...)
   81  351850 [main] dos2unix 2236 write: 7 = write(2, 0xFFFFCC4C, 7)
  165  352015 [main] dos2unix 2236 fhandler_console::write: 0x10040B552, 9
  178  352193 [main] dos2unix 2236 fhandler_console::write: 9 = fhandler_console::write(...)
   99  352292 [main] dos2unix 2236 write: 9 = write(2, 0x10040B552, 9)
  113  352405 [main] dos2unix 2236 fhandler_console::write: 0xFFFFCC54, 7
  174  352579 [main] dos2unix 2236 fhandler_console::write: 7 = fhandler_console::write(...)
  108  352687 [main] dos2unix 2236 write: 7 = write(2, 0xFFFFCC54, 7)
  113  352800 [main] dos2unix 2236 fhandler_console::write: 0x10040B55D, 19
 1368  354168 [main] dos2unix 2236 fhandler_console::write: 19 = fhandler_console::write(...)
  169  354337 [main] dos2unix 2236 write: 19 = write(2, 0x10040B55D, 19)
  418  354755 [main] dos2unix 2236 do_exit: do_exit (0), exit_state 1
   56  354811 [main] dos2unix 2236 void: 0x0 = signal (20, 0x1)
   57  354868 [main] dos2unix 2236 void: 0x0 = signal (1, 0x1)
   52  354920 [main] dos2unix 2236 void: 0x0 = signal (2, 0x1)
   53  354973 [main] dos2unix 2236 void: 0x0 = signal (3, 0x1)
   63  355036 [main] dos2unix 2236 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 3
  105  355141 [main] dos2unix 2236 fhandler_base::close_with_arch: not closing archetype
   69  355210 [main] dos2unix 2236 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 2
   60  355270 [main] dos2unix 2236 fhandler_base::close_with_arch: not closing archetype
   61  355331 [main] dos2unix 2236 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 1
  108  355439 [main] dos2unix 2236 fhandler_base::close_with_arch: not closing archetype
   58  355497 [main] dos2unix 2236 init_cygheap::close_ctty: closing cygheap->ctty 0x1802FB680
   63  355560 [main] dos2unix 2236 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
  112  355672 [main] dos2unix 2236 fhandler_console::free_console: freed console, res 1
   70  355742 [main] dos2unix 2236 dtable::delete_archetype: deleting element 0 for /dev/cons0(3/0)
  177  355919 [main] dos2unix 2236 getpid: 2236 = getpid()
  118  356037 [main] dos2unix 2236 proc_terminate: nprocs 0
   91  356128 [main] dos2unix 2236 proc_terminate: leaving
   72  356200 [main] dos2unix 2236 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
--- Process 2236 thread 5468 exited with status 0x0
--- Process 2236 thread 4664 exited with status 0x0
--- Process 2236 thread 2676 exited with status 0x0
--- Process 2236 thread 4704 exited with status 0x0
--- Process 2236 exited with status 0x0

[-- Attachment #4: d2u_firsttime.trace --]
[-- Type: application/octet-stream, Size: 90351 bytes --]

--- Process 7472 created
--- Process 7472 loaded C:\Windows\System32\ntdll.dll at 00007FFF246A0000
--- Process 7472 loaded C:\Windows\System32\kernel32.dll at 00007FFF239D0000
--- Process 7472 loaded C:\Windows\System32\KernelBase.dll at 00007FFF21480000
--- Process 7472 thread 8640 created
--- Process 7472 thread 7232 created
--- Process 7472 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 7472 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003FC070000
--- Process 7472 thread 6256 created
--- Process 7472 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003FC100000
    4       4 [main] dos2unix (7472) **********************************************
  221     225 [main] dos2unix (7472) Program name: C:\cygwin64\bin\dos2unix.exe (windows pid 7472)
  119     344 [main] dos2unix (7472) OS version:   Windows NT-10.0
  123     467 [main] dos2unix (7472) **********************************************
  253     720 [main] dos2unix (7472) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802D5C10)
  661    1381 [main] dos2unix 7472 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xDC, *m 6
  207    1588 [main] dos2unix 7472 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
  223    1811 [main] dos2unix 7472 open_shared: name S-1-5-21-2796346090-3831379263-3805405407-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xD4, *m 6
  177    1988 [main] dos2unix 7472 user_info::create: opening user shared for 'S-1-5-21-2796346090-3831379263-3805405407-1001' at 0x180020000
  123    2111 [main] dos2unix 7472 user_info::create: user shared version AB1FCCE8
  153    2264 [main] dos2unix 7472 fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-7472-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
  227    2491 [main] dos2unix 7472 fhandler_pipe::create: pipe read handle 0xF0
  128    2619 [main] dos2unix 7472 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-7472-sigwait
  122    2741 [main] dos2unix 7472 fhandler_pipe::create: pipe write handle 0xF4
   95    2836 [main] dos2unix 7472 dll_crt0_0: finished dll_crt0_0 initialization
--- Process 7472 thread 3472 created
  481    3317 [sig] dos2unix 7472 wait_sig: entering ReadFile loop, my_readsig 0xF0, my_sendsig 0xF4
25095   28412 [main] dos2unix 7472 time: 1520271737 = time(0x0)
  611   29023 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (E:\junk, 0x0, no-add-slash)
  282   29305 [main] dos2unix 7472 normalize_win32_path: E:\junk = normalize_win32_path (E:\junk)
  139   29444 [main] dos2unix 7472 mount_info::conv_to_posix_path: /e/junk = conv_to_posix_path (E:\junk)
  273   29717 [main] dos2unix 7472 sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130)
  707   30424 [main] dos2unix 7472 _cygwin_istext_for_stdio: fd 0: not open
   81   30505 [main] dos2unix 7472 _cygwin_istext_for_stdio: fd 1: not open
   70   30575 [main] dos2unix 7472 _cygwin_istext_for_stdio: fd 2: not open
  173   30748 [main] dos2unix (7472) open_shared: name cygpid.7472, n 7472, shared 0x180010000 (wanted 0x180010000), h 0x118, *m 2
   48   30796 [main] dos2unix (7472) time: 1520271737 = time(0x0)
   46   30842 [main] dos2unix 7472 pinfo::thisproc: myself dwProcessId 7472
   70   30912 [main] dos2unix 7472 environ_init: GetEnvironmentStrings returned 0x26EEF90
  155   31067 [main] dos2unix 7472 win32env_to_cygenv: 0x6000284F0: !::=::\
   72   31139 [main] dos2unix 7472 win32env_to_cygenv: 0x600028510: !D:=d:\michel
   75   31214 [main] dos2unix 7472 win32env_to_cygenv: 0x600028530: !E:=E:\junk
   74   31288 [main] dos2unix 7472 win32env_to_cygenv: 0x600028550: !ExitCode=00000000
   75   31363 [main] dos2unix 7472 win32env_to_cygenv: 0x600028570: ALLUSERSPROFILE=C:\ProgramData
   74   31437 [main] dos2unix 7472 win32env_to_cygenv: 0x6000285A0: APPDATA=C:\Users\michel\AppData\Roaming
   74   31511 [main] dos2unix 7472 win32env_to_cygenv: 0x6000285D0: BASH_ENV=d:/michel/.bashrc
   82   31593 [main] dos2unix 7472 win32env_to_cygenv: 0x600028600: COMMONPROGRAMFILES=C:\Program Files\Common Files
  112   31705 [main] dos2unix 7472 win32env_to_cygenv: 0x600028640: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
   81   31786 [main] dos2unix 7472 win32env_to_cygenv: 0x600028690: CommonProgramW6432=C:\Program Files\Common Files
   75   31861 [main] dos2unix 7472 win32env_to_cygenv: 0x6000286D0: COMPUTERNAME=SPIRO1
   76   31937 [main] dos2unix 7472 win32env_to_cygenv: 0x6000286F0: COMSPEC=C:\WINDOWS\system32\cmd.exe
   81   32018 [main] dos2unix 7472 parse_options: glob (called func)
   72   32090 [main] dos2unix 7472 parse_options: glob (called func)
   72   32162 [main] dos2unix 7472 parse_options: returning
   39   32201 [main] dos2unix 7472 win32env_to_cygenv: 0x600028720: CYGWIN=noglob glob:ignorecase
   77   32278 [main] dos2unix 7472 win32env_to_cygenv: 0x600028790: FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
   74   32352 [main] dos2unix 7472 win32env_to_cygenv: 0x6000287D0: FPS_BROWSER_USER_PROFILE_STRING=Default
   73   32425 [main] dos2unix 7472 getwinenv: can't set native for HOME= since no environ yet
   48   32473 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (d:\michel, 0x10000000, no-add-slash)
   38   32511 [main] dos2unix 7472 normalize_win32_path: D:\michel = normalize_win32_path (d:\michel)
   41   32552 [main] dos2unix 7472 mount_info::conv_to_posix_path: /d/michel = conv_to_posix_path (d:\michel)
  110   32662 [main] dos2unix 7472 win_env::add_cache: posix /d/michel
   40   32702 [main] dos2unix 7472 win_env::add_cache: native HOME=d:\michel
   39   32741 [main] dos2unix 7472 posify_maybe: env var converted to HOME=/d/michel
  107   32848 [main] dos2unix 7472 win32env_to_cygenv: 0x600028860: HOME=/d/michel
   74   32922 [main] dos2unix 7472 win32env_to_cygenv: 0x600028800: HOMEDRIVE=C:
   75   32997 [main] dos2unix 7472 win32env_to_cygenv: 0x600028880: HOMEPATH=\Users\michel
   75   33072 [main] dos2unix 7472 win32env_to_cygenv: 0x6000288A0: LOCALAPPDATA=C:\Users\michel\AppData\Local
   73   33145 [main] dos2unix 7472 win32env_to_cygenv: 0x6000288E0: LOGONSERVER=\\SPIRO1
   74   33219 [main] dos2unix 7472 win32env_to_cygenv: 0x600028900: mybin=c:\mybin
   74   33293 [main] dos2unix 7472 win32env_to_cygenv: 0x600028920: NUMBER_OF_PROCESSORS=4
   74   33367 [main] dos2unix 7472 win32env_to_cygenv: 0x600028940: OneDrive=C:\Users\michel\OneDrive
   74   33441 [main] dos2unix 7472 win32env_to_cygenv: 0x600028970: OS=Windows_NT
   89   33530 [main] dos2unix 7472 getwinenv: can't set native for PATH= since no environ yet
   79   33609 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\iCLS Client, 0x10000100, no-add-slash)
   40   33649 [main] dos2unix 7472 normalize_win32_path: C:\Program Files (x86)\Intel\iCLS Client = normalize_win32_path (C:\Program Files (x86)\Intel\iCLS Client)
   41   33690 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/iCLS Client = conv_to_posix_path (C:\Program Files (x86)\Intel\iCLS Client)
   41   33731 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath, 0x10000100, no-add-slash)
   40   33771 [main] dos2unix 7472 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath)
   40   33811 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/ProgramData/Oracle/Java/javapath = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath)
   40   33851 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\iCLS Client, 0x10000100, no-add-slash)
   41   33892 [main] dos2unix 7472 normalize_win32_path: C:\Program Files\Intel\iCLS Client = normalize_win32_path (C:\Program Files\Intel\iCLS Client)
   40   33932 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files/Intel/iCLS Client = conv_to_posix_path (C:\Program Files\Intel\iCLS Client)
   40   33972 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, 0x10000100, no-add-slash)
   41   34013 [main] dos2unix 7472 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
   42   34055 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
   42   34097 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, 0x10000100, no-add-slash)
   40   34137 [main] dos2unix 7472 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
   40   34177 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
   40   34217 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, 0x10000100, no-add-slash)
   40   34257 [main] dos2unix 7472 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)
   40   34297 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
   41   34338 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0x10000100, no-add-slash)
   40   34378 [main] dos2unix 7472 normalize_win32_path: C:\WINDOWS\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   41   34419 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/WINDOWS/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   40   34459 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (c:\mybinlocal, 0x10000100, no-add-slash)
   40   34499 [main] dos2unix 7472 normalize_win32_path: C:\mybinlocal = normalize_win32_path (c:\mybinlocal)
   41   34540 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/mybinlocal = conv_to_posix_path (c:\mybinlocal)
   40   34580 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (c:\mybin, 0x10000100, no-add-slash)
   40   34620 [main] dos2unix 7472 normalize_win32_path: C:\mybin = normalize_win32_path (c:\mybin)
   40   34660 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/mybin = conv_to_posix_path (c:\mybin)
   40   34700 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\bin, 0x10000100, no-add-slash)
   40   34740 [main] dos2unix 7472 normalize_win32_path: C:\cygwin64\bin = normalize_win32_path (C:\cygwin64\bin)
   40   34780 [main] dos2unix 7472 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin64\bin)
   41   34821 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Vim\vim80, 0x10000100, no-add-slash)
   40   34861 [main] dos2unix 7472 normalize_win32_path: C:\Program Files (x86)\Vim\vim80 = normalize_win32_path (C:\Program Files (x86)\Vim\vim80)
   40   34901 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files (x86)/Vim/vim80 = conv_to_posix_path (C:\Program Files (x86)\Vim\vim80)
   41   34942 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
   40   34982 [main] dos2unix 7472 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   41   35023 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   41   35064 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
   40   35104 [main] dos2unix 7472 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   41   35145 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   43   35188 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, 0x10000100, no-add-slash)
   42   35230 [main] dos2unix 7472 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
   41   35271 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
   41   35312 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, 0x10000100, no-add-slash)
   39   35351 [main] dos2unix 7472 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\IPT = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
   41   35392 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/IPT = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
   40   35432 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, 0x10000100, no-add-slash)
   40   35472 [main] dos2unix 7472 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
   40   35512 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
   40   35552 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, 0x10000100, no-add-slash)
   40   35592 [main] dos2unix 7472 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   41   35633 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Program Files/Common Files/Intel/WirelessCommon = conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   41   35674 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)
   39   35713 [main] dos2unix 7472 normalize_win32_path: C:\Users\michel\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
   41   35754 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
   40   35794 [main] dos2unix 7472 __set_errno: ssize_t env_PATH_to_posix(const void*, void*, size_t):3733 setting errno 36
  138   35932 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files (x86)/Intel/iCLS Client
   38   35970 [main] dos2unix 7472 normalize_posix_path: /c/Program Files (x86)/Intel/iCLS Client = normalize_posix_path (/c/Program Files (x86)/Intel/iCLS Client)
   39   36009 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/iCLS Client)
   52   36061 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/iCLS Client', dst 'C:\Program Files (x86)\Intel\iCLS Client'
   41   36102 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   38   36140 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/iCLS Client, dst C:\Program Files (x86)\Intel\iCLS Client, flags 0x6022, rc 0
  148   36288 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\iCLS Client)
   74   36362 [main] dos2unix 7472 symlink_info::check: not a symlink
   62   36424 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\iCLS Client, 0xFFFFB6B0) (0x806022)
   46   36470 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files (x86)\Intel\iCLS Client), has_acls(1)
   45   36515 [main] dos2unix 7472 normalize_posix_path: src /c/ProgramData/Oracle/Java/javapath
   38   36553 [main] dos2unix 7472 normalize_posix_path: /c/ProgramData/Oracle/Java/javapath = normalize_posix_path (/c/ProgramData/Oracle/Java/javapath)
   40   36593 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/ProgramData/Oracle/Java/javapath)
   40   36633 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/ProgramData/Oracle/Java/javapath', dst 'C:\ProgramData\Oracle\Java\javapath'
   39   36672 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   36711 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/ProgramData/Oracle/Java/javapath, dst C:\ProgramData\Oracle\Java\javapath, flags 0x6022, rc 0
   76   36787 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\ProgramData\Oracle\Java\javapath)
  144   36931 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath_target_1383359, 0x0, no-add-slash)
   81   37012 [main] dos2unix 7472 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath_target_1383359 = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath_target_1383359)
   41   37053 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/ProgramData/Oracle/Java/javapath_target_1383359 = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath_target_1383359)
   61   37114 [main] dos2unix 7472 symlink_info::check: 50 = symlink.check(C:\ProgramData\Oracle\Java\javapath, 0xFFFFB6B0) (0x4806023)
   40   37154 [main] dos2unix 7472 path_conv::check: this->path(C:\ProgramData\Oracle\Java\javapath), has_acls(1)
   45   37199 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files/Intel/iCLS Client
   37   37236 [main] dos2unix 7472 normalize_posix_path: /c/Program Files/Intel/iCLS Client = normalize_posix_path (/c/Program Files/Intel/iCLS Client)
   40   37276 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/iCLS Client)
   41   37317 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/iCLS Client', dst 'C:\Program Files\Intel\iCLS Client'
   39   37356 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   40   37396 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/iCLS Client, dst C:\Program Files\Intel\iCLS Client, flags 0x6022, rc 0
   69   37465 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\iCLS Client)
   56   37521 [main] dos2unix 7472 symlink_info::check: not a symlink
   56   37577 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\iCLS Client, 0xFFFFB6B0) (0x806022)
   38   37615 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files\Intel\iCLS Client), has_acls(1)
   44   37659 [main] dos2unix 7472 normalize_posix_path: src /c/WINDOWS/system32
   37   37696 [main] dos2unix 7472 normalize_posix_path: /c/WINDOWS/system32 = normalize_posix_path (/c/WINDOWS/system32)
   40   37736 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/system32)
   40   37776 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/WINDOWS/system32', dst 'C:\WINDOWS\system32'
   39   37815 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   37854 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/WINDOWS/system32, dst C:\WINDOWS\system32, flags 0x6022, rc 0
   69   37923 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\system32)
   55   37978 [main] dos2unix 7472 symlink_info::check: not a symlink
   56   38034 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\WINDOWS\system32, 0xFFFFB6B0) (0x806022)
   39   38073 [main] dos2unix 7472 path_conv::check: this->path(C:\WINDOWS\system32), has_acls(1)
   46   38119 [main] dos2unix 7472 normalize_posix_path: src /c/WINDOWS
   39   38158 [main] dos2unix 7472 normalize_posix_path: /c/WINDOWS = normalize_posix_path (/c/WINDOWS)
   40   38198 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS)
   40   38238 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/WINDOWS', dst 'C:\WINDOWS'
   40   38278 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   46   38324 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/WINDOWS, dst C:\WINDOWS, flags 0x6022, rc 0
   74   38398 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS)
   54   38452 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   38507 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\WINDOWS, 0xFFFFB6B0) (0x806022)
   39   38546 [main] dos2unix 7472 path_conv::check: this->path(C:\WINDOWS), has_acls(1)
   43   38589 [main] dos2unix 7472 normalize_posix_path: src /c/WINDOWS/System32/Wbem
   38   38627 [main] dos2unix 7472 normalize_posix_path: /c/WINDOWS/System32/Wbem = normalize_posix_path (/c/WINDOWS/System32/Wbem)
   40   38667 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/System32/Wbem)
   40   38707 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/WINDOWS/System32/Wbem', dst 'C:\WINDOWS\System32\Wbem'
   40   38747 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   38786 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/WINDOWS/System32/Wbem, dst C:\WINDOWS\System32\Wbem, flags 0x6022, rc 0
   67   38853 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\Wbem)
   53   38906 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   38961 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\Wbem, 0xFFFFB6B0) (0x806022)
   38   38999 [main] dos2unix 7472 path_conv::check: this->path(C:\WINDOWS\System32\Wbem), has_acls(1)
   44   39043 [main] dos2unix 7472 normalize_posix_path: src /c/WINDOWS/System32/WindowsPowerShell/v1.0
   38   39081 [main] dos2unix 7472 normalize_posix_path: /c/WINDOWS/System32/WindowsPowerShell/v1.0 = normalize_posix_path (/c/WINDOWS/System32/WindowsPowerShell/v1.0)
   40   39121 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/WINDOWS/System32/WindowsPowerShell/v1.0)
   41   39162 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/WINDOWS/System32/WindowsPowerShell/v1.0', dst 'C:\WINDOWS\System32\WindowsPowerShell\v1.0'
   39   39201 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   40   39241 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/WINDOWS/System32/WindowsPowerShell/v1.0, dst C:\WINDOWS\System32\WindowsPowerShell\v1.0, flags 0x6022, rc 0
   67   39308 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   53   39361 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   39416 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0xFFFFB6B0) (0x806022)
   38   39454 [main] dos2unix 7472 path_conv::check: this->path(C:\WINDOWS\System32\WindowsPowerShell\v1.0), has_acls(1)
   45   39499 [main] dos2unix 7472 normalize_posix_path: src /c/mybinlocal
   38   39537 [main] dos2unix 7472 normalize_posix_path: /c/mybinlocal = normalize_posix_path (/c/mybinlocal)
   39   39576 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/mybinlocal)
   40   39616 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/mybinlocal', dst 'C:\mybinlocal'
   40   39656 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   38   39694 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/mybinlocal, dst C:\mybinlocal, flags 0x6022, rc 0
   67   39761 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\mybinlocal)
   54   39815 [main] dos2unix 7472 symlink_info::check: not a symlink
   54   39869 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\mybinlocal, 0xFFFFB6B0) (0x806022)
   40   39909 [main] dos2unix 7472 path_conv::check: this->path(C:\mybinlocal), has_acls(1)
   45   39954 [main] dos2unix 7472 normalize_posix_path: src /c/mybin
   55   40009 [main] dos2unix 7472 normalize_posix_path: /c/mybin = normalize_posix_path (/c/mybin)
   64   40073 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/mybin)
   56   40129 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/mybin', dst 'C:\mybin'
   41   40170 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   40209 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/mybin, dst C:\mybin, flags 0x6022, rc 0
   70   40279 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\mybin)
   55   40334 [main] dos2unix 7472 symlink_info::check: not a symlink
   56   40390 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\mybin, 0xFFFFB6B0) (0x806022)
   38   40428 [main] dos2unix 7472 path_conv::check: this->path(C:\mybin), has_acls(1)
   43   40471 [main] dos2unix 7472 normalize_posix_path: src /usr/bin
   38   40509 [main] dos2unix 7472 normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin)
   39   40548 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin)
   40   40588 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/usr/bin', dst ''
   40   40628 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   40667 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /usr/bin, dst C:\cygwin64\bin, flags 0x2000A, rc 0
   66   40733 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\bin)
   53   40786 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   40841 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\cygwin64\bin, 0xFFFFB6B0) (0x82000A)
   38   40879 [main] dos2unix 7472 path_conv::check: this->path(C:\cygwin64\bin), has_acls(1)
   43   40922 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files (x86)/Vim/vim80
   39   40961 [main] dos2unix 7472 normalize_posix_path: /c/Program Files (x86)/Vim/vim80 = normalize_posix_path (/c/Program Files (x86)/Vim/vim80)
   39   41000 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Vim/vim80)
   41   41041 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Vim/vim80', dst 'C:\Program Files (x86)\Vim\vim80'
   39   41080 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   43   41123 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Vim/vim80, dst C:\Program Files (x86)\Vim\vim80, flags 0x6022, rc 0
   67   41190 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Vim\vim80)
   54   41244 [main] dos2unix 7472 symlink_info::check: not a symlink
   54   41298 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Vim\vim80, 0xFFFFB6B0) (0x806022)
   38   41336 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files (x86)\Vim\vim80), has_acls(1)
   45   41381 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL
   37   41418 [main] dos2unix 7472 normalize_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
   40   41458 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
   41   41499 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL'
   40   41539 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   41578 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, flags 0x6022, rc 0
   72   41650 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   57   41707 [main] dos2unix 7472 symlink_info::check: not a symlink
   54   41761 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB6B0) (0x806022)
   39   41800 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
   46   41846 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files/Intel/Intel(R) Management Engine Components/DAL
   37   41883 [main] dos2unix 7472 normalize_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
   40   41923 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
   41   41964 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\DAL'
   40   42004 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   42043 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, flags 0x6022, rc 0
   70   42113 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   57   42170 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   42225 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB6B0) (0x806022)
   38   42263 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
   47   42310 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT
   37   42347 [main] dos2unix 7472 normalize_posix_path: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT = normalize_posix_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT)
   41   42388 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT)
   41   42429 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT'
   39   42468 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   39   42507 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, flags 0x6022, rc 0
   69   42576 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT)
   56   42632 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   42687 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT, 0xFFFFB6B0) (0x806022)
   39   42726 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT), has_acls(1)
   47   42773 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files/Intel/Intel(R) Management Engine Components/IPT
   37   42810 [main] dos2unix 7472 normalize_posix_path: /c/Program Files/Intel/Intel(R) Management Engine Components/IPT = normalize_posix_path (/c/Program Files/Intel/Intel(R) Management Engine Components/IPT)
   42   42852 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/Intel(R) Management Engine Components/IPT)
   42   42894 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/Intel(R) Management Engine Components/IPT', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\IPT'
   41   42935 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   38   42973 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/Intel(R) Management Engine Components/IPT, dst C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, flags 0x6022, rc 0
   68   43041 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\IPT)
   63   43104 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   43159 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\IPT, 0xFFFFB6B0) (0x806022)
   38   43197 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\IPT), has_acls(1)
   47   43244 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files/Intel/WiFi/bin
   37   43281 [main] dos2unix 7472 normalize_posix_path: /c/Program Files/Intel/WiFi/bin = normalize_posix_path (/c/Program Files/Intel/WiFi/bin)
   39   43320 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Intel/WiFi/bin)
   41   43361 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files/Intel/WiFi/bin', dst 'C:\Program Files\Intel\WiFi\bin'
   39   43400 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   40   43440 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files/Intel/WiFi/bin, dst C:\Program Files\Intel\WiFi\bin, flags 0x6022, rc 0
   67   43507 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\WiFi\bin)
   53   43560 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   43615 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\WiFi\bin, 0xFFFFB6B0) (0x806022)
   38   43653 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files\Intel\WiFi\bin), has_acls(1)
   44   43697 [main] dos2unix 7472 normalize_posix_path: src /c/Program Files/Common Files/Intel/WirelessCommon
   38   43735 [main] dos2unix 7472 normalize_posix_path: /c/Program Files/Common Files/Intel/WirelessCommon = normalize_posix_path (/c/Program Files/Common Files/Intel/WirelessCommon)
   40   43775 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Program Files/Common Files/Intel/WirelessCommon)
   40   43815 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Program Files/Common Files/Intel/WirelessCommon', dst 'C:\Program Files\Common Files\Intel\WirelessCommon'
   39   43854 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   40   43894 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Program Files/Common Files/Intel/WirelessCommon, dst C:\Program Files\Common Files\Intel\WirelessCommon, flags 0x6022, rc 0
   67   43961 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Common Files\Intel\WirelessCommon)
   97   44058 [main] dos2unix 7472 symlink_info::check: not a symlink
   57   44115 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Program Files\Common Files\Intel\WirelessCommon, 0xFFFFB6B0) (0x806022)
   39   44154 [main] dos2unix 7472 path_conv::check: this->path(C:\Program Files\Common Files\Intel\WirelessCommon), has_acls(1)
   45   44199 [main] dos2unix 7472 normalize_posix_path: src /c/Users/michel/AppData/Local/Microsoft/WindowsApps
   38   44237 [main] dos2unix 7472 normalize_posix_path: /c/Users/michel/AppData/Local/Microsoft/WindowsApps = normalize_posix_path (/c/Users/michel/AppData/Local/Microsoft/WindowsApps)
   40   44277 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/michel/AppData/Local/Microsoft/WindowsApps)
   43   44320 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/c/Users/michel/AppData/Local/Microsoft/WindowsApps', dst 'C:\Users\michel\AppData\Local\Microsoft\WindowsApps'
   41   44361 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   40   44401 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /c/Users/michel/AppData/Local/Microsoft/WindowsApps, dst C:\Users\michel\AppData\Local\Microsoft\WindowsApps, flags 0x6022, rc 0
   68   44469 [main] dos2unix 7472 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\michel\AppData\Local\Microsoft\WindowsApps)
   56   44525 [main] dos2unix 7472 symlink_info::check: not a symlink
   55   44580 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(C:\Users\michel\AppData\Local\Microsoft\WindowsApps, 0xFFFFB6B0) (0x806022)
   39   44619 [main] dos2unix 7472 path_conv::check: this->path(C:\Users\michel\AppData\Local\Microsoft\WindowsApps), has_acls(1)
  117   44736 [main] dos2unix 7472 win_env::add_cache: posix /c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
   45   44781 [main] dos2unix 7472 win_env::add_cache: native PATH=C:\Program Files (x86)\Intel\iCLS Client;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\mybinlocal;C:\mybin;C:\cygwin64\bin;C:\Program Files (x86)\Vim\vim80;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Users\michel\AppData\Local\Microsoft\WindowsApps
   44   44825 [main] dos2unix 7472 posify_maybe: env var converted to PATH=/c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
  112   44937 [main] dos2unix 7472 win32env_to_cygenv: 0x600071240: PATH=/c/Program Files (x86)/Intel/iCLS Client:/c/ProgramData/Oracle/Java/javapath:/c/Program Files/Intel/iCLS Client:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/mybinlocal:/c/mybin:/usr/bin:/c/Program Files (x86)/Vim/vim80:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/Users/michel/AppData/Local/Microsoft/WindowsApps
   84   45021 [main] dos2unix 7472 win32env_to_cygenv: 0x600028990: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.SH
   78   45099 [main] dos2unix 7472 win32env_to_cygenv: 0x6000289E0: PROCESSOR_ARCHITECTURE=AMD64
   79   45178 [main] dos2unix 7472 win32env_to_cygenv: 0x600028A10: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
   74   45252 [main] dos2unix 7472 win32env_to_cygenv: 0x600028A60: PROCESSOR_LEVEL=6
   75   45327 [main] dos2unix 7472 win32env_to_cygenv: 0x600028A80: PROCESSOR_REVISION=4e03
   76   45403 [main] dos2unix 7472 win32env_to_cygenv: 0x600028AA0: ProgramData=C:\ProgramData
   75   45478 [main] dos2unix 7472 win32env_to_cygenv: 0x600028AD0: PROGRAMFILES=C:\Program Files
   76   45554 [main] dos2unix 7472 win32env_to_cygenv: 0x600028B00: ProgramFiles(x86)=C:\Program Files (x86)
   75   45629 [main] dos2unix 7472 win32env_to_cygenv: 0x600028B40: ProgramW6432=C:\Program Files
   74   45703 [main] dos2unix 7472 win32env_to_cygenv: 0x600028B70: PROMPT=$P$G
   79   45782 [main] dos2unix 7472 win32env_to_cygenv: 0x600028B90: PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
   74   45856 [main] dos2unix 7472 win32env_to_cygenv: 0x600028C10: PUBLIC=C:\Users\Public
   75   45931 [main] dos2unix 7472 win32env_to_cygenv: 0x600028C30: SESSIONNAME=Console
   75   46006 [main] dos2unix 7472 win32env_to_cygenv: 0x600071500: SYSTEMDRIVE=C:
   75   46081 [main] dos2unix 7472 win32env_to_cygenv: 0x600071520: SYSTEMROOT=C:\WINDOWS
   97   46178 [main] dos2unix 7472 getwinenv: can't set native for TEMP= since no environ yet
   46   46224 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Temp, 0x10000000, no-add-slash)
   41   46265 [main] dos2unix 7472 normalize_win32_path: C:\Users\michel\AppData\Local\Temp = normalize_win32_path (C:\Users\michel\AppData\Local\Temp)
   42   46307 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Temp = conv_to_posix_path (C:\Users\michel\AppData\Local\Temp)
  107   46414 [main] dos2unix 7472 win_env::add_cache: posix /c/Users/michel/AppData/Local/Temp
   40   46454 [main] dos2unix 7472 win_env::add_cache: native TEMP=C:\Users\michel\AppData\Local\Temp
   39   46493 [main] dos2unix 7472 posify_maybe: env var converted to TEMP=/c/Users/michel/AppData/Local/Temp
  107   46600 [main] dos2unix 7472 win32env_to_cygenv: 0x6000715D0: TEMP=/c/Users/michel/AppData/Local/Temp
   78   46678 [main] dos2unix 7472 getwinenv: can't set native for TMP= since no environ yet
   38   46716 [main] dos2unix 7472 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\michel\AppData\Local\Temp, 0x10000000, no-add-slash)
   40   46756 [main] dos2unix 7472 normalize_win32_path: C:\Users\michel\AppData\Local\Temp = normalize_win32_path (C:\Users\michel\AppData\Local\Temp)
   41   46797 [main] dos2unix 7472 mount_info::conv_to_posix_path: /c/Users/michel/AppData/Local/Temp = conv_to_posix_path (C:\Users\michel\AppData\Local\Temp)
  107   46904 [main] dos2unix 7472 win_env::add_cache: posix /c/Users/michel/AppData/Local/Temp
   39   46943 [main] dos2unix 7472 win_env::add_cache: native TMP=C:\Users\michel\AppData\Local\Temp
   39   46982 [main] dos2unix 7472 posify_maybe: env var converted to TMP=/c/Users/michel/AppData/Local/Temp
  107   47089 [main] dos2unix 7472 win32env_to_cygenv: 0x600071660: TMP=/c/Users/michel/AppData/Local/Temp
   90   47179 [main] dos2unix 7472 win32env_to_cygenv: 0x600071540: USERDOMAIN=SPIRO1
   78   47257 [main] dos2unix 7472 win32env_to_cygenv: 0x600071690: USERDOMAIN_ROAMINGPROFILE=SPIRO1
   74   47331 [main] dos2unix 7472 win32env_to_cygenv: 0x6000716C0: USERNAME=michel
   75   47406 [main] dos2unix 7472 win32env_to_cygenv: 0x6000716E0: USERPROFILE=C:\Users\michel
   75   47481 [main] dos2unix 7472 win32env_to_cygenv: 0x600071710: WINDIR=C:\WINDOWS
   86   47567 [main] dos2unix 7472 pinfo_init: Set nice to 0
   37   47604 [main] dos2unix 7472 pinfo_init: pid 7472, pgid 7472, process_state 0x41
   40   47644 [main] dos2unix 7472 App version:  2008.0, api: 0.309
   40   47684 [main] dos2unix 7472 DLL version:  2009.0, api: 0.318
   42   47726 [main] dos2unix 7472 DLL build:    2017-09-12 10:18
   50   47776 [main] dos2unix 7472 dtable::extend: size 32, fds 0x1802FA410
  242   48018 [main] dos2unix 7472 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
   66   48084 [main] dos2unix 7472 transport_layer_pipes::connect: Error opening the pipe (2)
   78   48162 [main] dos2unix 7472 client_request::make_request: cygserver un-available
--- Process 7472 loaded C:\Windows\System32\advapi32.dll at 00007FFF220F0000
--- Process 7472 loaded C:\Windows\System32\msvcrt.dll at 00007FFF23B60000
--- Process 7472 loaded C:\Windows\System32\sechost.dll at 00007FFF240B0000
--- Process 7472 loaded C:\Windows\System32\rpcrt4.dll at 00007FFF21DF0000
--- Process 7472 loaded C:\Windows\System32\netapi32.dll at 00007FFF115B0000
--- Process 7472 loaded C:\Windows\System32\samcli.dll at 00007FFF1C810000
--- Process 7472 loaded C:\Windows\System32\ucrtbase.dll at 00007FFF20BB0000
--- Process 7472 loaded C:\Windows\System32\samlib.dll at 00007FFF1BF80000
--- Process 7472 loaded C:\Windows\System32\netutils.dll at 00007FFF1FFF0000
 8239   56401 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <michel:*:197609:197121:U-SPIRO1\michel,S-1-5-21-2796346090-3831379263-3805405407-1001:/home/michel:/bin/bash>
 1190   57591 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: NetLocalGroupGetInfo(None) 1376
   68   57659 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <None:S-1-5-21-2796346090-3831379263-3805405407-513:197121:>
 1168   58827 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <Users:S-1-5-32-545:545:>
   67   58894 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
   44   58938 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
   43   58981 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
   41   59022 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
   42   59064 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
   41   59105 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:>
   45   59150 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
   48   59198 [main] dos2unix 7472 pwdgrp::fetch_account_from_windows: line: <Medium Mandatory Level:S-1-16-8192:401408:>
   48   59246 [main] dos2unix 7472 cygheap_user::ontherange: what 2, pw 0x1802FA5A0
   41   59287 [main] dos2unix 7472 cygheap_user::ontherange: HOME is already in the environment /d/michel
  147   59434 [main] dos2unix 7472 build_argv: argv[0] = 'dos2unix'
   44   59478 [main] dos2unix 7472 build_argv: argv[1] = '-n'
   44   59522 [main] dos2unix 7472 build_argv: argv[2] = 'Zot.txt'
   43   59565 [main] dos2unix 7472 build_argv: argv[3] = 'Foo.txt'
   42   59607 [main] dos2unix 7472 build_argv: argc 4
  213   59820 [main] dos2unix 7472 open_shared: name e022582115c10879-cons0x3097C.0, n 0, shared 0x180000000 (wanted 0x180000000), h 0x4C, *m 6
   85   59905 [main] dos2unix 7472 build_fh_pc: created an archetype (0x1802FB680) for /dev/cons0(3/0)
   44   59949 [main] dos2unix 7472 build_fh_pc: fh 0x1802FB400, dev 00030000
  230   60179 [main] dos2unix 7472 fhandler_console::open: opened conin$ 0x150, conout$ 0x154
   84   60263 [main] dos2unix 7472 fhandler_base::open_with_arch: line 453:  /dev/cons0<0x1802FB680> usecount + 1 = 1
   76   60339 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   51   60390 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   43   60433 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   43   60476 [main] dos2unix 7472 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   44   60520 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x1802FB680
   50   60570 [main] dos2unix 7472 _pinfo::set_ctty: ctty was NULL
   46   60616 [main] dos2unix 7472 _pinfo::set_ctty: line 497:  /dev/cons0<0x1802FB680> usecount + 1 = 2
   95   60711 [main] dos2unix 7472 _pinfo::set_ctty: /dev/cons0 ctty, usecount 2
   47   60758 [main] dos2unix 7472 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 7472, pid 7472, pgid 7472, tty->pgid 2620, tty->sid 2620
   45   60803 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   85   60888 [main] dos2unix 7472 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   83   60971 [main] dos2unix 7472 fhandler_console::input_tcsetattr: this 0x1802FB400, get_ttyp () 0x180000000, t 0x18000001C
   82   61053 [main] dos2unix 7472 fhandler_console::input_tcsetattr: 0 = tcsetattr(,0x18000001C) enable flags 0x1F, c_lflag 0x107 iflag 0x20502
   51   61104 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   47   61151 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   44   61195 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   44   61239 [main] dos2unix 7472 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   45   61284 [main] dos2unix 7472 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 7472, pgid 2620, tty->pgid 2620, tty->sid 2620
   45   61329 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  128   61457 [main] dos2unix 7472 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x150
   50   61507 [main] dos2unix 7472 build_fh_pc: fh 0x1802FB960, dev 00030000
   54   61561 [main] dos2unix 7472 fhandler_base::open_with_arch: line 473:  /dev/cons0<0x1802FB680> usecount + 1 = 3
   41   61602 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   43   61645 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   45   61690 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   44   61734 [main] dos2unix 7472 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   46   61780 [main] dos2unix 7472 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 7472, pgid 2620, tty->pgid 2620, tty->sid 2620
   44   61824 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   78   61902 [main] dos2unix 7472 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   85   61987 [main] dos2unix 7472 fhandler_console::input_tcsetattr: this 0x1802FB960, get_ttyp () 0x180000000, t 0x18000001C
   49   62036 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   46   62082 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   44   62126 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   47   62173 [main] dos2unix 7472 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   46   62219 [main] dos2unix 7472 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 7472, pgid 2620, tty->pgid 2620, tty->sid 2620
   45   62264 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  128   62392 [main] dos2unix 7472 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x150
   50   62442 [main] dos2unix 7472 build_fh_pc: fh 0x1802FBBE0, dev 00030000
   51   62493 [main] dos2unix 7472 fhandler_base::open_with_arch: line 473:  /dev/cons0<0x1802FB680> usecount + 1 = 4
   42   62535 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   44   62579 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   43   62622 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   48   62670 [main] dos2unix 7472 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   50   62720 [main] dos2unix 7472 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 7472, pgid 2620, tty->pgid 2620, tty->sid 2620
   44   62764 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
   79   62843 [main] dos2unix 7472 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x18000001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   83   62926 [main] dos2unix 7472 fhandler_console::input_tcsetattr: this 0x1802FBBE0, get_ttyp () 0x180000000, t 0x18000001C
   50   62976 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   45   63021 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   44   63065 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   44   63109 [main] dos2unix 7472 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   49   63158 [main] dos2unix 7472 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 2620, pid 7472, pgid 2620, tty->pgid 2620, tty->sid 2620
   44   63202 [main] dos2unix 7472 _pinfo::set_ctty: cygheap->ctty now 0x1802FB680, archetype 0x1802FB680
  487   63689 [main] dos2unix 7472 __set_errno: void dll_crt0_1(void*):979 setting errno 0
 1056   64745 [main] dos2unix 7472 lstat64: entering
   42   64787 [main] dos2unix 7472 normalize_posix_path: src Foo.txt
   44   64831 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
   43   64874 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 0
   43   64917 [main] dos2unix 7472 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
   43   64960 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
   46   65006 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
   42   65048 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   43   65091 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
   85   65176 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
   76   65252 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
   44   65296 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt)
   63   65359 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe)
   43   65402 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe)
   61   65463 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.lnk)
   43   65506 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.lnk)
   62   65568 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe.lnk)
   44   65612 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe.lnk)
   43   65655 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFB310) (0x406022)
   47   65702 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
   43   65745 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
   43   65788 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   43   65831 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
   59   65890 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
   60   65950 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
   64   66014 [main] dos2unix 7472 symlink_info::check: not a symlink
27195   93209 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB310) (0x6022)
  167   93376 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
  133   93509 [main] dos2unix 7472 __set_errno: int stat_worker(path_conv&, stat*):1876 setting errno 2
  135   93644 [main] dos2unix 7472 stat_worker: -1 = (\??\E:\junk\Foo.txt,0xFFFFC600)
  131   93775 [main] dos2unix 7472 lstat64: entering
  127   93902 [main] dos2unix 7472 normalize_posix_path: src Zot.txt
  127   94029 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  128   94157 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  128   94285 [main] dos2unix 7472 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  128   94413 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  129   94542 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  127   94669 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  100   94769 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  162   94931 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  181   95112 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
   82   95194 [main] dos2unix 7472 symlink_info::check: not a symlink
   37   95231 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB240) (0x406022)
   42   95273 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
   66   95339 [main] dos2unix 7472 build_fh_pc: fh 0x1802FBED0, dev 000000C3
   39   95378 [main] dos2unix 7472 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC470, 0x1802FBED0), file_attributes 32
16797  112175 [main] dos2unix 7472 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC470) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  237  112412 [main] dos2unix 7472 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC470)
 1528  113940 [main] dos2unix 7472 lstat64: entering
  268  114208 [main] dos2unix 7472 normalize_posix_path: src Zot.txt
  197  114405 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  197  114602 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  198  114800 [main] dos2unix 7472 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
  197  114997 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
  207  115204 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
  124  115328 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  157  115485 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  297  115782 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  257  116039 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  302  116341 [main] dos2unix 7472 symlink_info::check: not a symlink
  200  116541 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
  201  116742 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  212  116954 [main] dos2unix 7472 build_fh_pc: fh 0x1802FBED0, dev 000000C3
  192  117146 [main] dos2unix 7472 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC600, 0x1802FBED0), file_attributes 32
 1623  118769 [main] dos2unix 7472 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC600) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  280  119049 [main] dos2unix 7472 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC600)
 1492  120541 [main] dos2unix 7472 lstat64: entering
  263  120804 [main] dos2unix 7472 normalize_posix_path: src Foo.txt
  208  121012 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  205  121217 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  201  121418 [main] dos2unix 7472 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
  196  121614 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
  204  121818 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
  197  122015 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  197  122212 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
  250  122462 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
  323  122785 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
  194  122979 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt)
  244  123223 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe)
  190  123413 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe)
  243  123656 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.lnk)
  190  123846 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.lnk)
  188  124034 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe.lnk)
  132  124166 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe.lnk)
  110  124276 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFB310) (0x406022)
  109  124385 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
  111  124496 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
  107  124603 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  112  124715 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  148  124863 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  143  125006 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  133  125139 [main] dos2unix 7472 symlink_info::check: not a symlink
 1396  126535 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB310) (0x6022)
  107  126642 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
  110  126752 [main] dos2unix 7472 __set_errno: int stat_worker(path_conv&, stat*):1876 setting errno 2
  110  126862 [main] dos2unix 7472 stat_worker: -1 = (\??\E:\junk\Foo.txt,0xFFFFC600)
  111  126973 [main] dos2unix 7472 stat64: entering
  108  127081 [main] dos2unix 7472 normalize_posix_path: src Zot.txt
  109  127190 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  107  127297 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  109  127406 [main] dos2unix 7472 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
   85  127491 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
   85  127576 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
   83  127659 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   84  127743 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  123  127866 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  146  128012 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  133  128145 [main] dos2unix 7472 symlink_info::check: not a symlink
   83  128228 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB310) (0x406022)
   88  128316 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  120  128436 [main] dos2unix 7472 build_fh_pc: fh 0x1802FBED0, dev 000000C3
   88  128524 [main] dos2unix 7472 stat_worker: (\??\E:\junk\Zot.txt, 0xFFFFC580, 0x1802FBED0), file_attributes 32
 1484  130008 [main] dos2unix 7472 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC580) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  100  130108 [main] dos2unix 7472 stat_worker: 0 = (\??\E:\junk\Zot.txt,0xFFFFC580)
 2436  132544 [main] dos2unix 7472 open: open(Zot.txt, 0x10000)
  103  132647 [main] dos2unix 7472 normalize_posix_path: src Zot.txt
   94  132741 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
   94  132835 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
   98  132933 [main] dos2unix 7472 normalize_posix_path: /e/junk/Zot.txt = normalize_posix_path (Zot.txt)
   94  133027 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Zot.txt)
   98  133125 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Zot.txt', dst 'E:\junk\Zot.txt'
   93  133218 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   94  133312 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Zot.txt, dst E:\junk\Zot.txt, flags 0x6022, rc 0
  151  133463 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Zot.txt)
  146  133609 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\Zot.txt)
  124  133733 [main] dos2unix 7472 symlink_info::check: not a symlink
 1545  135278 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Zot.txt, 0xFFFFB1A0) (0x6022)
   94  135372 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Zot.txt), has_acls(0)
  105  135477 [main] dos2unix 7472 build_fh_pc: fh 0x1802FBED0, dev 000000C3
   94  135571 [main] dos2unix 7472 fhandler_base::open: (\??\E:\junk\Zot.txt, 0x118000)
  180  135751 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000
   93  135844 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   94  135938 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
   94  136032 [main] dos2unix 7472 fhandler_base::open: 0x0 = NtCreateFile (0x17C, 0x80100000, \??\E:\junk\Zot.txt, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   99  136131 [main] dos2unix 7472 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\Zot.txt, 0x118000)
   95  136226 [main] dos2unix 7472 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\Zot.txt, 0x18000)
  100  136326 [main] dos2unix 7472 open: 3 = open(Zot.txt, 0x18000)
  420  136746 [main] dos2unix 7472 _cygwin_istext_for_stdio: fd 3: opened as binary
--- Process 7472 loaded C:\Windows\System32\cryptbase.dll at 00007FFF203E0000
--- Process 7472 loaded C:\Windows\System32\bcryptprimitives.dll at 00007FFF20CB0000
 2984  139730 [main] dos2unix 7472 stat64: entering
  171  139901 [main] dos2unix 7472 normalize_posix_path: src .
  106  140007 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
   96  140103 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
   96  140199 [main] dos2unix 7472 normalize_posix_path: /e/junk/ = normalize_posix_path (.)
   95  140294 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
   96  140390 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
   95  140485 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   93  140578 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  154  140732 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  141  140873 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  125  140998 [main] dos2unix 7472 symlink_info::check: not a symlink
   88  141086 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB150) (0x406022)
  106  141192 [main] dos2unix 7472 path_conv::check: this->path(E:\junk), has_acls(0)
  112  141304 [main] dos2unix 7472 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   92  141396 [main] dos2unix 7472 stat_worker: (\??\E:\junk, 0xFFFFC3B0, 0x1802FC1D8), file_attributes 16
  100  141496 [main] dos2unix 7472 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk, 0xFFFFC3B0) st_size=0, st_mode=040755, st_ino=-3047115199390068561st_atim=5A9CCED0.0 st_ctim=5A9D7BAC.0 st_mtim=5A9D7BAC.0 st_birthtim=5A9D7BAA.2625A00
  109  141605 [main] dos2unix 7472 stat_worker: 0 = (\??\E:\junk,0xFFFFC3B0)
 1549  143154 [main] dos2unix 7472 open: open(./d2utmpYo3XcQ, 0x10A02)
   92  143246 [main] dos2unix 7472 normalize_posix_path: src ./d2utmpYo3XcQ
   93  143339 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
   93  143432 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
   95  143527 [main] dos2unix 7472 normalize_posix_path: /e/junk/d2utmpYo3XcQ = normalize_posix_path (./d2utmpYo3XcQ)
   96  143623 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpYo3XcQ)
   96  143719 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpYo3XcQ', dst 'E:\junk\d2utmpYo3XcQ'
   93  143812 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   95  143907 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpYo3XcQ, dst E:\junk\d2utmpYo3XcQ, flags 0x6022, rc 0
  137  144044 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpYo3XcQ)
  142  144186 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\d2utmpYo3XcQ)
   92  144278 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpYo3XcQ)
  143  144421 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpYo3XcQ.exe)
   91  144512 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpYo3XcQ.exe)
  140  144652 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpYo3XcQ.lnk)
   89  144741 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpYo3XcQ.lnk)
  141  144882 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\d2utmpYo3XcQ.exe.lnk)
   90  144972 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\d2utmpYo3XcQ.exe.lnk)
   95  145067 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpYo3XcQ, 0xFFFFB080) (0x6022)
   96  145163 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
   95  145258 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
   94  145352 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   94  145446 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  131  145577 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  136  145713 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  120  145833 [main] dos2unix 7472 symlink_info::check: not a symlink
 1541  147374 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB080) (0x6022)
   93  147467 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\d2utmpYo3XcQ), has_acls(0)
  105  147572 [main] dos2unix 7472 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
   95  147667 [main] dos2unix 7472 fhandler_base::open: (\??\E:\junk\d2utmpYo3XcQ, 0x118A02)
 2964  150631 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x118A02, supplied_bin 0x10000
  160  150791 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  113  150904 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
  107  151011 [main] dos2unix 7472 fhandler_base::open: 0x0 = NtCreateFile (0x48, 0xC0100000, \??\E:\junk\d2utmpYo3XcQ, io, NULL, 0x80, 0x7, 0x2, 0x4020, NULL, 0)
  115  151126 [main] dos2unix 7472 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\d2utmpYo3XcQ, 0x118A02)
  137  151263 [main] dos2unix 7472 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\d2utmpYo3XcQ, 0x18A02)
  106  151369 [main] dos2unix 7472 open: 4 = open(./d2utmpYo3XcQ, 0x18A02)
  125  151494 [main] dos2unix 7472 fcntl64: fcntl(4, 3, ...)
  113  151607 [main] dos2unix 7472 fhandler_base::fcntl: GETFL: 0x118A02
  216  151823 [main] dos2unix 7472 fcntl64: 1149442 = fcntl(4, 3, 0x0)
 1690  153513 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x118A02, supplied_bin 0x0
  210  153723 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  211  153934 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
  211  154145 [main] dos2unix 7472 _setmode: (4<\??\E:\junk\d2utmpYo3XcQ>, 0x600010000) returning binary
  246  154391 [main] dos2unix 7472 _cygwin_istext_for_stdio: fd 4: opened as binary
 2415  156806 [main] dos2unix 7472 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\Zot.txt, 0xFFFFC2A0) st_size=18, st_mode=0100644, st_ino=4840669666508917268st_atim=5A9CCED0.0 st_ctim=5A9D80FA.0 st_mtim=5A9D80FA.0 st_birthtim=5A9D80F9.BEBC200
  213  157019 [main] dos2unix 7472 fstat64: 0 = fstat(3, 0xFFFFC2A0)
  450  157469 [main] dos2unix 7472 read: read(3, 0x600071ED0, 65536) blocking
  265  157734 [main] dos2unix 7472 fhandler_base::read: returning 18, binary mode
  178  157912 [main] dos2unix 7472 read: 18 = read(3, 0x600071ED0, 18)
 1988  159900 [main] dos2unix 7472 fhandler_base::fstat_helper: 0xC0000011 = NtReadFile(\??\E:\junk\d2utmpYo3XcQ)
  146  160046 [main] dos2unix 7472 fhandler_base::fstat_helper: 0 = fstat (\??\E:\junk\d2utmpYo3XcQ, 0xFFFFC250) st_size=0, st_mode=0100644, st_ino=802328141058622406st_atim=5A9CCED0.0 st_ctim=5A9D817A.0 st_mtim=5A9D817A.0 st_birthtim=5A9D8179.DB58580
   98  160144 [main] dos2unix 7472 fstat64: 0 = fstat(4, 0xFFFFC250)
11548  171692 [main] dos2unix 7472 read: read(3, 0x600071ED0, 65536) blocking
   77  171769 [main] dos2unix 7472 fhandler_base::read: returning 0, binary mode
   55  171824 [main] dos2unix 7472 read: 0 = read(3, 0x600071ED0, 0)
  255  172079 [main] dos2unix 7472 close: close(3)
   79  172158 [main] dos2unix 7472 fhandler_base::close: closing '/e/junk/Zot.txt' handle 0x17C
  955  173113 [main] dos2unix 7472 close: 0 = close(3)
  548  173661 [main] dos2unix 7472 write: write(4, 0x600081EE0, 18)
  133  173794 [main] dos2unix 7472 write: 18 = write(4, 0x600081EE0, 18)
   60  173854 [main] dos2unix 7472 close: close(4)
   59  173913 [main] dos2unix 7472 fhandler_base::close: closing '/e/junk/d2utmpYo3XcQ' handle 0x48
34152  208065 [main] dos2unix 7472 close: 0 = close(4)
 1054  209119 [main] dos2unix 7472 normalize_posix_path: src ./d2utmpYo3XcQ
  118  209237 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
   94  209331 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  102  209433 [main] dos2unix 7472 normalize_posix_path: /e/junk/d2utmpYo3XcQ = normalize_posix_path (./d2utmpYo3XcQ)
   93  209526 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpYo3XcQ)
   52  209578 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpYo3XcQ', dst 'E:\junk\d2utmpYo3XcQ'
   38  209616 [main] dos2unix 7472 set_flags: flags: binary (0x2)
   42  209658 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpYo3XcQ, dst E:\junk\d2utmpYo3XcQ, flags 0x6022, rc 0
   64  209722 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpYo3XcQ)
   76  209798 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\d2utmpYo3XcQ)
  114  209912 [main] dos2unix 7472 symlink_info::check: not a symlink
 2119  212031 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpYo3XcQ, 0xFFFFB280) (0x6022)
  227  212258 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\d2utmpYo3XcQ), has_acls(0)
  294  212552 [main] dos2unix 7472 build_fh_pc: fh 0x1802FC1D8, dev 000000C3
  320  212872 [main] dos2unix 7472 fhandler_base::open: (\??\E:\junk\d2utmpYo3XcQ, 0x110000)
  385  213257 [main] dos2unix 7472 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  296  213553 [main] dos2unix 7472 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  255  213808 [main] dos2unix 7472 fhandler_base::set_flags: filemode set to binary
  246  214054 [main] dos2unix 7472 fhandler_base::open: 0x0 = NtCreateFile (0x188, 0x60100, \??\E:\junk\d2utmpYo3XcQ, io, NULL, 0x0, 0x7, 0x1, 0x4000, NULL, 0)
  241  214295 [main] dos2unix 7472 fhandler_base::open: 1 = fhandler_base::open(\??\E:\junk\d2utmpYo3XcQ, 0x110000)
  242  214537 [main] dos2unix 7472 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\E:\junk\d2utmpYo3XcQ, 0x10000)
  296  214833 [main] dos2unix 7472 fhandler_base::close: closing '/e/junk/d2utmpYo3XcQ' handle 0x188
 2008  216841 [main] dos2unix 7472 chmod: 0 = chmod(./d2utmpYo3XcQ, 0100644)
  215  217056 [main] dos2unix 7472 lstat64: entering
  214  217270 [main] dos2unix 7472 normalize_posix_path: src Foo.txt
  213  217483 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  214  217697 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  214  217911 [main] dos2unix 7472 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
  213  218124 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
  216  218340 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
  214  218554 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  214  218768 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
  218  218986 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
  252  219238 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
  146  219384 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt)
  203  219587 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe)
  183  219770 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe)
  199  219969 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.lnk)
  182  220151 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.lnk)
  210  220361 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe.lnk)
  130  220491 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe.lnk)
  132  220623 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFB310) (0x406022)
  132  220755 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
  133  220888 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
  129  221017 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  127  221144 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  176  221320 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  174  221494 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  165  221659 [main] dos2unix 7472 symlink_info::check: not a symlink
 1967  223626 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFB310) (0x6022)
  127  223753 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
  129  223882 [main] dos2unix 7472 __set_errno: int stat_worker(path_conv&, stat*):1876 setting errno 2
  132  224014 [main] dos2unix 7472 stat_worker: -1 = (\??\E:\junk\Foo.txt,0xFFFFC600)
  167  224181 [main] dos2unix 7472 normalize_posix_path: src ./d2utmpYo3XcQ
  133  224314 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  137  224451 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  131  224582 [main] dos2unix 7472 normalize_posix_path: /e/junk/d2utmpYo3XcQ = normalize_posix_path (./d2utmpYo3XcQ)
  129  224711 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/d2utmpYo3XcQ)
  133  224844 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/d2utmpYo3XcQ', dst 'E:\junk\d2utmpYo3XcQ'
  128  224972 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  128  225100 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/d2utmpYo3XcQ, dst E:\junk\d2utmpYo3XcQ, flags 0x6022, rc 0
  180  225280 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\d2utmpYo3XcQ)
  153  225433 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk\d2utmpYo3XcQ)
  158  225591 [main] dos2unix 7472 symlink_info::check: not a symlink
 1835  227426 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\d2utmpYo3XcQ, 0xFFFFAEF0) (0x6022)
  136  227562 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\d2utmpYo3XcQ), has_acls(0)
  131  227693 [main] dos2unix 7472 normalize_posix_path: src Foo.txt
  127  227820 [main] dos2unix 7472 cwdstuff::get: posix /e/junk
  122  227942 [main] dos2unix 7472 cwdstuff::get: (/e/junk) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 2
  145  228087 [main] dos2unix 7472 normalize_posix_path: /e/junk/Foo.txt = normalize_posix_path (Foo.txt)
  131  228218 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk/Foo.txt)
  134  228352 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk/Foo.txt', dst 'E:\junk\Foo.txt'
  128  228480 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  128  228608 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk/Foo.txt, dst E:\junk\Foo.txt, flags 0x6022, rc 0
  192  228800 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk\Foo.txt)
  182  228982 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtOpenFile (no-EAs \??\E:\junk\Foo.txt)
  124  229106 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt)
  186  229292 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe)
  123  229415 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe)
  207  229622 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.lnk)
  141  229763 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.lnk)
  214  229977 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtCreateFile (\??\E:\junk\Foo.txt.exe.lnk)
  142  230119 [main] dos2unix 7472 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\E:\junk\Foo.txt.exe.lnk)
  152  230271 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk\Foo.txt, 0xFFFFAEF0) (0x6022)
  128  230399 [main] dos2unix 7472 mount_info::conv_to_win32_path: conv_to_win32_path (/e/junk)
  126  230525 [main] dos2unix 7472 mount_info::cygdrive_win32_path: src '/e/junk', dst 'E:\junk'
  125  230650 [main] dos2unix 7472 set_flags: flags: binary (0x2)
  124  230774 [main] dos2unix 7472 mount_info::conv_to_win32_path: src_path /e/junk, dst E:\junk, flags 0x6022, rc 0
  176  230950 [main] dos2unix 7472 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\junk)
  173  231123 [main] dos2unix 7472 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\junk)
  160  231283 [main] dos2unix 7472 symlink_info::check: not a symlink
 1919  233202 [main] dos2unix 7472 symlink_info::check: 0 = symlink.check(E:\junk, 0xFFFFAEF0) (0x6022)
  168  233370 [main] dos2unix 7472 path_conv::check: this->path(E:\junk\Foo.txt), has_acls(0)
26218  259588 [main] dos2unix 7472 rename2: 0 = rename(./d2utmpYo3XcQ, Foo.txt)
 1970  261558 [main] dos2unix 7472 fhandler_console::write: 0xFFFFC790, 8
  726  262284 [main] dos2unix 7472 fhandler_console::write: 8 = fhandler_console::write(...)
  201  262485 [main] dos2unix 7472 write: 8 = write(2, 0xFFFFC790, 8)
  311  262796 [main] dos2unix 7472 fhandler_console::write: 0x10040A25F, 2
  756  263552 [main] dos2unix 7472 fhandler_console::write: 2 = fhandler_console::write(...)
  260  263812 [main] dos2unix 7472 write: 2 = write(2, 0x10040A25F, 2)
 3517  267329 [main] dos2unix 7472 fhandler_console::write: 0x10040B540, 16
  477  267806 [main] dos2unix 7472 fhandler_console::write: 16 = fhandler_console::write(...)
  174  267980 [main] dos2unix 7472 write: 16 = write(2, 0x10040B540, 16)
  262  268242 [main] dos2unix 7472 fhandler_console::write: 0xFFFFCC4C, 7
  371  268613 [main] dos2unix 7472 fhandler_console::write: 7 = fhandler_console::write(...)
  144  268757 [main] dos2unix 7472 write: 7 = write(2, 0xFFFFCC4C, 7)
  235  268992 [main] dos2unix 7472 fhandler_console::write: 0x10040B552, 9
  365  269357 [main] dos2unix 7472 fhandler_console::write: 9 = fhandler_console::write(...)
  144  269501 [main] dos2unix 7472 write: 9 = write(2, 0x10040B552, 9)
  236  269737 [main] dos2unix 7472 fhandler_console::write: 0xFFFFCC54, 7
  368  270105 [main] dos2unix 7472 fhandler_console::write: 7 = fhandler_console::write(...)
  142  270247 [main] dos2unix 7472 write: 7 = write(2, 0xFFFFCC54, 7)
  238  270485 [main] dos2unix 7472 fhandler_console::write: 0x10040B55D, 19
 4619  275104 [main] dos2unix 7472 fhandler_console::write: 19 = fhandler_console::write(...)
  277  275381 [main] dos2unix 7472 write: 19 = write(2, 0x10040B55D, 19)
 1612  276993 [main] dos2unix 7472 do_exit: do_exit (0), exit_state 1
  273  277266 [main] dos2unix 7472 void: 0x0 = signal (20, 0x1)
  155  277421 [main] dos2unix 7472 void: 0x0 = signal (1, 0x1)
  150  277571 [main] dos2unix 7472 void: 0x0 = signal (2, 0x1)
  216  277787 [main] dos2unix 7472 void: 0x0 = signal (3, 0x1)
  156  277943 [main] dos2unix 7472 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 3
  132  278075 [main] dos2unix 7472 fhandler_base::close_with_arch: not closing archetype
  148  278223 [main] dos2unix 7472 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 2
  145  278368 [main] dos2unix 7472 fhandler_base::close_with_arch: not closing archetype
  188  278556 [main] dos2unix 7472 fhandler_base::close_with_arch: line 1120:  /dev/cons0<0x1802FB680> usecount + -1 = 1
  194  278750 [main] dos2unix 7472 fhandler_base::close_with_arch: not closing archetype
  188  278938 [main] dos2unix 7472 init_cygheap::close_ctty: closing cygheap->ctty 0x1802FB680
  131  279069 [main] dos2unix 7472 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
  357  279426 [main] dos2unix 7472 fhandler_console::free_console: freed console, res 1
  330  279756 [main] dos2unix 7472 dtable::delete_archetype: deleting element 0 for /dev/cons0(3/0)
  410  280166 [main] dos2unix 7472 getpid: 7472 = getpid()
  249  280415 [main] dos2unix 7472 proc_terminate: nprocs 0
  260  280675 [main] dos2unix 7472 proc_terminate: leaving
  279  280954 [main] dos2unix 7472 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
--- Process 7472 thread 7232 exited with status 0x0
--- Process 7472 thread 8640 exited with status 0x0
--- Process 7472 thread 6256 exited with status 0x0
--- Process 7472 thread 8608 exited with status 0x0
--- Process 7472 exited with status 0x0


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


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

  reply	other threads:[~2018-03-05 17:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-05  9:05 Fergus Daly
2018-03-05 16:44 ` Michel LaBarre
2018-03-05 16:46   ` Corinna Vinschen
2018-03-05 17:13     ` Michel LaBarre
2018-03-05 17:16       ` Corinna Vinschen
2018-03-05 18:04         ` Michel LaBarre [this message]
2018-03-05 21:00           ` Corinna Vinschen
2018-03-06  3:20             ` Michel LaBarre
  -- strict thread matches above, loose matches on Subject: below --
2018-03-06 14:57 Fergus Daly
2018-03-06 17:58 ` Brian Inglis
2018-03-03  8:36 Fergus Daly
2018-03-03 18:14 ` Brian Inglis
2018-03-04 10:09   ` Corinna Vinschen
2018-03-04 16:14     ` Brian Inglis
2018-03-04 17:05       ` cyg Simple
2018-03-04 18:14         ` Brian Inglis
2018-03-02  9:41 Fergus Daly
2018-03-02 16:55 ` Brian Inglis
2018-03-02 17:50   ` Andrey Repin
2018-03-02  9:22 Fergus Daly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001501d3b4a9$ef6df5b0$ce49e110$@rogers.com' \
    --to=michel.labarre@rogers.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).