Mail Archives: cygwin/2010/09/10/15:23:13
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SARE_MLB_Stock6,TW_FC,TW_FD,T_LOTS_OF_MONEY,T_RP_MATCHES_RCVD
|
X-Spam-Check-By: | sourceware.org
|
Date: | Fri, 10 Sep 2010 21:22:15 +0000
|
From: | jurriaan AT rivierenland DOT xs4all DOT nl
|
To: | cygwin AT cygwin DOT com
|
Subject: | Re: quick way to find out if a file is in use by windows?
|
Message-ID: | <20100910212215.GA32507@onderneming10.xs4all.nl>
|
References: | <20100910114653 DOT GA19315 AT onderneming10 DOT xs4all DOT nl> <20100910145619 DOT GA29101 AT calimero DOT vinschen DOT de>
|
MIME-Version: | 1.0
|
In-Reply-To: | <20100910145619.GA29101@calimero.vinschen.de>
|
User-Agent: | Mutt/1.5.17 (2007-11-01)
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
> mv does not timeout. The underlying unlink function checks if the file
> is in use and, if so, moves the file to the bin and sets the delete
> disposition so it will be deleted after the last process closes its
> handle to the file. If this fails, unlink silently gives up. The reason
> for the hang must be something else.
>
Thanks for replying.
I straced both mv and rm. The rm strace is at the bottom, below here
first the mv strace. It only seems to hang, but the strace is filling up
quickly with lots of lines like this continuously:
63 77448 [main] mv 14716 rename: status 0xC0000043
Is this a status mv should fail on, or is Windows incorrectly returning
a status that means 'repeat and retry by all means' ?
Thanks,
Jurriaan
1 1 [main] mv 14716 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0x740
125 126 [main] mv 14716 heap_init: heap base 0x880000, heap top 0x880000
63 189 [main] mv 14716 open_shared: name S-1-5-21-1715567821-1078145449-1801674531-5303.1, n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0x73C
39 228 [main] mv 14716 user_info::create: opening user shared for 'S-1-5-21-1715567821-1078145449-1801674531-5303' at 0x60FC0000
30 258 [main] mv 14716 user_info::create: user shared version 6112AFB3
120 378 [main] mv 14716 dll_crt0_0: finished dll_crt0_0 initialization
72 450 [main] mv 14716 _cygtls::remove: wait 0xFFFFFFFF
48 498 [main] mv 14716 _cygtls::remove: removed 0x22CE64 element 0
102 600 [main] mv 14716 _cygtls::remove: wait 0xFFFFFFFF
24 624 [main] mv 14716 _cygtls::remove: removed 0x22CE64 element 0
49 673 [main] mv 14716 _cygtls::remove: wait 0xFFFFFFFF
26 699 [main] mv 14716 _cygtls::remove: removed 0x22CE64 element 0
37 736 [main] mv 14716 _cygtls::remove: wait 0xFFFFFFFF
21 757 [main] mv 14716 _cygtls::remove: removed 0x22CE64 element 0
147 904 [main] mv 14716 _cygwin_istext_for_stdio: fd 0: not open
25 929 [main] mv 14716 _cygwin_istext_for_stdio: fd 1: not open
20 949 [main] mv 14716 _cygwin_istext_for_stdio: fd 2: not open
168 1117 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\log\svc\glimscron1, no-keep-rel, no-add-slash)
42 1159 [main] mv 14716 normalize_win32_path: D:\glims8\log\svc\glimscron1 = normalize_win32_path (D:\glims8\log\svc\glimscron1)
35 1194 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/d/glims8/log/svc/glimscron1 = conv_to_posix_path (D:\glims8\log\svc\glimscron1)
65 1259 [main] mv (14716) open_shared: name cygpid.14716, n 14716, shared 0x60FE0000 (wanted 0x60FE0000), h 0x6F4
31 1290 [main] mv 14716 **********************************************
21 1311 [main] mv 14716 Program name: C:\cygwin\bin\mv.exe (pid 14716, ppid 1)
24 1335 [main] mv 14716 App version: 1007.5, api: 0.225
21 1356 [main] mv 14716 DLL version: 1007.7, api: 0.230
20 1376 [main] mv 14716 DLL build: 2010-08-31 09:58
20 1396 [main] mv 14716 OS version: Windows NT-5.2
22 1418 [main] mv 14716 Heap size: 402653184
20 1438 [main] mv 14716 **********************************************
20 1458 [main] mv 14716 pinfo::thisproc: myself->dwProcessId 14716
43 1501 [main] mv 14716 time: 1284145832 = time (0)
236 1737 [main] mv 14716 parse_options: glob (called func)
40 1777 [main] mv 14716 parse_options: returning
42 1819 [main] mv 14716 environ_init: GetEnvironmentStrings returned 0x243EC8
38 1857 [main] mv 14716 environ_init: 0x8A8298: !C:=C:\cygwin\bin
38 1895 [main] mv 14716 environ_init: 0x8A82B0: ALLUSERSPROFILE=C:\Documents and Settings\All Users
37 1932 [main] mv 14716 environ_init: 0x8A82F0: APPDATA=C:\Documents and Settings\CLGLIMS\Application Data
37 1969 [main] mv 14716 environ_init: 0x8A8330: CLIENTNAME=MSZRT21
41 2010 [main] mv 14716 environ_init: 0x8A8348: COLORFGBG=0;default;15
37 2047 [main] mv 14716 environ_init: 0x8A8368: COLORTERM=rxvt-xpm
37 2084 [main] mv 14716 environ_init: 0x8A8380: COMMONPROGRAMFILES=C:\Program Files\Common Files
36 2120 [main] mv 14716 environ_init: 0x8A83B8: COMPUTERNAME=MSZR050
42 2162 [main] mv 14716 environ_init: 0x8A83D8: COMSPEC=C:\WINDOWS\system32\cmd.exe
38 2200 [main] mv 14716 environ_init: 0x8A8408: CVS_RSH=/bin/ssh
39 2239 [main] mv 14716 environ_init: 0x8A8420: CYGDLC=/cygdrive/c/dlc101c
37 2276 [main] mv 14716 environ_init: 0x8A8440: CYGDLCBIN=/cygdrive/c/dlc101c/bin
280 2556 [main] mv 14716 environ_init: 0x8A8468: ClusterLog=C:\WINDOWS\Cluster\cluster.log
37 2593 [main] mv 14716 environ_init: 0x8A8498: CYGWIN=noglob
37 2630 [main] mv 14716 environ_init: 0x8A84B0: DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
65 2695 [main] mv 14716 environ_init: 0x8A8510: DISPLAY=:0
36 2731 [main] mv 14716 environ_init: 0x8A8520: DLC=c:\dlc101c
34 2765 [main] mv 14716 environ_init: 0x8A8538: EVTLEVEL=none
35 2800 [main] mv 14716 environ_init: 0x8A8550: FP_NO_HOST_CHECK=NO
123 2923 [main] mv 14716 environ_init: 0x8A8570: GLIMS=/cygdrive/d/glims8
40 2963 [main] mv 14716 getwinenv: can't set native for HOME= since no environ yet
21 2984 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\clglims, no-keep-rel, no-add-slash)
22 3006 [main] mv 14716 normalize_win32_path: C:\cygwin\home\clglims = normalize_win32_path (C:\cygwin\home\clglims)
21 3027 [main] mv 14716 mount_info::conv_to_posix_path: /home/clglims = conv_to_posix_path (C:\cygwin\home\clglims)
51 3078 [main] mv 14716 win_env::add_cache: posix /home/clglims
20 3098 [main] mv 14716 win_env::add_cache: native HOME=C:\cygwin\home\clglims
21 3119 [main] mv 14716 posify: env var converted to HOME=/home/clglims
52 3171 [main] mv 14716 environ_init: 0x8A85F0: HOME=/home/clglims
36 3207 [main] mv 14716 environ_init: 0x8A8590: HOMEDRIVE=C:
194 3401 [main] mv 14716 environ_init: 0x8A8608: HOMEPATH=\Documents and Settings\CLGLIMS
51 3452 [main] mv 14716 environ_init: 0x8A8638: HOSTNAME=MSZR050
71 3523 [main] mv 14716 environ_init: 0x8A8650: INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
46 3569 [main] mv 14716 environ_init: 0x8A85A8: LANG=ASCII
42 3611 [main] mv 14716 environ_init: 0x8A8690: LOGONSERVER=\\MSZR002
95 3706 [main] mv 14716 environ_init: 0x8A86B0: MAILTO=jurriaan DOT kalkman AT zrt DOT nl
173 3879 [main] mv 14716 environ_init: 0x8A86D8: MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man
55 3934 [main] mv 14716 environ_init: 0x8A8720: NUMBER_OF_PROCESSORS=4
50 3984 [main] mv 14716 environ_init: 0x8A8740: OLDPWD=/home/clglims
49 4033 [main] mv 14716 environ_init: 0x8A8760: OS=Windows_NT
48 4081 [main] mv 14716 getwinenv: can't set native for PATH= since no environ yet
54 4135 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
21 4156 [main] mv 14716 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
22 4178 [main] mv 14716 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
22 4200 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
20 4220 [main] mv 14716 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
23 4243 [main] mv 14716 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
22 4265 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
21 4286 [main] mv 14716 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
21 4307 [main] mv 14716 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
21 4328 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
21 4349 [main] mv 14716 normalize_win32_path: C:\cygwin\usr\X11R6\bin = normalize_win32_path (C:\cygwin\usr\X11R6\bin)
24 4373 [main] mv 14716 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\cygwin\usr\X11R6\bin)
22 4395 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\dlc101c\bin, keep-rel, no-add-slash)
23 4418 [main] mv 14716 normalize_win32_path: C:\dlc101c\bin = normalize_win32_path (C:\dlc101c\bin)
22 4440 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/dlc101c/bin = conv_to_posix_path (C:\dlc101c\bin)
21 4461 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash)
21 4482 [main] mv 14716 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
56 4538 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
23 4561 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash)
22 4583 [main] mv 14716 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
21 4604 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
22 4626 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
22 4648 [main] mv 14716 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)
21 4669 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
137 4806 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Windows Imaging\, keep-rel, add-slash)
27 4833 [main] mv 14716 normalize_win32_path: C:\Program Files\Windows Imaging\ = normalize_win32_path (C:\Program Files\Windows Imaging\)
22 4855 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Windows Imaging/ = conv_to_posix_path (C:\Program Files\Windows Imaging\)
22 4877 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash)
20 4897 [main] mv 14716 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
21 4918 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
21 4939 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash)
21 4960 [main] mv 14716 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
46 5006 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
22 5028 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (D:\GLIMS8\OCX, keep-rel, no-add-slash)
21 5049 [main] mv 14716 normalize_win32_path: D:\GLIMS8\OCX = normalize_win32_path (D:\GLIMS8\OCX)
21 5070 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/d/GLIMS8/OCX = conv_to_posix_path (D:\GLIMS8\OCX)
25 5095 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (D:\GLIMS8\LBIN, keep-rel, no-add-slash)
21 5116 [main] mv 14716 normalize_win32_path: D:\GLIMS8\LBIN = normalize_win32_path (D:\GLIMS8\LBIN)
21 5137 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/d/GLIMS8/LBIN = conv_to_posix_path (D:\GLIMS8\LBIN)
21 5158 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\CYGWIN\BIN, keep-rel, no-add-slash)
21 5179 [main] mv 14716 normalize_win32_path: C:\CYGWIN\BIN = normalize_win32_path (C:\CYGWIN\BIN)
20 5199 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/CYGWIN/BIN = conv_to_posix_path (C:\CYGWIN\BIN)
21 5220 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
21 5241 [main] mv 14716 normalize_win32_path: C:\WINDOWS\system32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\system32\WindowsPowerShell\v1.0)
22 5263 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\system32\WindowsPowerShell\v1.0)
21 5284 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\NetApp\SnapDrive\, keep-rel, add-slash)
21 5305 [main] mv 14716 normalize_win32_path: C:\Program Files\NetApp\SnapDrive\ = normalize_win32_path (C:\Program Files\NetApp\SnapDrive\)
24 5329 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/NetApp/SnapDrive/ = conv_to_posix_path (C:\Program Files\NetApp\SnapDrive\)
26 5355 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\NetApp\Windows Host Utilities\, keep-rel, add-slash)
23 5378 [main] mv 14716 normalize_win32_path: C:\Program Files\NetApp\Windows Host Utilities\ = normalize_win32_path (C:\Program Files\NetApp\Windows Host Utilities\)
35 5413 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/NetApp/Windows Host Utilities/ = conv_to_posix_path (C:\Program Files\NetApp\Windows Host Utilities\)
23 5436 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\bin, keep-rel, no-add-slash)
21 5457 [main] mv 14716 normalize_win32_path: D:\glims8\bin = normalize_win32_path (D:\glims8\bin)
20 5477 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/d/glims8/bin = conv_to_posix_path (D:\glims8\bin)
22 5499 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\lbin, keep-rel, no-add-slash)
20 5519 [main] mv 14716 normalize_win32_path: D:\glims8\lbin = normalize_win32_path (D:\glims8\lbin)
21 5540 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/d/glims8/lbin = conv_to_posix_path (D:\glims8\lbin)
22 5562 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\ocx, keep-rel, no-add-slash)
20 5582 [main] mv 14716 normalize_win32_path: D:\glims8\ocx = normalize_win32_path (D:\glims8\ocx)
21 5603 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/d/glims8/ocx = conv_to_posix_path (D:\glims8\ocx)
64 5667 [main] mv 14716 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/dlc101c/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Windows Imaging/:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32:/cygdrive/d/GLIMS8/OCX:/cygdrive/d/GLIMS8/LBIN:/cygdrive/c/CYGWIN/BIN:/cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/NetApp/SnapDrive/:/cygdrive/c/Program Files/NetApp/Windows Host Utilities/:/cygdrive/d/glims8/bin:/cygdrive/d/glims8/lbin:/cygdrive/d/glims8/ocx
28 5695 [main] mv 14716 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;C:\dlc101c\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\WINDOWS;C:\WINDOWS\system32;D:\GLIMS8\OCX;D:\GLIMS8\LBIN;C:\CYGWIN\BIN;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\NetApp\SnapDrive\;C:\Program Files\NetApp\Windows Host Utilities\;D:\glims8\bin;D:\glims8\lbin;D:\glims8\ocx
23 5718 [main] mv 14716 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/dlc101c/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Windows Imaging/:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32:/cygdrive/d/GLIMS8/OCX:/cygdrive/d/GLIMS8/LBIN:/cygdrive/c/CYGWIN/BIN:/cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/NetApp/SnapDrive/:/cygdrive/c/Program Files/NetApp/Windows Host Utilities/:/cygdrive/d/glims8/bin:/cygdrive/d/glims8/lbin:/cygdrive/d/glims8/ocx
53 5771 [main] mv 14716 environ_init: 0x8B8D10: PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/dlc101c/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Windows Imaging/:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32:/cygdrive/d/GLIMS8/OCX:/cygdrive/d/GLIMS8/LBIN:/cygdrive/c/CYGWIN/BIN:/cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/NetApp/SnapDrive/:/cygdrive/c/Program Files/NetApp/Windows Host Utilities/:/cygdrive/d/glims8/bin:/cygdrive/d/glims8/lbin:/cygdrive/d/glims8/ocx
43 5814 [main] mv 14716 environ_init: 0x8A8778: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
41 5855 [main] mv 14716 environ_init: 0x8A87C0: PRINTER=PR001 (from MSZRT21) in session 2
37 5892 [main] mv 14716 environ_init: 0x8A87F0: PROCESSOR_ARCHITECTURE=x86
125 6017 [main] mv 14716 environ_init: 0x8A8810: PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
45 6062 [main] mv 14716 environ_init: 0x8A8860: PROCESSOR_LEVEL=6
40 6102 [main] mv 14716 environ_init: 0x8A8878: PROCESSOR_REVISION=170a
39 6141 [main] mv 14716 environ_init: 0x8A8898: PROGRAMFILES=C:\Program Files
39 6180 [main] mv 14716 environ_init: 0x8A88C0: PROMPT=$P$G
60 6240 [main] mv 14716 environ_init: 0x8A88D8: PS1=\H \t \w\n\$
41 6281 [main] mv 14716 environ_init: 0x8A88F0: PS4=+ [$(date +%H%M%S.%N)]
39 6320 [main] mv 14716 environ_init: 0x8B8F38: PSC_CLUSTER_PATH=c:\dlc101c
39 6359 [main] mv 14716 environ_init: 0x8B8F60: PWD=/cygdrive/d/glims8/log/svc/glimscron1
35 6394 [main] mv 14716 environ_init: 0x8B8F90: SESSIONNAME=RDP-Tcp#9
35 6429 [main] mv 14716 environ_init: 0x8A8918: SHLVL=1
36 6465 [main] mv 14716 environ_init: 0x8B8FB0: SYSTEMDRIVE=C:
40 6505 [main] mv 14716 environ_init: 0x8B8FC8: SYSTEMROOT=C:\WINDOWS
39 6544 [main] mv 14716 getwinenv: can't set native for TEMP= since no environ yet
20 6564 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2, no-keep-rel, no-add-slash)
21 6585 [main] mv 14716 normalize_win32_path: C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2 = normalize_win32_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
21 6606 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2 = conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
49 6655 [main] mv 14716 win_env::add_cache: posix /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
19 6674 [main] mv 14716 win_env::add_cache: native TEMP=C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2
20 6694 [main] mv 14716 posify: env var converted to TEMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
61 6755 [main] mv 14716 environ_init: 0x8B9080: TEMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
41 6796 [main] mv 14716 environ_init: 0x8B8FE8: TERM=xterm
37 6833 [main] mv 14716 getwinenv: can't set native for TMP= since no environ yet
21 6854 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2, no-keep-rel, no-add-slash)
21 6875 [main] mv 14716 normalize_win32_path: C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2 = normalize_win32_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
22 6897 [main] mv 14716 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2 = conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
51 6948 [main] mv 14716 win_env::add_cache: posix /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
19 6967 [main] mv 14716 win_env::add_cache: native TMP=C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2
25 6992 [main] mv 14716 posify: env var converted to TMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
54 7046 [main] mv 14716 environ_init: 0x8B9150: TMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
37 7083 [main] mv 14716 environ_init: 0x8B9188: UATDATA=C:\WINDOWS\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
35 7118 [main] mv 14716 environ_init: 0x8B8FF8: USER=clglims
35 7153 [main] mv 14716 environ_init: 0x8B90B8: USERDNSDOMAIN=ZRT.LOCAL
34 7187 [main] mv 14716 environ_init: 0x8B91E0: USERDOMAIN=DOM-ZRT
35 7222 [main] mv 14716 environ_init: 0x8B91F8: USERNAME=clglims
39 7261 [main] mv 14716 environ_init: 0x8B9210: USERPROFILE=C:\Documents and Settings\CLGLIMS
37 7298 [main] mv 14716 environ_init: 0x8B9248: VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
36 7334 [main] mv 14716 environ_init: 0x8B92A8: WINDIR=C:\WINDOWS
35 7369 [main] mv 14716 environ_init: 0x8B92C0: WINDOWID=9259472
35 7404 [main] mv 14716 environ_init: 0x8B92D8: _=/usr/bin/strace
28 7432 [main] mv 14716 pinfo_init: Set nice to 0
20 7452 [main] mv 14716 pinfo_init: pid 14716, pgid 14716
53 7505 [main] mv 14716 dtable::extend: size 32, fds 0x6123A6D4
211 7716 [main] mv 14716 pwdgrp::load: \etc\passwd curr_lines 11
30 7746 [main] mv 14716 pwdgrp::load: \etc\passwd load succeeded
245 7991 [main] mv 14716 pwdgrp::load: \etc\group curr_lines 19
45 8036 [main] mv 14716 pwdgrp::load: \etc\group load succeeded
32 8068 [main] mv 14716 cygheap_user::ontherange: what 2, pw 0x8B9870
27 8095 [main] mv 14716 cygheap_user::ontherange: HOME is already in the environment /home/clglims
27 8122 [main] mv 14716 wait_for_sigthread: wait_sig_inited 0x738
112 8234 [main] mv 14716 wait_for_sigthread: process/signal handling enabled, state 0x41
247 8481 [main] mv 14716 open: open (/usr/share/locale/locale.alias, 0x20000)
29 8510 [main] mv 14716 normalize_posix_path: src /usr/share/locale/locale.alias
32 8542 [main] mv 14716 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
30 8572 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
34 8606 [main] mv 14716 set_flags: flags: binary (0x2)
26 8632 [main] mv 14716 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
51 8683 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\locale.alias)
42 8725 [main] mv 14716 symlink_info::check: not a symlink
34 8759 [main] mv 14716 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\locale.alias, 0x22B680) (0x3000A)
31 8790 [main] mv 14716 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
36 8826 [main] mv 14716 build_fh_pc: fh 0x6123A86C
31 8857 [main] mv 14716 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
50 8907 [main] mv 14716 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x10000
34 8941 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
24 8965 [main] mv 14716 fhandler_base::set_flags: filemode set to text
62 9027 [main] mv 14716 fhandler_base::open: 0 = NtCreateFile (0x6DC, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
27 9054 [main] mv 14716 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
-296 8758 [sig] mv 14716 wait_sig: entering ReadFile loop, my_readsig 0x6E8, my_sendsig 0x6E4
1290 10048 [main] mv 14716 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x20000)
34 10082 [main] mv 14716 open: 3 = open (/usr/share/locale/locale.alias, 0x20000)
97 10179 [main] mv 14716 _cygwin_istext_for_stdio: fd 3: defaulting to text
3759 13938 [main] mv 14716 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303
42 13980 [main] mv 14716 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
39 14019 [main] mv 14716 get_info_from_sd: ACL 1A4, uid 15303, gid 0
29 14048 [main] mv 14716 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22C9F8) st_atime=4C8A829D st_size=2660, st_mode=0x81A4, st_ino=844424930169726, sizeof=96
35 14083 [main] mv 14716 fstat64: 0 = fstat (3, 0x22C9F8)
55 14138 [main] mv 14716 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
26 14164 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
24 14188 [main] mv 14716 fhandler_base::set_flags: filemode set to binary
25 14213 [main] mv 14716 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
30 14243 [main] mv 14716 readv: readv (3, 0x22CA14, 1) blocking, sigcatchers 0
88 14331 [main] mv 14716 fhandler_base::read: returning 2660, binary mode
28 14359 [main] mv 14716 readv: 2660 = readv (3, 0x22CA14, 1), errno 0
25 14384 [main] mv 14716 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
30 14414 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
32 14446 [main] mv 14716 fhandler_base::set_flags: filemode set to text
24 14470 [main] mv 14716 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
9457 23927 [main] mv 14716 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
26 23953 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
23 23976 [main] mv 14716 fhandler_base::set_flags: filemode set to binary
22 23998 [main] mv 14716 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
24 24022 [main] mv 14716 readv: readv (3, 0x22CA14, 1) blocking, sigcatchers 0
25 24047 [main] mv 14716 fhandler_base::read: returning 0, binary mode
24 24071 [main] mv 14716 readv: 0 = readv (3, 0x22CA14, 1), errno 0
23 24094 [main] mv 14716 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
22 24116 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
23 24139 [main] mv 14716 fhandler_base::set_flags: filemode set to text
22 24161 [main] mv 14716 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
204 24365 [main] mv 14716 close: close (3)
26 24391 [main] mv 14716 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x6DC
44 24435 [main] mv 14716 close: 0 = close (3)
139 24574 [main] mv 14716 build_argv: argv[0] = 'mv'
23 24597 [main] mv 14716 build_argv: argv[1] = 'glimscron1.log'
28 24625 [main] mv 14716 build_argv: argv[2] = 'test.out'
27 24652 [main] mv 14716 build_argv: argc 3
210 24862 [main] mv 14716 build_fh_pc: fh 0x6123A86C
44 24906 [main] mv 14716 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-tty2-from-master, size 4096
66 24972 [main] mv 14716 fhandler_pipe::create_selectable: pipe busy
33 25005 [main] mv 14716 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
24 25029 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
22 25051 [main] mv 14716 fhandler_base::set_flags: filemode set to binary
69 25120 [main] mv 14716 alloc_sd: uid 15303, gid 10513, attribute 2190
26 25146 [main] mv 14716 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303 (+)
26 25172 [main] mv 14716 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-1715567821-1078145449-1801674531-513 (+)
28 25200 [main] mv 14716 alloc_sd: ACL-Size: 124
55 25255 [main] mv 14716 alloc_sd: Created SD-Size: 200
22 25277 [main] mv 14716 fhandler_tty_slave::open: (538): tty output_mutex: waiting 500 ms
23 25300 [main] mv 14716 fhandler_tty_slave::open: (538): tty output_mutex: acquired
32 25332 [main] mv 14716 tty::create_inuse: cygtty.slave_alive.2 0x65C
25 25357 [main] mv 14716 fhandler_tty_slave::open: (541): tty output_mutex released
55 25412 [main] mv 14716 open_shared: name cygpid.19412, n 19412, shared 0x19280000 (wanted 0x0), h 0x658
56 25468 [main] mv 14716 fhandler_tty_slave::open: dup handles directly since I'm allmighty.
38 25506 [main] mv 14716 fhandler_tty_slave::open: duplicated from_master 0x66C->0x658 from tty_owner
25 25531 [main] mv 14716 fhandler_tty_slave::open: duplicated to_master 0x664->0x650 from tty_owner
26 25557 [main] mv 14716 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 1, amount 1, no ctty, avoid_freeing_console 0
718 26275 [main] mv 14716 fhandler_console::need_invisible: invisible_console 0
31 26306 [main] mv 14716 fhandler_tty_slave::open: /dev/tty2 opened, usecount 1
26 26332 [main] mv 14716 _pinfo::set_ctty: old no ctty
23 26355 [main] mv 14716 _pinfo::set_ctty: attaching ctty /dev/tty2 sid 14716, pid 14716, pgid 14716, tty->pgid 34624, tty->sid 32832
33 26388 [main] mv 14716 open_shared: name cygpid.32832, n 32832, shared 0x19280000 (wanted 0x0), h 0x654
33 26421 [main] mv 14716 _pinfo::set_ctty: cygheap->ctty 0x0, arch 0x6123AC2C
21 26442 [main] mv 14716 _pinfo::set_ctty: ctty NULL
4010 30452 [main] mv 14716 init_cygheap::manage_console_count: _pinfo::set_ctty: console_count 2, amount 1, ctty /dev/tty2, avoid_freeing_console 0
40 30492 [main] mv 14716 _pinfo::set_ctty: /dev/tty2 ctty, usecount 2
73 30565 [main] mv 14716 build_fh_pc: fh 0x6123AE84
28 30593 [main] mv 14716 fhandler_tty_slave::open: copied fhandler_tty_slave archetype
30 30623 [main] mv 14716 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
254 30877 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
23 30900 [main] mv 14716 fhandler_base::set_flags: filemode set to binary
25 30925 [main] mv 14716 init_cygheap::manage_console_count: fhandler_tty_slave::open<arch>: console_count 3, amount 1, ctty /dev/tty2, avoid_freeing_console 0
21 30946 [main] mv 14716 fhandler_tty_slave::open: /dev/tty2 opened, usecount 3
22 30968 [main] mv 14716 _pinfo::set_ctty: old ctty /dev/tty2
91 31059 [main] mv 14716 _pinfo::set_ctty: attaching ctty /dev/tty2 sid 32832, pid 14716, pgid 14716, tty->pgid 34624, tty->sid 32832
77 31136 [main] mv 14716 open_shared: name cygpid.32832, n 32832, shared 0x19280000 (wanted 0x0), h 0x63C
1242 32378 [main] mv 14716 fhandler_console::need_invisible: invisible_console 0
244 32622 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, keep-rel, no-add-slash)
478 33100 [main] mv 14716 normalize_win32_path: C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin\bin\cygiconv-2.dll)
1122 34222 [main] mv 14716 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
5070 39292 [main] mv 14716 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll, keep-rel, no-add-slash)
2871 42163 [main] mv 14716 normalize_win32_path: C:\cygwin\bin\cygintl-8.dll = normalize_win32_path (C:\cygwin\bin\cygintl-8.dll)
250 42413 [main] mv 14716 mount_info::conv_to_posix_path: /usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll)
293 42706 [main] mv 14716 dll_crt0_1: user_data->main 0x4015B0
596 43302 [main] mv 14716 __set_errno: void dll_crt0_1(void*):959 val 0
3171 46473 [main] mv 14716 open: open (/usr/share/locale/locale.alias, 0x20000)
37 46510 [main] mv 14716 normalize_posix_path: src /usr/share/locale/locale.alias
852 47362 [main] mv 14716 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
3756 51118 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
42 51160 [main] mv 14716 set_flags: flags: binary (0x2)
28 51188 [main] mv 14716 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
84 51272 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\locale.alias)
45 51317 [main] mv 14716 symlink_info::check: not a symlink
41 51358 [main] mv 14716 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\locale.alias, 0x22B360) (0x3000A)
33 51391 [main] mv 14716 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
35 51426 [main] mv 14716 build_fh_pc: fh 0x6123B0DC
28 51454 [main] mv 14716 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
70 51524 [main] mv 14716 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x10000
26 51550 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
22 51572 [main] mv 14716 fhandler_base::set_flags: filemode set to text
22 51594 [main] mv 14716 fhandler_base::open: 0 = NtCreateFile (0x654, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
83 51677 [main] mv 14716 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
30 51707 [main] mv 14716 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x20000)
23 51730 [main] mv 14716 open: 2 = open (/usr/share/locale/locale.alias, 0x20000)
81 51811 [main] mv 14716 _cygwin_istext_for_stdio: fd 2: defaulting to text
196 52007 [main] mv 14716 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303
26 52033 [main] mv 14716 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
32 52065 [main] mv 14716 get_info_from_sd: ACL 1A4, uid 15303, gid 0
26 52091 [main] mv 14716 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22C6D8) st_atime=4C8A82A8 st_size=2660, st_mode=0x81A4, st_ino=844424930169726, sizeof=96
28 52119 [main] mv 14716 fstat64: 0 = fstat (2, 0x22C6D8)
41 52160 [main] mv 14716 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
21 52181 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
19 52200 [main] mv 14716 fhandler_base::set_flags: filemode set to binary
22 52222 [main] mv 14716 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
23 52245 [main] mv 14716 readv: readv (2, 0x22C6F4, 1) blocking, sigcatchers 0
32 52277 [main] mv 14716 fhandler_base::read: returning 2660, binary mode
24 52301 [main] mv 14716 readv: 2660 = readv (2, 0x22C6F4, 1), errno 0
23 52324 [main] mv 14716 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
22 52346 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
22 52368 [main] mv 14716 fhandler_base::set_flags: filemode set to text
22 52390 [main] mv 14716 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
12880 65270 [main] mv 14716 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
54 65324 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
24 65348 [main] mv 14716 fhandler_base::set_flags: filemode set to binary
22 65370 [main] mv 14716 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
26 65396 [main] mv 14716 readv: readv (2, 0x22C6F4, 1) blocking, sigcatchers 0
28 65424 [main] mv 14716 fhandler_base::read: returning 0, binary mode
22 65446 [main] mv 14716 readv: 0 = readv (2, 0x22C6F4, 1), errno 0
21 65467 [main] mv 14716 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
25 65492 [main] mv 14716 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
28 65520 [main] mv 14716 fhandler_base::set_flags: filemode set to text
27 65547 [main] mv 14716 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
236 65783 [main] mv 14716 close: close (2)
28 65811 [main] mv 14716 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x654
41 65852 [main] mv 14716 close: 0 = close (2)
408 66260 [main] mv 14716 isatty: 1 = isatty (0)
32 66292 [main] mv 14716 lstat64: entering
37 66329 [main] mv 14716 normalize_posix_path: src glimscron1.log
27 66356 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
24 66380 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 0
23 66403 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (glimscron1.log)
28 66431 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
28 66459 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
26 66485 [main] mv 14716 set_flags: flags: binary (0x2)
21 66506 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
66 66572 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
53 66625 [main] mv 14716 symlink_info::check: not a symlink
29 66654 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B8A0) (0x404022)
25 66679 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
27 66706 [main] mv 14716 build_fh_pc: fh 0x6123B0DC
47 66753 [main] mv 14716 stat_worker: (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22CC78, 0x6123B0DC), file_attributes 8224
84 66837 [main] mv 14716 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-32-544
49 66886 [main] mv 14716 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1715567821-1078145449-1801674531-513
41 66927 [main] mv 14716 get_info_from_sd: ACL 1B6, uid 544, gid 10513
136 67063 [main] mv 14716 fhandler_base::fstat_helper: 0 = fstat (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22CC78) st_atime=4C8A8164 st_size=121633, st_mode=0x81B6, st_ino=70087269200957383, sizeof=96
72 67135 [main] mv 14716 stat_worker: 0 = (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22CC78)
75 67210 [main] mv 14716 lstat64: entering
37 67247 [main] mv 14716 normalize_posix_path: src test.out
30 67277 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
34 67311 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 0
26 67337 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/test.out = normalize_posix_path (test.out)
321 67658 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/test.out)
32 67690 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/test.out', dst 'D:\glims8\log\svc\glimscron1\test.out'
25 67715 [main] mv 14716 set_flags: flags: binary (0x2)
22 67737 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/test.out, dst D:\glims8\log\svc\glimscron1\test.out, flags 0x4022, rc 0
79 67816 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out)
35 67851 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out)
131 67982 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe)
129 68111 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe)
154 68265 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
29 68294 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
72 68366 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
58 68424 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
38 68462 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\test.out, 0x22B8A0) (0x404022)
30 68492 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1)
30 68522 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1', dst 'D:\glims8\log\svc\glimscron1'
41 68563 [main] mv 14716 set_flags: flags: binary (0x2)
30 68593 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1, dst D:\glims8\log\svc\glimscron1, flags 0x4022, rc 0
135 68728 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1)
66 68794 [main] mv 14716 symlink_info::check: not a symlink
127 68921 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1, 0x22B8A0) (0x4022)
35 68956 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\test.out), has_acls(1)
46 69002 [main] mv 14716 __set_errno: int stat_worker(path_conv&, __stat64*):1538 val 2
33 69035 [main] mv 14716 stat_worker: -1 = (\??\D:\glims8\log\svc\glimscron1\test.out, 0x22CC18)
32 69067 [main] mv 14716 stat64: entering
29 69096 [main] mv 14716 normalize_posix_path: src test.out
51 69147 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
167 69314 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 2
76 69390 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/test.out = normalize_posix_path (test.out)
48 69438 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/test.out)
137 69575 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/test.out', dst 'D:\glims8\log\svc\glimscron1\test.out'
31 69606 [main] mv 14716 set_flags: flags: binary (0x2)
27 69633 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/test.out, dst D:\glims8\log\svc\glimscron1\test.out, flags 0x4022, rc 0
76 69709 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out)
33 69742 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out)
58 69800 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe)
29 69829 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe)
75 69904 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
29 69933 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
62 69995 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
39 70034 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
29 70063 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\test.out, 0x22B8A0) (0x404022)
26 70089 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1)
25 70114 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1', dst 'D:\glims8\log\svc\glimscron1'
23 70137 [main] mv 14716 set_flags: flags: binary (0x2)
21 70158 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1, dst D:\glims8\log\svc\glimscron1, flags 0x4022, rc 0
51 70209 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1)
36 70245 [main] mv 14716 symlink_info::check: not a symlink
41 70286 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1, 0x22B8A0) (0x4022)
25 70311 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\test.out), has_acls(1)
23 70334 [main] mv 14716 __set_errno: int stat_worker(path_conv&, __stat64*):1538 val 2
24 70358 [main] mv 14716 stat_worker: -1 = (\??\D:\glims8\log\svc\glimscron1\test.out, 0x22CBB8)
250 70608 [main] mv 14716 normalize_posix_path: src glimscron1.log
46 70654 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
32 70686 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 2
44 70730 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (glimscron1.log)
34 70764 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
28 70792 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
413 71205 [main] mv 14716 set_flags: flags: binary (0x2)
38 71243 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
72 71315 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
88 71403 [main] mv 14716 symlink_info::check: not a symlink
278 71681 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B7C0) (0x4022)
127 71808 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
47 71855 [main] mv 14716 __set_errno: ssize_t readlink(const char*, char*, size_t):2643 val 22
124 71979 [main] mv 14716 normalize_posix_path: src glimscron1.log.exe
32 72011 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
27 72038 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 22
27 72065 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log.exe = normalize_posix_path (glimscron1.log.exe)
26 72091 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log.exe)
34 72125 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log.exe', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log.exe'
24 72149 [main] mv 14716 set_flags: flags: binary (0x2)
23 72172 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log.exe, dst D:\glims8\log\svc\glimscron1\glimscron1.log.exe, flags 0x4022, rc 0
77 72249 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log.exe)
33 72282 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\glimscron1.log.exe)
53 72335 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log.exe.lnk)
37 72372 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\glimscron1.log.exe.lnk)
24 72396 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log.exe, 0x22B760) (0x4022)
25 72421 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1)
59 72480 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1', dst 'D:\glims8\log\svc\glimscron1'
33 72513 [main] mv 14716 set_flags: flags: binary (0x2)
27 72540 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1, dst D:\glims8\log\svc\glimscron1, flags 0x4022, rc 0
66 72606 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1)
97 72703 [main] mv 14716 symlink_info::check: not a symlink
39 72742 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1, 0x22B760) (0x4022)
30 72772 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log.exe), has_acls(1)
39 72811 [main] mv 14716 build_fh_pc: fh 0x6123B0DC
33 72844 [main] mv 14716 __set_errno: int fhandler_base::fhaccess(int, bool):359 val 2
25 72869 [main] mv 14716 fhandler_base::fhaccess: returning -1
37 72906 [main] mv 14716 access: returning -1
42 72948 [main] mv 14716 lstat64: entering
27 72975 [main] mv 14716 normalize_posix_path: src glimscron1.log
29 73004 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
26 73030 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 2
31 73061 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (glimscron1.log)
42 73103 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
38 73141 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
23 73164 [main] mv 14716 set_flags: flags: binary (0x2)
25 73189 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
60 73249 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
37 73286 [main] mv 14716 symlink_info::check: not a symlink
29 73315 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B4E0) (0x404022)
27 73342 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
27 73369 [main] mv 14716 build_fh_pc: fh 0x6123B0DC
28 73397 [main] mv 14716 stat_worker: (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22C9F8, 0x6123B0DC), file_attributes 8224
120 73517 [main] mv 14716 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-32-544
29 73546 [main] mv 14716 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1715567821-1078145449-1801674531-513
30 73576 [main] mv 14716 get_info_from_sd: ACL 1B6, uid 544, gid 10513
25 73601 [main] mv 14716 fhandler_base::fstat_helper: 0 = fstat (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22C9F8) st_atime=4C8A8164 st_size=121633, st_mode=0x81B6, st_ino=70087269200957383, sizeof=96
26 73627 [main] mv 14716 stat_worker: 0 = (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22C9F8)
33 73660 [main] mv 14716 lstat64: entering
21 73681 [main] mv 14716 normalize_posix_path: src test.out
21 73702 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
21 73723 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 2
22 73745 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/test.out = normalize_posix_path (test.out)
20 73765 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/test.out)
24 73789 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/test.out', dst 'D:\glims8\log\svc\glimscron1\test.out'
22 73811 [main] mv 14716 set_flags: flags: binary (0x2)
20 73831 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/test.out, dst D:\glims8\log\svc\glimscron1\test.out, flags 0x4022, rc 0
43 73874 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out)
29 73903 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out)
47 73950 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe)
24 73974 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe)
39 74013 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
25 74038 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
45 74083 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
24 74107 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
24 74131 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\test.out, 0x22B4E0) (0x404022)
27 74158 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1)
32 74190 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1', dst 'D:\glims8\log\svc\glimscron1'
22 74212 [main] mv 14716 set_flags: flags: binary (0x2)
20 74232 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1, dst D:\glims8\log\svc\glimscron1, flags 0x4022, rc 0
39 74271 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1)
34 74305 [main] mv 14716 symlink_info::check: not a symlink
34 74339 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1, 0x22B4E0) (0x4022)
22 74361 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\test.out), has_acls(1)
22 74383 [main] mv 14716 __set_errno: int stat_worker(path_conv&, __stat64*):1538 val 2
21 74404 [main] mv 14716 stat_worker: -1 = (\??\D:\glims8\log\svc\glimscron1\test.out, 0x22C998)
37 74441 [main] mv 14716 normalize_posix_path: src glimscron1.log
22 74463 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
21 74484 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 2
22 74506 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (glimscron1.log)
21 74527 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
21 74548 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
22 74570 [main] mv 14716 set_flags: flags: binary (0x2)
20 74590 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
42 74632 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
40 74672 [main] mv 14716 symlink_info::check: not a symlink
39 74711 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B200) (0x4022)
43 74754 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
25 74779 [main] mv 14716 normalize_posix_path: src test.out
21 74800 [main] mv 14716 cwdstuff::get: posix /cygdrive/d/glims8/log/svc/glimscron1
22 74822 [main] mv 14716 cwdstuff::get: (/cygdrive/d/glims8/log/svc/glimscron1) = cwdstuff::get (0x880038, 32768, 1, 0), errno 2
22 74844 [main] mv 14716 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/test.out = normalize_posix_path (test.out)
22 74866 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/test.out)
1499 76365 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/test.out', dst 'D:\glims8\log\svc\glimscron1\test.out'
67 76432 [main] mv 14716 set_flags: flags: binary (0x2)
43 76475 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/test.out, dst D:\glims8\log\svc\glimscron1\test.out, flags 0x4022, rc 0
46 76521 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out)
24 76545 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out)
43 76588 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe)
24 76612 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe)
38 76650 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
23 76673 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.lnk)
39 76712 [main] mv 14716 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
23 76735 [main] mv 14716 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\glims8\log\svc\glimscron1\test.out.exe.lnk)
22 76757 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\test.out, 0x22B200) (0x4022)
22 76779 [main] mv 14716 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1)
25 76804 [main] mv 14716 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1', dst 'D:\glims8\log\svc\glimscron1'
22 76826 [main] mv 14716 set_flags: flags: binary (0x2)
24 76850 [main] mv 14716 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1, dst D:\glims8\log\svc\glimscron1, flags 0x4022, rc 0
39 76889 [main] mv 14716 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1)
60 76949 [main] mv 14716 symlink_info::check: not a symlink
52 77001 [main] mv 14716 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1, 0x22B200) (0x4022)
24 77025 [main] mv 14716 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\test.out), has_acls(1)
62 77087 [main] mv 14716 rename: status 0xC0000043
39 77126 [main] mv 14716 rename: status 0xC0000043
37 77163 [main] mv 14716 rename: status 0xC0000043
38 77201 [main] mv 14716 rename: status 0xC0000043
36 77237 [main] mv 14716 rename: status 0xC0000043
41 77278 [main] mv 14716 rename: status 0xC0000043
42 77320 [main] mv 14716 rename: status 0xC0000043
65 77385 [main] mv 14716 rename: status 0xC0000043
63 77448 [main] mv 14716 rename: status 0xC0000043
and this statux 0xC0000043 repeats very, very fast.
rm gives a different strace log:
1 1 [main] rm 21152 open_shared: name shared.5, n 5, shared 0x60FB0000 (wanted 0x60FB0000), h 0x740
129 130 [main] rm 21152 heap_init: heap base 0x880000, heap top 0x880000
51 181 [main] rm 21152 open_shared: name S-1-5-21-1715567821-1078145449-1801674531-5303.1, n 1, shared 0x60FC0000 (wanted 0x60FC0000), h 0x73C
33 214 [main] rm 21152 user_info::create: opening user shared for 'S-1-5-21-1715567821-1078145449-1801674531-5303' at 0x60FC0000
32 246 [main] rm 21152 user_info::create: user shared version 6112AFB3
335 581 [main] rm 21152 dll_crt0_0: finished dll_crt0_0 initialization
90 671 [main] rm 21152 _cygtls::remove: wait 0xFFFFFFFF
52 723 [main] rm 21152 _cygtls::remove: removed 0x22CE64 element 0
106 829 [main] rm 21152 _cygtls::remove: wait 0xFFFFFFFF
26 855 [main] rm 21152 _cygtls::remove: removed 0x22CE64 element 0
42 897 [main] rm 21152 _cygtls::remove: wait 0xFFFFFFFF
22 919 [main] rm 21152 _cygtls::remove: removed 0x22CE64 element 0
170 1089 [main] rm 21152 _cygwin_istext_for_stdio: fd 0: not open
26 1115 [main] rm 21152 _cygwin_istext_for_stdio: fd 1: not open
23 1138 [main] rm 21152 _cygwin_istext_for_stdio: fd 2: not open
185 1323 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\log\svc\glimscron1, no-keep-rel, no-add-slash)
46 1369 [main] rm 21152 normalize_win32_path: D:\glims8\log\svc\glimscron1 = normalize_win32_path (D:\glims8\log\svc\glimscron1)
30 1399 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/d/glims8/log/svc/glimscron1 = conv_to_posix_path (D:\glims8\log\svc\glimscron1)
74 1473 [main] rm (21152) open_shared: name cygpid.21152, n 21152, shared 0x60FE0000 (wanted 0x60FE0000), h 0x6F4
34 1507 [main] rm 21152 **********************************************
22 1529 [main] rm 21152 Program name: C:\cygwin\bin\rm.exe (pid 21152, ppid 1)
25 1554 [main] rm 21152 App version: 1007.5, api: 0.225
23 1577 [main] rm 21152 DLL version: 1007.7, api: 0.230
22 1599 [main] rm 21152 DLL build: 2010-08-31 09:58
28 1627 [main] rm 21152 OS version: Windows NT-5.2
24 1651 [main] rm 21152 Heap size: 402653184
33 1684 [main] rm 21152 **********************************************
574 2258 [main] rm 21152 pinfo::thisproc: myself->dwProcessId 21152
30 2288 [main] rm 21152 time: 1284145813 = time (0)
246 2534 [main] rm 21152 parse_options: glob (called func)
47 2581 [main] rm 21152 parse_options: returning
34 2615 [main] rm 21152 environ_init: GetEnvironmentStrings returned 0x243E10
44 2659 [main] rm 21152 environ_init: 0x8A8298: !C:=C:\cygwin\bin
71 2730 [main] rm 21152 environ_init: 0x8A82B0: ALLUSERSPROFILE=C:\Documents and Settings\All Users
51 2781 [main] rm 21152 environ_init: 0x8A82F0: APPDATA=C:\Documents and Settings\CLGLIMS\Application Data
42 2823 [main] rm 21152 environ_init: 0x8A8330: CLIENTNAME=MSZRT21
67 2890 [main] rm 21152 environ_init: 0x8A8348: COLORFGBG=0;default;15
96 2986 [main] rm 21152 environ_init: 0x8A8368: COLORTERM=rxvt-xpm
210 3196 [main] rm 21152 environ_init: 0x8A8380: COMMONPROGRAMFILES=C:\Program Files\Common Files
47 3243 [main] rm 21152 environ_init: 0x8A83B8: COMPUTERNAME=MSZR050
43 3286 [main] rm 21152 environ_init: 0x8A83D8: COMSPEC=C:\WINDOWS\system32\cmd.exe
41 3327 [main] rm 21152 environ_init: 0x8A8408: CVS_RSH=/bin/ssh
41 3368 [main] rm 21152 environ_init: 0x8A8420: CYGDLC=/cygdrive/c/dlc101c
42 3410 [main] rm 21152 environ_init: 0x8A8440: CYGDLCBIN=/cygdrive/c/dlc101c/bin
41 3451 [main] rm 21152 environ_init: 0x8A8468: ClusterLog=C:\WINDOWS\Cluster\cluster.log
59 3510 [main] rm 21152 environ_init: 0x8A8498: CYGWIN=noglob
42 3552 [main] rm 21152 environ_init: 0x8A84B0: DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
38 3590 [main] rm 21152 environ_init: 0x8A8510: DISPLAY=:0
43 3633 [main] rm 21152 environ_init: 0x8A8520: DLC=c:\dlc101c
75 3708 [main] rm 21152 environ_init: 0x8A8538: EVTLEVEL=none
48 3756 [main] rm 21152 environ_init: 0x8A8550: FP_NO_HOST_CHECK=NO
39 3795 [main] rm 21152 environ_init: 0x8A8570: GLIMS=/cygdrive/d/glims8
44 3839 [main] rm 21152 getwinenv: can't set native for HOME= since no environ yet
26 3865 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\clglims, no-keep-rel, no-add-slash)
25 3890 [main] rm 21152 normalize_win32_path: C:\cygwin\home\clglims = normalize_win32_path (C:\cygwin\home\clglims)
24 3914 [main] rm 21152 mount_info::conv_to_posix_path: /home/clglims = conv_to_posix_path (C:\cygwin\home\clglims)
58 3972 [main] rm 21152 win_env::add_cache: posix /home/clglims
22 3994 [main] rm 21152 win_env::add_cache: native HOME=C:\cygwin\home\clglims
23 4017 [main] rm 21152 posify: env var converted to HOME=/home/clglims
58 4075 [main] rm 21152 environ_init: 0x8A85F0: HOME=/home/clglims
42 4117 [main] rm 21152 environ_init: 0x8A8590: HOMEDRIVE=C:
40 4157 [main] rm 21152 environ_init: 0x8A8608: HOMEPATH=\Documents and Settings\CLGLIMS
40 4197 [main] rm 21152 environ_init: 0x8A8638: HOSTNAME=MSZR050
40 4237 [main] rm 21152 environ_init: 0x8A8650: INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
39 4276 [main] rm 21152 environ_init: 0x8A85A8: LANG=ASCII
41 4317 [main] rm 21152 environ_init: 0x8A8690: LOGONSERVER=\\MSZR002
40 4357 [main] rm 21152 environ_init: 0x8A86B0: MAILTO=jurriaan DOT kalkman AT zrt DOT nl
39 4396 [main] rm 21152 environ_init: 0x8A86D8: MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man
39 4435 [main] rm 21152 environ_init: 0x8A8720: NUMBER_OF_PROCESSORS=4
40 4475 [main] rm 21152 environ_init: 0x8A8740: OLDPWD=/home/clglims
38 4513 [main] rm 21152 environ_init: 0x8A8760: OS=Windows_NT
50 4563 [main] rm 21152 getwinenv: can't set native for PATH= since no environ yet
51 4614 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
24 4638 [main] rm 21152 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
24 4662 [main] rm 21152 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
23 4685 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
22 4707 [main] rm 21152 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
23 4730 [main] rm 21152 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
23 4753 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
23 4776 [main] rm 21152 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
23 4799 [main] rm 21152 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
23 4822 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
23 4845 [main] rm 21152 normalize_win32_path: C:\cygwin\usr\X11R6\bin = normalize_win32_path (C:\cygwin\usr\X11R6\bin)
23 4868 [main] rm 21152 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\cygwin\usr\X11R6\bin)
24 4892 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\dlc101c\bin, keep-rel, no-add-slash)
23 4915 [main] rm 21152 normalize_win32_path: C:\dlc101c\bin = normalize_win32_path (C:\dlc101c\bin)
27 4942 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/dlc101c/bin = conv_to_posix_path (C:\dlc101c\bin)
22 4964 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash)
23 4987 [main] rm 21152 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
23 5010 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
49 5059 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash)
25 5084 [main] rm 21152 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
23 5107 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
24 5131 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
23 5154 [main] rm 21152 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)
23 5177 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
24 5201 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Windows Imaging\, keep-rel, add-slash)
23 5224 [main] rm 21152 normalize_win32_path: C:\Program Files\Windows Imaging\ = normalize_win32_path (C:\Program Files\Windows Imaging\)
25 5249 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Windows Imaging/ = conv_to_posix_path (C:\Program Files\Windows Imaging\)
23 5272 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash)
24 5296 [main] rm 21152 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
27 5323 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
25 5348 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash)
25 5373 [main] rm 21152 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
25 5398 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
24 5422 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (D:\GLIMS8\OCX, keep-rel, no-add-slash)
22 5444 [main] rm 21152 normalize_win32_path: D:\GLIMS8\OCX = normalize_win32_path (D:\GLIMS8\OCX)
24 5468 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/d/GLIMS8/OCX = conv_to_posix_path (D:\GLIMS8\OCX)
25 5493 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (D:\GLIMS8\LBIN, keep-rel, no-add-slash)
22 5515 [main] rm 21152 normalize_win32_path: D:\GLIMS8\LBIN = normalize_win32_path (D:\GLIMS8\LBIN)
23 5538 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/d/GLIMS8/LBIN = conv_to_posix_path (D:\GLIMS8\LBIN)
23 5561 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\CYGWIN\BIN, keep-rel, no-add-slash)
25 5586 [main] rm 21152 normalize_win32_path: C:\CYGWIN\BIN = normalize_win32_path (C:\CYGWIN\BIN)
24 5610 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/CYGWIN/BIN = conv_to_posix_path (C:\CYGWIN\BIN)
28 5638 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
30 5668 [main] rm 21152 normalize_win32_path: C:\WINDOWS\system32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\system32\WindowsPowerShell\v1.0)
28 5696 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\system32\WindowsPowerShell\v1.0)
24 5720 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\NetApp\SnapDrive\, keep-rel, add-slash)
24 5744 [main] rm 21152 normalize_win32_path: C:\Program Files\NetApp\SnapDrive\ = normalize_win32_path (C:\Program Files\NetApp\SnapDrive\)
23 5767 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/NetApp/SnapDrive/ = conv_to_posix_path (C:\Program Files\NetApp\SnapDrive\)
24 5791 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\NetApp\Windows Host Utilities\, keep-rel, add-slash)
27 5818 [main] rm 21152 normalize_win32_path: C:\Program Files\NetApp\Windows Host Utilities\ = normalize_win32_path (C:\Program Files\NetApp\Windows Host Utilities\)
24 5842 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/NetApp/Windows Host Utilities/ = conv_to_posix_path (C:\Program Files\NetApp\Windows Host Utilities\)
24 5866 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\bin, keep-rel, no-add-slash)
23 5889 [main] rm 21152 normalize_win32_path: D:\glims8\bin = normalize_win32_path (D:\glims8\bin)
23 5912 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/d/glims8/bin = conv_to_posix_path (D:\glims8\bin)
23 5935 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\lbin, keep-rel, no-add-slash)
23 5958 [main] rm 21152 normalize_win32_path: D:\glims8\lbin = normalize_win32_path (D:\glims8\lbin)
24 5982 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/d/glims8/lbin = conv_to_posix_path (D:\glims8\lbin)
24 6006 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (D:\glims8\ocx, keep-rel, no-add-slash)
24 6030 [main] rm 21152 normalize_win32_path: D:\glims8\ocx = normalize_win32_path (D:\glims8\ocx)
22 6052 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/d/glims8/ocx = conv_to_posix_path (D:\glims8\ocx)
56 6108 [main] rm 21152 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/dlc101c/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Windows Imaging/:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32:/cygdrive/d/GLIMS8/OCX:/cygdrive/d/GLIMS8/LBIN:/cygdrive/c/CYGWIN/BIN:/cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/NetApp/SnapDrive/:/cygdrive/c/Program Files/NetApp/Windows Host Utilities/:/cygdrive/d/glims8/bin:/cygdrive/d/glims8/lbin:/cygdrive/d/glims8/ocx
28 6136 [main] rm 21152 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;C:\dlc101c\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\WINDOWS;C:\WINDOWS\system32;D:\GLIMS8\OCX;D:\GLIMS8\LBIN;C:\CYGWIN\BIN;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\NetApp\SnapDrive\;C:\Program Files\NetApp\Windows Host Utilities\;D:\glims8\bin;D:\glims8\lbin;D:\glims8\ocx
26 6162 [main] rm 21152 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/dlc101c/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Windows Imaging/:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32:/cygdrive/d/GLIMS8/OCX:/cygdrive/d/GLIMS8/LBIN:/cygdrive/c/CYGWIN/BIN:/cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/NetApp/SnapDrive/:/cygdrive/c/Program Files/NetApp/Windows Host Utilities/:/cygdrive/d/glims8/bin:/cygdrive/d/glims8/lbin:/cygdrive/d/glims8/ocx
59 6221 [main] rm 21152 environ_init: 0x8B8D10: PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/dlc101c/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Windows Imaging/:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32:/cygdrive/d/GLIMS8/OCX:/cygdrive/d/GLIMS8/LBIN:/cygdrive/c/CYGWIN/BIN:/cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/NetApp/SnapDrive/:/cygdrive/c/Program Files/NetApp/Windows Host Utilities/:/cygdrive/d/glims8/bin:/cygdrive/d/glims8/lbin:/cygdrive/d/glims8/ocx
48 6269 [main] rm 21152 environ_init: 0x8A8778: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
44 6313 [main] rm 21152 environ_init: 0x8A87C0: PRINTER=PR001 (from MSZRT21) in session 2
50 6363 [main] rm 21152 environ_init: 0x8A87F0: PROCESSOR_ARCHITECTURE=x86
42 6405 [main] rm 21152 environ_init: 0x8A8810: PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
72 6477 [main] rm 21152 environ_init: 0x8A8860: PROCESSOR_LEVEL=6
45 6522 [main] rm 21152 environ_init: 0x8A8878: PROCESSOR_REVISION=170a
43 6565 [main] rm 21152 environ_init: 0x8A8898: PROGRAMFILES=C:\Program Files
43 6608 [main] rm 21152 environ_init: 0x8A88C0: PROMPT=$P$G
43 6651 [main] rm 21152 environ_init: 0x8A88D8: PS1=\H \t \w\n\$
43 6694 [main] rm 21152 environ_init: 0x8A88F0: PS4=+ [$(date +%H%M%S.%N)]
44 6738 [main] rm 21152 environ_init: 0x8B8F38: PSC_CLUSTER_PATH=c:\dlc101c
44 6782 [main] rm 21152 environ_init: 0x8B8F60: PWD=/cygdrive/d/glims8/log/svc/glimscron1
40 6822 [main] rm 21152 environ_init: 0x8B8F90: SESSIONNAME=RDP-Tcp#9
46 6868 [main] rm 21152 environ_init: 0x8A8918: SHLVL=1
40 6908 [main] rm 21152 environ_init: 0x8B8FB0: SYSTEMDRIVE=C:
40 6948 [main] rm 21152 environ_init: 0x8B8FC8: SYSTEMROOT=C:\WINDOWS
49 6997 [main] rm 21152 getwinenv: can't set native for TEMP= since no environ yet
23 7020 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2, no-keep-rel, no-add-slash)
23 7043 [main] rm 21152 normalize_win32_path: C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2 = normalize_win32_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
24 7067 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2 = conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
54 7121 [main] rm 21152 win_env::add_cache: posix /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
21 7142 [main] rm 21152 win_env::add_cache: native TEMP=C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2
22 7164 [main] rm 21152 posify: env var converted to TEMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
58 7222 [main] rm 21152 environ_init: 0x8B9080: TEMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
42 7264 [main] rm 21152 environ_init: 0x8B8FE8: TERM=xterm
47 7311 [main] rm 21152 getwinenv: can't set native for TMP= since no environ yet
23 7334 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2, no-keep-rel, no-add-slash)
24 7358 [main] rm 21152 normalize_win32_path: C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2 = normalize_win32_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
24 7382 [main] rm 21152 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2 = conv_to_posix_path (C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2)
54 7436 [main] rm 21152 win_env::add_cache: posix /cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
22 7458 [main] rm 21152 win_env::add_cache: native TMP=C:\DOCUME~1\CLGLIMS\LOCALS~1\Temp\2
23 7481 [main] rm 21152 posify: env var converted to TMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
52 7533 [main] rm 21152 environ_init: 0x8B9150: TMP=/cygdrive/c/DOCUME~1/CLGLIMS/LOCALS~1/Temp/2
56 7589 [main] rm 21152 environ_init: 0x8B9188: UATDATA=C:\WINDOWS\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
43 7632 [main] rm 21152 environ_init: 0x8B8FF8: USER=clglims
42 7674 [main] rm 21152 environ_init: 0x8B90B8: USERDNSDOMAIN=ZRT.LOCAL
40 7714 [main] rm 21152 environ_init: 0x8B91E0: USERDOMAIN=DOM-ZRT
41 7755 [main] rm 21152 environ_init: 0x8B91F8: USERNAME=clglims
41 7796 [main] rm 21152 environ_init: 0x8B9210: USERPROFILE=C:\Documents and Settings\CLGLIMS
43 7839 [main] rm 21152 environ_init: 0x8B9248: VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
40 7879 [main] rm 21152 environ_init: 0x8B92A8: WINDIR=C:\WINDOWS
40 7919 [main] rm 21152 environ_init: 0x8B92C0: WINDOWID=9259472
38 7957 [main] rm 21152 environ_init: 0x8B92D8: _=/usr/bin/strace
28 7985 [main] rm 21152 pinfo_init: Set nice to 0
23 8008 [main] rm 21152 pinfo_init: pid 21152, pgid 21152
63 8071 [main] rm 21152 dtable::extend: size 32, fds 0x6123A64C
221 8292 [main] rm 21152 pwdgrp::load: \etc\passwd curr_lines 11
32 8324 [main] rm 21152 pwdgrp::load: \etc\passwd load succeeded
227 8551 [main] rm 21152 pwdgrp::load: \etc\group curr_lines 19
34 8585 [main] rm 21152 pwdgrp::load: \etc\group load succeeded
30 8615 [main] rm 21152 cygheap_user::ontherange: what 2, pw 0x8B9870
26 8641 [main] rm 21152 cygheap_user::ontherange: HOME is already in the environment /home/clglims
29 8670 [main] rm 21152 wait_for_sigthread: wait_sig_inited 0x738
30834 39504 [sig] rm 21152 wait_sig: entering ReadFile loop, my_readsig 0x6E8, my_sendsig 0x6E4
297 39801 [main] rm 21152 wait_for_sigthread: process/signal handling enabled, state 0x41
283 40084 [main] rm 21152 open: open (/usr/share/locale/locale.alias, 0x20000)
29 40113 [main] rm 21152 normalize_posix_path: src /usr/share/locale/locale.alias
31 40144 [main] rm 21152 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
28 40172 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
29 40201 [main] rm 21152 set_flags: flags: binary (0x2)
24 40225 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
46 40271 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\locale.alias)
44 40315 [main] rm 21152 symlink_info::check: not a symlink
33 40348 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\locale.alias, 0x22B680) (0x3000A)
27 40375 [main] rm 21152 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
33 40408 [main] rm 21152 build_fh_pc: fh 0x6123A7E4
30 40438 [main] rm 21152 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
41 40479 [main] rm 21152 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x10000
24 40503 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
22 40525 [main] rm 21152 fhandler_base::set_flags: filemode set to text
23 40548 [main] rm 21152 fhandler_base::open: 0 = NtCreateFile (0x6DC, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
25 40573 [main] rm 21152 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
29 40602 [main] rm 21152 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x20000)
25 40627 [main] rm 21152 open: 3 = open (/usr/share/locale/locale.alias, 0x20000)
90 40717 [main] rm 21152 _cygwin_istext_for_stdio: fd 3: defaulting to text
4149 44866 [main] rm 21152 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303
39 44905 [main] rm 21152 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
37 44942 [main] rm 21152 get_info_from_sd: ACL 1A4, uid 15303, gid 0
30 44972 [main] rm 21152 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22C9F8) st_atime=4C8A8296 st_size=2660, st_mode=0x81A4, st_ino=844424930169726, sizeof=96
32 45004 [main] rm 21152 fstat64: 0 = fstat (3, 0x22C9F8)
59 45063 [main] rm 21152 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
47 45110 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
80 45190 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
29 45219 [main] rm 21152 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
39 45258 [main] rm 21152 readv: readv (3, 0x22CA14, 1) blocking, sigcatchers 0
77 45335 [main] rm 21152 fhandler_base::read: returning 2660, binary mode
28 45363 [main] rm 21152 readv: 2660 = readv (3, 0x22CA14, 1), errno 0
38 45401 [main] rm 21152 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
50 45451 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
34 45485 [main] rm 21152 fhandler_base::set_flags: filemode set to text
27 45512 [main] rm 21152 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
12774 58286 [main] rm 21152 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
34 58320 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
27 58347 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
25 58372 [main] rm 21152 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
34 58406 [main] rm 21152 readv: readv (3, 0x22CA14, 1) blocking, sigcatchers 0
30 58436 [main] rm 21152 fhandler_base::read: returning 0, binary mode
22 58458 [main] rm 21152 readv: 0 = readv (3, 0x22CA14, 1), errno 0
21 58479 [main] rm 21152 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
22 58501 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
23 58524 [main] rm 21152 fhandler_base::set_flags: filemode set to text
23 58547 [main] rm 21152 setmode: (3<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
330 58877 [main] rm 21152 close: close (3)
37 58914 [main] rm 21152 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x6DC
56 58970 [main] rm 21152 close: 0 = close (3)
190 59160 [main] rm 21152 build_argv: argv[0] = 'rm'
22 59182 [main] rm 21152 build_argv: argv[1] = 'glimscron1.log'
22 59204 [main] rm 21152 build_argv: argc 2
142 59346 [main] rm 21152 build_fh_pc: fh 0x6123A7E4
38 59384 [main] rm 21152 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-tty2-from-master, size 4096
114 59498 [main] rm 21152 fhandler_pipe::create_selectable: pipe busy
26 59524 [main] rm 21152 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
22 59546 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
20 59566 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
69 59635 [main] rm 21152 alloc_sd: uid 15303, gid 10513, attribute 2190
62 59697 [main] rm 21152 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303 (+)
32 59729 [main] rm 21152 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-1715567821-1078145449-1801674531-513 (+)
28 59757 [main] rm 21152 alloc_sd: ACL-Size: 124
57 59814 [main] rm 21152 alloc_sd: Created SD-Size: 200
26 59840 [main] rm 21152 fhandler_tty_slave::open: (538): tty output_mutex: waiting 500 ms
31 59871 [main] rm 21152 fhandler_tty_slave::open: (538): tty output_mutex: acquired
33 59904 [main] rm 21152 tty::create_inuse: cygtty.slave_alive.2 0x658
357 60261 [main] rm 21152 fhandler_tty_slave::open: (541): tty output_mutex released
66 60327 [main] rm 21152 open_shared: name cygpid.19412, n 19412, shared 0x19280000 (wanted 0x0), h 0x654
58 60385 [main] rm 21152 fhandler_tty_slave::open: dup handles directly since I'm allmighty.
87 60472 [main] rm 21152 fhandler_tty_slave::open: duplicated from_master 0x66C->0x654 from tty_owner
29 60501 [main] rm 21152 fhandler_tty_slave::open: duplicated to_master 0x664->0x634 from tty_owner
28 60529 [main] rm 21152 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 1, amount 1, no ctty, avoid_freeing_console 0
76 60605 [main] rm 21152 fhandler_console::need_invisible: invisible_console 0
32 60637 [main] rm 21152 fhandler_tty_slave::open: /dev/tty2 opened, usecount 1
32 60669 [main] rm 21152 _pinfo::set_ctty: old no ctty
66 60735 [main] rm 21152 _pinfo::set_ctty: attaching ctty /dev/tty2 sid 21152, pid 21152, pgid 21152, tty->pgid 25168, tty->sid 32832
40 60775 [main] rm 21152 open_shared: name cygpid.32832, n 32832, shared 0x19280000 (wanted 0x0), h 0x650
30 60805 [main] rm 21152 _pinfo::set_ctty: cygheap->ctty 0x0, arch 0x6123ABA4
27 60832 [main] rm 21152 _pinfo::set_ctty: ctty NULL
24 60856 [main] rm 21152 init_cygheap::manage_console_count: _pinfo::set_ctty: console_count 2, amount 1, ctty /dev/tty2, avoid_freeing_console 0
37 60893 [main] rm 21152 _pinfo::set_ctty: /dev/tty2 ctty, usecount 2
95 60988 [main] rm 21152 build_fh_pc: fh 0x6123ADFC
31 61019 [main] rm 21152 fhandler_tty_slave::open: copied fhandler_tty_slave archetype
27 61046 [main] rm 21152 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
31 61077 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
26 61103 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
24 61127 [main] rm 21152 init_cygheap::manage_console_count: fhandler_tty_slave::open<arch>: console_count 3, amount 1, ctty /dev/tty2, avoid_freeing_console 0
26 61153 [main] rm 21152 fhandler_tty_slave::open: /dev/tty2 opened, usecount 3
99 61252 [main] rm 21152 _pinfo::set_ctty: old ctty /dev/tty2
31 61283 [main] rm 21152 _pinfo::set_ctty: attaching ctty /dev/tty2 sid 32832, pid 21152, pgid 21152, tty->pgid 25168, tty->sid 32832
44 61327 [main] rm 21152 open_shared: name cygpid.32832, n 32832, shared 0x19280000 (wanted 0x0), h 0x63C
85 61412 [main] rm 21152 fhandler_console::need_invisible: invisible_console 0
156 61568 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, keep-rel, no-add-slash)
108 61676 [main] rm 21152 normalize_win32_path: C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin\bin\cygiconv-2.dll)
38 61714 [main] rm 21152 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
54 61768 [main] rm 21152 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll, keep-rel, no-add-slash)
31 61799 [main] rm 21152 normalize_win32_path: C:\cygwin\bin\cygintl-8.dll = normalize_win32_path (C:\cygwin\bin\cygintl-8.dll)
25 61824 [main] rm 21152 mount_info::conv_to_posix_path: /usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll)
43 61867 [main] rm 21152 dll_crt0_1: user_data->main 0x4013D0
34 61901 [main] rm 21152 __set_errno: void dll_crt0_1(void*):959 val 0
517 62418 [main] rm 21152 open: open (/usr/share/locale/locale.alias, 0x20000)
61 62479 [main] rm 21152 normalize_posix_path: src /usr/share/locale/locale.alias
31 62510 [main] rm 21152 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
28 62538 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
71 62609 [main] rm 21152 set_flags: flags: binary (0x2)
171 62780 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
102 62882 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\locale.alias)
451 63333 [main] rm 21152 symlink_info::check: not a symlink
35 63368 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\locale.alias, 0x22B450) (0x3000A)
31 63399 [main] rm 21152 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
124 63523 [main] rm 21152 build_fh_pc: fh 0x6123B054
38 63561 [main] rm 21152 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
58 63619 [main] rm 21152 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x10000
40 63659 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
30 63689 [main] rm 21152 fhandler_base::set_flags: filemode set to text
23 63712 [main] rm 21152 fhandler_base::open: 0 = NtCreateFile (0x650, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
26 63738 [main] rm 21152 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x120000)
31 63769 [main] rm 21152 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x20000)
84 63853 [main] rm 21152 open: 2 = open (/usr/share/locale/locale.alias, 0x20000)
103 63956 [main] rm 21152 _cygwin_istext_for_stdio: fd 2: defaulting to text
145 64101 [main] rm 21152 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303
26 64127 [main] rm 21152 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
32 64159 [main] rm 21152 get_info_from_sd: ACL 1A4, uid 15303, gid 0
27 64186 [main] rm 21152 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22C7C8) st_atime=4C8A8296 st_size=2660, st_mode=0x81A4, st_ino=844424930169726, sizeof=96
29 64215 [main] rm 21152 fstat64: 0 = fstat (2, 0x22C7C8)
40 64255 [main] rm 21152 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
22 64277 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
23 64300 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
23 64323 [main] rm 21152 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
25 64348 [main] rm 21152 readv: readv (2, 0x22C7E4, 1) blocking, sigcatchers 0
31 64379 [main] rm 21152 fhandler_base::read: returning 2660, binary mode
25 64404 [main] rm 21152 readv: 2660 = readv (2, 0x22C7E4, 1), errno 0
22 64426 [main] rm 21152 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
23 64449 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
22 64471 [main] rm 21152 fhandler_base::set_flags: filemode set to text
23 64494 [main] rm 21152 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
9397 73891 [main] rm 21152 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
28 73919 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
25 73944 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
24 73968 [main] rm 21152 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x10000) returning text
25 73993 [main] rm 21152 readv: readv (2, 0x22C7E4, 1) blocking, sigcatchers 0
25 74018 [main] rm 21152 fhandler_base::read: returning 0, binary mode
24 74042 [main] rm 21152 readv: 0 = readv (2, 0x22C7E4, 1), errno 0
23 74065 [main] rm 21152 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
23 74088 [main] rm 21152 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
22 74110 [main] rm 21152 fhandler_base::set_flags: filemode set to text
25 74135 [main] rm 21152 setmode: (2<\??\C:\cygwin\usr\share\locale\locale.alias>, 0x20000) returning binary
201 74336 [main] rm 21152 close: close (2)
23 74359 [main] rm 21152 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x650
36 74395 [main] rm 21152 close: 0 = close (2)
405 74800 [main] rm 21152 isatty: 1 = isatty (0)
103 74903 [main] rm 21152 lstat64: entering
46 74949 [main] rm 21152 normalize_posix_path: src /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log
24 74973 [main] rm 21152 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
24 74997 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
25 75022 [main] rm 21152 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
26 75048 [main] rm 21152 set_flags: flags: binary (0x2)
29 75077 [main] rm 21152 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
47 75124 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
38 75162 [main] rm 21152 symlink_info::check: not a symlink
26 75188 [main] rm 21152 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B7A0) (0x404022)
26 75214 [main] rm 21152 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
25 75239 [main] rm 21152 build_fh_pc: fh 0x6123B054
26 75265 [main] rm 21152 stat_worker: (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x8BB530, 0x6123B054), file_attributes 8224
99 75364 [main] rm 21152 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-32-544
38 75402 [main] rm 21152 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1715567821-1078145449-1801674531-513
32 75434 [main] rm 21152 get_info_from_sd: ACL 1B6, uid 544, gid 10513
27 75461 [main] rm 21152 fhandler_base::fstat_helper: 0 = fstat (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x8BB530) st_atime=4C8A8164 st_size=121633, st_mode=0x81B6, st_ino=70087269200957383, sizeof=96
29 75490 [main] rm 21152 stat_worker: 0 = (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x8BB530)
161 75651 [main] rm 21152 lstat64: entering
29 75680 [main] rm 21152 normalize_posix_path: src /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log
28 75708 [main] rm 21152 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
27 75735 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
27 75762 [main] rm 21152 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
26 75788 [main] rm 21152 set_flags: flags: binary (0x2)
22 75810 [main] rm 21152 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
47 75857 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
44 75901 [main] rm 21152 symlink_info::check: not a symlink
25 75926 [main] rm 21152 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B750) (0x404022)
29 75955 [main] rm 21152 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
32 75987 [main] rm 21152 build_fh_pc: fh 0x6123B054
28 76015 [main] rm 21152 stat_worker: (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22CB98, 0x6123B054), file_attributes 8224
52 76067 [main] rm 21152 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-32-544
28 76095 [main] rm 21152 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1715567821-1078145449-1801674531-513
29 76124 [main] rm 21152 get_info_from_sd: ACL 1B6, uid 544, gid 10513
27 76151 [main] rm 21152 fhandler_base::fstat_helper: 0 = fstat (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22CB98) st_atime=4C8A8164 st_size=121633, st_mode=0x81B6, st_ino=70087269200957383, sizeof=96
29 76180 [main] rm 21152 stat_worker: 0 = (\??\D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22CB98)
49 76229 [main] rm 21152 normalize_posix_path: src /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log
25 76254 [main] rm 21152 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
23 76277 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
23 76300 [main] rm 21152 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
26 76326 [main] rm 21152 set_flags: flags: binary (0x2)
24 76350 [main] rm 21152 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
63 76413 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
95 76508 [main] rm 21152 symlink_info::check: not a symlink
355 76863 [main] rm 21152 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B760) (0x4022)
31 76894 [main] rm 21152 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
26 76920 [main] rm 21152 build_fh_pc: fh 0x6123B054
156 77076 [main] rm 21152 check_file_access: flags 2, ret 0
30 77106 [main] rm 21152 fhandler_base::fhaccess: returning 0
24 77130 [main] rm 21152 faccessat: returning 0
30 77160 [main] rm 21152 normalize_posix_path: src /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log
25 77185 [main] rm 21152 normalize_posix_path: /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log = normalize_posix_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
21 77206 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
22 77228 [main] rm 21152 mount_info::cygdrive_win32_path: src '/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log', dst 'D:\glims8\log\svc\glimscron1\glimscron1.log'
25 77253 [main] rm 21152 set_flags: flags: binary (0x2)
22 77275 [main] rm 21152 mount_info::conv_to_win32_path: src_path /cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log, dst D:\glims8\log\svc\glimscron1\glimscron1.log, flags 0x4022, rc 0
47 77322 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\D:\glims8\log\svc\glimscron1\glimscron1.log)
37 77359 [main] rm 21152 symlink_info::check: not a symlink
35 77394 [main] rm 21152 symlink_info::check: 0 = symlink.check (D:\glims8\log\svc\glimscron1\glimscron1.log, 0x22B780) (0x4022)
26 77420 [main] rm 21152 path_conv::check: this->path(D:\glims8\log\svc\glimscron1\glimscron1.log), has_acls(1)
91 77511 [main] rm 21152 unlink_nt: Opening file for delete failed, status = 0xC0000043
30 77541 [main] rm 21152 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.7-1/winsup/cygwin/syscalls.cc:714 status 0xC0000043 -> windows error 32
30 77571 [main] rm 21152 geterrno_from_win_error: windows error 32 == errno 16
23 77594 [main] rm 21152 unlink: -1 = unlink (/cygdrive/d/glims8/log/svc/glimscron1/glimscron1.log)
577 78171 [main] rm 21152 open: open (/usr/share/locale/locale.alias, 0x0)
27 78198 [main] rm 21152 normalize_posix_path: src /usr/share/locale/locale.alias
24 78222 [main] rm 21152 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
23 78245 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
109 78354 [main] rm 21152 set_flags: flags: binary (0x2)
24 78378 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
94 78472 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\locale.alias)
36 78508 [main] rm 21152 symlink_info::check: not a symlink
32 78540 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\locale.alias, 0x22B1A0) (0x3000A)
41 78581 [main] rm 21152 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
26 78607 [main] rm 21152 build_fh_pc: fh 0x6123B054
26 78633 [main] rm 21152 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x100000)
123 78756 [main] rm 21152 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
27 78783 [main] rm 21152 fhandler_base::set_flags: filemode set to binary
23 78806 [main] rm 21152 fhandler_base::open: 0 = NtCreateFile (0x5E8, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
26 78832 [main] rm 21152 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x100000)
31 78863 [main] rm 21152 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias, 0x0)
25 78888 [main] rm 21152 open: 2 = open (/usr/share/locale/locale.alias, 0x0)
157 79045 [main] rm 21152 _cygwin_istext_for_stdio: fd 2: opened as binary
199 79244 [main] rm 21152 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1715567821-1078145449-1801674531-5303
32 79276 [main] rm 21152 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
31 79307 [main] rm 21152 get_info_from_sd: ACL 1A4, uid 15303, gid 0
32 79339 [main] rm 21152 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22C538) st_atime=4C8A8296 st_size=2660, st_mode=0x81A4, st_ino=844424930169726, sizeof=96
27 79366 [main] rm 21152 fstat64: 0 = fstat (2, 0x22C538)
59 79425 [main] rm 21152 readv: readv (2, 0x22C554, 1) blocking, sigcatchers 0
135 79560 [main] rm 21152 fhandler_base::read: returning 2660, binary mode
28 79588 [main] rm 21152 readv: 2660 = readv (2, 0x22C554, 1), errno 16
10729 90317 [main] rm 21152 readv: readv (2, 0x22C554, 1) blocking, sigcatchers 0
35 90352 [main] rm 21152 fhandler_base::read: returning 0, binary mode
24 90376 [main] rm 21152 readv: 0 = readv (2, 0x22C554, 1), errno 16
199 90575 [main] rm 21152 close: close (2)
23 90598 [main] rm 21152 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x5E8
35 90633 [main] rm 21152 close: 0 = close (2)
187 90820 [main] rm 21152 open: open (/usr/local/share/locale/locale.alias, 0x0)
24 90844 [main] rm 21152 normalize_posix_path: src /usr/local/share/locale/locale.alias
25 90869 [main] rm 21152 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)
23 90892 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)
25 90917 [main] rm 21152 set_flags: flags: binary (0x2)
28 90945 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin\usr\local\share\locale\locale.alias, flags 0x3000A, rc 0
51 90996 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\local\share\locale\locale.alias)
28 91024 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
26 91050 [main] rm 21152 symlink_info::check: not a symlink
23 91073 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\share\locale\locale.alias, 0x22B190) (0x3000A)
24 91097 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)
81 91178 [main] rm 21152 set_flags: flags: binary (0x2)
26 91204 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin\usr\local\share\locale, flags 0x3000A, rc 0
49 91253 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\local\share\locale)
26 91279 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale)
24 91303 [main] rm 21152 symlink_info::check: not a symlink
23 91326 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\share\locale, 0x22B190) (0x3000A)
24 91350 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)
23 91373 [main] rm 21152 set_flags: flags: binary (0x2)
23 91396 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin\usr\local\share, flags 0x3000A, rc 0
59 91455 [main] rm 21152 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\C:\cygwin\usr\local\share)
26 91481 [main] rm 21152 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\share)
40 91521 [main] rm 21152 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\C:\cygwin\usr\local\share.lnk)
29 91550 [main] rm 21152 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\share.lnk)
24 91574 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\share, 0x22B190) (0x3000A)
23 91597 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local)
33 91630 [main] rm 21152 set_flags: flags: binary (0x2)
23 91653 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\cygwin\usr\local, flags 0x3000A, rc 0
41 91694 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\local)
43 91737 [main] rm 21152 symlink_info::check: not a symlink
33 91770 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local, 0x22B190) (0x3000A)
26 91796 [main] rm 21152 path_conv::check: this->path(C:\cygwin\usr\local\share\locale\locale.alias), has_acls(1)
27 91823 [main] rm 21152 build_fh_pc: fh 0x6123B054
26 91849 [main] rm 21152 fhandler_base::open: (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x100000)
41 91890 [main] rm 21152 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.7-1/winsup/cygwin/fhandler.cc:590 status 0xC000003A -> windows error 3
27 91917 [main] rm 21152 geterrno_from_win_error: windows error 3 == errno 2
23 91940 [main] rm 21152 fhandler_base::open: C000003A = NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\local\share\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
24 91964 [main] rm 21152 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x100000)
29 91993 [main] rm 21152 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x0)
24 92017 [main] rm 21152 open: -1 = open (/usr/local/share/locale/locale.alias, 0x0)
142 92159 [main] rm 21152 open: open (/usr/X11R6/lib/X11/locale/locale.alias, 0x0)
30 92189 [main] rm 21152 normalize_posix_path: src /usr/X11R6/lib/X11/locale/locale.alias
24 92213 [main] rm 21152 normalize_posix_path: /usr/X11R6/lib/X11/locale/locale.alias = normalize_posix_path (/usr/X11R6/lib/X11/locale/locale.alias)
23 92236 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/X11R6/lib/X11/locale/locale.alias)
22 92258 [main] rm 21152 set_flags: flags: binary (0x2)
25 92283 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/X11R6/lib/X11/locale/locale.alias, dst C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias, flags 0x3000A, rc 0
46 92329 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias)
28 92357 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias)
24 92381 [main] rm 21152 symlink_info::check: not a symlink
22 92403 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias, 0x22B190) (0x3000A)
23 92426 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/X11R6/lib/X11/locale)
22 92448 [main] rm 21152 set_flags: flags: binary (0x2)
24 92472 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/X11R6/lib/X11/locale, dst C:\cygwin\usr\X11R6\lib\X11\locale, flags 0x3000A, rc 0
44 92516 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\X11R6\lib\X11\locale)
26 92542 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\X11R6\lib\X11\locale)
23 92565 [main] rm 21152 symlink_info::check: not a symlink
23 92588 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\X11R6\lib\X11\locale, 0x22B190) (0x3000A)
29 92617 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/X11R6/lib/X11)
24 92641 [main] rm 21152 set_flags: flags: binary (0x2)
22 92663 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/X11R6/lib/X11, dst C:\cygwin\usr\X11R6\lib\X11, flags 0x3000A, rc 0
46 92709 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\X11R6\lib\X11)
24 92733 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\X11R6\lib\X11)
23 92756 [main] rm 21152 symlink_info::check: not a symlink
26 92782 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\X11R6\lib\X11, 0x22B190) (0x3000A)
23 92805 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/X11R6/lib)
23 92828 [main] rm 21152 set_flags: flags: binary (0x2)
22 92850 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/X11R6/lib, dst C:\cygwin\usr\X11R6\lib, flags 0x3000A, rc 0
44 92894 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\X11R6\lib)
100 92994 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\X11R6\lib)
27 93021 [main] rm 21152 symlink_info::check: not a symlink
25 93046 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\X11R6\lib, 0x22B190) (0x3000A)
24 93070 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/X11R6)
26 93096 [main] rm 21152 set_flags: flags: binary (0x2)
25 93121 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/X11R6, dst C:\cygwin\usr\X11R6, flags 0x3000A, rc 0
41 93162 [main] rm 21152 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\C:\cygwin\usr\X11R6)
27 93189 [main] rm 21152 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\X11R6)
42 93231 [main] rm 21152 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\C:\cygwin\usr\X11R6.lnk)
26 93257 [main] rm 21152 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\X11R6.lnk)
25 93282 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\X11R6, 0x22B190) (0x3000A)
24 93306 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr)
23 93329 [main] rm 21152 set_flags: flags: binary (0x2)
22 93351 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr, dst C:\cygwin\usr, flags 0x3000A, rc 0
45 93396 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr)
43 93439 [main] rm 21152 symlink_info::check: not a symlink
34 93473 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr, 0x22B190) (0x3000A)
26 93499 [main] rm 21152 path_conv::check: this->path(C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias), has_acls(1)
25 93524 [main] rm 21152 build_fh_pc: fh 0x6123B054
26 93550 [main] rm 21152 fhandler_base::open: (\??\C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias, 0x100000)
43 93593 [main] rm 21152 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.7-1/winsup/cygwin/fhandler.cc:590 status 0xC000003A -> windows error 3
26 93619 [main] rm 21152 geterrno_from_win_error: windows error 3 == errno 2
24 93643 [main] rm 21152 fhandler_base::open: C000003A = NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
25 93668 [main] rm 21152 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias, 0x100000)
23 93691 [main] rm 21152 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\usr\X11R6\lib\X11\locale\locale.alias, 0x0)
25 93716 [main] rm 21152 open: -1 = open (/usr/X11R6/lib/X11/locale/locale.alias, 0x0)
245 93961 [main] rm 21152 open: open (/usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo, 0x10000)
24 93985 [main] rm 21152 normalize_posix_path: src /usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo
24 94009 [main] rm 21152 normalize_posix_path: /usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo)
25 94034 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo)
27 94061 [main] rm 21152 set_flags: flags: binary (0x2)
23 94084 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
51 94135 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo)
27 94162 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo)
24 94186 [main] rm 21152 symlink_info::check: not a symlink
23 94209 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo, 0x22B350) (0x3000A)
23 94232 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/ASCII/LC_MESSAGES)
27 94259 [main] rm 21152 set_flags: flags: binary (0x2)
23 94282 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale/ASCII/LC_MESSAGES, dst C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES, flags 0x3000A, rc 0
44 94326 [main] rm 21152 symlink_info::check: 0xC000003A = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES)
25 94351 [main] rm 21152 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES)
24 94375 [main] rm 21152 symlink_info::check: not a symlink
22 94397 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES, 0x22B350) (0x3000A)
24 94421 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/ASCII)
24 94445 [main] rm 21152 set_flags: flags: binary (0x2)
22 94467 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale/ASCII, dst C:\cygwin\usr\share\locale\ASCII, flags 0x3000A, rc 0
42 94509 [main] rm 21152 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\ASCII)
25 94534 [main] rm 21152 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\ASCII)
44 94578 [main] rm 21152 symlink_info::check: 0xC0000034 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale\ASCII.lnk)
27 94605 [main] rm 21152 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\ASCII.lnk)
24 94629 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale\ASCII, 0x22B350) (0x3000A)
23 94652 [main] rm 21152 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
22 94674 [main] rm 21152 set_flags: flags: binary (0x2)
24 94698 [main] rm 21152 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
39 94737 [main] rm 21152 symlink_info::check: 0x0 = NtCreateFile (1:\??\C:\cygwin\usr\share\locale)
36 94773 [main] rm 21152 symlink_info::check: not a symlink
35 94808 [main] rm 21152 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\share\locale, 0x22B350) (0x3000A)
26 94834 [main] rm 21152 path_conv::check: this->path(C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo), has_acls(1)
25 94859 [main] rm 21152 build_fh_pc: fh 0x6123B054
25 94884 [main] rm 21152 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo, 0x110000)
44 94928 [main] rm 21152 seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.7-1/winsup/cygwin/fhandler.cc:590 status 0xC000003A -> windows error 3
28 94956 [main] rm 21152 geterrno_from_win_error: windows error 3 == errno 2
23 94979 [main] rm 21152 fhandler_base::open: C000003A = NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo, io, NULL, 0, 7, 1, 4020, NULL, 0)
26 95005 [main] rm 21152 fhandler_base::open: 0 = fhandler_base::open (\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo, 0x110000)
25 95030 [main] rm 21152 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\ASCII\LC_MESSAGES\coreutils.mo, 0x10000)
28 95058 [main] rm 21152 open: -1 = open (/usr/share/locale/ASCII/LC_MESSAGES/coreutils.mo, 0x10000)
582 95640 [main] rm 21152 fhandler_base::fcntl: GETFL: 0x10002
25 95665 [main] rm 21152 fcntl64: 65538 = fcntl (1, 3, 0x6)
198 95863 [main] rm 21152 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):391 val 9
200 96063 [main] rm 21152 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):391 val 9
106 96169 [main] rm 21152 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):391 val 9
116 96285 [main] rm 21152 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):391 val 9
406 96691 [main] rm 21152 close: close (0)
26 96717 [main] rm 21152 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 2, amount -1, ctty /dev/tty2, avoid_freeing_console 0
25 96742 [main] rm 21152 fhandler_tty_slave::close: /dev/tty2 closed, usecount 2
22 96764 [main] rm 21152 fhandler_tty_slave::close: just returning because archetype usecount is != 0
24 96788 [main] rm 21152 close: 0 = close (0)
217 97005 [main] rm 21152 close: close (1)
22 97027 [main] rm 21152 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 1, amount -1, ctty /dev/tty2, avoid_freeing_console 0
28 97055 [main] rm 21152 fhandler_tty_slave::close: /dev/tty2 closed, usecount 1
23 97078 [main] rm 21152 fhandler_tty_slave::close: just returning because archetype usecount is != 0
23 97101 [main] rm 21152 close: 0 = close (1)
217 97318 [main] rm 21152 close: close (2)
22 97340 [main] rm 21152 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):391 val 9
23 97363 [main] rm 21152 close: -1 = close (2)
101 97464 [main] rm 21152 do_exit: do_exit (256), exit_state 1
25 97489 [main] rm 21152 void: 0x0 = signal (20, 0x1)
25 97514 [main] rm 21152 void: 0x0 = signal (1, 0x1)
23 97537 [main] rm 21152 void: 0x0 = signal (2, 0x1)
22 97559 [main] rm 21152 void: 0x0 = signal (3, 0x1)
24 97583 [main] rm 21152 init_cygheap::close_ctty: closing cygheap->ctty 0x6123ABA4
24 97607 [main] rm 21152 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 0, amount -1, ctty /dev/tty2, avoid_freeing_console 0
24 97631 [main] rm 21152 fhandler_tty_slave::close: /dev/tty2 closed, usecount 0
22 97653 [main] rm 21152 fhandler_tty_slave::close: closing last open /dev/tty2 handle
25 97678 [main] rm 21152 fhandler_tty_common::close: tty2 <0x654,0x634> closing
47 97725 [main] rm 21152 sigproc_terminate: entering
23 97748 [main] rm 21152 sig_send: sendsig 0x6E4, pid 21152, signal -42, its_me 1
30 97778 [main] rm 21152 sig_send: Not waiting for sigcomplete. its_me 1 signal -42
25 97803 [main] rm 21152 sig_send: returning 0x0 from sending signal -42
23 97826 [main] rm 21152 proc_terminate: nprocs 0
24 97850 [main] rm 21152 proc_terminate: leaving
25 97875 [main] rm 21152 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
23 97898 [main] rm 21152 __to_clock_t: total 00000000 00000000
26 97924 [main] rm 21152 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250
-23 97901 [sig] rm 21152 wait_sig: saw __SIGEXIT
47 97948 [main] rm 21152 __to_clock_t: total 00000000 0000000F
33 97981 [sig] rm 21152 wait_sig: signal thread exiting
610 98591 [main] rm 21152 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1
--
Iluvatar arose a third time, and his face was terrible to behold.
JRR Tolkien - The Silmarillion
--
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
- Raw text -