Mail Archives: cygwin/2010/02/10/22:30:36
------=_NextPart_000_0103_01CAAAA0.6F537470
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
I got reports that cron is having problems with Cygwin 1.7.1 on
Windows 7 - 32 bits.
They occur only with seteuid method 1, not with method 2 nor method 3.
An earlier report http://cygwin.com/ml/cygwin/2009-11/msg00724.html
indicated that there was no problem with 1.7.0. There is no proof that
the Cygwin update to 1.7.1 caused the problem.
Basically cron starts with a process A that forks a process B, which
setsid and sleeps until the next minutes. It then forks a process C that runs
the crontabs and forks a process D for every user. Process D calls seteuid
and then execs /bin/sh.
The helpful user was willing to experiment and provided two straces
of cron, see attachments.
In trace_cron.log we see that, after the seteuid, process D cannot
load the user32 dll.
winerr 1114, A dynamic link library (DLL) initialization routine failed.
I believe that is occurring while trying to execute GetProcessWindowStation
in fhandler_console::need_invisible, called from spawn_guts.
This call is made while impersonated. I am not sure why it's needed
there given that a few lines below a brand new invisible WindowStation is
created anyway, at least in this case.
The other log trace_cron+syslog-ng.log was created in another run
where syslog-ng replaced the Windows application log. I had requested that
test because another unverified report claimed that doing so allowed cron to
run on Windows 7 64 bits.
In this case it didn't help, but the behavior is different (I doubt it's directly due
to syslog-ng). CreateProcessAsUser succeeds, but its parent never hears from
the child and quits after trying a few times (BTW, the creation of the WindowStation
is in the retry loop).
Incidentally, I noticed
get_registry_hive_path: HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\XXX not found
That's because there should be a " " between "Windows" and "NT". So USERPROFILE is
never set properly in the environment.
Sorry I don't have access to Windows 7 to investigate more deeply.
Pierre
------=_NextPart_000_0103_01CAAAA0.6F537470
Content-Type: application/octet-stream;
name="trace_cron+syslog-ng.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="trace_cron+syslog-ng.log"
4 4 [main] cron 4656 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xC0
416 420 [main] cron 4656 heap_init: heap base 0xAD0000, heap top 0xAD=
0000
75 495 [main] cron 4656 open_shared: name S-1-5-21-3292306727-304939=
9099-3658254372-1016.1, n 1, shared 0x60FD0000 (wanted 0x60FD0000), h 0xC4
49 544 [main] cron 4656 user_shared_create: opening user shared for =
'S-1-5-21-3292306727-3049399099-3658254372-1016' at 0x60FD0000
47 591 [main] cron 4656 user_shared_create: user shared version 2E71=
0001
57 648 [main] cron 4656 events_init: windows_system_directory 'C:\Wi=
ndows\system32\', windows_system_directory_length 20
102 750 [main] cron 4656 dll_crt0_0: finished dll_crt0_0 initializati=
on
119 869 [main] cron 4656 _cygwin_istext_for_stdio: fd 0: not open
30 899 [main] cron 4656 _cygwin_istext_for_stdio: fd 1: not open
24 923 [main] cron 4656 _cygwin_istext_for_stdio: fd 2: not open
214 1137 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\system32, no-keep-rel, no-add-slash)
49 1186 [main] cron 4656 normalize_win32_path: C:\Windows\system32 =
=3D normalize_win32_path (C:\Windows\system32)
36 1222 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/system32 =3D conv_to_posix_path (C:\Windows\system32)
73 1295 [main] cron (4656) open_shared: name cygpid.4656, n 4656, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xFC
211 1506 [main] cron 4656 ********************************************=
**
26 1532 [main] cron 4656 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 4656, ppid 1)
24 1556 [main] cron 4656 App version: 1007.0, api: 0.192
24 1580 [main] cron 4656 DLL version: 1007.1, api: 0.218
24 1604 [main] cron 4656 DLL build: 2009-12-07 11:48
26 1630 [main] cron 4656 OS version: Windows NT-6.1
24 1654 [main] cron 4656 Heap size: 402653184
23 1677 [main] cron 4656 ********************************************=
**
24 1701 [main] cron 4656 pinfo::thisproc: myself->dwProcessId 4656
27 1728 [main] cron 4656 time: 1265310615 =3D time (0)
426 2154 [main] cron 4656 parse_options: glob (called func)
44 2198 [main] cron 4656 parse_options: returning
91 2289 [main] cron 4656 environ_init: GetEnvironmentStrings returned=
0x2C8630
42 2331 [main] cron 4656 environ_init: 0xAF8298: ALLUSERSPROFILE=3DC:=
\ProgramData
42 2373 [main] cron 4656 environ_init: 0xAF82C0: APPDATA=3DC:\Users\c=
ron_server.baloo.000\AppData\Roaming
41 2414 [main] cron 4656 environ_init: 0xAF8300: COMMONPROGRAMFILES=
=3DC:\Program Files\Common Files
42 2456 [main] cron 4656 environ_init: 0xAF8338: COMPUTERNAME=3DBALOO
41 2497 [main] cron 4656 environ_init: 0xAF8350: COMSPEC=3DC:\Windows=
\system32\cmd.exe
42 2539 [main] cron 4656 environ_init: 0xAF8380: CYGWIN=3Dnoglob
39 2578 [main] cron 4656 environ_init: 0xAF8398: FP_NO_HOST_CHECK=3DNO
43 2621 [main] cron 4656 getwinenv: can't set native for HOME=3D sinc=
e no environ yet
28 2649 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\var\empty, no-keep-rel, no-add-slash)
26 2675 [main] cron 4656 normalize_win32_path: C:\cygwin\var\empty =
=3D normalize_win32_path (C:\cygwin\var\empty)
25 2700 [main] cron 4656 mount_info::conv_to_posix_path: /var/empty =
=3D conv_to_posix_path (C:\cygwin\var\empty)
54 2754 [main] cron 4656 win_env::add_cache: posix /var/empty
23 2777 [main] cron 4656 win_env::add_cache: native HOME=3DC:\cygwin\=
var\empty
24 2801 [main] cron 4656 posify: env var converted to HOME=3D/var/emp=
ty
52 2853 [main] cron 4656 environ_init: 0xAF8408: HOME=3D/var/empty
41 2894 [main] cron 4656 environ_init: 0xAF8420: LOCALAPPDATA=3DC:\Us=
ers\cron_server.baloo.000\AppData\Local
41 2935 [main] cron 4656 environ_init: 0xAF83B8: NUMBER_OF_PROCESSORS=
=3D2
40 2975 [main] cron 4656 environ_init: 0xAF8460: OS=3DWindows_NT
60 3035 [main] cron 4656 getwinenv: can't set native for PATH=3D sinc=
e no environ yet
89 3124 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\MiKTeX 2.8\miktex\bin, keep-rel, no-add-slash)
29 3153 [main] cron 4656 normalize_win32_path: C:\Program Files\MiKTe=
X 2.8\miktex\bin =3D normalize_win32_path (C:\Program Files\MiKTeX 2.8\mikt=
ex\bin)
26 3179 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/MiKTeX 2.8/miktex/bin =3D conv_to_posix_path (C:\Program File=
s\MiKTeX 2.8\miktex\bin)
26 3205 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\GnuPG-Pack, keep-rel, no-add-slash)
24 3229 [main] cron 4656 normalize_win32_path: C:\Program Files\GnuPG=
-Pack =3D normalize_win32_path (C:\Program Files\GnuPG-Pack)
25 3254 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/GnuPG-Pack =3D conv_to_posix_path (C:\Program Files\GnuPG-Pac=
k)
26 3280 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\system32, keep-rel, no-add-slash)
24 3304 [main] cron 4656 normalize_win32_path: C:\Windows\system32 =
=3D normalize_win32_path (C:\Windows\system32)
24 3328 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/system32 =3D conv_to_posix_path (C:\Windows\system32)
25 3353 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows, keep-rel, no-add-slash)
25 3378 [main] cron 4656 normalize_win32_path: C:\Windows =3D normali=
ze_win32_path (C:\Windows)
24 3402 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows =3D conv_to_posix_path (C:\Windows)
25 3427 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
25 3452 [main] cron 4656 normalize_win32_path: C:\Windows\System32\Wb=
em =3D normalize_win32_path (C:\Windows\System32\Wbem)
25 3477 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/System32/Wbem =3D conv_to_posix_path (C:\Windows\System32\Wbem)
25 3502 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\System32\WindowsPowerShell\v1.0\, keep-rel, add-slash)
24 3526 [main] cron 4656 normalize_win32_path: C:\Windows\System32\Wi=
ndowsPowerShell\v1.0\ =3D normalize_win32_path (C:\Windows\System32\Windows=
PowerShell\v1.0\)
26 3552 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/System32/WindowsPowerShell/v1.0/ =3D conv_to_posix_path (C:\Windows=
\System32\WindowsPowerShell\v1.0\)
25 3577 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\WIDCOMM\Bluetooth Software\, keep-rel, add-slash)
25 3602 [main] cron 4656 normalize_win32_path: C:\Program Files\WIDCO=
MM\Bluetooth Software\ =3D normalize_win32_path (C:\Program Files\WIDCOMM\B=
luetooth Software\)
25 3627 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/WIDCOMM/Bluetooth Software/ =3D conv_to_posix_path (C:\Progra=
m Files\WIDCOMM\Bluetooth Software\)
26 3653 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\, k=
eep-rel, add-slash)
25 3678 [main] cron 4656 normalize_win32_path: C:\Program Files\NTRU =
Cryptosystems\NTRU TCG Software Stack\bin\ =3D normalize_win32_path (C:\Pro=
gram Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\)
26 3704 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin/ =3D conv_to_p=
osix_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\)
26 3730 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\, keep-=
rel, add-slash)
25 3755 [main] cron 4656 normalize_win32_path: C:\Program Files\Wave =
Systems Corp\Gemalto\Access Client\v5\ =3D normalize_win32_path (C:\Program=
Files\Wave Systems Corp\Gemalto\Access Client\v5\)
26 3781 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Wave Systems Corp/Gemalto/Access Client/v5/ =3D conv_to_posix=
_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\)
60 3841 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Roxio Shared\DLLShared\, keep-rel, ad=
d-slash)
29 3870 [main] cron 4656 normalize_win32_path: C:\Program Files\Commo=
n Files\Roxio Shared\DLLShared\ =3D normalize_win32_path (C:\Program Files\=
Common Files\Roxio Shared\DLLShared\)
27 3897 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Roxio Shared/DLLShared/ =3D conv_to_posix_path (=
C:\Program Files\Common Files\Roxio Shared\DLLShared\)
26 3923 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\, keep-re=
l, add-slash)
25 3948 [main] cron 4656 normalize_win32_path: C:\Program Files\Commo=
n Files\Roxio Shared\10.0\DLLShared\ =3D normalize_win32_path (C:\Program F=
iles\Common Files\Roxio Shared\10.0\DLLShared\)
25 3973 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Roxio Shared/10.0/DLLShared/ =3D conv_to_posix_p=
ath (C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\)
27 4000 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\MIT\Kerberos\bin, keep-rel, no-add-slash)
24 4024 [main] cron 4656 normalize_win32_path: C:\Program Files\MIT\K=
erberos\bin =3D normalize_win32_path (C:\Program Files\MIT\Kerberos\bin)
25 4049 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/MIT/Kerberos/bin =3D conv_to_posix_path (C:\Program Files\MIT=
\Kerberos\bin)
26 4075 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Intel\WiFi\bin\, keep-rel, add-slash)
25 4100 [main] cron 4656 normalize_win32_path: C:\Program Files\Intel=
\WiFi\bin\ =3D normalize_win32_path (C:\Program Files\Intel\WiFi\bin\)
24 4124 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Intel/WiFi/bin/ =3D conv_to_posix_path (C:\Program Files\Inte=
l\WiFi\bin\)
26 4150 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Intel\WirelessCommon\, keep-rel, add-=
slash)
25 4175 [main] cron 4656 normalize_win32_path: C:\Program Files\Commo=
n Files\Intel\WirelessCommon\ =3D normalize_win32_path (C:\Program Files\Co=
mmon Files\Intel\WirelessCommon\)
26 4201 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Intel/WirelessCommon/ =3D conv_to_posix_path (C:=
\Program Files\Common Files\Intel\WirelessCommon\)
26 4227 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Intel\DMIX, keep-rel, no-add-slash)
25 4252 [main] cron 4656 normalize_win32_path: C:\Program Files\Intel=
\DMIX =3D normalize_win32_path (C:\Program Files\Intel\DMIX)
24 4276 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Intel/DMIX =3D conv_to_posix_path (C:\Program Files\Intel\DMI=
X)
26 4302 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\OpenVPN\bin, keep-rel, no-add-slash)
24 4326 [main] cron 4656 normalize_win32_path: C:\Program Files\OpenV=
PN\bin =3D normalize_win32_path (C:\Program Files\OpenVPN\bin)
26 4352 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/OpenVPN/bin =3D conv_to_posix_path (C:\Program Files\OpenVPN\=
bin)
25 4377 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Teleca Shared, keep-rel, no-add-slash)
25 4402 [main] cron 4656 normalize_win32_path: C:\Program Files\Commo=
n Files\Teleca Shared =3D normalize_win32_path (C:\Program Files\Common Fil=
es\Teleca Shared)
25 4427 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Teleca Shared =3D conv_to_posix_path (C:\Program=
Files\Common Files\Teleca Shared)
31 4458 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\OpenVPN\bin, keep-rel, no-add-slash)
26 4484 [main] cron 4656 normalize_win32_path: C:\Program Files\OpenV=
PN\bin =3D normalize_win32_path (C:\Program Files\OpenVPN\bin)
25 4509 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/OpenVPN/bin =3D conv_to_posix_path (C:\Program Files\OpenVPN\=
bin)
26 4535 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
24 4559 [main] cron 4656 normalize_win32_path: C:\cygwin\usr\local\bi=
n =3D normalize_win32_path (C:\cygwin\usr\local\bin)
26 4585 [main] cron 4656 mount_info::conv_to_posix_path: /usr/local/b=
in =3D conv_to_posix_path (C:\cygwin\usr\local\bin)
25 4610 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\bin, keep-rel, no-add-slash)
24 4634 [main] cron 4656 normalize_win32_path: C:\cygwin\bin =3D norm=
alize_win32_path (C:\cygwin\bin)
25 4659 [main] cron 4656 mount_info::conv_to_posix_path: /usr/bin =3D=
conv_to_posix_path (C:\cygwin\bin)
25 4684 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\gs\gs8.70\bin, keep-rel, no-add-slash)
25 4709 [main] cron 4656 normalize_win32_path: C:\Program Files\gs\gs=
8.70\bin =3D normalize_win32_path (C:\Program Files\gs\gs8.70\bin)
25 4734 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/gs/gs8.70/bin =3D conv_to_posix_path (C:\Program Files\gs\gs8=
.70\bin)
26 4760 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Ghostgum\gsview, keep-rel, no-add-slash)
25 4785 [main] cron 4656 normalize_win32_path: C:\Program Files\Ghost=
gum\gsview =3D normalize_win32_path (C:\Program Files\Ghostgum\gsview)
25 4810 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Ghostgum/gsview =3D conv_to_posix_path (C:\Program Files\Ghos=
tgum\gsview)
25 4835 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\bin, keep-rel, no-add-slash)
25 4860 [main] cron 4656 normalize_win32_path: C:\cygwin\bin =3D norm=
alize_win32_path (C:\cygwin\bin)
25 4885 [main] cron 4656 mount_info::conv_to_posix_path: /usr/bin =3D=
conv_to_posix_path (C:\cygwin\bin)
56 4941 [main] cron 4656 win_env::add_cache: posix /cygdrive/c/Progra=
m Files/MiKTeX 2.8/miktex/bin:/cygdrive/c/Program Files/GnuPG-Pack:/cygdriv=
e/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:=
/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Program Fi=
les/WIDCOMM/Bluetooth Software/:/cygdrive/c/Program Files/NTRU Cryptosystem=
s/NTRU TCG Software Stack/bin/:/cygdrive/c/Program Files/Wave Systems Corp/=
Gemalto/Access Client/v5/:/cygdrive/c/Program Files/Common Files/Roxio Shar=
ed/DLLShared/:/cygdrive/c/Program Files/Common Files/Roxio Shared/10.0/DLLS=
hared/:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/c/Program Files=
/Intel/WiFi/bin/:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommo=
n/:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Program Files/OpenVPN/b=
in:/cygdrive/c/Program Files/Common Files/Teleca Shared:/cygdrive/c/Program=
Files/OpenVPN/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/gs/gs8=
.70/bin:/cygdrive/c/Program Files/Ghostgum/gsview:/usr/bin
40 4981 [main] cron 4656 win_env::add_cache: native PATH=3DC:\Program=
Files\MiKTeX 2.8\miktex\bin;C:\Program Files\GnuPG-Pack;C:\Windows\system3=
2;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell=
\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTRU C=
ryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Cor=
p\Gemalto\Access Client\v5\;C:\Program Files\Common Files\Roxio Shared\DLLS=
hared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Progra=
m Files\MIT\Kerberos\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\=
Common Files\Intel\WirelessCommon\;C:\Program Files\Intel\DMIX;C:\Program F=
iles\OpenVPN\bin;C:\Program Files\Common Files\Teleca Shared;C:\Program Fil=
es\OpenVPN\bin;C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\Program Files\gs\gs=
8.70\bin;C:\Program Files\Ghostgum\gsview;C:\cygwin\bin
66 5047 [main] cron 4656 posify: env var converted to PATH=3D/cygdriv=
e/c/Program Files/MiKTeX 2.8/miktex/bin:/cygdrive/c/Program Files/GnuPG-Pac=
k:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/Syst=
em32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/=
Program Files/WIDCOMM/Bluetooth Software/:/cygdrive/c/Program Files/NTRU Cr=
yptosystems/NTRU TCG Software Stack/bin/:/cygdrive/c/Program Files/Wave Sys=
tems Corp/Gemalto/Access Client/v5/:/cygdrive/c/Program Files/Common Files/=
Roxio Shared/DLLShared/:/cygdrive/c/Program Files/Common Files/Roxio Shared=
/10.0/DLLShared/:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/c/Pro=
gram Files/Intel/WiFi/bin/:/cygdrive/c/Program Files/Common Files/Intel/Wir=
elessCommon/:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Program Files=
/OpenVPN/bin:/cygdrive/c/Program Files/Common Files/Teleca Shared:/cygdrive=
/c/Program Files/OpenVPN/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Fi=
les/gs/gs8.70/bin:/cygdrive/c/Program Files/Ghostgum/gsview:/usr/bin
75 5122 [main] cron 4656 environ_init: 0xB08ED8: PATH=3D/cygdrive/c/P=
rogram Files/MiKTeX 2.8/miktex/bin:/cygdrive/c/Program Files/GnuPG-Pack:/cy=
gdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/=
Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Progr=
am Files/WIDCOMM/Bluetooth Software/:/cygdrive/c/Program Files/NTRU Cryptos=
ystems/NTRU TCG Software Stack/bin/:/cygdrive/c/Program Files/Wave Systems =
Corp/Gemalto/Access Client/v5/:/cygdrive/c/Program Files/Common Files/Roxio=
Shared/DLLShared/:/cygdrive/c/Program Files/Common Files/Roxio Shared/10.0=
/DLLShared/:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/c/Program =
Files/Intel/WiFi/bin/:/cygdrive/c/Program Files/Common Files/Intel/Wireless=
Common/:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Program Files/Open=
VPN/bin:/cygdrive/c/Program Files/Common Files/Teleca Shared:/cygdrive/c/Pr=
ogram Files/OpenVPN/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/g=
s/gs8.70/bin:/cygdrive/c/Program Files/Ghostgum/gsview:/usr/bin
60 5182 [main] cron 4656 environ_init: 0xAF8478: PATHEXT=3D.COM;.EXE;=
.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
43 5225 [main] cron 4656 environ_init: 0xAF84C0: PROCESSOR_ARCHITECTU=
RE=3Dx86
43 5268 [main] cron 4656 environ_init: 0xAF84E0: PROCESSOR_IDENTIFIER=
=3Dx86 Family 6 Model 23 Stepping 10, GenuineIntel
43 5311 [main] cron 4656 environ_init: 0xAF8530: PROCESSOR_LEVEL=3D6
43 5354 [main] cron 4656 environ_init: 0xAF8548: PROCESSOR_REVISION=
=3D170a
44 5398 [main] cron 4656 environ_init: 0xAF8568: PROGRAMFILES=3DC:\Pr=
ogram Files
46 5444 [main] cron 4656 environ_init: 0xAF8590: PSModulePath=3DC:\Wi=
ndows\system32\WindowsPowerShell\v1.0\Modules\
44 5488 [main] cron 4656 environ_init: 0xAF85D8: PUBLIC=3DC:\Users\Pu=
blic
43 5531 [main] cron 4656 environ_init: 0xAF85F8: ProgramData=3DC:\Pro=
gramData
41 5572 [main] cron 4656 environ_init: 0xAF8618: RoxioCentral=3DC:\Pr=
ogram Files\Common Files\Roxio Shared\10.0\Roxio Central36\
41 5613 [main] cron 4656 environ_init: 0xAF8670: SYSTEMDRIVE=3DC:
40 5653 [main] cron 4656 environ_init: 0xAF8688: SYSTEMROOT=3DC:\Wind=
ows
41 5694 [main] cron 4656 getwinenv: can't set native for TEMP=3D sinc=
e no environ yet
24 5718 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Users\CRON_S~1.000\AppData\Local\Temp, no-keep-rel, no-add-slash)
25 5743 [main] cron 4656 normalize_win32_path: C:\Users\CRON_S~1.000\=
AppData\Local\Temp =3D normalize_win32_path (C:\Users\CRON_S~1.000\AppData\=
Local\Temp)
26 5769 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Users/CRON_S~1.000/AppData/Local/Temp =3D conv_to_posix_path (C:\Users\CRON=
_S~1.000\AppData\Local\Temp)
54 5823 [main] cron 4656 win_env::add_cache: posix /cygdrive/c/Users/=
CRON_S~1.000/AppData/Local/Temp
26 5849 [main] cron 4656 win_env::add_cache: native TEMP=3DC:\Users\C=
RON_S~1.000\AppData\Local\Temp
26 5875 [main] cron 4656 posify: env var converted to TEMP=3D/cygdriv=
e/c/Users/CRON_S~1.000/AppData/Local/Temp
53 5928 [main] cron 4656 environ_init: 0xAF8750: TEMP=3D/cygdrive/c/U=
sers/CRON_S~1.000/AppData/Local/Temp
41 5969 [main] cron 4656 environ_init: 0xAF8790: TERM=3Dcygwin
41 6010 [main] cron 4656 getwinenv: can't set native for TMP=3D since=
no environ yet
24 6034 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Users\CRON_S~1.000\AppData\Local\Temp, no-keep-rel, no-add-slash)
26 6060 [main] cron 4656 normalize_win32_path: C:\Users\CRON_S~1.000\=
AppData\Local\Temp =3D normalize_win32_path (C:\Users\CRON_S~1.000\AppData\=
Local\Temp)
25 6085 [main] cron 4656 mount_info::conv_to_posix_path: /cygdrive/c/=
Users/CRON_S~1.000/AppData/Local/Temp =3D conv_to_posix_path (C:\Users\CRON=
_S~1.000\AppData\Local\Temp)
54 6139 [main] cron 4656 win_env::add_cache: posix /cygdrive/c/Users/=
CRON_S~1.000/AppData/Local/Temp
23 6162 [main] cron 4656 win_env::add_cache: native TMP=3DC:\Users\CR=
ON_S~1.000\AppData\Local\Temp
24 6186 [main] cron 4656 posify: env var converted to TMP=3D/cygdrive=
/c/Users/CRON_S~1.000/AppData/Local/Temp
53 6239 [main] cron 4656 environ_init: 0xB09328: TMP=3D/cygdrive/c/Us=
ers/CRON_S~1.000/AppData/Local/Temp
40 6279 [main] cron 4656 environ_init: 0xAF86A8: USERDOMAIN=3Dbaloo
38 6317 [main] cron 4656 environ_init: 0xAF86C0: USERNAME=3Dcron_serv=
er
40 6357 [main] cron 4656 environ_init: 0xB09368: USERPROFILE=3DC:\Use=
rs\cron_server.baloo.000
40 6397 [main] cron 4656 environ_init: 0xB09398: VBOX_INSTALL_PATH=3D=
C:\Program Files\Sun\VirtualBox\
40 6437 [main] cron 4656 environ_init: 0xB093D0: WINDIR=3DC:\Windows
95 6532 [main] cron 4656 pinfo_init: Set nice to 0
25 6557 [main] cron 4656 pinfo_init: pid 4656, pgid 4656
120 6677 [main] cron 4656 dtable::extend: size 32, fds 0x6120D3CC
263 6940 [main] cron 4656 pwdgrp::load: \etc\passwd curr_lines 11
44 6984 [main] cron 4656 pwdgrp::load: \etc\passwd load succeeded
270 7254 [main] cron 4656 pwdgrp::load: \etc\group curr_lines 23
42 7296 [main] cron 4656 pwdgrp::load: \etc\group load succeeded
33 7329 [main] cron 4656 cygheap_user::ontherange: what 2, pw 0xB09998
25 7354 [main] cron 4656 cygheap_user::ontherange: HOME is already in=
the environment /var/empty
26 7380 [main] cron 4656 wait_for_sigthread: wait_sig_inited 0x38
931 8311 [sig] cron 4656 wait_sig: entering ReadFile loop, my_readsig =
0x108, my_sendsig 0x10C
61 8372 [main] cron 4656 wait_for_sigthread: process/signal handling =
enabled, state 0x41
73 8445 [main] cron 4656 build_argv: argv[0] =3D 'C:\cygwin\usr\sbin\=
cron'
25 8470 [main] cron 4656 build_argv: argc 1
46 8516 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\usr\sbin\cron, keep-rel, no-add-slash)
24 8540 [main] cron 4656 normalize_win32_path: C:\cygwin\usr\sbin\cro=
n =3D normalize_win32_path (C:\cygwin\usr\sbin\cron)
26 8566 [main] cron 4656 mount_info::conv_to_posix_path: /usr/sbin/cr=
on =3D conv_to_posix_path (C:\cygwin\usr\sbin\cron)
194 8760 [main] cron 4656 normalize_posix_path: src /dev/null
29 8789 [main] cron 4656 normalize_posix_path: /dev/null =3D normaliz=
e_posix_path (/dev/null)
28 8817 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/null)
36 8853 [main] cron 4656 mount_info::conv_to_win32_path: src_path /de=
v/null, dst \Device\Null, flags 0x2, rc 0
32 8885 [main] cron 4656 build_fh_pc: fh 0x6120D524
30 8915 [main] cron 4656 fhandler_base::set_flags: flags 0x10000, sup=
plied_bin 0x0
27 8942 [main] cron 4656 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
24 8966 [main] cron 4656 fhandler_base::set_flags: filemode set to bi=
nary
24 8990 [main] cron 4656 fhandler_base::init: created new fhandler_ba=
se for handle 0x164, bin 1
3264 12254 [main] cron 4656 handle_to_fn: current match 'C:' =3D '\Devic=
e\HarddiskVolume3'
480 12734 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\var\log\trace_cron.log, no-keep-rel, no-add-slash)
31 12765 [main] cron 4656 normalize_win32_path: C:\cygwin\var\log\trac=
e_cron.log =3D normalize_win32_path (C:\cygwin\var\log\trace_cron.log)
26 12791 [main] cron 4656 mount_info::conv_to_posix_path: /var/log/tra=
ce_cron.log =3D conv_to_posix_path (C:\cygwin\var\log\trace_cron.log)
26 12817 [main] cron 4656 handle_to_fn: derived path 'C:\cygwin\var\lo=
g\trace_cron.log', posix '/var/log/trace_cron.log'
26 12843 [main] cron 4656 normalize_posix_path: src /var/log/trace_cro=
n.log
25 12868 [main] cron 4656 normalize_posix_path: /var/log/trace_cron.lo=
g =3D normalize_posix_path (/var/log/trace_cron.log)
25 12893 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/log/trace_cron.log)
31 12924 [main] cron 4656 set_flags: flags: binary (0x2)
27 12951 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/log/trace_cron.log, dst C:\cygwin\var\log\trace_cron.log, flags 0x3000A, =
rc 0
121 13072 [main] cron 4656 symlink_info::check: not a symlink
95 13167 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\log\trace_cron.log, 0x2239A8) (0x3000A)
30 13197 [main] cron 4656 path_conv::check: this->path(C:\cygwin\var\l=
og\trace_cron.log), has_acls(1)
31 13228 [main] cron 4656 build_fh_pc: fh 0x6120D6C4
26 13254 [main] cron 4656 fhandler_base::set_flags: flags 0x10001, sup=
plied_bin 0x0
26 13280 [main] cron 4656 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
23 13303 [main] cron 4656 fhandler_base::set_flags: filemode set to bi=
nary
25 13328 [main] cron 4656 fhandler_base::init: created new fhandler_ba=
se for handle 0x144, bin 1
2892 16220 [main] cron 4656 handle_to_fn: current match 'C:' =3D '\Devic=
e\HarddiskVolume3'
451 16671 [main] cron 4656 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\var\log\trace_cron.log, no-keep-rel, no-add-slash)
28 16699 [main] cron 4656 normalize_win32_path: C:\cygwin\var\log\trac=
e_cron.log =3D normalize_win32_path (C:\cygwin\var\log\trace_cron.log)
26 16725 [main] cron 4656 mount_info::conv_to_posix_path: /var/log/tra=
ce_cron.log =3D conv_to_posix_path (C:\cygwin\var\log\trace_cron.log)
25 16750 [main] cron 4656 handle_to_fn: derived path 'C:\cygwin\var\lo=
g\trace_cron.log', posix '/var/log/trace_cron.log'
27 16777 [main] cron 4656 normalize_posix_path: src /var/log/trace_cro=
n.log
24 16801 [main] cron 4656 normalize_posix_path: /var/log/trace_cron.lo=
g =3D normalize_posix_path (/var/log/trace_cron.log)
25 16826 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/log/trace_cron.log)
25 16851 [main] cron 4656 set_flags: flags: binary (0x2)
25 16876 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/log/trace_cron.log, dst C:\cygwin\var\log\trace_cron.log, flags 0x3000A, =
rc 0
89 16965 [main] cron 4656 symlink_info::check: not a symlink
67 17032 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\log\trace_cron.log, 0x2239A8) (0x3000A)
31 17063 [main] cron 4656 path_conv::check: this->path(C:\cygwin\var\l=
og\trace_cron.log), has_acls(1)
27 17090 [main] cron 4656 build_fh_pc: fh 0x6120D814
25 17115 [main] cron 4656 fhandler_base::set_flags: flags 0x10001, sup=
plied_bin 0x0
25 17140 [main] cron 4656 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
24 17164 [main] cron 4656 fhandler_base::set_flags: filemode set to bi=
nary
24 17188 [main] cron 4656 fhandler_base::init: created new fhandler_ba=
se for handle 0x148, bin 1
52 17240 [main] cron 4656 fhandler_console::need_invisible: invisible_=
console 0
46 17286 [main] cron 4656 open_shared: name (null), n 0, shared 0x60FE=
0000 (wanted 0x60FE0000), h 0x38
34 17320 [main] cron 4656 _pinfo::set_ctty: old no ctty
33 17353 [main] cron 4656 _pinfo::set_ctty: attaching ctty /dev/consol=
e sid 4656, pid 4656, pgid 4656, tty->pgid 0, tty->sid 4656
53940 71293 [main] cron 4656 dll_crt0_1: user_data->main 0x4010EC
66 71359 [main] cron 4656 __set_errno: void dll_crt0_1(void*):935 val 0
322 71681 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -3=
4, its_me 1
39 71720 [main] cron 4656 sig_send: wakeup 0x12C
36 71756 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x12C
38 71794 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x12C
41 71835 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-34
40 71875 [main] cron 4656 sigaction_worker: signal 20, newact 0x22CD00=
(handler 0x401B5B), oa 0x0
29 71904 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -3=
4, its_me 1
28 71932 [main] cron 4656 sig_send: wakeup 0x12C
31 71963 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x12C
3 71966 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x12C
55 72021 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-34
27 72048 [main] cron 4656 sigaction_worker: signal 1, newact 0x22CD00 =
(handler 0x401B4C), oa 0x0
33 72081 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -3=
4, its_me 1
28 72109 [main] cron 4656 sig_send: wakeup 0x12C
30 72139 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x12C
5 72144 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x12C
55 72199 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-34
28 72227 [main] cron 4656 sigaction_worker: signal 2, newact 0x22CD00 =
(handler 0x401B6A), oa 0x0
27 72254 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -3=
4, its_me 1
28 72282 [main] cron 4656 sig_send: wakeup 0x12C
29 72311 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x12C
5 72316 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x12C
55 72371 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-34
59 72430 [main] cron 4656 sigaction_worker: signal 15, newact 0x22CD00=
(handler 0x401B6A), oa 0x0
33 72463 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -3=
4, its_me 1
29 72492 [main] cron 4656 sig_send: wakeup 0x12C
29 72521 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x12C
3 72524 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x12C
49 72573 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-34
27 72600 [main] cron 4656 open: open (/var/run/cron.pid, 0x202)
29 72629 [main] cron 4656 normalize_posix_path: src /var/run/cron.pid
30 72659 [main] cron 4656 normalize_posix_path: /var/run/cron.pid =3D =
normalize_posix_path (/var/run/cron.pid)
27 72686 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/run/cron.pid)
29 72715 [main] cron 4656 set_flags: flags: binary (0x2)
27 72742 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/run/cron.pid, dst C:\cygwin\var\run\cron.pid, flags 0x3000A, rc 0
81 72823 [main] cron 4656 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\var\run\cron.pid)
65 72888 [main] cron 4656 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\var\run\cron.pid.exe)
63 72951 [main] cron 4656 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\var\run\cron.pid.lnk)
100 73051 [main] cron 4656 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\var\run\cron.pid.exe.lnk)
30 73081 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\run\cron.pid, 0x22B748) (0x3000A)
26 73107 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/run)
26 73133 [main] cron 4656 set_flags: flags: binary (0x2)
26 73159 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/run, dst C:\cygwin\var\run, flags 0x3000A, rc 0
87 73246 [main] cron 4656 symlink_info::check: not a symlink
81 73327 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\run, 0x22B748) (0x3000A)
224 73551 [main] cron 4656 path_conv::check: this->path(C:\cygwin\var\r=
un\cron.pid), has_acls(1)
40 73591 [main] cron 4656 build_fh_pc: fh 0x6120DA14
39 73630 [main] cron 4656 fhandler_base::open: (\??\C:\cygwin\var\run\=
cron.pid, 0x100202)
10118 83748 [main] cron 4656 alloc_sd: uid -1, gid -1, attribute 80000180
82 83830 [main] cron 4656 cygsid::debug_print: alloc_sd: owner SID =3D=
S-1-5-21-3292306727-3049399099-3658254372-1016 (+)
29 83859 [main] cron 4656 cygsid::debug_print: alloc_sd: group SID =3D=
S-1-5-21-3292306727-3049399099-3658254372-513 (+)
30 83889 [main] cron 4656 alloc_sd: ACL-Size: 100
242 84131 [main] cron 4656 alloc_sd: Created SD-Size: 176
238 84369 [main] cron 4656 set_file_attribute: 0 =3D set_file_attribute=
(\??\C:\cygwin\var\run\cron.pid, -1, -1, 0x80000180)
30 84399 [main] cron 4656 fhandler_base::set_flags: flags 0x100202, su=
pplied_bin 0x10000
26 84425 [main] cron 4656 fhandler_base::set_flags: filemode set to bi=
nary
25 84450 [main] cron 4656 fhandler_base::open: 0 =3D NtCreateFile (0x1=
2C, C0100000, \??\C:\cygwin\var\run\cron.pid, io, NULL, 80, 7, 3, 4020, NUL=
L, 0)
26 84476 [main] cron 4656 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\run\cron.pid, 0x100202)
36 84512 [main] cron 4656 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\run\cron.pid, 0x202)
34 84546 [main] cron 4656 open: 3 =3D open (/var/run/cron.pid, 0x202)
129 84675 [main] cron 4656 flock: 0 =3D flock (3, 6)
252 84927 [main] cron 4656 alloc_sd: uid -1, gid -1, attribute 1A4
33 84960 [main] cron 4656 cygsid::debug_print: alloc_sd: owner SID =3D=
S-1-5-21-3292306727-3049399099-3658254372-1016 (+)
27 84987 [main] cron 4656 cygsid::debug_print: alloc_sd: group SID =3D=
S-1-5-21-3292306727-3049399099-3658254372-513 (+)
28 85015 [main] cron 4656 alloc_sd: ACL-Size: 100
240 85255 [main] cron 4656 alloc_sd: Created SD-Size: 176
164 85419 [main] cron 4656 set_file_attribute: 0 =3D set_file_attribute=
(\??\C:\cygwin\var\run\cron.pid, -1, -1, 0x1A4)
111 85530 [main] cron 4656 fhandler_base::set_close_on_exec: set close_=
on_exec for /var/run/cron.pid to 1
35 85565 [main] cron 4656 fcntl64: 0 =3D fcntl (3, 2, 0x1)
34 85599 [main] cron 4656 fhandler_base::lseek: setting file pointer t=
o 0
30 85629 [main] cron 4656 lseek64: 0 =3D lseek (3, 0, 0)
34 85663 [main] cron 4656 writev: writev (3, 0x22CB14, 1)
33 85696 [main] cron 4656 fhandler_base::write: binary write
364 86060 [main] cron 4656 writev: 5 =3D write (3, 0x22CB14, 1), errno 0
85 86145 [main] cron 4656 ftruncate64: 0 =3D ftruncate (3, 5)
36 86181 [main] cron 4656 stat64: entering
30 86211 [main] cron 4656 normalize_posix_path: src /var/cron
29 86240 [main] cron 4656 normalize_posix_path: /var/cron =3D normaliz=
e_posix_path (/var/cron)
28 86268 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron)
32 86300 [main] cron 4656 set_flags: flags: binary (0x2)
29 86329 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/cron, dst C:\cygwin\var\cron, flags 0x3000A, rc 0
97 86426 [main] cron 4656 symlink_info::check: not a symlink
48 86474 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron, 0x22B958) (0x3000A)
32 86506 [main] cron 4656 path_conv::check: this->path(C:\cygwin\var\c=
ron), has_acls(1)
31 86537 [main] cron 4656 build_fh_pc: fh 0x6120DC1C
29 86566 [main] cron 4656 stat_worker: (\??\C:\cygwin\var\cron, 0x22CC=
30, 0x6120DC1C), file_attributes 16
30 86596 [main] cron 4656 fhandler_base::open: (\??\C:\cygwin\var\cron=
, 0x110000)
66 86662 [main] cron 4656 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
30 86692 [main] cron 4656 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 86719 [main] cron 4656 fhandler_base::set_flags: filemode set to bi=
nary
32 86751 [main] cron 4656 fhandler_base::open: 0 =3D NtCreateFile (0x1=
78, 20080, \??\C:\cygwin\var\cron, io, NULL, 0, 7, 1, 4000, NULL, 0)
31 86782 [main] cron 4656 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron, 0x110000)
37 86819 [main] cron 4656 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron, 0x10000)
280 87099 [main] cron 4656 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
36 87135 [main] cron 4656 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-513
34 87169 [main] cron 4656 get_info_from_sd: ACL 41ED, uid 1000, gid 513
219 87388 [main] cron 4656 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B0D6249 st_size=3D0, st_mode=3D0x41ED, st_ino=3D28147=
4976834315, sizeof=3D96
30 87418 [main] cron 4656 fhandler_base::close: closing '/var/cron' ha=
ndle 0x178
50 87468 [main] cron 4656 stat_worker: 0 =3D (\??\C:\cygwin\var\cron, =
0x22CC30)
35 87503 [main] cron 4656 chdir: dir '/var/cron'
28 87531 [main] cron 4656 normalize_posix_path: src /var/cron
27 87558 [main] cron 4656 normalize_posix_path: /var/cron =3D normaliz=
e_posix_path (/var/cron)
27 87585 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron)
29 87614 [main] cron 4656 set_flags: flags: binary (0x2)
27 87641 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/cron, dst C:\cygwin\var\cron, flags 0x3000A, rc 0
95 87736 [main] cron 4656 symlink_info::check: not a symlink
47 87783 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron, 0x22B868) (0x3000A)
30 87813 [main] cron 4656 path_conv::check: this->path(C:\cygwin\var\c=
ron), has_acls(1)
81 87894 [main] cron 4656 chdir: 0 =3D chdir() cygheap->cwd.posix '/va=
r/cron' native '\??\C:\cygwin\var\cron'
32 87926 [main] cron 4656 stat64: entering
28 87954 [main] cron 4656 normalize_posix_path: src tabs
28 87982 [main] cron 4656 cwdstuff::get: posix /var/cron
28 88010 [main] cron 4656 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xAD0038, 32768, 1, 0), errno 0
27 88037 [main] cron 4656 normalize_posix_path: /var/cron/tabs =3D nor=
malize_posix_path (tabs)
27 88064 [main] cron 4656 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs)
28 88092 [main] cron 4656 set_flags: flags: binary (0x2)
27 88119 [main] cron 4656 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
83 88202 [main] cron 4656 symlink_info::check: not a symlink
47 88249 [main] cron 4656 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs, 0x22B958) (0x3000A)
31 88280 [main] cron 4656 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs), has_acls(1)
31 88311 [main] cron 4656 build_fh_pc: fh 0x6120DC1C
28 88339 [main] cron 4656 stat_worker: (\??\C:\cygwin\var\cron\tabs, 0=
x22CC30, 0x6120DC1C), file_attributes 16
30 88369 [main] cron 4656 fhandler_base::open: (\??\C:\cygwin\var\cron=
\tabs, 0x110000)
61 88430 [main] cron 4656 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
31 88461 [main] cron 4656 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 88488 [main] cron 4656 fhandler_base::set_flags: filemode set to bi=
nary
26 88514 [main] cron 4656 fhandler_base::open: 0 =3D NtCreateFile (0x1=
78, 20080, \??\C:\cygwin\var\cron\tabs, io, NULL, 0, 7, 1, 4000, NULL, 0)
28 88542 [main] cron 4656 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron\tabs, 0x110000)
66 88608 [main] cron 4656 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron\tabs, 0x10000)
257 88865 [main] cron 4656 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
33 88898 [main] cron 4656 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-513
34 88932 [main] cron 4656 get_info_from_sd: ACL 43FF, uid 1000, gid 513
224 89156 [main] cron 4656 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B6B1B8D st_size=3D0, st_mode=3D0x43FF, st_ino=3D28147=
4976834316, sizeof=3D96
34 89190 [main] cron 4656 fhandler_base::close: closing '/var/cron/tab=
s' handle 0x178
46 89236 [main] cron 4656 stat_worker: 0 =3D (\??\C:\cygwin\var\cron\t=
abs, 0x22CC30)
42 89278 [main] cron 4656 child_info::child_info: subproc_ready 0x178
36 89314 [main] cron 4656 fork: entering
210 89524 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -4=
0, its_me 1
29 89553 [main] cron 4656 sig_send: wakeup 0x190
39 89592 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x190
30 89622 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x190
29 89651 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-40
29 89680 [main] cron 4656 frok::parent: priority class 32
118 89798 [main] cron 4656 frok::parent: stack - bottom 0x230000, top 0=
x22CB20, size 13536
32 89830 [main] cron 4656 frok::parent: CreateProcess (C:\cygwin\usr\s=
bin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x20, 0, 0, 0x22CA90, 0=
x22CAF0)
28 89858 [main] cron 4656 time: 1265310615 =3D time (0)
18114 107972 [main] cron 4656 child_info::sync: n 2, waiting for subproc_r=
eady(0x178) and child process(0x198)
3 3 [main] cron 3672 child_copy: cygheap - hp 0x17C low 0x6120C6E=
0, high 0x6120DF04, res 1
82 85 [main] cron 3672 child_copy: done
83 168 [main] cron 3672 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0x9C
50 218 [main] cron 3672 heap_init: heap base 0xAD0000, heap top 0xB2=
0000
36 254 [main] cron 3672 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
30 284 [main] cron 3672 user_shared_create: opening user shared for =
'' at 0x60FD0000
29 313 [main] cron 3672 user_shared_create: user shared version 2E71=
0001
58 371 [main] cron (3672) open_shared: name cygpid.3672, n 3672, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xA0
95 466 [main] cron 3672 ********************************************=
**
27 493 [main] cron 3672 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 3672, ppid 1)
26 519 [main] cron 3672 App version: 1007.1, api: 0.218
26 545 [main] cron 3672 DLL version: 1007.1, api: 0.218
26 571 [main] cron 3672 DLL build: 2009-12-07 11:48
28 599 [main] cron 3672 OS version: Windows NT-6.1
26 625 [main] cron 3672 Heap size: 402653184
25 650 [main] cron 3672 ********************************************=
**
27 677 [main] cron 3672 pinfo::thisproc: myself->dwProcessId 3672
81 758 [main] cron 3672 child_copy: dll data - hp 0x17C low 0x611470=
00, high 0x6114E304, res 1
120979 121737 [main] cron 3672 child_copy: dll bss - hp 0x17C low 0x611B30=
00, high 0x611DD690, res 1
344 122081 [main] cron 3672 child_copy: user heap - hp 0x17C low 0xAD000=
0, high 0xB20000, res 1
32 122113 [main] cron 3672 child_copy: done
40 122153 [main] cron 3672 child_copy: data - hp 0x17C low 0x408000, hi=
gh 0x408458, res 1
33 122186 [main] cron 3672 child_copy: bss - hp 0x17C low 0x40A000, hig=
h 0x40A1E0, res 1
27 122213 [main] cron 3672 child_copy: done
29 122242 [main] cron 3672 fixup_mmaps_after_fork: succeeded
48 122290 [main] cron 3672 events_init: windows_system_directory 'C:\Wi=
ndows\system32\', windows_system_directory_length 20
49 122339 [main] cron 3672 dll_crt0_0: finished dll_crt0_0 initializati=
on
152 122491 [main] cron 3672 frok::child: child is running. pid 3672, pp=
id 0, stack here 0x22CB18
42 122533 [main] cron 3672 sync_with_parent: signalling parent: after l=
ongjmp
32 122565 [main] cron 3672 child_info::ready: signalled 0x178 that I wa=
s ready
14599 122571 [main] cron 4656 child_info::sync: pid 3672, WFMO returned 0,=
res 1
82 122653 [main] cron 4656 open_shared: name cygpid.3672, n 3672, share=
d 0x3F0000 (wanted 0x0), h 0x194
43 122696 [main] cron 4656 proc_subproc: args: 1, 2280148
66 122762 [main] cron 4656 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0x=
D4 for pid 3672(3672)
131 122893 [main] cron 4656 pinfo::wait: created tracking thread for pid=
3672, winpid 0xE58, rd_pipe 0x1A0
27 122920 [main] cron 4656 proc_subproc: added pid 3672 to proc table, =
slot 0
25 122945 [main] cron 4656 proc_subproc: returning 1
25 122970 [main] cron 4656 frok::parent: child is alive (but stopped)
48 123018 [main] cron 4656 child_copy: stack - hp 0x198 low 0x22CB20, h=
igh 0x230000, res 1
27 123045 [main] cron 4656 child_copy: done
26 123071 [main] cron 4656 resume_child: signalled child
508 123073 [main] cron 3672 sync_with_parent: awake
27 123098 [main] cron 4656 child_info::sync: n 2, waiting for subproc_r=
eady(0x178) and child process(0x198)
66 123139 [main] cron 3672 sync_with_parent: no problems
40 123179 [main] cron 3672 frok::child: hParent 0x17C, load_dlls 0
54 123233 [main] cron 3672 dtable::fixup_after_fork: fd 3 (/var/run/cro=
n.pid)
139 123237 [proc_waiter] cron 4656 cygthread::stub: thread 'proc_waiter'=
, id 0x6C4, stack_ptr 0x18FBCDB0
50 123283 [main] cron 3672 fhandler_base::fixup_after_fork: inheriting =
'/var/run/cron.pid' from parent
43 123326 [main] cron 3672 sync_with_parent: signalling parent: perform=
ed fork fixup
29 123355 [main] cron 3672 child_info::ready: signalled 0x178 that I wa=
s ready
120 123357 [main] cron 4656 child_info::sync: pid 3672, WFMO returned 0,=
res 1
47 123404 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -4=
1, its_me 1
28 123432 [main] cron 4656 sig_send: wakeup 0x190
30 123462 [main] cron 4656 sig_send: Waiting for pack.wakeup 0x190
5 123467 [sig] cron 4656 wait_sig: signalling pack.wakeup 0x190
52 123519 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-41
272 123627 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xB0=
A248 in _fixup_after_fork
123 123642 [main] cron 4656 fork: 3672 =3D fork()
61 123688 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xB0=
A218 in _fixup_after_fork
47 123689 [main] cron 4656 do_exit: do_exit (0), exit_state 0
48 123737 [main] cron 4656 void: 0x401B5B =3D signal (20, 0x1)
50 123738 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xB0=
A1E8 in _fixup_after_fork
27 123764 [main] cron 4656 void: 0x401B4C =3D signal (1, 0x1)
38 123802 [main] cron 4656 void: 0x401B6A =3D signal (2, 0x1)
66 123804 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xB0=
A1B8 in _fixup_after_fork
25 123827 [main] cron 4656 void: 0x0 =3D signal (3, 0x1)
67 123871 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xB0=
A188 in _fixup_after_fork
47 123874 [main] cron 4656 fhandler_base::close: closing '/dev/null' ha=
ndle 0x164
49 123920 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xAE=
80A8 in _fixup_after_fork
47 123921 [main] cron 4656 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x144
49 123969 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0xAD=
0008 in _fixup_after_fork
50 123971 [main] cron 4656 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x148
47 124018 [main] cron 4656 fhandler_base::close: closing '/var/run/cron=
.pid' handle 0x12C
49 124018 [main] cron 3672 pthread_mutex::_fixup_after_fork: mutex 0x61=
1DCDF8 in _fixup_after_fork
33 124051 [main] cron 4656 do_exit: 4656 =3D=3D pgrp 4656, send SIG{HUP=
,CONT} to stopped children
31 124082 [main] cron 4656 kill_pgrp: pid 4656, signal -1
199 124217 [main] cron 3672 wait_for_sigthread: wait_sig_inited 0x40
1522 125604 [main] cron 4656 open_shared: name cygpid.2140, n 2140, share=
d 0x490000 (wanted 0x0), h 0x12C
148 125752 [main] cron 4656 open_shared: name cygpid.2332, n 2332, share=
d 0x490000 (wanted 0x0), h 0x12C
36 125788 [main] cron 4656 pinfo::init: execed process windows pid 2332=
, cygwin pid 2288
41 125829 [main] cron 4656 open_shared: name cygpid.2288, n 2288, share=
d 0x490000 (wanted 0x0), h 0x12C
123 125952 [main] cron 4656 open_shared: name cygpid.2656, n 2656, share=
d 0x490000 (wanted 0x0), h 0x16C
111 126063 [main] cron 4656 open_shared: name cygpid.2944, n 2944, share=
d 0x4A0000 (wanted 0x0), h 0x174
32 126095 [main] cron 4656 pinfo::init: execed process windows pid 2944=
, cygwin pid 2824
39 126134 [main] cron 4656 open_shared: name cygpid.2824, n 2824, share=
d 0x4A0000 (wanted 0x0), h 0x174
173 126307 [main] cron 4656 open_shared: name cygpid.5196, n 5196, share=
d 0x4B0000 (wanted 0x0), h 0x164
88 126395 [main] cron 4656 open_shared: name cygpid.5688, n 5688, share=
d 0x18CB0000 (wanted 0x0), h 0x178
76 126471 [main] cron 4656 open_shared: name cygpid.5404, n 5404, share=
d 0x18CC0000 (wanted 0x0), h 0x1B4
57 126528 [main] cron 4656 open_shared: name cygpid.5700, n 5700, share=
d 0x18CD0000 (wanted 0x0), h 0x1BC
33 126561 [main] cron 4656 pinfo::init: execed process windows pid 5700=
, cygwin pid 4844
40 126601 [main] cron 4656 open_shared: name cygpid.4844, n 4844, share=
d 0x18CD0000 (wanted 0x0), h 0x1BC
86 126687 [main] cron 4656 open_shared: name cygpid.5264, n 5264, share=
d 0x18CE0000 (wanted 0x0), h 0x1C4
32 126719 [main] cron 4656 pinfo::init: execed process windows pid 5264=
, cygwin pid 1240
38 126757 [main] cron 4656 open_shared: name cygpid.1240, n 1240, share=
d 0x18CE0000 (wanted 0x0), h 0x1C4
48 126805 [main] cron 4656 open_shared: name cygpid.1200, n 1200, share=
d 0x18CF0000 (wanted 0x0), h 0x1C8
112 126917 [main] cron 4656 open_shared: name cygpid.1036, n 1036, share=
d 0x18CF0000 (wanted 0x0), h 0x1C8
60 126977 [main] cron 4656 pinfo::init: execed process windows pid 1036=
, cygwin pid 4804
39 127016 [main] cron 4656 open_shared: name cygpid.4804, n 4804, share=
d 0x18CF0000 (wanted 0x0), h 0x1C8
144 127160 [main] cron 4656 open_shared: name cygpid.4360, n 4360, share=
d 0x18CF0000 (wanted 0x0), h 0x1CC
54 127214 [main] cron 4656 open_shared: name cygpid.1152, n 1152, share=
d 0x18D00000 (wanted 0x0), h 0x1D4
43 127257 [main] cron 4656 open_shared: name cygpid.4856, n 4856, share=
d 0x18D10000 (wanted 0x0), h 0x1DC
32 127289 [main] cron 4656 pinfo::init: execed process windows pid 4856=
, cygwin pid 1152
38 127327 [main] cron 4656 open_shared: name cygpid.1152, n 1152, share=
d 0x18D10000 (wanted 0x0), h 0x1DC
51 127378 [main] cron 4656 open_shared: name cygpid.3672, n 3672, share=
d 0x18D10000 (wanted 0x0), h 0x1DC
82 127460 [main] cron 4656 __set_errno: int kill_pgrp(pid_t, siginfo_t&=
):309 val 3
31 127491 [main] cron 4656 kill_pgrp: -1 =3D kill (4656, -1)
217 127708 [main] cron 4656 sigproc_terminate: entering
28 127736 [main] cron 4656 sig_send: sendsig 0x10C, pid 4656, signal -4=
2, its_me 1
37 127773 [main] cron 4656 sig_send: Not waiting for sigcomplete. its_=
me 1 signal -42
29 127802 [main] cron 4656 sig_send: returning 0x0 from sending signal =
-42
-23 127779 [sig] cron 4656 wait_sig: saw __SIGEXIT
83 127862 [sig] cron 4656 wait_sig: signal thread exiting
-32 127830 [main] cron 4656 proc_terminate: nprocs 1
85 127915 [main] cron 4656 proc_subproc: args: 3, 1
27 127942 [main] cron 4656 proc_subproc: clear waiting threads
27 127969 [main] cron 4656 proc_subproc: finished clearing
26 127995 [main] cron 4656 proc_subproc: returning 1
38 128033 [main] cron 4656 cygthread::terminate_thread: thread 'proc_wa=
iter', id 0x6C4, inuse 1, stack_ptr 0x18FBCDB0
99 128132 [main] cron 4656 proc_terminate: leaving
32 128164 [main] cron 4656 __to_clock_t: dwHighDateTime 0, dwLowDateTim=
e 312002
26 128190 [main] cron 4656 __to_clock_t: total 00000000 0000001F
26 128216 [main] cron 4656 __to_clock_t: dwHighDateTime 0, dwLowDateTim=
e 624004
25 128241 [main] cron 4656 __to_clock_t: total 00000000 0000003E
48 128289 [main] cron 4656 pinfo::exit: Calling ExitProcess n 0x0, exit=
code 0x0
26945 151162 [main] cron 3672 wait_for_sigthread: process/signal handling =
enabled, state 0x41
74 151236 [main] cron 3672 fork: 0 =3D fork()
44 151280 [main] cron 3672 init_cygheap::manage_console_count: setsid: =
console_count 0, amount 0, no ctty, avoid_freeing_console 0
35 151315 [sig] cron 3672 wait_sig: entering ReadFile loop, my_readsig =
0x120, my_sendsig 0x124
99 151414 [main] cron 3672 init_cygheap::manage_console_count: freed co=
nsole, res 1
32 151446 [main] cron 3672 setsid: sid 3672, pgid 3672, no ctty
37 151483 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
33 151516 [main] cron 3672 sig_send: wakeup 0x1C
33 151549 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1C
36 151585 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1C
37 151622 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
28 151650 [main] cron 3672 open: open (/dev/null, 0x2)
39 151689 [main] cron 3672 normalize_posix_path: src /dev/null
31 151720 [main] cron 3672 normalize_posix_path: /dev/null =3D normaliz=
e_posix_path (/dev/null)
29 151749 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/null)
40 151789 [main] cron 3672 mount_info::conv_to_win32_path: src_path /de=
v/null, dst \Device\Null, flags 0x2, rc 0
35 151824 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
33 151857 [main] cron 3672 fhandler_base::open: (\Device\Null, 0x2)
39 151896 [main] cron 3672 fhandler_base::set_flags: flags 0x2, supplie=
d_bin 0x10000
28 151924 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 151950 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C, C0100000, \Device\Null, io, NULL, 0, 7, 1, 4020, NULL, 0)
27 151977 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\Device\Null, 0x2)
26 152003 [main] cron 3672 open: 4 =3D open (/dev/null, 0x2)
29 152032 [main] cron 3672 dtable::dup2: dup2 (4, 0)
40 152072 [main] cron 3672 build_fh_pc: fh 0x6120DF3C
29 152101 [main] cron 3672 fhandler_base::dup: in fhandler_base dup
29 152130 [main] cron 3672 dtable::dup_worker: duped '/dev/null' old 0x=
1C, new 0x20
26 152156 [main] cron 3672 dtable::dup2: newfh->io_handle 0x20, oldfh->=
io_handle 0x1C, new win32_name 0x6120D4D4, old win32_name 0x6120DD4C
30 152186 [main] cron 3672 close: close (0)
26 152212 [main] cron 3672 fhandler_base::close: closing '/dev/null' ha=
ndle 0x164
29 152241 [main] cron 3672 close: 0 =3D close (0)
28 152269 [main] cron 3672 dtable::dup2: 0 =3D dup2 (4, 0)
26 152295 [main] cron 3672 dtable::dup2: dup2 (4, 1)
26 152321 [main] cron 3672 build_fh_pc: fh 0x6120D524
26 152347 [main] cron 3672 fhandler_base::dup: in fhandler_base dup
26 152373 [main] cron 3672 dtable::dup_worker: duped '/dev/null' old 0x=
1C, new 0x164
26 152399 [main] cron 3672 dtable::dup2: newfh->io_handle 0x164, oldfh-=
>io_handle 0x1C, new win32_name 0x6120D62C, old win32_name 0x6120DD4C
28 152427 [main] cron 3672 close: close (1)
25 152452 [main] cron 3672 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x144
28 152480 [main] cron 3672 close: 0 =3D close (1)
25 152505 [main] cron 3672 dtable::dup2: 1 =3D dup2 (4, 1)
26 152531 [main] cron 3672 dtable::dup2: dup2 (4, 2)
26 152557 [main] cron 3672 build_fh_pc: fh 0x6120D6C4
26 152583 [main] cron 3672 fhandler_base::dup: in fhandler_base dup
27 152610 [main] cron 3672 dtable::dup_worker: duped '/dev/null' old 0x=
1C, new 0x144
26 152636 [main] cron 3672 dtable::dup2: newfh->io_handle 0x144, oldfh-=
>io_handle 0x1C, new win32_name 0x6120D4FC, old win32_name 0x6120DD4C
27 152663 [main] cron 3672 close: close (2)
26 152689 [main] cron 3672 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x148
28 152717 [main] cron 3672 close: 0 =3D close (2)
25 152742 [main] cron 3672 dtable::dup2: 2 =3D dup2 (4, 2)
27 152769 [main] cron 3672 close: close (4)
26 152795 [main] cron 3672 fhandler_base::close: closing '/dev/null' ha=
ndle 0x1C
27 152822 [main] cron 3672 close: 0 =3D close (4)
30 152852 [main] cron 3672 openlog: openlog called with (/usr/sbin/cron=
, 1, 72)
52 152904 [main] cron 3672 vsyslog: 6 (%s) %s (%s)
88 152992 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
28 153020 [main] cron 3672 sig_send: wakeup 0x1C
31 153051 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1C
4 153055 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1C
55 153110 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
28 153138 [main] cron 3672 open: open (/dev/null, 0x10601)
29 153167 [main] cron 3672 normalize_posix_path: src /dev/null
27 153194 [main] cron 3672 normalize_posix_path: /dev/null =3D normaliz=
e_posix_path (/dev/null)
27 153221 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/null)
26 153247 [main] cron 3672 mount_info::conv_to_win32_path: src_path /de=
v/null, dst \Device\Null, flags 0x2, rc 0
28 153275 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
28 153303 [main] cron 3672 fhandler_base::open: (\Device\Null, 0x10601)
35 153338 [main] cron 3672 fhandler_base::set_flags: flags 0x10601, sup=
plied_bin 0x10000
27 153365 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 153391 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 153417 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C, 40120080, \Device\Null, io, NULL, 0, 7, 5, 4020, NULL, 0)
28 153445 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\Device\Null, 0x10601)
26 153471 [main] cron 3672 open: 4 =3D open (/dev/null, 0x10601)
71 153542 [main] cron 3672 _cygwin_istext_for_stdio: fd 4: opened as bi=
nary
276 153818 [main] cron 3672 writev: writev (4, 0x22C404, 1)
32 153850 [main] cron 3672 fhandler_base::write: binary write
29 153879 [main] cron 3672 writev: 16 =3D write (4, 0x22C404, 1), errno=
0
181 154060 [main] cron 3672 writev: writev (4, 0x22C404, 1)
28 154088 [main] cron 3672 fhandler_base::write: binary write
26 154114 [main] cron 3672 writev: 10 =3D write (4, 0x22C404, 1), errno=
0
171 154285 [main] cron 3672 writev: writev (4, 0x22C424, 1)
28 154313 [main] cron 3672 fhandler_base::write: binary write
28 154341 [main] cron 3672 writev: 21 =3D write (4, 0x22C424, 1), errno=
0
133 154474 [main] cron 3672 close: close (4)
27 154501 [main] cron 3672 fhandler_base::close: closing '/dev/null' ha=
ndle 0x1C
31 154532 [main] cron 3672 close: 0 =3D close (4)
104 154636 [main] cron 3672 stat64: entering
31 154667 [main] cron 3672 normalize_posix_path: src /dev/log
27 154694 [main] cron 3672 normalize_posix_path: /dev/log =3D normalize=
_posix_path (/dev/log)
27 154721 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/log)
36 154757 [main] cron 3672 set_flags: flags: binary (0x2)
28 154785 [main] cron 3672 mount_info::conv_to_win32_path: src_path /de=
v/log, dst C:\cygwin\dev\log, flags 0x3000A, rc 0
208 154993 [main] cron 3672 symlink_info::check: not a symlink
51 155044 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\dev\log, 0x22B7C8) (0x4003000A)
62 155106 [main] cron 3672 path_conv::check: this->path(C:\cygwin\dev\l=
og), has_acls(1)
34 155140 [main] cron 3672 build_fh_pc: fh 0x6120E094
31 155171 [main] cron 3672 stat_worker: (\??\C:\cygwin\dev\log, 0x22CB0=
0, 0x6120E094), file_attributes 36
38 155209 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\dev\log,=
0x110000)
68 155277 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x0
32 155309 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 155336 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 155362 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C, 20080, \??\C:\cygwin\dev\log, io, NULL, 0, 7, 1, 4000, NULL, 0)
28 155390 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\dev\log, 0x110000)
39 155429 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\dev\log, 0x10000)
1393 156822 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
50 156872 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
38 156910 [main] cron 3672 get_info_from_sd: ACL C1B6, uid 18, gid 0
65 156975 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CB00) st_atime=3D4B6B1B21 st_size=3D54, st_mode=3D0xC1B6, st_ino=3D4222=
124651042252, sizeof=3D96
30 157005 [main] cron 3672 fhandler_base::close: closing '/dev/log' han=
dle 0x1C
52 157057 [main] cron 3672 stat_worker: 0 =3D (\??\C:\cygwin\dev\log, 0=
x22CB00)
35 157092 [main] cron 3672 cygwin_socket: socket (1, 2, 0)
25263 182355 [main] cron 3672 wsock_init: res 0
68 182423 [main] cron 3672 wsock_init: wVersion 514
28 182451 [main] cron 3672 wsock_init: wHighVersion 514
26 182477 [main] cron 3672 wsock_init: szDescription WinSock 2.0
26 182503 [main] cron 3672 wsock_init: szSystemStatus Running
25 182528 [main] cron 3672 wsock_init: iMaxSockets 0
26 182554 [main] cron 3672 wsock_init: iMaxUdpDg 0
26 182580 [main] cron 3672 wsock_init: lpVendorInfo 0
13274 195854 [main] cron 3672 build_fh_pc: fh 0x6120E094
95 195949 [main] cron 3672 fhandler_base::set_flags: flags 0x10002, sup=
plied_bin 0x0
30 195979 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 196006 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
29 196035 [main] cron 3672 fdsock: fd 4, name '', soc 0x1A4
40 196075 [main] cron 3672 cygwin_socket: 4 =3D socket (1, 2, 0)
70 196145 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
31 196176 [main] cron 3672 sig_send: wakeup 0x1B4
34 196210 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1B4
37 196247 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1B4
34 196281 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
36 196317 [main] cron 3672 normalize_posix_path: src /dev/log
29 196346 [main] cron 3672 normalize_posix_path: /dev/log =3D normalize=
_posix_path (/dev/log)
27 196373 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/log)
30 196403 [main] cron 3672 set_flags: flags: binary (0x2)
26 196429 [main] cron 3672 mount_info::conv_to_win32_path: src_path /de=
v/log, dst C:\cygwin\dev\log, flags 0x3000A, rc 0
148 196577 [main] cron 3672 symlink_info::check: not a symlink
51 196628 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\dev\log, 0x22B518) (0x4003000A)
40 196668 [main] cron 3672 path_conv::check: this->path(C:\cygwin\dev\l=
og), has_acls(1)
208 196876 [main] cron 3672 cygwin_connect: 0 =3D connect (4, 0x22CA92, =
110)
37 196913 [main] cron 3672 fhandler_base::set_close_on_exec: set close_=
on_exec for to 1
27 196940 [main] cron 3672 fcntl64: 0 =3D fcntl (4, 2, 0x1)
32 196972 [main] cron 3672 writev: writev (4, 0x22CC0C, 2)
77 197049 [main] cron 3672 writev: 52 =3D write (4, 0x22CC0C, 2), errno=
0
46 197095 [main] cron 3672 fhandler_base::lseek: setting file pointer t=
o 0
33 197128 [main] cron 3672 lseek64: 0 =3D lseek (3, 0, 0)
31 197159 [main] cron 3672 writev: writev (3, 0x22CB14, 1)
36 197195 [main] cron 3672 fhandler_base::write: binary write
101 197296 [main] cron 3672 writev: 5 =3D write (3, 0x22CB14, 1), errno 0
99 197395 [main] cron 3672 ftruncate64: 0 =3D ftruncate (3, 5)
34 197429 [main] cron 3672 stat64: entering
28 197457 [main] cron 3672 normalize_posix_path: src tabs
27 197484 [main] cron 3672 cwdstuff::get: posix /var/cron
26 197510 [main] cron 3672 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xAD0038, 32768, 1, 0), errno 0
27 197537 [main] cron 3672 normalize_posix_path: /var/cron/tabs =3D nor=
malize_posix_path (tabs)
27 197564 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs)
27 197591 [main] cron 3672 set_flags: flags: binary (0x2)
78 197669 [main] cron 3672 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
94 197763 [main] cron 3672 symlink_info::check: not a symlink
83 197846 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs, 0x22A808) (0x3000A)
32 197878 [main] cron 3672 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs), has_acls(1)
31 197909 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
29 197938 [main] cron 3672 stat_worker: (\??\C:\cygwin\var\cron\tabs, 0=
x22CC30, 0x6120DC1C), file_attributes 16
31 197969 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\var\cron=
\tabs, 0x110000)
68 198037 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
32 198069 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
28 198097 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
27 198124 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
B4, 20080, \??\C:\cygwin\var\cron\tabs, io, NULL, 0, 7, 1, 4000, NULL, 0)
28 198152 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron\tabs, 0x110000)
37 198189 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron\tabs, 0x10000)
98 198287 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
30 198317 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-513
33 198350 [main] cron 3672 get_info_from_sd: ACL 43FF, uid 1000, gid 513
55 198405 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B6B1B8D st_size=3D0, st_mode=3D0x43FF, st_ino=3D28147=
4976834316, sizeof=3D96
30 198435 [main] cron 3672 fhandler_base::close: closing '/var/cron/tab=
s' handle 0x1B4
46 198481 [main] cron 3672 stat_worker: 0 =3D (\??\C:\cygwin\var\cron\t=
abs, 0x22CC30)
29 198510 [main] cron 3672 stat64: entering
26 198536 [main] cron 3672 normalize_posix_path: src /etc/cron.d
26 198562 [main] cron 3672 normalize_posix_path: /etc/cron.d =3D normal=
ize_posix_path (/etc/cron.d)
26 198588 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/cron.d)
30 198618 [main] cron 3672 set_flags: flags: binary (0x2)
27 198645 [main] cron 3672 mount_info::conv_to_win32_path: src_path /et=
c/cron.d, dst C:\cygwin\etc\cron.d, flags 0x3000A, rc 0
73 198718 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d)
63 198781 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d.exe)
63 198844 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d.lnk)
62 198906 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d.exe.lnk)
29 198935 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\cron.d, 0x22A808) (0x3000A)
26 198961 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc)
27 198988 [main] cron 3672 set_flags: flags: binary (0x2)
25 199013 [main] cron 3672 mount_info::conv_to_win32_path: src_path /et=
c, dst C:\cygwin\etc, flags 0x3000A, rc 0
78 199091 [main] cron 3672 symlink_info::check: not a symlink
45 199136 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc, 0x22A808) (0x3000A)
115 199251 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc\c=
ron.d), has_acls(1)
29 199280 [main] cron 3672 __set_errno: int stat_worker(path_conv&, __s=
tat64*):1494 val 2
27 199307 [main] cron 3672 stat_worker: -1 =3D (\??\C:\cygwin\etc\cron.=
d, 0x22CB70)
27 199334 [main] cron 3672 stat64: entering
25 199359 [main] cron 3672 normalize_posix_path: src /etc/crontab
26 199385 [main] cron 3672 normalize_posix_path: /etc/crontab =3D norma=
lize_posix_path (/etc/crontab)
30 199415 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/crontab)
29 199444 [main] cron 3672 set_flags: flags: binary (0x2)
26 199470 [main] cron 3672 mount_info::conv_to_win32_path: src_path /et=
c/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
79 199549 [main] cron 3672 symlink_info::check: not a symlink
45 199594 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\crontab, 0x22A808) (0x3000A)
29 199623 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc\c=
rontab), has_acls(1)
27 199650 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
27 199677 [main] cron 3672 stat_worker: (\??\C:\cygwin\etc\crontab, 0x2=
2CBD0, 0x6120DC1C), file_attributes 32
28 199705 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\etc\cron=
tab, 0x110000)
60 199765 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
28 199793 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 199820 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
25 199845 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
B4, 20080, \??\C:\cygwin\etc\crontab, io, NULL, 0, 7, 1, 4000, NULL, 0)
28 199873 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\etc\crontab, 0x110000)
35 199908 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\etc\crontab, 0x10000)
87 199995 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
29 200024 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
29 200053 [main] cron 3672 get_info_from_sd: ACL 1A4, uid 18, gid 0
54 200107 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CBD0) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D168=
88498602656416, sizeof=3D96
29 200136 [main] cron 3672 fhandler_base::close: closing '/etc/crontab'=
handle 0x1B4
45 200181 [main] cron 3672 stat_worker: 0 =3D (\??\C:\cygwin\etc\cronta=
b, 0x22CBD0)
31 200212 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
29 200241 [main] cron 3672 sig_send: wakeup 0x1B4
32 200273 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1B4
28 200301 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1B4
33 200334 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
29 200363 [main] cron 3672 open: open (/etc/crontab, 0x104000)
28 200391 [main] cron 3672 normalize_posix_path: src /etc/crontab
26 200417 [main] cron 3672 normalize_posix_path: /etc/crontab =3D norma=
lize_posix_path (/etc/crontab)
27 200444 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/crontab)
25 200469 [main] cron 3672 set_flags: flags: binary (0x2)
26 200495 [main] cron 3672 mount_info::conv_to_win32_path: src_path /et=
c/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
79 200574 [main] cron 3672 symlink_info::check: not a symlink
45 200619 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\crontab, 0x22A6A8) (0x3000A)
28 200647 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc\c=
rontab), has_acls(1)
28 200675 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
27 200702 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\etc\cron=
tab, 0x104000)
66 200768 [main] cron 3672 fhandler_base::set_flags: flags 0x104000, su=
pplied_bin 0x10000
29 200797 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
26 200823 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
B4, 80100000, \??\C:\cygwin\etc\crontab, io, NULL, 0, 7, 1, 4020, NULL, 0)
28 200851 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\etc\crontab, 0x104000)
35 200886 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\etc\crontab, 0x104000)
28 200914 [main] cron 3672 open: 5 =3D open (/etc/crontab, 0x104000)
81 200995 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
35 201030 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
31 201061 [main] cron 3672 get_info_from_sd: ACL 1A4, uid 18, gid 0
61 201122 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CBD0) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D168=
88498602656416, sizeof=3D96
30 201152 [main] cron 3672 fstat64: 0 =3D fstat (5, 0x22CBD0)
27 201179 [main] cron 3672 normalize_posix_path: src /etc/crontab
27 201206 [main] cron 3672 normalize_posix_path: /etc/crontab =3D norma=
lize_posix_path (/etc/crontab)
26 201232 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/crontab)
34 201266 [main] cron 3672 set_flags: flags: binary (0x2)
26 201292 [main] cron 3672 mount_info::conv_to_win32_path: src_path /et=
c/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
89 201381 [main] cron 3672 symlink_info::check: not a symlink
45 201426 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\crontab, 0x22A328) (0x3000A)
28 201454 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc\c=
rontab), has_acls(1)
34 201488 [main] cron 3672 fhandler_base::fcntl: GETFL: 0x124000
27 201515 [main] cron 3672 fcntl64: 1196032 =3D fcntl (5, 3, 0x0)
98 201613 [main] cron 3672 _cygwin_istext_for_stdio: fd 5: defaulting t=
o text
445 202058 [main] cron 3672 fhandler_base::lseek: setting file pointer t=
o 0
28 202086 [main] cron 3672 lseek64: 0 =3D lseek (5, 0, 1)
132 202218 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
28 202246 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
29 202275 [main] cron 3672 get_info_from_sd: ACL 1A4, uid 18, gid 0
55 202330 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22ACF8) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D168=
88498602656416, sizeof=3D96
28 202358 [main] cron 3672 fstat64: 0 =3D fstat (5, 0x22ACF8)
54 202412 [main] cron 3672 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
26 202438 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 202464 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 202490 [main] cron 3672 setmode: (5<\??\C:\cygwin\etc\crontab>, 0x10=
000) returning text
28 202518 [main] cron 3672 readv: readv (5, 0x22AD14, 1) nonblocking, s=
igcatchers 4
48 202566 [main] cron 3672 dtable::select_read: /etc/crontab fd 5
25 202591 [main] cron 3672 fhandler_base::ready_for_read: read_ready 1,=
avail 1
28 202619 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
27 202646 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 202672 [main] cron 3672 select_stuff::~select_stuff: deleting select=
records
69 202741 [main] cron 3672 fhandler_base::read: returning 165, binary m=
ode
27 202768 [main] cron 3672 readv: 165 =3D readv (5, 0x22AD14, 1), errno=
2
27 202795 [main] cron 3672 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
26 202821 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 202847 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
25 202872 [main] cron 3672 setmode: (5<\??\C:\cygwin\etc\crontab>, 0x20=
000) returning binary
12771 215643 [main] cron 3672 normalize_posix_path: src /etc
30 215673 [main] cron 3672 normalize_posix_path: /etc =3D normalize_pos=
ix_path (/etc)
26 215699 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc)
27 215726 [main] cron 3672 set_flags: flags: binary (0x2)
25 215751 [main] cron 3672 mount_info::conv_to_win32_path: src_path /et=
c, dst C:\cygwin\etc, flags 0x3000A, rc 0
83 215834 [main] cron 3672 symlink_info::check: not a symlink
44 215878 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc, 0x2299C8) (0x3000A)
29 215907 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc),=
has_acls(1)
6852 222759 [main] cron 3672 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
29 222788 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 222814 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
25 222839 [main] cron 3672 setmode: (5<\??\C:\cygwin\etc\crontab>, 0x10=
000) returning text
28 222867 [main] cron 3672 readv: readv (5, 0x22AD14, 1) nonblocking, s=
igcatchers 4
43 222910 [main] cron 3672 dtable::select_read: /etc/crontab fd 5
26 222936 [main] cron 3672 fhandler_base::ready_for_read: read_ready 1,=
avail 1
26 222962 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 222988 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 223014 [main] cron 3672 select_stuff::~select_stuff: deleting select=
records
49 223063 [main] cron 3672 fhandler_base::read: returning 0, binary mode
26 223089 [main] cron 3672 readv: 0 =3D readv (5, 0x22AD14, 1), errno 2
27 223116 [main] cron 3672 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
26 223142 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 223168 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
26 223194 [main] cron 3672 setmode: (5<\??\C:\cygwin\etc\crontab>, 0x20=
000) returning binary
92 223286 [main] cron 3672 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
26 223312 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 223338 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 223364 [main] cron 3672 setmode: (5<\??\C:\cygwin\etc\crontab>, 0x10=
000) returning text
27 223391 [main] cron 3672 readv: readv (5, 0x22AD14, 1) nonblocking, s=
igcatchers 4
43 223434 [main] cron 3672 dtable::select_read: /etc/crontab fd 5
26 223460 [main] cron 3672 fhandler_base::ready_for_read: read_ready 1,=
avail 1
26 223486 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 223512 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
25 223537 [main] cron 3672 select_stuff::~select_stuff: deleting select=
records
48 223585 [main] cron 3672 fhandler_base::read: returning 0, binary mode
26 223611 [main] cron 3672 readv: 0 =3D readv (5, 0x22AD14, 1), errno 2
26 223637 [main] cron 3672 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
27 223664 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 223690 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
25 223715 [main] cron 3672 setmode: (5<\??\C:\cygwin\etc\crontab>, 0x20=
000) returning binary
508 224223 [main] cron 3672 close: close (5)
26 224249 [main] cron 3672 fhandler_base::close: closing '/etc/crontab'=
handle 0x1B4
38 224287 [main] cron 3672 close: 0 =3D close (5)
98 224385 [main] cron 3672 close: close (5)
25 224410 [main] cron 3672 __set_errno: cygheap_fdget::cygheap_fdget(in=
t, bool, bool):387 val 9
27 224437 [main] cron 3672 close: -1 =3D close (5)
26 224463 [main] cron 3672 normalize_posix_path: src tabs
26 224489 [main] cron 3672 cwdstuff::get: posix /var/cron
26 224515 [main] cron 3672 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xAD0038, 32768, 1, 0), errno 9
27 224542 [main] cron 3672 normalize_posix_path: /var/cron/tabs =3D nor=
malize_posix_path (tabs)
26 224568 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs)
25 224593 [main] cron 3672 set_flags: flags: binary (0x2)
26 224619 [main] cron 3672 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
78 224697 [main] cron 3672 symlink_info::check: not a symlink
44 224741 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs, 0x22A7E8) (0x3000A)
29 224770 [main] cron 3672 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs), has_acls(1)
27 224797 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
137 224934 [main] cron 3672 fhandler_base::set_close_on_exec: set close_=
on_exec for /var/cron/tabs to 1
30 224964 [main] cron 3672 fhandler_disk_file::opendir: 0xB12468 =3D op=
endir (/var/cron/tabs)
49 225013 [main] cron 3672 fhandler_disk_file::readdir: 0 =3D readdir (=
0xB12468, 0x22B934) (L"." > ".")
29 225042 [main] cron 3672 normalize_posix_path: src /var/cron/tabs/..
27 225069 [main] cron 3672 normalize_posix_path: /var/cron/ =3D normali=
ze_posix_path (/var/cron/tabs/..)
26 225095 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron)
29 225124 [main] cron 3672 set_flags: flags: binary (0x2)
26 225150 [main] cron 3672 mount_info::conv_to_win32_path: src_path /va=
r/cron, dst C:\cygwin\var\cron, flags 0x3000A, rc 0
81 225231 [main] cron 3672 symlink_info::check: not a symlink
45 225276 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron, 0x22A538) (0x3000A)
28 225304 [main] cron 3672 path_conv::check: this->path(C:\cygwin\var\c=
ron), has_acls(1)
80 225384 [main] cron 3672 fhandler_disk_file::readdir: 0 =3D readdir (=
0xB12468, 0x22B934) (L".." > "..")
30 225414 [main] cron 3672 fhandler_disk_file::readdir: 0 =3D readdir (=
0xB12468, 0x22B934) (L"mandree" > "mandree")
68 225482 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
29 225511 [main] cron 3672 sig_send: wakeup 0x1B4
31 225542 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1B4
4 225546 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1B4
57 225603 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
28 225631 [main] cron 3672 open: open (tabs/mandree, 0x104000)
27 225658 [main] cron 3672 normalize_posix_path: src tabs/mandree
26 225684 [main] cron 3672 cwdstuff::get: posix /var/cron
26 225710 [main] cron 3672 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xAD0038, 32768, 1, 0), errno 9
27 225737 [main] cron 3672 normalize_posix_path: /var/cron/tabs/mandree=
=3D normalize_posix_path (tabs/mandree)
26 225763 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs/mandree)
26 225789 [main] cron 3672 set_flags: flags: binary (0x2)
26 225815 [main] cron 3672 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs/mandree, dst C:\cygwin\var\cron\tabs\mandree, flags 0x3000A, rc=
0
95 225910 [main] cron 3672 symlink_info::check: not a symlink
44 225954 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs\mandree, 0x22A6A8) (0x3000A)
28 225982 [main] cron 3672 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs\mandree), has_acls(1)
28 226010 [main] cron 3672 build_fh_pc: fh 0x6120D814
27 226037 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\var\cron=
\tabs\mandree, 0x104000)
1567 227604 [main] cron 3672 fhandler_base::set_flags: flags 0x104000, su=
pplied_bin 0x10000
50 227654 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
28 227682 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
B4, 80100000, \??\C:\cygwin\var\cron\tabs\mandree, io, NULL, 0, 7, 1, 4020,=
NULL, 0)
28 227710 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron\tabs\mandree, 0x104000)
39 227749 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron\tabs\mandree, 0x104000)
28 227777 [main] cron 3672 open: 6 =3D open (tabs/mandree, 0x104000)
94 227871 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
30 227901 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
32 227933 [main] cron 3672 get_info_from_sd: ACL 1A0, uid 1000, gid 0
54 227987 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B6B1B8D st_size=3D361, st_mode=3D0x81A0, st_ino=3D506=
6549581174215, sizeof=3D96
29 228016 [main] cron 3672 fstat64: 0 =3D fstat (6, 0x22CC30)
28 228044 [main] cron 3672 normalize_posix_path: src tabs/mandree
33 228077 [main] cron 3672 cwdstuff::get: posix /var/cron
30 228107 [main] cron 3672 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xAD0038, 32768, 1, 0), errno 9
27 228134 [main] cron 3672 normalize_posix_path: /var/cron/tabs/mandree=
=3D normalize_posix_path (tabs/mandree)
26 228160 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs/mandree)
27 228187 [main] cron 3672 set_flags: flags: binary (0x2)
27 228214 [main] cron 3672 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs/mandree, dst C:\cygwin\var\cron\tabs\mandree, flags 0x3000A, rc=
0
99 228313 [main] cron 3672 symlink_info::check: not a symlink
47 228360 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs\mandree, 0x22A328) (0x3000A)
29 228389 [main] cron 3672 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs\mandree), has_acls(1)
31 228420 [main] cron 3672 fhandler_base::fcntl: GETFL: 0x124000
27 228447 [main] cron 3672 fcntl64: 1196032 =3D fcntl (6, 3, 0x0)
99 228546 [main] cron 3672 _cygwin_istext_for_stdio: fd 6: defaulting t=
o text
462 229008 [main] cron 3672 fhandler_base::lseek: setting file pointer t=
o 0
29 229037 [main] cron 3672 lseek64: 0 =3D lseek (6, 0, 1)
139 229176 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
32 229208 [main] cron 3672 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
32 229240 [main] cron 3672 get_info_from_sd: ACL 1A0, uid 1000, gid 0
56 229296 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22ACF8) st_atime=3D4B6B1B8D st_size=3D361, st_mode=3D0x81A0, st_ino=3D506=
6549581174215, sizeof=3D96
31 229327 [main] cron 3672 fstat64: 0 =3D fstat (6, 0x22ACF8)
58 229385 [main] cron 3672 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
26 229411 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 229437 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 229463 [main] cron 3672 setmode: (6<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x10000) returning text
28 229491 [main] cron 3672 readv: readv (6, 0x22AD14, 1) nonblocking, s=
igcatchers 4
45 229536 [main] cron 3672 dtable::select_read: /var/cron/tabs/mandree =
fd 6
26 229562 [main] cron 3672 fhandler_base::ready_for_read: read_ready 1,=
avail 1
27 229589 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 229615 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 229641 [main] cron 3672 select_stuff::~select_stuff: deleting select=
records
77 229718 [main] cron 3672 fhandler_base::read: returning 361, binary m=
ode
28 229746 [main] cron 3672 readv: 361 =3D readv (6, 0x22AD14, 1), errno=
9
27 229773 [main] cron 3672 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
26 229799 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 229825 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
26 229851 [main] cron 3672 setmode: (6<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x20000) returning binary
47478 277329 [main] cron 3672 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
34 277363 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 277389 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 277415 [main] cron 3672 setmode: (6<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x10000) returning text
28 277443 [main] cron 3672 readv: readv (6, 0x22AD14, 1) nonblocking, s=
igcatchers 4
44 277487 [main] cron 3672 dtable::select_read: /var/cron/tabs/mandree =
fd 6
25 277512 [main] cron 3672 fhandler_base::ready_for_read: read_ready 1,=
avail 1
27 277539 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 277565 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
26 277591 [main] cron 3672 select_stuff::~select_stuff: deleting select=
records
60 277651 [main] cron 3672 fhandler_base::read: returning 0, binary mode
30 277681 [main] cron 3672 readv: 0 =3D readv (6, 0x22AD14, 1), errno 9
26 277707 [main] cron 3672 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
27 277734 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 277760 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
26 277786 [main] cron 3672 setmode: (6<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x20000) returning binary
92 277878 [main] cron 3672 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
26 277904 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 277930 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
25 277955 [main] cron 3672 setmode: (6<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x10000) returning text
27 277982 [main] cron 3672 readv: readv (6, 0x22AD14, 1) nonblocking, s=
igcatchers 4
44 278026 [main] cron 3672 dtable::select_read: /var/cron/tabs/mandree =
fd 6
25 278051 [main] cron 3672 fhandler_base::ready_for_read: read_ready 1,=
avail 1
26 278077 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
27 278104 [main] cron 3672 select_stuff::cleanup: calling cleanup routi=
nes
25 278129 [main] cron 3672 select_stuff::~select_stuff: deleting select=
records
48 278177 [main] cron 3672 fhandler_base::read: returning 0, binary mode
27 278204 [main] cron 3672 readv: 0 =3D readv (6, 0x22AD14, 1), errno 9
26 278230 [main] cron 3672 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
26 278256 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 278282 [main] cron 3672 fhandler_base::set_flags: filemode set to te=
xt
26 278308 [main] cron 3672 setmode: (6<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x20000) returning binary
463 278771 [main] cron 3672 close: close (6)
25 278796 [main] cron 3672 fhandler_base::close: closing '/var/cron/tab=
s/mandree' handle 0x1B4
44 278840 [main] cron 3672 close: 0 =3D close (6)
98 278938 [main] cron 3672 close: close (6)
26 278964 [main] cron 3672 __set_errno: cygheap_fdget::cygheap_fdget(in=
t, bool, bool):387 val 9
26 278990 [main] cron 3672 close: -1 =3D close (6)
43 279033 [main] cron 3672 geterrno_from_win_error: windows error 18 =
=3D=3D errno 89
29 279062 [main] cron 3672 fhandler_disk_file::readdir: 89 =3D readdir =
(0xB12468, 0x22B934) (L"(null)" > "***")
68 279130 [main] cron 3672 fhandler_disk_file::closedir: 0 =3D closedir=
(0xB12468, /var/cron/tabs)
80 279210 [main] cron 3672 closedir: 0 =3D closedir (0x22CE64)
27 279237 [main] cron 3672 time: 1265310615 =3D time (0)
947 280184 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
35 280219 [main] cron 3672 sig_send: wakeup 0x1C0
35 280254 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1C0
5 280259 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1C0
58 280317 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
29 280346 [main] cron 3672 open: open (/usr/share/zoneinfo/posixrules, =
0x10000)
28 280374 [main] cron 3672 normalize_posix_path: src /usr/share/zoneinf=
o/posixrules
38 280412 [main] cron 3672 normalize_posix_path: /usr/share/zoneinfo/po=
sixrules =3D normalize_posix_path (/usr/share/zoneinfo/posixrules)
27 280439 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/usr/share/zoneinfo/posixrules)
29 280468 [main] cron 3672 set_flags: flags: binary (0x2)
29 280497 [main] cron 3672 mount_info::conv_to_win32_path: src_path /us=
r/share/zoneinfo/posixrules, dst C:\cygwin\usr\share\zoneinfo\posixrules, f=
lags 0x3000A, rc 0
89 280586 [main] cron 3672 symlink_info::check: not a symlink
45 280631 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\usr\share\zoneinfo\posixrules, 0x228368) (0x3000A)
29 280660 [main] cron 3672 path_conv::check: this->path(C:\cygwin\usr\s=
hare\zoneinfo\posixrules), has_acls(1)
32 280692 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
30 280722 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\usr\shar=
e\zoneinfo\posixrules, 0x110000)
68 280790 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
35 280825 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
29 280854 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 280880 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C0, 80100000, \??\C:\cygwin\usr\share\zoneinfo\posixrules, io, NULL, 0, 7, =
1, 4020, NULL, 0)
29 280909 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x110000)
36 280945 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x10000)
28 280973 [main] cron 3672 open: 5 =3D open (/usr/share/zoneinfo/posixr=
ules, 0x10000)
26 280999 [main] cron 3672 readv: readv (5, 0x229734, 1) blocking, sigc=
atchers 4
26 281025 [main] cron 3672 readv: no need to call ready_for_read
48 281073 [main] cron 3672 fhandler_base::read: returning 3519, binary =
mode
28 281101 [main] cron 3672 readv: 3519 =3D readv (5, 0x229734, 1), errn=
o 9
28 281129 [main] cron 3672 close: close (5)
27 281156 [main] cron 3672 fhandler_base::close: closing '/usr/share/zo=
neinfo/posixrules' handle 0x1C0
39 281195 [main] cron 3672 close: 0 =3D close (5)
42 281237 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
29 281266 [main] cron 3672 sig_send: wakeup 0x1C0
31 281297 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1C0
4 281301 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1C0
55 281356 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
29 281385 [main] cron 3672 open: open (/usr/share/zoneinfo/GMT, 0x10000)
27 281412 [main] cron 3672 normalize_posix_path: src /usr/share/zoneinf=
o/GMT
26 281438 [main] cron 3672 normalize_posix_path: /usr/share/zoneinfo/GM=
T =3D normalize_posix_path (/usr/share/zoneinfo/GMT)
27 281465 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/usr/share/zoneinfo/GMT)
26 281491 [main] cron 3672 set_flags: flags: binary (0x2)
26 281517 [main] cron 3672 mount_info::conv_to_win32_path: src_path /us=
r/share/zoneinfo/GMT, dst C:\cygwin\usr\share\zoneinfo\GMT, flags 0x3000A, =
rc 0
84 281601 [main] cron 3672 symlink_info::check: not a symlink
45 281646 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\usr\share\zoneinfo\GMT, 0x228858) (0x3000A)
28 281674 [main] cron 3672 path_conv::check: this->path(C:\cygwin\usr\s=
hare\zoneinfo\GMT), has_acls(1)
28 281702 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
27 281729 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\usr\shar=
e\zoneinfo\GMT, 0x110000)
66 281795 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
28 281823 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 281850 [main] cron 3672 fhandler_base::set_flags: filemode set to bi=
nary
26 281876 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C0, 80100000, \??\C:\cygwin\usr\share\zoneinfo\GMT, io, NULL, 0, 7, 1, 4020=
, NULL, 0)
28 281904 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x110000)
35 281939 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x10000)
29 281968 [main] cron 3672 open: 5 =3D open (/usr/share/zoneinfo/GMT, 0=
x10000)
25 281993 [main] cron 3672 readv: readv (5, 0x229C24, 1) blocking, sigc=
atchers 4
26 282019 [main] cron 3672 readv: no need to call ready_for_read
44 282063 [main] cron 3672 fhandler_base::read: returning 118, binary m=
ode
27 282090 [main] cron 3672 readv: 118 =3D readv (5, 0x229C24, 1), errno=
9
27 282117 [main] cron 3672 close: close (5)
29 282146 [main] cron 3672 fhandler_base::close: closing '/usr/share/zo=
neinfo/GMT' handle 0x1C0
38 282184 [main] cron 3672 close: 0 =3D close (5)
30 282214 [main] cron 3672 time: 1265310615 =3D time (0)
26 282240 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -3=
4, its_me 1
29 282269 [main] cron 3672 sig_send: wakeup 0x1C0
30 282299 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1C0
5 282304 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1C0
55 282359 [main] cron 3672 sig_send: returning 0x0 from sending signal =
-34
118212 400571 [main] cron 3672 nanosleep: nanosleep (46005)
46020365 46420936 [main] cron 3672 nanosleep: 0 =3D nanosleep (46005, 0)
199 46421135 [main] cron 3672 time: 1265310661 =3D time (0)
88 46421223 [main] cron 3672 time: 1265310661 =3D time (0)
157 46421380 [main] cron 3672 child_info::child_info: subproc_ready 0x1C4
108 46421488 [main] cron 3672 fork: entering
336 46421824 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
40, its_me 1
79 46421903 [main] cron 3672 sig_send: wakeup 0x1CC
95 46421998 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1CC
93 46422091 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1CC
90 46422181 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-40
103 46422284 [main] cron 3672 frok::parent: priority class 32
121 46422405 [main] cron 3672 frok::parent: stack - bottom 0x230000, top =
0x22CAD0, size 13616
83 46422488 [main] cron 3672 frok::parent: CreateProcess (C:\cygwin\usr\=
sbin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x28, 0, 0, 0x22CA40, =
0x22CAA0)
81 46422569 [main] cron 3672 time: 1265310661 =3D time (0)
14156 46436725 [main] cron 3672 child_info::sync: n 2, waiting for subproc_=
ready(0x1C4) and child process(0x1D4)
3 3 [main] cron 4220 child_copy: cygheap - hp 0x1C8 low 0x6120C6E=
0, high 0x6120E314, res 1
88 91 [main] cron 4220 child_copy: done
98 189 [main] cron 4220 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xA4
71 260 [main] cron 4220 heap_init: heap base 0xAD0000, heap top 0xB4=
0000
59 319 [main] cron 4220 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
45 364 [main] cron 4220 user_shared_create: opening user shared for =
'' at 0x60FD0000
52 416 [main] cron 4220 user_shared_create: user shared version 2E71=
0001
71 487 [main] cron (4220) open_shared: name cygpid.4220, n 4220, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xA8
108 595 [main] cron 4220 ********************************************=
**
45 640 [main] cron 4220 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 4220, ppid 1)
49 689 [main] cron 4220 App version: 1007.1, api: 0.218
44 733 [main] cron 4220 DLL version: 1007.1, api: 0.218
43 776 [main] cron 4220 DLL build: 2009-12-07 11:48
44 820 [main] cron 4220 OS version: Windows NT-6.1
44 864 [main] cron 4220 Heap size: 402653184
48 912 [main] cron 4220 ********************************************=
**
49 961 [main] cron 4220 pinfo::thisproc: myself->dwProcessId 4220
88 1049 [main] cron 4220 child_copy: dll data - hp 0x1C8 low 0x611470=
00, high 0x6114E304, res 1
46441831 46442880 [main] cron 4220 child_copy: dll bss - hp 0x1C8 low 0x611=
B3000, high 0x611DD690, res 1
466 46443346 [main] cron 4220 child_copy: user heap - hp 0x1C8 low 0xAD00=
00, high 0xB40000, res 1
55 46443401 [main] cron 4220 child_copy: done
62 46443463 [main] cron 4220 child_copy: data - hp 0x1C8 low 0x408000, h=
igh 0x408458, res 1
56 46443519 [main] cron 4220 child_copy: bss - hp 0x1C8 low 0x40A000, hi=
gh 0x40A1E0, res 1
40 46443559 [main] cron 4220 child_copy: done
46 46443605 [main] cron 4220 fixup_mmaps_after_fork: succeeded
72 46443677 [main] cron 4220 events_init: windows_system_directory 'C:\W=
indows\system32\', windows_system_directory_length 20
71 46443748 [main] cron 4220 dll_crt0_0: finished dll_crt0_0 initializat=
ion
161 46443909 [main] cron 4220 frok::child: child is running. pid 4220, p=
pid 0, stack here 0x22CAC8
69 46443978 [main] cron 4220 sync_with_parent: signalling parent: after =
longjmp
53 46444031 [main] cron 4220 child_info::ready: signalled 0x1C4 that I w=
as ready
7322 46444047 [main] cron 3672 child_info::sync: pid 4220, WFMO returned 0=
, res 1
67 46444114 [main] cron 3672 open_shared: name cygpid.4220, n 4220, shar=
ed 0x3C0000 (wanted 0x0), h 0x1D0
59 46444173 [main] cron 3672 proc_subproc: args: 1, 2280068
75 46444248 [main] cron 3672 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0=
xDC for pid 4220(4220)
183 46444431 [main] cron 3672 pinfo::wait: created tracking thread for pi=
d 4220, winpid 0x107C, rd_pipe 0x1DC
41 46444472 [main] cron 3672 proc_subproc: added pid 4220 to proc table,=
slot 0
44 46444516 [main] cron 3672 proc_subproc: returning 1
44 46444560 [main] cron 3672 frok::parent: child is alive (but stopped)
104 46444664 [main] cron 3672 child_copy: stack - hp 0x1D4 low 0x22CAD0, =
high 0x230000, res 1
49 46444713 [main] cron 3672 child_copy: done
41 46444754 [main] cron 3672 resume_child: signalled child
732 46444763 [main] cron 4220 sync_with_parent: awake
44 46444798 [main] cron 3672 child_info::sync: n 2, waiting for subproc_=
ready(0x1C4) and child process(0x1D4)
36 46444799 [main] cron 4220 sync_with_parent: no problems
52 46444851 [main] cron 4220 frok::child: hParent 0x1C8, load_dlls 0
45 46444896 [main] cron 4220 dtable::fixup_after_fork: fd 3 (/var/run/cr=
on.pid)
96 46444894 [proc_waiter] cron 3672 cygthread::stub: thread 'proc_waiter=
', id 0x16A8, stack_ptr 0x1943CDB0
32 46444928 [main] cron 4220 fhandler_base::fixup_after_fork: inheriting=
'/var/run/cron.pid' from parent
43 46444971 [main] cron 4220 dtable::fixup_after_fork: fd 4 ()
43 46445014 [main] cron 4220 fhandler_base::fixup_after_fork: inheriting=
'' from parent
49 46445063 [main] cron 4220 sync_with_parent: signalling parent: perfor=
med fork fixup
48 46445111 [main] cron 4220 child_info::ready: signalled 0x1C4 that I w=
as ready
225 46445119 [main] cron 3672 child_info::sync: pid 4220, WFMO returned 0=
, res 1
45 46445164 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
41, its_me 1
62 46445173 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A248 in _fixup_after_fork
36 46445200 [main] cron 3672 sig_send: wakeup 0x1CC
38 46445211 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A218 in _fixup_after_fork
36 46445236 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1CC
30 46445241 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A1E8 in _fixup_after_fork
36 46445277 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A1B8 in _fixup_after_fork
46 46445282 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1CC
41 46445318 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A188 in _fixup_after_fork
42 46445324 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-41
41 46445359 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xA=
E80A8 in _fixup_after_fork
51 46445410 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0xA=
D0008 in _fixup_after_fork
33 46445443 [main] cron 4220 pthread_mutex::_fixup_after_fork: mutex 0x6=
11DCDF8 in _fixup_after_fork
187 46445511 [main] cron 3672 fork: 4220 =3D fork()
60 46445571 [main] cron 3672 stat64: entering
41 46445612 [main] cron 3672 normalize_posix_path: src tabs
181 46445624 [main] cron 4220 wait_for_sigthread: wait_sig_inited 0x40
32 46445644 [main] cron 3672 cwdstuff::get: posix /var/cron
51 46445695 [main] cron 3672 cwdstuff::get: (/var/cron) =3D cwdstuff::ge=
t (0xAD0038, 32768, 1, 0), errno 9
44 46445739 [main] cron 3672 normalize_posix_path: /var/cron/tabs =3D no=
rmalize_posix_path (tabs)
44 46445783 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win=
32_path (/var/cron/tabs)
46 46445829 [main] cron 3672 set_flags: flags: binary (0x2)
42 46445871 [main] cron 3672 mount_info::conv_to_win32_path: src_path /v=
ar/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
144 46446015 [main] cron 3672 symlink_info::check: not a symlink
73 46446088 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\var\cron\tabs, 0x22A808) (0x3000A)
54 46446142 [main] cron 3672 path_conv::check: this->path(C:\cygwin\var\=
cron\tabs), has_acls(1)
52 46446194 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
47 46446241 [main] cron 3672 stat_worker: (\??\C:\cygwin\var\cron\tabs, =
0x22CC30, 0x6120DC1C), file_attributes 16
45 46446286 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\var\cro=
n\tabs, 0x110000)
77 46446363 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, s=
upplied_bin 0x10000
53 46446416 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
48 46446464 [main] cron 3672 fhandler_base::set_flags: filemode set to b=
inary
49 46446513 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x=
1C8, 20080, \??\C:\cygwin\var\cron\tabs, io, NULL, 0, 7, 1, 4000, NULL, 0)
45 46446558 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\??\C:\cygwin\var\cron\tabs, 0x110000)
52 46446610 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk=
_file::open (\??\C:\cygwin\var\cron\tabs, 0x10000)
89 46446699 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner =
SID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
59 46446758 [main] cron 3672 cygpsid::debug_print: get_sids_info: group =
SID =3D S-1-5-21-3292306727-3049399099-3658254372-513
54 46446812 [main] cron 3672 get_info_from_sd: ACL 43FF, uid 1000, gid 5=
13
42 46446854 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (,=
0x22CC30) st_atime=3D4B6B1B8D st_size=3D0, st_mode=3D0x43FF, st_ino=3D2814=
74976834316, sizeof=3D96
43 46446897 [main] cron 3672 fhandler_base::close: closing '/var/cron/ta=
bs' handle 0x1C8
62 46446959 [main] cron 3672 stat_worker: 0 =3D (\??\C:\cygwin\var\cron\=
tabs, 0x22CC30)
52 46447011 [main] cron 3672 stat64: entering
54 46447065 [main] cron 3672 normalize_posix_path: src /etc/cron.d
44 46447109 [main] cron 3672 normalize_posix_path: /etc/cron.d =3D norma=
lize_posix_path (/etc/cron.d)
44 46447153 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win=
32_path (/etc/cron.d)
44 46447197 [main] cron 3672 set_flags: flags: binary (0x2)
44 46447241 [main] cron 3672 mount_info::conv_to_win32_path: src_path /e=
tc/cron.d, dst C:\cygwin\etc\cron.d, flags 0x3000A, rc 0
104 46447345 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d)
87 46447432 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d.exe)
87 46447519 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d.lnk)
98 46447617 [main] cron 3672 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d.exe.lnk)
54 46447671 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\etc\cron.d, 0x22A808) (0x3000A)
44 46447715 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win=
32_path (/etc)
44 46447759 [main] cron 3672 set_flags: flags: binary (0x2)
44 46447803 [main] cron 3672 mount_info::conv_to_win32_path: src_path /e=
tc, dst C:\cygwin\etc, flags 0x3000A, rc 0
107 46447910 [main] cron 3672 symlink_info::check: not a symlink
69 46447979 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\etc, 0x22A808) (0x3000A)
145 46448124 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc\=
cron.d), has_acls(1)
52 46448176 [main] cron 3672 __set_errno: int stat_worker(path_conv&, __=
stat64*):1494 val 2
49 46448225 [main] cron 3672 stat_worker: -1 =3D (\??\C:\cygwin\etc\cron=
.d, 0x22CB70)
44 46448269 [main] cron 3672 stat64: entering
44 46448313 [main] cron 3672 normalize_posix_path: src /etc/crontab
43 46448356 [main] cron 3672 normalize_posix_path: /etc/crontab =3D norm=
alize_posix_path (/etc/crontab)
47 46448403 [main] cron 3672 mount_info::conv_to_win32_path: conv_to_win=
32_path (/etc/crontab)
50 46448453 [main] cron 3672 set_flags: flags: binary (0x2)
49 46448502 [main] cron 3672 mount_info::conv_to_win32_path: src_path /e=
tc/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
98 46448600 [main] cron 3672 symlink_info::check: not a symlink
69 46448669 [main] cron 3672 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\etc\crontab, 0x22A808) (0x3000A)
58 46448727 [main] cron 3672 path_conv::check: this->path(C:\cygwin\etc\=
crontab), has_acls(1)
50 46448777 [main] cron 3672 build_fh_pc: fh 0x6120DC1C
45 46448822 [main] cron 3672 stat_worker: (\??\C:\cygwin\etc\crontab, 0x=
22CBD0, 0x6120DC1C), file_attributes 32
44 46448866 [main] cron 3672 fhandler_base::open: (\??\C:\cygwin\etc\cro=
ntab, 0x110000)
76 46448942 [main] cron 3672 fhandler_base::set_flags: flags 0x110000, s=
upplied_bin 0x10000
57 46448999 [main] cron 3672 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
49 46449048 [main] cron 3672 fhandler_base::set_flags: filemode set to b=
inary
44 46449092 [main] cron 3672 fhandler_base::open: 0 =3D NtCreateFile (0x=
1C8, 20080, \??\C:\cygwin\etc\crontab, io, NULL, 0, 7, 1, 4000, NULL, 0)
44 46449136 [main] cron 3672 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\??\C:\cygwin\etc\crontab, 0x110000)
53 46449189 [main] cron 3672 fhandler_base::open_fs: 1 =3D fhandler_disk=
_file::open (\??\C:\cygwin\etc\crontab, 0x10000)
83 46449272 [main] cron 3672 cygpsid::debug_print: get_sids_info: owner =
SID =3D S-1-5-18
52 46449324 [main] cron 3672 cygpsid::debug_print: get_sids_info: group =
SID =3D S-1-5-32-544
52 46449376 [main] cron 3672 get_info_from_sd: ACL 1A4, uid 18, gid 0
42 46449418 [main] cron 3672 fhandler_base::fstat_helper: 0 =3D fstat (,=
0x22CBD0) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D16=
888498602656416, sizeof=3D96
43 46449461 [main] cron 3672 fhandler_base::close: closing '/etc/crontab=
' handle 0x1C8
63 46449524 [main] cron 3672 stat_worker: 0 =3D (\??\C:\cygwin\etc\cront=
ab, 0x22CBD0)
54 46449578 [main] cron 3672 time: 1265310661 =3D time (0)
54 46449632 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
34, its_me 1
45 46449677 [main] cron 3672 sig_send: wakeup 0x1C8
47 46449724 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1C8
42 46449766 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1C8
58 46449824 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-34
49 46449873 [main] cron 3672 nanosleep: nanosleep (60000)
22061 46467685 [main] cron 4220 wait_for_sigthread: process/signal handling=
enabled, state 0x41
115 46467800 [main] cron 4220 fork: 0 =3D fork()
125 46467925 [main] cron 4220 close: close (3)
114 46468039 [main] cron 4220 fhandler_base::close: closing '/var/run/cro=
n.pid' handle 0xE0
135 46468174 [main] cron 4220 close: 0 =3D close (3)
121 46468295 [main] cron 4220 sig_send: sendsig 0x138, pid 4220, signal -=
34, its_me 1
100 46468395 [main] cron 4220 sig_send: wakeup 0xE0
100 46468495 [main] cron 4220 sig_send: Waiting for pack.wakeup 0xE0
112 46468607 [sig] cron 4220 wait_sig: entering ReadFile loop, my_readsig=
0x134, my_sendsig 0x138
185 46468792 [sig] cron 4220 wait_sig: signalling pack.wakeup 0xE0
143 46468935 [main] cron 4220 sig_send: returning 0x0 from sending signal=
-34
99 46469034 [main] cron 4220 void: 0x401B5B =3D signal (20, 0x0)
110 46469144 [main] cron 4220 fhandler_pipe::create_selectable: CreateNam=
edPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x107C-0x1, size 65536
847 46469991 [main] cron 4220 fhandler_pipe::create_selectable: pipe read=
handle 0xE0
111 46470102 [main] cron 4220 fhandler_pipe::create_selectable: CreateFil=
e: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x107C-0x1
554 46470656 [main] cron 4220 fhandler_pipe::create_selectable: pipe writ=
e handle 0x16C
135 46470791 [main] cron 4220 build_fh_pc: fh 0x6120E324
113 46470904 [main] cron 4220 build_fh_pc: fh 0x6120E55C
101 46471005 [main] cron 4220 fhandler_base::set_flags: flags 0x10000, su=
pplied_bin 0x0
97 46471102 [main] cron 4220 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
90 46471192 [main] cron 4220 fhandler_base::set_flags: filemode set to b=
inary
89 46471281 [main] cron 4220 fhandler_base::init: created new fhandler_b=
ase for handle 0xE0, bin 1
96 46471377 [main] cron 4220 fhandler_base::set_flags: flags 0x10001, su=
pplied_bin 0x0
105 46471482 [main] cron 4220 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
88 46471570 [main] cron 4220 fhandler_base::set_flags: filemode set to b=
inary
89 46471659 [main] cron 4220 fhandler_base::init: created new fhandler_b=
ase for handle 0x16C, bin 1
92 46471751 [main] cron 4220 fhandler_pipe::create: 0 =3D pipe ([0x6120E=
324, 0x6120E55C], 65536, 0x10000)
114 46471865 [main] cron 4220 fhandler_pipe::create_selectable: CreateNam=
edPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x107C-0x2, size 65536
807 46472672 [main] cron 4220 fhandler_pipe::create_selectable: pipe read=
handle 0x1C8
111 46472783 [main] cron 4220 fhandler_pipe::create_selectable: CreateFil=
e: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x107C-0x2
548 46473331 [main] cron 4220 fhandler_pipe::create_selectable: pipe writ=
e handle 0x1C4
113 46473444 [main] cron 4220 build_fh_pc: fh 0x6120E7C4
94 46473538 [main] cron 4220 build_fh_pc: fh 0x6120E9FC
92 46473630 [main] cron 4220 fhandler_base::set_flags: flags 0x10000, su=
pplied_bin 0x0
90 46473720 [main] cron 4220 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
88 46473808 [main] cron 4220 fhandler_base::set_flags: filemode set to b=
inary
88 46473896 [main] cron 4220 fhandler_base::init: created new fhandler_b=
ase for handle 0x1C8, bin 1
94 46473990 [main] cron 4220 fhandler_base::set_flags: flags 0x10001, su=
pplied_bin 0x0
107 46474097 [main] cron 4220 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
89 46474186 [main] cron 4220 fhandler_base::set_flags: filemode set to b=
inary
88 46474274 [main] cron 4220 fhandler_base::init: created new fhandler_b=
ase for handle 0x1C4, bin 1
93 46474367 [main] cron 4220 fhandler_pipe::create: 0 =3D pipe ([0x6120E=
7C4, 0x6120E9FC], 65536, 0x10000)
122 46474489 [main] cron 4220 vfork: stub called
106 46474595 [main] cron 4220 child_info::child_info: subproc_ready 0x148
114 46474709 [main] cron 4220 fork: entering
483 46475192 [main] cron 4220 sig_send: sendsig 0x138, pid 4220, signal -=
40, its_me 1
107 46475299 [main] cron 4220 sig_send: wakeup 0x154
100 46475399 [main] cron 4220 sig_send: Waiting for pack.wakeup 0x154
112 46475511 [sig] cron 4220 wait_sig: signalling pack.wakeup 0x154
122 46475633 [main] cron 4220 sig_send: returning 0x0 from sending signal=
-40
116 46475749 [main] cron 4220 frok::parent: priority class 32
331 46476080 [main] cron 4220 frok::parent: stack - bottom 0x230000, top =
0x22C5B0, size 14928
113 46476193 [main] cron 4220 frok::parent: CreateProcess (C:\cygwin\usr\=
sbin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x28, 0, 0, 0x22C520, =
0x22C580)
120 46476313 [main] cron 4220 time: 1265310662 =3D time (0)
18441 46494754 [main] cron 4220 child_info::sync: n 2, waiting for subproc_=
ready(0x148) and child process(0x160)
2 2 [main] cron 5736 child_copy: cygheap - hp 0x150 low 0x6120C6E=
0, high 0x6120EC24, res 1
89 91 [main] cron 5736 child_copy: done
75 166 [main] cron 5736 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xB0
60 226 [main] cron 5736 heap_init: heap base 0xAD0000, heap top 0xB4=
0000
46 272 [main] cron 5736 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
43 315 [main] cron 5736 user_shared_create: opening user shared for =
'' at 0x60FD0000
28 343 [main] cron 5736 user_shared_create: user shared version 2E71=
0001
55 398 [main] cron (5736) open_shared: name cygpid.5736, n 5736, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xB4
97 495 [main] cron 5736 ********************************************=
**
37 532 [main] cron 5736 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 5736, ppid 1)
41 573 [main] cron 5736 App version: 1007.1, api: 0.218
26 599 [main] cron 5736 DLL version: 1007.1, api: 0.218
26 625 [main] cron 5736 DLL build: 2009-12-07 11:48
28 653 [main] cron 5736 OS version: Windows NT-6.1
27 680 [main] cron 5736 Heap size: 402653184
25 705 [main] cron 5736 ********************************************=
**
26 731 [main] cron 5736 pinfo::thisproc: myself->dwProcessId 5736
70 801 [main] cron 5736 child_copy: dll data - hp 0x150 low 0x611470=
00, high 0x6114E304, res 1
46502629 46503430 [main] cron 5736 child_copy: dll bss - hp 0x150 low 0x611=
B3000, high 0x611DD690, res 1
409 46503839 [main] cron 5736 child_copy: user heap - hp 0x150 low 0xAD00=
00, high 0xB40000, res 1
48 46503887 [main] cron 5736 child_copy: done
39 46503926 [main] cron 5736 child_copy: data - hp 0x150 low 0x408000, h=
igh 0x408458, res 1
43 46503969 [main] cron 5736 child_copy: bss - hp 0x150 low 0x40A000, hi=
gh 0x40A1E0, res 1
34 46504003 [main] cron 5736 child_copy: done
28 46504031 [main] cron 5736 fixup_mmaps_after_fork: succeeded
53 46504084 [main] cron 5736 events_init: windows_system_directory 'C:\W=
indows\system32\', windows_system_directory_length 20
58 46504142 [main] cron 5736 dll_crt0_0: finished dll_crt0_0 initializat=
ion
154 46504296 [main] cron 5736 frok::child: child is running. pid 5736, p=
pid 0, stack here 0x22C5A8
55 46504351 [main] cron 5736 sync_with_parent: signalling parent: after =
longjmp
31 46504382 [main] cron 5736 child_info::ready: signalled 0x148 that I w=
as ready
9638 46504392 [main] cron 4220 child_info::sync: pid 5736, WFMO returned 0=
, res 1
74 46504466 [main] cron 4220 open_shared: name cygpid.5736, n 5736, shar=
ed 0x20000 (wanted 0x0), h 0x15C
51 46504517 [main] cron 4220 proc_subproc: args: 1, 2278756
68 46504585 [main] cron 4220 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0=
xEC for pid 5736(5736)
196 46504781 [main] cron 4220 pinfo::wait: created tracking thread for pi=
d 5736, winpid 0x1668, rd_pipe 0x178
50 46504831 [main] cron 4220 proc_subproc: added pid 5736 to proc table,=
slot 0
44 46504875 [main] cron 4220 proc_subproc: returning 1
56 46504931 [main] cron 4220 frok::parent: child is alive (but stopped)
65 46504996 [main] cron 4220 child_copy: stack - hp 0x160 low 0x22C5B0, =
high 0x230000, res 1
31 46505027 [main] cron 4220 child_copy: done
29 46505056 [main] cron 4220 resume_child: signalled child
682 46505064 [main] cron 5736 sync_with_parent: awake
26 46505082 [main] cron 4220 child_info::sync: n 2, waiting for subproc_=
ready(0x148) and child process(0x160)
32 46505096 [main] cron 5736 sync_with_parent: no problems
28 46505124 [main] cron 5736 frok::child: hParent 0x150, load_dlls 0
38 46505120 [proc_waiter] cron 4220 cygthread::stub: thread 'proc_waiter=
', id 0x1114, stack_ptr 0x9DCDB0
45 46505169 [main] cron 5736 dtable::fixup_after_fork: fd 3 ()
30 46505199 [main] cron 5736 fhandler_base::fixup_after_fork: inheriting=
'' from parent
35 46505234 [main] cron 5736 fhandler_base::fork_fixup: handle 0xE0 alre=
ady opened
31 46505265 [main] cron 5736 dtable::fixup_after_fork: fd 4 ()
39 46505304 [main] cron 5736 fhandler_base::fixup_after_fork: inheriting=
'' from parent
32 46505336 [main] cron 5736 dtable::fixup_after_fork: fd 5 ()
26 46505362 [main] cron 5736 fhandler_base::fixup_after_fork: inheriting=
'' from parent
26 46505388 [main] cron 5736 fhandler_base::fork_fixup: handle 0x16C alr=
eady opened
28 46505416 [main] cron 5736 dtable::fixup_after_fork: fd 6 ()
26 46505442 [main] cron 5736 fhandler_base::fixup_after_fork: inheriting=
'' from parent
26 46505468 [main] cron 5736 fhandler_base::fork_fixup: handle 0x1C8 alr=
eady opened
28 46505496 [main] cron 5736 dtable::fixup_after_fork: fd 7 ()
26 46505522 [main] cron 5736 fhandler_base::fixup_after_fork: inheriting=
'' from parent
30 46505552 [main] cron 5736 fhandler_base::fork_fixup: handle 0x1C4 alr=
eady opened
32 46505584 [main] cron 5736 sync_with_parent: signalling parent: perfor=
med fork fixup
35 46505619 [main] cron 5736 child_info::ready: signalled 0x148 that I w=
as ready
506 46505626 [main] cron 4220 child_info::sync: pid 5736, WFMO returned 0=
, res 1
38 46505657 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A248 in _fixup_after_fork
36 46505662 [main] cron 4220 sig_send: sendsig 0x138, pid 4220, signal -=
41, its_me 1
31 46505688 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A218 in _fixup_after_fork
41 46505703 [main] cron 4220 sig_send: wakeup 0x154
30 46505718 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A1E8 in _fixup_after_fork
33 46505736 [main] cron 4220 sig_send: Waiting for pack.wakeup 0x154
31 46505749 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A1B8 in _fixup_after_fork
30 46505766 [sig] cron 4220 wait_sig: signalling pack.wakeup 0x154
28 46505777 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xB=
0A188 in _fixup_after_fork
37 46505803 [main] cron 4220 sig_send: returning 0x0 from sending signal=
-41
36 46505813 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xA=
E80A8 in _fixup_after_fork
32 46505845 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0xA=
D0008 in _fixup_after_fork
27 46505872 [main] cron 5736 pthread_mutex::_fixup_after_fork: mutex 0x6=
11DCDF8 in _fixup_after_fork
152 46505955 [main] cron 4220 fork: 5736 =3D fork()
30 46505985 [main] cron 4220 close: close (3)
29 46506014 [main] cron 4220 fhandler_base::close: closing '' handle 0xE0
29 46506043 [main] cron 4220 close: 0 =3D close (3)
177 46506049 [main] cron 5736 wait_for_sigthread: wait_sig_inited 0x44
28 46506071 [main] cron 4220 close: close (7)
28 46506099 [main] cron 4220 fhandler_base::close: closing '' handle 0x1=
C4
29 46506128 [main] cron 4220 close: 0 =3D close (7)
27 46506155 [main] cron 4220 close: close (5)
26 46506181 [main] cron 4220 fhandler_base::close: closing '' handle 0x1=
6C
28 46506209 [main] cron 4220 close: 0 =3D close (5)
35 46506244 [main] cron 4220 fhandler_base::fcntl: GETFL: 0x10000
39 46506283 [main] cron 4220 fcntl64: 65536 =3D fcntl (6, 3, 0x0)
121 46506404 [main] cron 4220 _cygwin_istext_for_stdio: fd 6: opened as b=
inary
95 46506499 [main] cron 4220 fhandler_base::fstat: here
38 46506537 [main] cron 4220 fstat64: 0 =3D fstat (6, 0x22C658)
54 46506591 [main] cron 4220 readv: readv (6, 0x22C674, 1) blocking, sig=
catchers 3
32 46506623 [main] cron 4220 readv: no need to call ready_for_read
24063 46530112 [main] cron 5736 wait_for_sigthread: process/signal handling=
enabled, state 0x41
110 46530222 [main] cron 5736 fork: 0 =3D fork()
215 46530437 [main] cron 5736 vsyslog: 6 (%s) %s (%s)
265 46530702 [main] cron 5736 sig_send: sendsig 0x17C, pid 5736, signal -=
34, its_me 1
100 46530802 [main] cron 5736 sig_send: wakeup 0x150
98 46530900 [main] cron 5736 sig_send: Waiting for pack.wakeup 0x150
-322 46530578 [sig] cron 5736 wait_sig: entering ReadFile loop, my_readsig=
0x178, my_sendsig 0x17C
654 46531232 [sig] cron 5736 wait_sig: signalling pack.wakeup 0x150
102 46531334 [main] cron 5736 sig_send: returning 0x0 from sending signal=
-34
81 46531415 [main] cron 5736 open: open (/dev/null, 0x10601)
100 46531515 [main] cron 5736 normalize_posix_path: src /dev/null
94 46531609 [main] cron 5736 normalize_posix_path: /dev/null =3D normali=
ze_posix_path (/dev/null)
84 46531693 [main] cron 5736 mount_info::conv_to_win32_path: conv_to_win=
32_path (/dev/null)
112 46531805 [main] cron 5736 mount_info::conv_to_win32_path: src_path /d=
ev/null, dst \Device\Null, flags 0x2, rc 0
101 46531906 [main] cron 5736 build_fh_pc: fh 0x6120DA14
89 46531995 [main] cron 5736 fhandler_base::open: (\Device\Null, 0x10601)
107 46532102 [main] cron 5736 fhandler_base::set_flags: flags 0x10601, su=
pplied_bin 0x10000
91 46532193 [main] cron 5736 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
83 46532276 [main] cron 5736 fhandler_base::set_flags: filemode set to b=
inary
76 46532352 [main] cron 5736 fhandler_base::open: 0 =3D NtCreateFile (0x=
150, 40120080, \Device\Null, io, NULL, 0, 7, 5, 4020, NULL, 0)
80 46532432 [main] cron 5736 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\Device\Null, 0x10601)
75 46532507 [main] cron 5736 open: 8 =3D open (/dev/null, 0x10601)
203 46532710 [main] cron 5736 _cygwin_istext_for_stdio: fd 8: opened as b=
inary
671 46533381 [main] cron 5736 writev: writev (8, 0x22BE94, 1)
83 46533464 [main] cron 5736 fhandler_base::write: binary write
79 46533543 [main] cron 5736 writev: 16 =3D write (8, 0x22BE94, 1), errn=
o 9
461 46534004 [main] cron 5736 writev: writev (8, 0x22BE94, 1)
76 46534080 [main] cron 5736 fhandler_base::write: binary write
77 46534157 [main] cron 5736 writev: 10 =3D write (8, 0x22BE94, 1), errn=
o 9
450 46534607 [main] cron 5736 writev: writev (8, 0x22BEB4, 1)
73 46534680 [main] cron 5736 fhandler_base::write: binary write
75 46534755 [main] cron 5736 writev: 35 =3D write (8, 0x22BEB4, 1), errn=
o 9
352 46535107 [main] cron 5736 close: close (8)
73 46535180 [main] cron 5736 fhandler_base::close: closing '/dev/null' h=
andle 0x150
87 46535267 [main] cron 5736 close: 0 =3D close (8)
269 46535536 [main] cron 5736 writev: writev (4, 0x22C69C, 2)
25127 46560663 [main] cron 5736 wsock_init: res 0
158 46560821 [main] cron 5736 wsock_init: wVersion 514
80 46560901 [main] cron 5736 wsock_init: wHighVersion 514
74 46560975 [main] cron 5736 wsock_init: szDescription WinSock 2.0
74 46561049 [main] cron 5736 wsock_init: szSystemStatus Running
150 46561199 [main] cron 5736 wsock_init: iMaxSockets 0
68 46561267 [main] cron 5736 wsock_init: iMaxUdpDg 0
25 46561292 [main] cron 5736 wsock_init: lpVendorInfo 0
16892 46578184 [main] cron 5736 writev: 66 =3D write (4, 0x22C69C, 2), errn=
o 9
93 46578277 [main] cron 5736 close: close (4)
48 46578325 [main] cron 5736 fhandler_socket::close: 0 =3D fhandler_sock=
et::close()
36 46578361 [main] cron 5736 close: 0 =3D close (4)
27 46578388 [main] cron 5736 init_cygheap::manage_console_count: setsid:=
console_count 0, amount 0, no ctty, avoid_freeing_console 0
31 46578419 [main] cron 5736 init_cygheap::manage_console_count: freed c=
onsole, res 0
29 46578448 [main] cron 5736 setsid: sid 5736, pgid 5736, no ctty
26 46578474 [main] cron 5736 close: close (5)
26 46578500 [main] cron 5736 fhandler_base::close: closing '' handle 0x1=
6C
34 46578534 [main] cron 5736 close: 0 =3D close (5)
26 46578560 [main] cron 5736 close: close (6)
27 46578587 [main] cron 5736 fhandler_base::close: closing '' handle 0x1=
C8
29 46578616 [main] cron 5736 close: 0 =3D close (6)
28 46578644 [main] cron 5736 dtable::dup2: dup2 (3, 0)
30 46578674 [main] cron 5736 build_fh_pc: fh 0x6120E7C4
28 46578702 [main] cron 5736 fhandler_base::dup: in fhandler_base dup
30 46578732 [main] cron 5736 fhandler_pipe::dup: res 0
28 46578760 [main] cron 5736 dtable::dup_worker: duped '' old 0xE0, new =
0x110
26 46578786 [main] cron 5736 dtable::dup2: newfh->io_handle 0x110, oldfh=
->io_handle 0xE0, new win32_name 0x6120E9CC, old win32_name 0x6120E52C
28 46578814 [main] cron 5736 close: close (0)
25 46578839 [main] cron 5736 fhandler_base::close: closing '/dev/null' h=
andle 0x20
28 46578867 [main] cron 5736 close: 0 =3D close (0)
27 46578894 [main] cron 5736 dtable::dup2: 0 =3D dup2 (3, 0)
26 46578920 [main] cron 5736 close: close (3)
25 46578945 [main] cron 5736 fhandler_base::close: closing '' handle 0xE0
28 46578973 [main] cron 5736 close: 0 =3D close (3)
26 46578999 [main] cron 5736 dtable::dup2: dup2 (7, 1)
26 46579025 [main] cron 5736 build_fh_pc: fh 0x6120E324
26 46579051 [main] cron 5736 fhandler_base::dup: in fhandler_base dup
29 46579080 [main] cron 5736 fhandler_pipe::dup: res 0
26 46579106 [main] cron 5736 dtable::dup_worker: duped '' old 0x1C4, new=
0xF4
85 46579191 [main] cron 5736 dtable::dup2: newfh->io_handle 0xF4, oldfh-=
>io_handle 0x1C4, new win32_name 0x6120E52C, old win32_name 0x6120EC04
32 46579223 [main] cron 5736 close: close (1)
26 46579249 [main] cron 5736 fhandler_base::close: closing '/dev/null' h=
andle 0x164
27 46579276 [main] cron 5736 close: 0 =3D close (1)
27 46579303 [main] cron 5736 dtable::dup2: 1 =3D dup2 (7, 1)
26 46579329 [main] cron 5736 close: close (7)
25 46579354 [main] cron 5736 fhandler_base::close: closing '' handle 0x1=
C4
28 46579382 [main] cron 5736 close: 0 =3D close (7)
26 46579408 [main] cron 5736 dtable::dup2: dup2 (1, 2)
26 46579434 [main] cron 5736 build_fh_pc: fh 0x6120E9FC
26 46579460 [main] cron 5736 fhandler_base::dup: in fhandler_base dup
28 46579488 [main] cron 5736 fhandler_pipe::dup: res 0
26 46579514 [main] cron 5736 dtable::dup_worker: duped '' old 0xF4, new =
0x118
26 46579540 [main] cron 5736 dtable::dup2: newfh->io_handle 0x118, oldfh=
->io_handle 0xF4, new win32_name 0x6120EC04, old win32_name 0x6120E52C
27 46579567 [main] cron 5736 close: close (2)
26 46579593 [main] cron 5736 fhandler_base::close: closing '/dev/null' h=
andle 0x144
27 46579620 [main] cron 5736 close: 0 =3D close (2)
26 46579646 [main] cron 5736 dtable::dup2: 2 =3D dup2 (1, 2)
33 46579679 [main] cron 5736 setegid32: new egid: 513 current: 513
9894 46589573 [main] cron 5736 get_user_local_groups: LookupAccountName(BU=
ILTIN\Administratoren), Win32 error 1332
86 46589659 [main] cron 5736 initgroups32: 0 =3D initgroups (mandree, 51=
3)
30 46589689 [main] cron 5736 seteuid32: uid: 1000 myself->uid: 1016 myse=
lf->gid: 513
36 46589725 [main] cron 5736 seteuid32: Found token -1
211 46589936 [main] cron 5736 extract_nt_dom_user: pw_gecos B095EB (U-bal=
oo\mandree,S-1-5-21-3292306727-3049399099-3658254372-1000)
591 46590527 [main] cron 5736 seteuid32: lsaprivkeyauth failed, try lsaau=
th.
1023 46591550 [main] cron 5736 lsaauth: LsaRegisterLogonProcess: 0xC0000041
39 46591589 [main] cron 5736 seterrno_from_win_error: /ext/build/netrel/=
src/cygwin-1.7.1-1/winsup/cygwin/sec_auth.cc:896 windows error 5
31 46591620 [main] cron 5736 geterrno_from_win_error: windows error 5 =
=3D=3D errno 13
27 46591647 [main] cron 5736 __set_errno: void seterrno_from_win_error(c=
onst char*, int, DWORD):319 val 13
31 46591678 [main] cron 5736 lsaauth: 0x0 =3D lsaauth ()
47 46591725 [main] cron 5736 seteuid32: lsaauth failed, try create_token.
4411 46596136 [main] cron 5736 get_user_local_groups: LookupAccountName(BU=
ILTIN\Administratoren), Win32 error 1332
1468 46597604 [main] cron 5736 create_token: 0x230 =3D create_token ()
142 46597746 [main] cron 5736 load_registry_hive: User registry hive for =
S-1-5-21-3292306727-3049399099-3658254372-1000 already exists
131 46597877 [main] cron 5736 open_shared: name S-1-5-21-3292306727-30493=
99099-3658254372-1000.1, n 1, shared 0x60FD0000 (wanted 0x60FD0000), h 0xC4
35 46597912 [main] cron 5736 user_shared_create: opening user shared for=
'S-1-5-21-3292306727-3049399099-3658254372-1000' at 0x60FD0000
32 46597944 [main] cron 5736 user_shared_create: user shared version 2E7=
10001
28 46597972 [main] cron 5736 setuid32: real: 1000, effective: 1000
33 46598005 [main] cron 5736 chdir: dir '/home/mandree'
28 46598033 [main] cron 5736 normalize_posix_path: src /home/mandree
27 46598060 [main] cron 5736 normalize_posix_path: /home/mandree =3D nor=
malize_posix_path (/home/mandree)
26 46598086 [main] cron 5736 mount_info::conv_to_win32_path: conv_to_win=
32_path (/home/mandree)
39 46598125 [main] cron 5736 set_flags: flags: binary (0x2)
27 46598152 [main] cron 5736 mount_info::conv_to_win32_path: src_path /h=
ome/mandree, dst C:\cygwin\home\mandree, flags 0x3000A, rc 0
160 46598312 [main] cron 5736 symlink_info::check: not a symlink
139 46598451 [main] cron 5736 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\home\mandree, 0x22B388) (0x3000A)
53 46598504 [main] cron 5736 path_conv::check: this->path(C:\cygwin\home=
\mandree), has_acls(1)
102 46598606 [main] cron 5736 chdir: 0 =3D chdir() cygheap->cwd.posix '/h=
ome/mandree' native '\??\C:\cygwin\home\mandree'
53 46598659 [main] cron 5736 spawnve: spawnve (/bin/sh, /bin/sh, B229F8)
47 46598706 [main] cron 5736 spawn_guts: spawn_guts (3, /bin/sh)
60 46598766 [main] cron 5736 perhaps_suffix: prog '/bin/sh'
33 46598799 [main] cron 5736 normalize_posix_path: src /bin/sh
27 46598826 [main] cron 5736 normalize_posix_path: /bin/sh =3D normalize=
_posix_path (/bin/sh)
26 46598852 [main] cron 5736 mount_info::conv_to_win32_path: conv_to_win=
32_path (/bin/sh)
27 46598879 [main] cron 5736 set_flags: flags: binary (0x2)
27 46598906 [main] cron 5736 mount_info::conv_to_win32_path: src_path /b=
in/sh, dst C:\cygwin\bin\sh, flags 0x3000A, rc 0
119 46599025 [main] cron 5736 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\bin\sh)
113 46599138 [main] cron 5736 symlink_info::check: not a symlink
59 46599197 [main] cron 5736 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\bin\sh.exe, 0x22A468) (0x3000A)
43 46599240 [main] cron 5736 path_conv::check: this->path(C:\cygwin\bin\=
sh.exe), has_acls(1)
27 46599267 [main] cron 5736 perhaps_suffix: buf C:\cygwin\bin\sh.exe, s=
uffix found '.exe'
190 46599457 [main] cron 5736 spawn_guts: priority class 32
75 46599532 [main] cron 5736 fhandler_console::need_invisible: window st=
ation is not visible
15588 46615120 [main] cron 5736 fhandler_console::need_invisible: invisible=
_console 1
80 46615200 [main] cron 5736 spawn_guts: null_app_name 0 (C:\cygwin\bin\=
sh.exe, )
33 46615233 [main] cron 5736 build_env: envp 0xB229F8
34 46615267 [main] cron 5736 spenv::retrieve: no_envblock 1
48 46615315 [main] cron 5736 spenv::retrieve: no_envblock 1
29 46615344 [main] cron 5736 spenv::retrieve: no_envblock 1
51 46615395 [main] cron 5736 spenv::retrieve: using computed value for '=
SYSTEMROOT=3D'
29 46615424 [main] cron 5736 spenv::retrieve: no_envblock 1
26 46615450 [main] cron 5736 spenv::retrieve: using computed value for '=
WINDIR=3D'
28 46615478 [main] cron 5736 spenv::retrieve: no_envblock 0
30 46615508 [main] cron 5736 cygheap_user::ontherange: what 0, pw 0x0
37 46615545 [main] cron 5736 normalize_posix_path: src /home/mandree
27 46615572 [main] cron 5736 normalize_posix_path: /home/mandree =3D nor=
malize_posix_path (/home/mandree)
28 46615600 [main] cron 5736 mount_info::conv_to_win32_path: conv_to_win=
32_path (/home/mandree)
29 46615629 [main] cron 5736 set_flags: flags: binary (0x2)
28 46615657 [main] cron 5736 mount_info::conv_to_win32_path: src_path /h=
ome/mandree, dst C:\cygwin\home\mandree, flags 0x3000A, rc 0
124 46615781 [main] cron 5736 symlink_info::check: not a symlink
51 46615832 [main] cron 5736 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\home\mandree, 0x229C98) (0x83000A)
30 46615862 [main] cron 5736 path_conv::check: this->path(C:\cygwin\home=
\mandree), has_acls(1)
32 46615894 [main] cron 5736 spenv::retrieve: using computed value for '=
HOMEDRIVE=3D'
27 46615921 [main] cron 5736 spenv::retrieve: no_envblock 0
26 46615947 [main] cron 5736 cygheap_user::ontherange: what 1, pw 0x0
26 46615973 [main] cron 5736 spenv::retrieve: using computed value for '=
HOMEPATH=3D'
28 46616001 [main] cron 5736 spenv::retrieve: no_envblock 0
371 46616372 [main] cron 5736 spenv::retrieve: using computed value for '=
LOGONSERVER=3D'
37 46616409 [main] cron 5736 spenv::retrieve: no_envblock 0
29 46616438 [main] cron 5736 spenv::retrieve: using computed value for '=
USERDOMAIN=3D'
28 46616466 [main] cron 5736 spenv::retrieve: no_envblock 0
27 46616493 [main] cron 5736 spenv::retrieve: using computed value for '=
USERNAME=3D'
27 46616520 [main] cron 5736 spenv::retrieve: no_envblock 0
66 46616586 [main] cron 5736 get_registry_hive_path: HKLM\SOFTWARE\Micro=
soft\WindowsNT\CurrentVersion\ProfileList\S-1-5-21-3292306727-3049399099-36=
58254372-1000 not found
48 46616634 [main] cron 5736 build_env: env count 9, bytes 1138
83 46616717 [main] cron 5736 build_env: envp 0x6120D6C4, envc 27
34 46616751 [main] cron 5736 child_info::child_info: subproc_ready 0x240
42 46616793 [main] cron 5736 pinfo::set_acl: NtSetSecurityObject C0000022
864 46617657 [main] cron 5736 spawn_guts: Desktop: S-1-5-21-3292306727-30=
49399099-3658254372-1000\Default
3553 46621210 [main] cron 5736 spawn_guts: 5736 =3D spawn_guts (/bin/sh, C=
:\cygwin\bin\sh.exe -c "touch /tmp/crontest")
59 46621269 [main] cron 5736! spawn_guts: new process name C:\cygwin\bin=
\sh.exe
33 46621302 [main] cron 5736! _pinfo::dup_proc_pipe: duped wr_proc_pipe =
0x4 for pid 5736(4264)
30 46621332 [main] cron 5736! spawn_guts: spawned windows pid 4264
29 46621361 [main] cron 5736! child_info::sync: n 2, waiting for subproc=
_ready(0x240) and child process(0x254)
11382 46632743 [main] cron 5736! child_info::sync: pid 4264, WFMO returned =
1, res 0
83 46632826 [main] cron 5736! pinfo::set_acl: NtSetSecurityObject C00000=
22
788 46633614 [main] cron 5736! spawn_guts: Desktop: S-1-5-21-3292306727-3=
049399099-3658254372-1000\Default
3196 46636810 [main] cron 5736! spawn_guts: 5736 =3D spawn_guts (/bin/sh, =
C:\cygwin\bin\sh.exe -c "touch /tmp/crontest")
63 46636873 [main] cron 5736! spawn_guts: new process name C:\cygwin\bin=
\sh.exe
33 46636906 [main] cron 5736! _pinfo::dup_proc_pipe: duped wr_proc_pipe =
0x4 for pid 5736(3984)
30 46636936 [main] cron 5736! spawn_guts: spawned windows pid 3984
29 46636965 [main] cron 5736! child_info::sync: n 2, waiting for subproc=
_ready(0x240) and child process(0x250)
4793 46641758 [main] cron 5736! child_info::sync: pid 3984, WFMO returned =
1, res 0
85 46641843 [main] cron 5736! pinfo::set_acl: NtSetSecurityObject C00000=
22
771 46642614 [main] cron 5736! spawn_guts: Desktop: S-1-5-21-3292306727-3=
049399099-3658254372-1000\Default
3103 46645717 [main] cron 5736! spawn_guts: 5736 =3D spawn_guts (/bin/sh, =
C:\cygwin\bin\sh.exe -c "touch /tmp/crontest")
68 46645785 [main] cron 5736! spawn_guts: new process name C:\cygwin\bin=
\sh.exe
33 46645818 [main] cron 5736! _pinfo::dup_proc_pipe: duped wr_proc_pipe =
0x4 for pid 5736(4528)
30 46645848 [main] cron 5736! spawn_guts: spawned windows pid 4528
28 46645876 [main] cron 5736! child_info::sync: n 2, waiting for subproc=
_ready(0x240) and child process(0x248)
4561 46650437 [main] cron 5736! child_info::sync: pid 4528, WFMO returned =
1, res 0
79 46650516 [main] cron 5736! pinfo::set_acl: NtSetSecurityObject C00000=
22
777 46651293 [main] cron 5736! spawn_guts: Desktop: S-1-5-21-3292306727-3=
049399099-3658254372-1000\Default
32369 46683662 [main] cron 5736! spawn_guts: 5736 =3D spawn_guts (/bin/sh, =
C:\cygwin\bin\sh.exe -c "touch /tmp/crontest")
73 46683735 [main] cron 5736! spawn_guts: new process name C:\cygwin\bin=
\sh.exe
33 46683768 [main] cron 5736! _pinfo::dup_proc_pipe: duped wr_proc_pipe =
0x4 for pid 5736(3716)
31 46683799 [main] cron 5736! spawn_guts: spawned windows pid 3716
29 46683828 [main] cron 5736! child_info::sync: n 2, waiting for subproc=
_ready(0x240) and child process(0x254)
4835 46688663 [main] cron 5736! child_info::sync: pid 3716, WFMO returned =
1, res 0
82 46688745 [main] cron 5736! pinfo::set_acl: NtSetSecurityObject C00000=
22
783 46689528 [main] cron 5736! spawn_guts: Desktop: S-1-5-21-3292306727-3=
049399099-3658254372-1000\Default
3134 46692662 [main] cron 5736! spawn_guts: 5736 =3D spawn_guts (/bin/sh, =
C:\cygwin\bin\sh.exe -c "touch /tmp/crontest")
64 46692726 [main] cron 5736! spawn_guts: new process name C:\cygwin\bin=
\sh.exe
34 46692760 [main] cron 5736! _pinfo::dup_proc_pipe: duped wr_proc_pipe =
0x4 for pid 5736(1736)
580 46693340 [main] cron 5736! spawn_guts: spawned windows pid 1736
33 46693373 [main] cron 5736! child_info::sync: n 2, waiting for subproc=
_ready(0x240) and child process(0x250)
4841 46698214 [main] cron 5736! child_info::sync: pid 1736, WFMO returned =
1, res 0
74 46698288 [main] cron 5736! pinfo::set_acl: NtSetSecurityObject C00000=
22
815 46699103 [main] cron 5736! spawn_guts: Desktop: S-1-5-21-3292306727-3=
049399099-3658254372-1000\Default
15753 46714856 [main] cron 5736! spawn_guts: 5736 =3D spawn_guts (/bin/sh, =
C:\cygwin\bin\sh.exe -c "touch /tmp/crontest")
69 46714925 [main] cron 5736! spawn_guts: new process name C:\cygwin\bin=
\sh.exe
35 46714960 [main] cron 5736! _pinfo::dup_proc_pipe: duped wr_proc_pipe =
0x4 for pid 5736(5456)
587 46715547 [main] cron 5736! spawn_guts: spawned windows pid 5456
33 46715580 [main] cron 5736! child_info::sync: n 2, waiting for subproc=
_ready(0x240) and child process(0x248)
4129 46719709 [main] cron 5736! child_info::sync: pid 5456, WFMO returned =
1, res 0
73 46719782 [main] cron 5736! fhandler_base::close: closing '' handle 0x=
110
46 46719828 [main] cron 5736! fhandler_base::close: closing '' handle 0x=
F4
32 46719860 [main] cron 5736! fhandler_base::close: closing '' handle 0x=
118
49 46719909 [main] cron 5736! pinfo::maybe_set_exit_code_from_windows: p=
id 5736, exit value - old 0x0, windows 0xC0000022, cygwin 0x8007F00
28 46719937 [main] cron 5736! sigproc_terminate: entering
26 46719963 [main] cron 5736! __set_errno: bool proc_can_be_signalled(_p=
info*):184 val 3
26 46719989 [main] cron 5736! sig_send: invalid pid 48(E8), signal -42
27 46720016 [main] cron 5736! sig_send: returning 0x1 from sending signa=
l -42
27 46720043 [main] cron 5736! proc_terminate: nprocs 0
27 46720070 [main] cron 5736! proc_terminate: leaving
37 46720107 [main] cron 5736! __to_clock_t: dwHighDateTime 0, dwLowDateT=
ime 468003
27 46720134 [main] cron 5736! __to_clock_t: total 00000000 0000002E
25 46720159 [main] cron 5736! __to_clock_t: dwHighDateTime 0, dwLowDateT=
ime 156001
26 46720185 [main] cron 5736! __to_clock_t: total 00000000 0000000F
52 46720237 [main] cron 5736! pinfo::exit: Calling ExitProcess n 0x40000=
00, exitcode 0x7F00
216363 46722986 [main] cron 4220 fhandler_base::wait_overlapped: GetOverLap=
pedResult failed
814 46723800 [main] cron 4220 fhandler_base::wait_overlapped: EOF
29 46723829 [main] cron 4220 fhandler_base::read: returning 0, binary mo=
de
28 46723857 [main] cron 4220 readv: 0 =3D readv (6, 0x22C674, 1), errno 9
128 46723985 [main] cron 4220 close: close (6)
27 46724012 [main] cron 4220 fhandler_base::close: closing '' handle 0x1=
C8
42 46724054 [main] cron 4220 close: 0 =3D close (6)
102 46724156 [main] cron 4220 sig_send: sendsig 0x138, pid 4220, signal -=
34, its_me 1
30 46724186 [main] cron 4220 sig_send: wakeup 0x174
32 46724218 [main] cron 4220 sig_send: Waiting for pack.wakeup 0x174
40 46724258 [proc_waiter] cron 4220 pinfo::maybe_set_exit_code_from_wind=
ows: pid 5736, exit value - old 0x8007F00, windows 0xDEADBEEF, cygwin 0x800=
7F00
31 46724289 [proc_waiter] cron 4220 sig_send: sendsig 0x138, pid 4220, s=
ignal 20, its_me 1
29 46724318 [proc_waiter] cron 4220 sig_send: Not waiting for sigcomplet=
e. its_me 1 signal 20
26 46724344 [proc_waiter] cron 4220 sig_send: returning 0x0 from sending=
signal 20
26 46724370 [proc_waiter] cron 4220 proc_waiter: exiting wait thread for=
pid 5736
1071 46725441 [sig] cron 4220 wait_sig: signalling pack.wakeup 0x174
53 46725494 [main] cron 4220 sig_send: returning 0x0 from sending signal=
-34
7 46725501 [sig] cron 4220 sigpacket::process: signal 20 processing
26 46725527 [main] cron 4220 wait4: calling proc_subproc, pid -1, option=
s 0
29 46725556 [sig] cron 4220 _cygtls::find_tls: sig 20
23 46725579 [main] cron 4220 proc_subproc: args: 4, 2284308
24 46725603 [sig] cron 4220 sigpacket::process: default signal 20 ignored
24 46725627 [main] cron 4220 proc_subproc: wval->pid -1, wval->options 0
22 46725649 [sig] cron 4220 sigpacket::process: returning 1
45 46725694 [sig] cron 4220 proc_subproc: args: 3, 0
1 46725695 [main] cron 4220 checkstate: nprocs 1
48 46725743 [main] cron 4220 stopped_or_terminated: considering pid 5736
32 46725775 [main] cron 4220 remove_proc: removing procs[0], pid 5736, n=
procs 1
66 46725841 [main] cron 4220 checkstate: returning 1
37 46725878 [main] cron 4220 proc_subproc: released waiting thread
32 46725910 [main] cron 4220 proc_subproc: finished processing terminate=
d/stopped child
28 46725938 [main] cron 4220 proc_subproc: returning 1
0 46725938 [sig] cron 4220 proc_subproc: looking for processes to reap,=
nprocs 0
46 46725984 [sig] cron 4220 proc_subproc: finished processing terminated=
/stopped child
1 46725985 [main] cron 4220 wait4: 0 =3D WaitForSingleObject (...)
23 46726008 [sig] cron 4220 proc_subproc: returning 1
24 46726032 [main] cron 4220 wait4: intpid -1, status 0x22CC04, w->statu=
s 32512, options 0, res 5736
50 46726082 [main] cron 4220 sig_send: sendsig 0x138, pid 4220, signal -=
34, its_me 1
29 46726111 [main] cron 4220 sig_send: wakeup 0x160
32 46726143 [main] cron 4220 sig_send: Waiting for pack.wakeup 0x160
2 46726145 [sig] cron 4220 wait_sig: signalling pack.wakeup 0x160
49 46726194 [main] cron 4220 sig_send: returning 0x0 from sending signal=
-34
30 46726224 [main] cron 4220 wait4: calling proc_subproc, pid -1, option=
s 0
27 46726251 [main] cron 4220 proc_subproc: args: 4, 2284308
27 46726278 [main] cron 4220 proc_subproc: wval->pid -1, wval->options 0
27 46726305 [main] cron 4220 checkstate: nprocs 0
27 46726332 [main] cron 4220 checkstate: no matching terminated children=
found
26 46726358 [main] cron 4220 checkstate: returning 0
26 46726384 [main] cron 4220 proc_subproc: waiting thread found no child=
ren
27 46726411 [main] cron 4220 proc_subproc: finished processing terminate=
d/stopped child
27 46726438 [main] cron 4220 proc_subproc: returning 1
26 46726464 [main] cron 4220 __set_errno: pid_t wait4(int, int*, int, ru=
sage*):89 val 10
27 46726491 [main] cron 4220 wait4: intpid -1, status 0x22CC04, w->statu=
s 0, options 0, res -1
27 46726518 [main] cron 4220 wait4: *** errno 10
28 46726546 [main] cron 4220 do_exit: do_exit (0), exit_state 0
28 46726574 [main] cron 4220 void: 0x0 =3D signal (20, 0x1)
28 46726602 [main] cron 4220 void: 0x401B4C =3D signal (1, 0x1)
26 46726628 [main] cron 4220 void: 0x401B6A =3D signal (2, 0x1)
26 46726654 [main] cron 4220 void: 0x0 =3D signal (3, 0x1)
29 46726683 [main] cron 4220 fhandler_base::close: closing '/dev/null' h=
andle 0x20
32 46726715 [main] cron 4220 fhandler_base::close: closing '/dev/null' h=
andle 0x164
29 46726744 [main] cron 4220 fhandler_base::close: closing '/dev/null' h=
andle 0x144
24038 46750782 [main] cron 4220 wsock_init: res 0
69 46750851 [main] cron 4220 wsock_init: wVersion 514
29 46750880 [main] cron 4220 wsock_init: wHighVersion 514
26 46750906 [main] cron 4220 wsock_init: szDescription WinSock 2.0
26 46750932 [main] cron 4220 wsock_init: szSystemStatus Running
26 46750958 [main] cron 4220 wsock_init: iMaxSockets 0
25 46750983 [main] cron 4220 wsock_init: iMaxUdpDg 0
25 46751008 [main] cron 4220 wsock_init: lpVendorInfo 0
16035 46767043 [main] cron 4220 fhandler_socket::close: 0 =3D fhandler_sock=
et::close()
88 46767131 [main] cron 4220 sigproc_terminate: entering
29 46767160 [main] cron 4220 sig_send: sendsig 0x138, pid 4220, signal -=
42, its_me 1
35 46767195 [main] cron 4220 sig_send: Not waiting for sigcomplete. its=
_me 1 signal -42
27 46767222 [main] cron 4220 sig_send: returning 0x0 from sending signal=
-42
26 46767248 [main] cron 4220 proc_terminate: nprocs 0
25 46767273 [main] cron 4220 proc_terminate: leaving
28 46767301 [main] cron 4220 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 156001
26 46767327 [main] cron 4220 __to_clock_t: total 00000000 0000000F
25 46767352 [main] cron 4220 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 468003
25 46767377 [main] cron 4220 __to_clock_t: total 00000000 0000002E
37 46767414 [main] cron 4220 pinfo::exit: Calling ExitProcess n 0x0, exi=
tcode 0x0
320627 46770500 [proc_waiter] cron 3672 pinfo::maybe_set_exit_code_from_win=
dows: pid 4220, exit value - old 0x8000000, windows 0xDEADBEEF, cygwin 0x80=
00000
70 46770570 [proc_waiter] cron 3672 sig_send: sendsig 0x124, pid 3672, s=
ignal 20, its_me 1
43 46770613 [proc_waiter] cron 3672 sig_send: Not waiting for sigcomplet=
e. its_me 1 signal 20
30 46770643 [proc_waiter] cron 3672 sig_send: returning 0x0 from sending=
signal 20
27 46770670 [proc_waiter] cron 3672 proc_waiter: exiting wait thread for=
pid 4220
448 46771118 [sig] cron 3672 sigpacket::process: signal 20 processing
39 46771157 [sig] cron 3672 _cygtls::find_tls: sig 20
29 46771186 [sig] cron 3672 sigpacket::process: signal 20, about to call=
0x401B5B
30 46771216 [sig] cron 3672 setup_handler: controlled interrupt. stackpt=
r 0x22DB50, stack 0x22DB4C, stackptr[-1] 0x401AEE
30 46771246 [sig] cron 3672 proc_subproc: args: 3, 1
26 46771272 [sig] cron 3672 proc_subproc: clear waiting threads
24 46771296 [sig] cron 3672 proc_subproc: finished clearing
23 46771319 [sig] cron 3672 proc_subproc: returning 1
25 46771344 [sig] cron 3672 _cygtls::interrupt_setup: armed signal_arriv=
ed 0xD0, sig 20, res 1
24 46771368 [sig] cron 3672 setup_handler: signal 20 delivered
26 46771394 [sig] cron 3672 sigpacket::process: returning 1
25 46771419 [sig] cron 3672 proc_subproc: args: 3, 0
-23 46771396 [main] cron 3672 reset_signal_arrived: reset signal_arrived
48 46771444 [sig] cron 3672 proc_subproc: looking for processes to reap,=
nprocs 1
22 46771466 [main] cron 3672 reset_signal_arrived: stackptr[-1] 0x401AEE
23 46771489 [sig] cron 3672 proc_subproc: finished processing terminated=
/stopped child
46 46771535 [sig] cron 3672 proc_subproc: returning 1
-20 46771515 [main] cron 3672 set_process_mask_delta: oldmask 0x0, newmas=
k 0x80000, deltamask 0x80000
67 46771582 [main] cron 3672 set_signal_mask: oldmask 0x80000, newmask 0=
x0, mask_bits 0x80000
31 46771613 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
39, its_me 1
34 46771647 [main] cron 3672 sig_send: wakeup 0x1DC
35 46771682 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1DC
3 46771685 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1DC
52 46771737 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-39
30 46771767 [main] cron 3672 __set_errno: int nanosleep(const timespec*,=
timespec*):109 val 4
30 46771797 [main] cron 3672 nanosleep: -1 =3D nanosleep (60000, 59672)
32 46771829 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
34, its_me 1
31 46771860 [main] cron 3672 sig_send: wakeup 0x1DC
31 46771891 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1DC
29 46771920 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1DC
31 46771951 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-34
29 46771980 [main] cron 3672 wait4: calling proc_subproc, pid -1, option=
s 1
29 46772009 [main] cron 3672 proc_subproc: args: 4, 2284308
28 46772037 [main] cron 3672 proc_subproc: wval->pid -1, wval->options 1
31 46772068 [main] cron 3672 checkstate: nprocs 1
29 46772097 [main] cron 3672 stopped_or_terminated: considering pid 4220
33 46772130 [main] cron 3672 remove_proc: removing procs[0], pid 4220, n=
procs 1
66 46772196 [main] cron 3672 checkstate: returning 1
30 46772226 [main] cron 3672 proc_subproc: released waiting thread
28 46772254 [main] cron 3672 proc_subproc: finished processing terminate=
d/stopped child
29 46772283 [main] cron 3672 proc_subproc: returning 1
30 46772313 [main] cron 3672 wait4: 0 =3D WaitForSingleObject (...)
28 46772341 [main] cron 3672 wait4: intpid -1, status 0x22CC64, w->statu=
s 0, options 1, res 4220
31 46772372 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
34, its_me 1
31 46772403 [main] cron 3672 sig_send: wakeup 0x1D4
33 46772436 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1D4
3 46772439 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1D4
63 46772502 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-34
29 46772531 [main] cron 3672 wait4: calling proc_subproc, pid -1, option=
s 1
29 46772560 [main] cron 3672 proc_subproc: args: 4, 2284308
33 46772593 [main] cron 3672 proc_subproc: wval->pid -1, wval->options 1
53 46772646 [main] cron 3672 checkstate: nprocs 0
28 46772674 [main] cron 3672 checkstate: no matching terminated children=
found
28 46772702 [main] cron 3672 checkstate: returning 0
28 46772730 [main] cron 3672 proc_subproc: waiting thread found no child=
ren
30 46772760 [main] cron 3672 proc_subproc: finished processing terminate=
d/stopped child
30 46772790 [main] cron 3672 proc_subproc: returning 1
26 46772816 [main] cron 3672 __set_errno: pid_t wait4(int, int*, int, ru=
sage*):89 val 10
27 46772843 [main] cron 3672 wait4: intpid -1, status 0x22CC64, w->statu=
s 0, options 1, res -1
27 46772870 [main] cron 3672 wait4: *** errno 10
27 46772897 [main] cron 3672 time: 1265310662 =3D time (0)
28 46772925 [main] cron 3672 sig_send: sendsig 0x124, pid 3672, signal -=
34, its_me 1
31 46772956 [main] cron 3672 sig_send: wakeup 0x1D4
31 46772987 [main] cron 3672 sig_send: Waiting for pack.wakeup 0x1D4
3 46772990 [sig] cron 3672 wait_sig: signalling pack.wakeup 0x1D4
54 46773044 [main] cron 3672 sig_send: returning 0x0 from sending signal=
-34
31 46773075 [main] cron 3672 nanosleep: nanosleep (59010)
8779127 55552202 [sig] cron 3672 sigpacket::process: signal 9 processing
95 55552297 [sig] cron 3672 sigpacket::process: signal 9, about to call =
do_exit
68 55552365 [sig] cron 3672 _cygtls::signal_exit: about to call do_exit =
(9)
34 55552399 [sig] cron 3672 do_exit: do_exit (9), exit_state 1
27 55552426 [sig] cron 3672 void: 0x401B5B =3D signal (20, 0x1)
26 55552452 [sig] cron 3672 void: 0x401B4C =3D signal (1, 0x1)
24 55552476 [sig] cron 3672 void: 0x401B6A =3D signal (2, 0x1)
23 55552499 [sig] cron 3672 void: 0x0 =3D signal (3, 0x1)
25 55552524 [sig] cron 3672 fhandler_base::close: closing '/dev/null' ha=
ndle 0x20
28 55552552 [sig] cron 3672 fhandler_base::close: closing '/dev/null' ha=
ndle 0x164
27 55552579 [sig] cron 3672 fhandler_base::close: closing '/dev/null' ha=
ndle 0x144
26 55552605 [sig] cron 3672 fhandler_base::close: closing '/var/run/cron=
.pid' handle 0xD8
168 55552773 [sig] cron 3672 fhandler_socket::close: 0 =3D fhandler_socke=
t::close()
42 55552815 [sig] cron 3672 do_exit: 3672 =3D=3D pgrp 3672, send SIG{HUP=
,CONT} to stopped children
26 55552841 [sig] cron 3672 kill_pgrp: pid 3672, signal -1
1468 55554309 [sig] cron 3672 open_shared: name cygpid.2140, n 2140, share=
d 0x3C0000 (wanted 0x0), h 0x1A4
144 55554453 [sig] cron 3672 open_shared: name cygpid.2332, n 2332, share=
d 0x3C0000 (wanted 0x0), h 0x1A4
35 55554488 [sig] cron 3672 pinfo::init: execed process windows pid 2332=
, cygwin pid 2288
42 55554530 [sig] cron 3672 open_shared: name cygpid.2288, n 2288, share=
d 0x3C0000 (wanted 0x0), h 0x1A4
103 55554633 [sig] cron 3672 open_shared: name cygpid.2656, n 2656, share=
d 0x3C0000 (wanted 0x0), h 0x1AC
105 55554738 [sig] cron 3672 open_shared: name cygpid.2944, n 2944, share=
d 0x3F0000 (wanted 0x0), h 0x16C
31 55554769 [sig] cron 3672 pinfo::init: execed process windows pid 2944=
, cygwin pid 2824
39 55554808 [sig] cron 3672 open_shared: name cygpid.2824, n 2824, share=
d 0x3F0000 (wanted 0x0), h 0x16C
171 55554979 [sig] cron 3672 open_shared: name cygpid.5196, n 5196, share=
d 0x520000 (wanted 0x0), h 0x174
87 55555066 [sig] cron 3672 open_shared: name cygpid.5688, n 5688, share=
d 0x530000 (wanted 0x0), h 0x20
78 55555144 [sig] cron 3672 open_shared: name cygpid.5404, n 5404, share=
d 0x580000 (wanted 0x0), h 0x1D0
58 55555202 [sig] cron 3672 open_shared: name cygpid.5700, n 5700, share=
d 0x590000 (wanted 0x0), h 0x1C4
29 55555231 [sig] cron 3672 pinfo::init: execed process windows pid 5700=
, cygwin pid 4844
41 55555272 [sig] cron 3672 open_shared: name cygpid.4844, n 4844, share=
d 0x590000 (wanted 0x0), h 0x1C4
87 55555359 [sig] cron 3672 open_shared: name cygpid.5264, n 5264, share=
d 0x5A0000 (wanted 0x0), h 0x1F0
32 55555391 [sig] cron 3672 pinfo::init: execed process windows pid 5264=
, cygwin pid 1240
42 55555433 [sig] cron 3672 open_shared: name cygpid.1240, n 1240, share=
d 0x5A0000 (wanted 0x0), h 0x1F0
66 55555499 [sig] cron 3672 open_shared: name cygpid.4360, n 4360, share=
d 0x5B0000 (wanted 0x0), h 0x1F8
404 55555903 [sig] cron 3672 open_shared: name cygpid.1152, n 1152, share=
d 0x940000 (wanted 0x0), h 0x200
51 55555954 [sig] cron 3672 open_shared: name cygpid.4856, n 4856, share=
d 0x950000 (wanted 0x0), h 0x208
31 55555985 [sig] cron 3672 pinfo::init: execed process windows pid 4856=
, cygwin pid 1152
36 55556021 [sig] cron 3672 open_shared: name cygpid.1152, n 1152, share=
d 0x950000 (wanted 0x0), h 0x208
53 55556074 [sig] cron 3672 open_shared: name cygpid.1868, n 1868, share=
d 0x950000 (wanted 0x0), h 0x204
102 55556176 [sig] cron 3672 open_shared: name cygpid.5860, n 5860, share=
d 0x950000 (wanted 0x0), h 0x204
31 55556207 [sig] cron 3672 pinfo::init: execed process windows pid 5860=
, cygwin pid 3320
36 55556243 [sig] cron 3672 open_shared: name cygpid.3320, n 3320, share=
d 0x950000 (wanted 0x0), h 0x204
98 55556341 [sig] cron 3672 open_shared: name cygpid.1632, n 1632, share=
d 0x950000 (wanted 0x0), h 0x208
47 55556388 [sig] cron 3672 __set_errno: int kill_pgrp(pid_t, siginfo_t&=
):309 val 3
27 55556415 [sig] cron 3672 kill_pgrp: -1 =3D kill (3672, -1)
199 55556614 [sig] cron 3672 sigproc_terminate: entering
27 55556641 [sig] cron 3672 sig_send: my_sendsig 0x124, myself->sendsig =
0x124, exit_state 11
25 55556666 [sig] cron 3672 __set_errno: int sig_send(_pinfo*, siginfo_t=
&, _cygtls*):569 val 11
23 55556689 [sig] cron 3672 sig_send: returning 0x1 from sending signal =
-42
25 55556714 [sig] cron 3672 proc_terminate: nprocs 0
23 55556737 [sig] cron 3672 proc_terminate: leaving
25 55556762 [sig] cron 3672 __to_clock_t: dwHighDateTime 0, dwLowDateTim=
e 780005
25 55556787 [sig] cron 3672 __to_clock_t: total 00000000 0000004E
24 55556811 [sig] cron 3672 __to_clock_t: dwHighDateTime 0, dwLowDateTim=
e 1716011
23 55556834 [sig] cron 3672 __to_clock_t: total 00000000 000000AB
55 55556889 [sig] cron 3672 pinfo::exit: Calling ExitProcess n 0x9, exit=
code 0x9
------=_NextPart_000_0103_01CAAAA0.6F537470
Content-Type: application/octet-stream;
name="trace_cron.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="trace_cron.log"
4 4 [main] cron 5720 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xC0
416 420 [main] cron 5720 heap_init: heap base 0xBD0000, heap top 0xBD=
0000
76 496 [main] cron 5720 open_shared: name S-1-5-21-3292306727-304939=
9099-3658254372-1016.1, n 1, shared 0x60FD0000 (wanted 0x60FD0000), h 0xC4
50 546 [main] cron 5720 user_shared_create: opening user shared for =
'S-1-5-21-3292306727-3049399099-3658254372-1016' at 0x60FD0000
48 594 [main] cron 5720 user_shared_create: user shared version 2E71=
0001
57 651 [main] cron 5720 events_init: windows_system_directory 'C:\Wi=
ndows\system32\', windows_system_directory_length 20
105 756 [main] cron 5720 dll_crt0_0: finished dll_crt0_0 initializati=
on
123 879 [main] cron 5720 _cygwin_istext_for_stdio: fd 0: not open
30 909 [main] cron 5720 _cygwin_istext_for_stdio: fd 1: not open
25 934 [main] cron 5720 _cygwin_istext_for_stdio: fd 2: not open
217 1151 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\system32, no-keep-rel, no-add-slash)
49 1200 [main] cron 5720 normalize_win32_path: C:\Windows\system32 =
=3D normalize_win32_path (C:\Windows\system32)
35 1235 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/system32 =3D conv_to_posix_path (C:\Windows\system32)
75 1310 [main] cron (5720) open_shared: name cygpid.5720, n 5720, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xFC
207 1517 [main] cron 5720 ********************************************=
**
25 1542 [main] cron 5720 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 5720, ppid 1)
25 1567 [main] cron 5720 App version: 1007.0, api: 0.192
25 1592 [main] cron 5720 DLL version: 1007.1, api: 0.218
24 1616 [main] cron 5720 DLL build: 2009-12-07 11:48
28 1644 [main] cron 5720 OS version: Windows NT-6.1
24 1668 [main] cron 5720 Heap size: 402653184
24 1692 [main] cron 5720 ********************************************=
**
25 1717 [main] cron 5720 pinfo::thisproc: myself->dwProcessId 5720
28 1745 [main] cron 5720 time: 1265310128 =3D time (0)
427 2172 [main] cron 5720 parse_options: glob (called func)
46 2218 [main] cron 5720 parse_options: returning
91 2309 [main] cron 5720 environ_init: GetEnvironmentStrings returned=
0x4D8630
45 2354 [main] cron 5720 environ_init: 0xBF8298: ALLUSERSPROFILE=3DC:=
\ProgramData
42 2396 [main] cron 5720 environ_init: 0xBF82C0: APPDATA=3DC:\Users\c=
ron_server.baloo.000\AppData\Roaming
44 2440 [main] cron 5720 environ_init: 0xBF8300: COMMONPROGRAMFILES=
=3DC:\Program Files\Common Files
42 2482 [main] cron 5720 environ_init: 0xBF8338: COMPUTERNAME=3DBALOO
43 2525 [main] cron 5720 environ_init: 0xBF8350: COMSPEC=3DC:\Windows=
\system32\cmd.exe
43 2568 [main] cron 5720 environ_init: 0xBF8380: CYGWIN=3Dnoglob
40 2608 [main] cron 5720 environ_init: 0xBF8398: FP_NO_HOST_CHECK=3DNO
45 2653 [main] cron 5720 getwinenv: can't set native for HOME=3D sinc=
e no environ yet
28 2681 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\var\empty, no-keep-rel, no-add-slash)
26 2707 [main] cron 5720 normalize_win32_path: C:\cygwin\var\empty =
=3D normalize_win32_path (C:\cygwin\var\empty)
26 2733 [main] cron 5720 mount_info::conv_to_posix_path: /var/empty =
=3D conv_to_posix_path (C:\cygwin\var\empty)
57 2790 [main] cron 5720 win_env::add_cache: posix /var/empty
24 2814 [main] cron 5720 win_env::add_cache: native HOME=3DC:\cygwin\=
var\empty
24 2838 [main] cron 5720 posify: env var converted to HOME=3D/var/emp=
ty
55 2893 [main] cron 5720 environ_init: 0xBF8408: HOME=3D/var/empty
42 2935 [main] cron 5720 environ_init: 0xBF8420: LOCALAPPDATA=3DC:\Us=
ers\cron_server.baloo.000\AppData\Local
42 2977 [main] cron 5720 environ_init: 0xBF83B8: NUMBER_OF_PROCESSORS=
=3D2
41 3018 [main] cron 5720 environ_init: 0xBF8460: OS=3DWindows_NT
62 3080 [main] cron 5720 getwinenv: can't set native for PATH=3D sinc=
e no environ yet
92 3172 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\MiKTeX 2.8\miktex\bin, keep-rel, no-add-slash)
29 3201 [main] cron 5720 normalize_win32_path: C:\Program Files\MiKTe=
X 2.8\miktex\bin =3D normalize_win32_path (C:\Program Files\MiKTeX 2.8\mikt=
ex\bin)
27 3228 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/MiKTeX 2.8/miktex/bin =3D conv_to_posix_path (C:\Program File=
s\MiKTeX 2.8\miktex\bin)
26 3254 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\GnuPG-Pack, keep-rel, no-add-slash)
26 3280 [main] cron 5720 normalize_win32_path: C:\Program Files\GnuPG=
-Pack =3D normalize_win32_path (C:\Program Files\GnuPG-Pack)
26 3306 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/GnuPG-Pack =3D conv_to_posix_path (C:\Program Files\GnuPG-Pac=
k)
25 3331 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\system32, keep-rel, no-add-slash)
26 3357 [main] cron 5720 normalize_win32_path: C:\Windows\system32 =
=3D normalize_win32_path (C:\Windows\system32)
25 3382 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/system32 =3D conv_to_posix_path (C:\Windows\system32)
26 3408 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows, keep-rel, no-add-slash)
25 3433 [main] cron 5720 normalize_win32_path: C:\Windows =3D normali=
ze_win32_path (C:\Windows)
25 3458 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows =3D conv_to_posix_path (C:\Windows)
26 3484 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
25 3509 [main] cron 5720 normalize_win32_path: C:\Windows\System32\Wb=
em =3D normalize_win32_path (C:\Windows\System32\Wbem)
26 3535 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/System32/Wbem =3D conv_to_posix_path (C:\Windows\System32\Wbem)
26 3561 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Windows\System32\WindowsPowerShell\v1.0\, keep-rel, add-slash)
25 3586 [main] cron 5720 normalize_win32_path: C:\Windows\System32\Wi=
ndowsPowerShell\v1.0\ =3D normalize_win32_path (C:\Windows\System32\Windows=
PowerShell\v1.0\)
26 3612 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Windows/System32/WindowsPowerShell/v1.0/ =3D conv_to_posix_path (C:\Windows=
\System32\WindowsPowerShell\v1.0\)
27 3639 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\WIDCOMM\Bluetooth Software\, keep-rel, add-slash)
25 3664 [main] cron 5720 normalize_win32_path: C:\Program Files\WIDCO=
MM\Bluetooth Software\ =3D normalize_win32_path (C:\Program Files\WIDCOMM\B=
luetooth Software\)
26 3690 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/WIDCOMM/Bluetooth Software/ =3D conv_to_posix_path (C:\Progra=
m Files\WIDCOMM\Bluetooth Software\)
27 3717 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\, k=
eep-rel, add-slash)
26 3743 [main] cron 5720 normalize_win32_path: C:\Program Files\NTRU =
Cryptosystems\NTRU TCG Software Stack\bin\ =3D normalize_win32_path (C:\Pro=
gram Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\)
26 3769 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin/ =3D conv_to_p=
osix_path (C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\)
27 3796 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\, keep-=
rel, add-slash)
26 3822 [main] cron 5720 normalize_win32_path: C:\Program Files\Wave =
Systems Corp\Gemalto\Access Client\v5\ =3D normalize_win32_path (C:\Program=
Files\Wave Systems Corp\Gemalto\Access Client\v5\)
26 3848 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Wave Systems Corp/Gemalto/Access Client/v5/ =3D conv_to_posix=
_path (C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\)
61 3909 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Roxio Shared\DLLShared\, keep-rel, ad=
d-slash)
29 3938 [main] cron 5720 normalize_win32_path: C:\Program Files\Commo=
n Files\Roxio Shared\DLLShared\ =3D normalize_win32_path (C:\Program Files\=
Common Files\Roxio Shared\DLLShared\)
27 3965 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Roxio Shared/DLLShared/ =3D conv_to_posix_path (=
C:\Program Files\Common Files\Roxio Shared\DLLShared\)
27 3992 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\, keep-re=
l, add-slash)
26 4018 [main] cron 5720 normalize_win32_path: C:\Program Files\Commo=
n Files\Roxio Shared\10.0\DLLShared\ =3D normalize_win32_path (C:\Program F=
iles\Common Files\Roxio Shared\10.0\DLLShared\)
26 4044 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Roxio Shared/10.0/DLLShared/ =3D conv_to_posix_p=
ath (C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\)
27 4071 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\MIT\Kerberos\bin, keep-rel, no-add-slash)
26 4097 [main] cron 5720 normalize_win32_path: C:\Program Files\MIT\K=
erberos\bin =3D normalize_win32_path (C:\Program Files\MIT\Kerberos\bin)
26 4123 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/MIT/Kerberos/bin =3D conv_to_posix_path (C:\Program Files\MIT=
\Kerberos\bin)
26 4149 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Intel\WiFi\bin\, keep-rel, add-slash)
26 4175 [main] cron 5720 normalize_win32_path: C:\Program Files\Intel=
\WiFi\bin\ =3D normalize_win32_path (C:\Program Files\Intel\WiFi\bin\)
25 4200 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Intel/WiFi/bin/ =3D conv_to_posix_path (C:\Program Files\Inte=
l\WiFi\bin\)
26 4226 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Intel\WirelessCommon\, keep-rel, add-=
slash)
26 4252 [main] cron 5720 normalize_win32_path: C:\Program Files\Commo=
n Files\Intel\WirelessCommon\ =3D normalize_win32_path (C:\Program Files\Co=
mmon Files\Intel\WirelessCommon\)
26 4278 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Intel/WirelessCommon/ =3D conv_to_posix_path (C:=
\Program Files\Common Files\Intel\WirelessCommon\)
27 4305 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Intel\DMIX, keep-rel, no-add-slash)
25 4330 [main] cron 5720 normalize_win32_path: C:\Program Files\Intel=
\DMIX =3D normalize_win32_path (C:\Program Files\Intel\DMIX)
26 4356 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Intel/DMIX =3D conv_to_posix_path (C:\Program Files\Intel\DMI=
X)
26 4382 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\OpenVPN\bin, keep-rel, no-add-slash)
25 4407 [main] cron 5720 normalize_win32_path: C:\Program Files\OpenV=
PN\bin =3D normalize_win32_path (C:\Program Files\OpenVPN\bin)
26 4433 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/OpenVPN/bin =3D conv_to_posix_path (C:\Program Files\OpenVPN\=
bin)
26 4459 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Common Files\Teleca Shared, keep-rel, no-add-slash)
26 4485 [main] cron 5720 normalize_win32_path: C:\Program Files\Commo=
n Files\Teleca Shared =3D normalize_win32_path (C:\Program Files\Common Fil=
es\Teleca Shared)
26 4511 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Common Files/Teleca Shared =3D conv_to_posix_path (C:\Program=
Files\Common Files\Teleca Shared)
29 4540 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\OpenVPN\bin, keep-rel, no-add-slash)
27 4567 [main] cron 5720 normalize_win32_path: C:\Program Files\OpenV=
PN\bin =3D normalize_win32_path (C:\Program Files\OpenVPN\bin)
26 4593 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/OpenVPN/bin =3D conv_to_posix_path (C:\Program Files\OpenVPN\=
bin)
26 4619 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
25 4644 [main] cron 5720 normalize_win32_path: C:\cygwin\usr\local\bi=
n =3D normalize_win32_path (C:\cygwin\usr\local\bin)
26 4670 [main] cron 5720 mount_info::conv_to_posix_path: /usr/local/b=
in =3D conv_to_posix_path (C:\cygwin\usr\local\bin)
25 4695 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\bin, keep-rel, no-add-slash)
26 4721 [main] cron 5720 normalize_win32_path: C:\cygwin\bin =3D norm=
alize_win32_path (C:\cygwin\bin)
25 4746 [main] cron 5720 mount_info::conv_to_posix_path: /usr/bin =3D=
conv_to_posix_path (C:\cygwin\bin)
26 4772 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\gs\gs8.70\bin, keep-rel, no-add-slash)
25 4797 [main] cron 5720 normalize_win32_path: C:\Program Files\gs\gs=
8.70\bin =3D normalize_win32_path (C:\Program Files\gs\gs8.70\bin)
26 4823 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/gs/gs8.70/bin =3D conv_to_posix_path (C:\Program Files\gs\gs8=
.70\bin)
26 4849 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Program Files\Ghostgum\gsview, keep-rel, no-add-slash)
26 4875 [main] cron 5720 normalize_win32_path: C:\Program Files\Ghost=
gum\gsview =3D normalize_win32_path (C:\Program Files\Ghostgum\gsview)
25 4900 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Program Files/Ghostgum/gsview =3D conv_to_posix_path (C:\Program Files\Ghos=
tgum\gsview)
26 4926 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\bin, keep-rel, no-add-slash)
26 4952 [main] cron 5720 normalize_win32_path: C:\cygwin\bin =3D norm=
alize_win32_path (C:\cygwin\bin)
25 4977 [main] cron 5720 mount_info::conv_to_posix_path: /usr/bin =3D=
conv_to_posix_path (C:\cygwin\bin)
59 5036 [main] cron 5720 win_env::add_cache: posix /cygdrive/c/Progra=
m Files/MiKTeX 2.8/miktex/bin:/cygdrive/c/Program Files/GnuPG-Pack:/cygdriv=
e/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:=
/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Program Fi=
les/WIDCOMM/Bluetooth Software/:/cygdrive/c/Program Files/NTRU Cryptosystem=
s/NTRU TCG Software Stack/bin/:/cygdrive/c/Program Files/Wave Systems Corp/=
Gemalto/Access Client/v5/:/cygdrive/c/Program Files/Common Files/Roxio Shar=
ed/DLLShared/:/cygdrive/c/Program Files/Common Files/Roxio Shared/10.0/DLLS=
hared/:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/c/Program Files=
/Intel/WiFi/bin/:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommo=
n/:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Program Files/OpenVPN/b=
in:/cygdrive/c/Program Files/Common Files/Teleca Shared:/cygdrive/c/Program=
Files/OpenVPN/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/gs/gs8=
.70/bin:/cygdrive/c/Program Files/Ghostgum/gsview:/usr/bin
40 5076 [main] cron 5720 win_env::add_cache: native PATH=3DC:\Program=
Files\MiKTeX 2.8\miktex\bin;C:\Program Files\GnuPG-Pack;C:\Windows\system3=
2;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell=
\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTRU C=
ryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Cor=
p\Gemalto\Access Client\v5\;C:\Program Files\Common Files\Roxio Shared\DLLS=
hared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Progra=
m Files\MIT\Kerberos\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\=
Common Files\Intel\WirelessCommon\;C:\Program Files\Intel\DMIX;C:\Program F=
iles\OpenVPN\bin;C:\Program Files\Common Files\Teleca Shared;C:\Program Fil=
es\OpenVPN\bin;C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\Program Files\gs\gs=
8.70\bin;C:\Program Files\Ghostgum\gsview;C:\cygwin\bin
67 5143 [main] cron 5720 posify: env var converted to PATH=3D/cygdriv=
e/c/Program Files/MiKTeX 2.8/miktex/bin:/cygdrive/c/Program Files/GnuPG-Pac=
k:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/Syst=
em32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/=
Program Files/WIDCOMM/Bluetooth Software/:/cygdrive/c/Program Files/NTRU Cr=
yptosystems/NTRU TCG Software Stack/bin/:/cygdrive/c/Program Files/Wave Sys=
tems Corp/Gemalto/Access Client/v5/:/cygdrive/c/Program Files/Common Files/=
Roxio Shared/DLLShared/:/cygdrive/c/Program Files/Common Files/Roxio Shared=
/10.0/DLLShared/:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/c/Pro=
gram Files/Intel/WiFi/bin/:/cygdrive/c/Program Files/Common Files/Intel/Wir=
elessCommon/:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Program Files=
/OpenVPN/bin:/cygdrive/c/Program Files/Common Files/Teleca Shared:/cygdrive=
/c/Program Files/OpenVPN/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Fi=
les/gs/gs8.70/bin:/cygdrive/c/Program Files/Ghostgum/gsview:/usr/bin
138 5281 [main] cron 5720 environ_init: 0xC08ED8: PATH=3D/cygdrive/c/P=
rogram Files/MiKTeX 2.8/miktex/bin:/cygdrive/c/Program Files/GnuPG-Pack:/cy=
gdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/=
Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Progr=
am Files/WIDCOMM/Bluetooth Software/:/cygdrive/c/Program Files/NTRU Cryptos=
ystems/NTRU TCG Software Stack/bin/:/cygdrive/c/Program Files/Wave Systems =
Corp/Gemalto/Access Client/v5/:/cygdrive/c/Program Files/Common Files/Roxio=
Shared/DLLShared/:/cygdrive/c/Program Files/Common Files/Roxio Shared/10.0=
/DLLShared/:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/c/Program =
Files/Intel/WiFi/bin/:/cygdrive/c/Program Files/Common Files/Intel/Wireless=
Common/:/cygdrive/c/Program Files/Intel/DMIX:/cygdrive/c/Program Files/Open=
VPN/bin:/cygdrive/c/Program Files/Common Files/Teleca Shared:/cygdrive/c/Pr=
ogram Files/OpenVPN/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/g=
s/gs8.70/bin:/cygdrive/c/Program Files/Ghostgum/gsview:/usr/bin
63 5344 [main] cron 5720 environ_init: 0xBF8478: PATHEXT=3D.COM;.EXE;=
.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
43 5387 [main] cron 5720 environ_init: 0xBF84C0: PROCESSOR_ARCHITECTU=
RE=3Dx86
45 5432 [main] cron 5720 environ_init: 0xBF84E0: PROCESSOR_IDENTIFIER=
=3Dx86 Family 6 Model 23 Stepping 10, GenuineIntel
45 5477 [main] cron 5720 environ_init: 0xBF8530: PROCESSOR_LEVEL=3D6
44 5521 [main] cron 5720 environ_init: 0xBF8548: PROCESSOR_REVISION=
=3D170a
45 5566 [main] cron 5720 environ_init: 0xBF8568: PROGRAMFILES=3DC:\Pr=
ogram Files
47 5613 [main] cron 5720 environ_init: 0xBF8590: PSModulePath=3DC:\Wi=
ndows\system32\WindowsPowerShell\v1.0\Modules\
45 5658 [main] cron 5720 environ_init: 0xBF85D8: PUBLIC=3DC:\Users\Pu=
blic
45 5703 [main] cron 5720 environ_init: 0xBF85F8: ProgramData=3DC:\Pro=
gramData
43 5746 [main] cron 5720 environ_init: 0xBF8618: RoxioCentral=3DC:\Pr=
ogram Files\Common Files\Roxio Shared\10.0\Roxio Central36\
41 5787 [main] cron 5720 environ_init: 0xBF8670: SYSTEMDRIVE=3DC:
74 5861 [main] cron 5720 environ_init: 0xBF8688: SYSTEMROOT=3DC:\Wind=
ows
43 5904 [main] cron 5720 getwinenv: can't set native for TEMP=3D sinc=
e no environ yet
25 5929 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Users\CRON_S~1.000\AppData\Local\Temp, no-keep-rel, no-add-slash)
25 5954 [main] cron 5720 normalize_win32_path: C:\Users\CRON_S~1.000\=
AppData\Local\Temp =3D normalize_win32_path (C:\Users\CRON_S~1.000\AppData\=
Local\Temp)
26 5980 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Users/CRON_S~1.000/AppData/Local/Temp =3D conv_to_posix_path (C:\Users\CRON=
_S~1.000\AppData\Local\Temp)
57 6037 [main] cron 5720 win_env::add_cache: posix /cygdrive/c/Users/=
CRON_S~1.000/AppData/Local/Temp
29 6066 [main] cron 5720 win_env::add_cache: native TEMP=3DC:\Users\C=
RON_S~1.000\AppData\Local\Temp
28 6094 [main] cron 5720 posify: env var converted to TEMP=3D/cygdriv=
e/c/Users/CRON_S~1.000/AppData/Local/Temp
55 6149 [main] cron 5720 environ_init: 0xBF8750: TEMP=3D/cygdrive/c/U=
sers/CRON_S~1.000/AppData/Local/Temp
42 6191 [main] cron 5720 environ_init: 0xBF8790: TERM=3Dcygwin
43 6234 [main] cron 5720 getwinenv: can't set native for TMP=3D since=
no environ yet
24 6258 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\Users\CRON_S~1.000\AppData\Local\Temp, no-keep-rel, no-add-slash)
26 6284 [main] cron 5720 normalize_win32_path: C:\Users\CRON_S~1.000\=
AppData\Local\Temp =3D normalize_win32_path (C:\Users\CRON_S~1.000\AppData\=
Local\Temp)
26 6310 [main] cron 5720 mount_info::conv_to_posix_path: /cygdrive/c/=
Users/CRON_S~1.000/AppData/Local/Temp =3D conv_to_posix_path (C:\Users\CRON=
_S~1.000\AppData\Local\Temp)
57 6367 [main] cron 5720 win_env::add_cache: posix /cygdrive/c/Users/=
CRON_S~1.000/AppData/Local/Temp
24 6391 [main] cron 5720 win_env::add_cache: native TMP=3DC:\Users\CR=
ON_S~1.000\AppData\Local\Temp
24 6415 [main] cron 5720 posify: env var converted to TMP=3D/cygdrive=
/c/Users/CRON_S~1.000/AppData/Local/Temp
55 6470 [main] cron 5720 environ_init: 0xC09328: TMP=3D/cygdrive/c/Us=
ers/CRON_S~1.000/AppData/Local/Temp
41 6511 [main] cron 5720 environ_init: 0xBF86A8: USERDOMAIN=3Dbaloo
41 6552 [main] cron 5720 environ_init: 0xBF86C0: USERNAME=3Dcron_serv=
er
41 6593 [main] cron 5720 environ_init: 0xC09368: USERPROFILE=3DC:\Use=
rs\cron_server.baloo.000
41 6634 [main] cron 5720 environ_init: 0xC09398: VBOX_INSTALL_PATH=3D=
C:\Program Files\Sun\VirtualBox\
42 6676 [main] cron 5720 environ_init: 0xC093D0: WINDIR=3DC:\Windows
96 6772 [main] cron 5720 pinfo_init: Set nice to 0
26 6798 [main] cron 5720 pinfo_init: pid 5720, pgid 5720
272 7070 [sig] cron 5720 wait_sig: entering ReadFile loop, my_readsig =
0x108, my_sendsig 0x10C
982 8052 [main] cron 5720 dtable::extend: size 32, fds 0x6120D3CC
306 8358 [main] cron 5720 pwdgrp::load: \etc\passwd curr_lines 10
47 8405 [main] cron 5720 pwdgrp::load: \etc\passwd load succeeded
291 8696 [main] cron 5720 pwdgrp::load: \etc\group curr_lines 23
46 8742 [main] cron 5720 pwdgrp::load: \etc\group load succeeded
35 8777 [main] cron 5720 cygheap_user::ontherange: what 2, pw 0xC09910
29 8806 [main] cron 5720 cygheap_user::ontherange: HOME is already in=
the environment /var/empty
28 8834 [main] cron 5720 wait_for_sigthread: wait_sig_inited 0x38
29 8863 [main] cron 5720 wait_for_sigthread: process/signal handling =
enabled, state 0x41
76 8939 [main] cron 5720 build_argv: argv[0] =3D 'C:\cygwin\usr\sbin\=
cron'
26 8965 [main] cron 5720 build_argv: argc 1
51 9016 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\usr\sbin\cron, keep-rel, no-add-slash)
26 9042 [main] cron 5720 normalize_win32_path: C:\cygwin\usr\sbin\cro=
n =3D normalize_win32_path (C:\cygwin\usr\sbin\cron)
28 9070 [main] cron 5720 mount_info::conv_to_posix_path: /usr/sbin/cr=
on =3D conv_to_posix_path (C:\cygwin\usr\sbin\cron)
198 9268 [main] cron 5720 normalize_posix_path: src /dev/null
31 9299 [main] cron 5720 normalize_posix_path: /dev/null =3D normaliz=
e_posix_path (/dev/null)
28 9327 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/null)
38 9365 [main] cron 5720 mount_info::conv_to_win32_path: src_path /de=
v/null, dst \Device\Null, flags 0x2, rc 0
32 9397 [main] cron 5720 build_fh_pc: fh 0x6120D524
30 9427 [main] cron 5720 fhandler_base::set_flags: flags 0x10000, sup=
plied_bin 0x0
27 9454 [main] cron 5720 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
25 9479 [main] cron 5720 fhandler_base::set_flags: filemode set to bi=
nary
25 9504 [main] cron 5720 fhandler_base::init: created new fhandler_ba=
se for handle 0x164, bin 1
3193 12697 [main] cron 5720 handle_to_fn: current match 'C:' =3D '\Devic=
e\HarddiskVolume3'
344 13041 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\var\log\trace_cron.log, no-keep-rel, no-add-slash)
32 13073 [main] cron 5720 normalize_win32_path: C:\cygwin\var\log\trac=
e_cron.log =3D normalize_win32_path (C:\cygwin\var\log\trace_cron.log)
27 13100 [main] cron 5720 mount_info::conv_to_posix_path: /var/log/tra=
ce_cron.log =3D conv_to_posix_path (C:\cygwin\var\log\trace_cron.log)
26 13126 [main] cron 5720 handle_to_fn: derived path 'C:\cygwin\var\lo=
g\trace_cron.log', posix '/var/log/trace_cron.log'
28 13154 [main] cron 5720 normalize_posix_path: src /var/log/trace_cro=
n.log
25 13179 [main] cron 5720 normalize_posix_path: /var/log/trace_cron.lo=
g =3D normalize_posix_path (/var/log/trace_cron.log)
26 13205 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/log/trace_cron.log)
31 13236 [main] cron 5720 set_flags: flags: binary (0x2)
29 13265 [main] cron 5720 mount_info::conv_to_win32_path: src_path /va=
r/log/trace_cron.log, dst C:\cygwin\var\log\trace_cron.log, flags 0x3000A, =
rc 0
114 13379 [main] cron 5720 symlink_info::check: not a symlink
94 13473 [main] cron 5720 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\log\trace_cron.log, 0x2239A8) (0x3000A)
31 13504 [main] cron 5720 path_conv::check: this->path(C:\cygwin\var\l=
og\trace_cron.log), has_acls(1)
32 13536 [main] cron 5720 build_fh_pc: fh 0x6120D6C4
27 13563 [main] cron 5720 fhandler_base::set_flags: flags 0x10001, sup=
plied_bin 0x0
25 13588 [main] cron 5720 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
25 13613 [main] cron 5720 fhandler_base::set_flags: filemode set to bi=
nary
24 13637 [main] cron 5720 fhandler_base::init: created new fhandler_ba=
se for handle 0x144, bin 1
2998 16635 [main] cron 5720 handle_to_fn: current match 'C:' =3D '\Devic=
e\HarddiskVolume3'
317 16952 [main] cron 5720 mount_info::conv_to_posix_path: conv_to_posi=
x_path (C:\cygwin\var\log\trace_cron.log, no-keep-rel, no-add-slash)
29 16981 [main] cron 5720 normalize_win32_path: C:\cygwin\var\log\trac=
e_cron.log =3D normalize_win32_path (C:\cygwin\var\log\trace_cron.log)
27 17008 [main] cron 5720 mount_info::conv_to_posix_path: /var/log/tra=
ce_cron.log =3D conv_to_posix_path (C:\cygwin\var\log\trace_cron.log)
26 17034 [main] cron 5720 handle_to_fn: derived path 'C:\cygwin\var\lo=
g\trace_cron.log', posix '/var/log/trace_cron.log'
27 17061 [main] cron 5720 normalize_posix_path: src /var/log/trace_cro=
n.log
25 17086 [main] cron 5720 normalize_posix_path: /var/log/trace_cron.lo=
g =3D normalize_posix_path (/var/log/trace_cron.log)
26 17112 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/log/trace_cron.log)
25 17137 [main] cron 5720 set_flags: flags: binary (0x2)
26 17163 [main] cron 5720 mount_info::conv_to_win32_path: src_path /va=
r/log/trace_cron.log, dst C:\cygwin\var\log\trace_cron.log, flags 0x3000A, =
rc 0
91 17254 [main] cron 5720 symlink_info::check: not a symlink
70 17324 [main] cron 5720 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\log\trace_cron.log, 0x2239A8) (0x3000A)
30 17354 [main] cron 5720 path_conv::check: this->path(C:\cygwin\var\l=
og\trace_cron.log), has_acls(1)
28 17382 [main] cron 5720 build_fh_pc: fh 0x6120D814
28 17410 [main] cron 5720 fhandler_base::set_flags: flags 0x10001, sup=
plied_bin 0x0
25 17435 [main] cron 5720 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
25 17460 [main] cron 5720 fhandler_base::set_flags: filemode set to bi=
nary
24 17484 [main] cron 5720 fhandler_base::init: created new fhandler_ba=
se for handle 0x148, bin 1
183 17667 [main] cron 5720 fhandler_console::need_invisible: invisible_=
console 0
49 17716 [main] cron 5720 open_shared: name (null), n 0, shared 0x60FE=
0000 (wanted 0x60FE0000), h 0x38
34 17750 [main] cron 5720 _pinfo::set_ctty: old no ctty
32 17782 [main] cron 5720 _pinfo::set_ctty: attaching ctty /dev/consol=
e sid 5720, pid 5720, pgid 5720, tty->pgid 0, tty->sid 5720
55008 72790 [main] cron 5720 dll_crt0_1: user_data->main 0x4010EC
70 72860 [main] cron 5720 __set_errno: void dll_crt0_1(void*):935 val 0
154 73014 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -3=
4, its_me 1
32 73046 [main] cron 5720 sig_send: wakeup 0x12C
32 73078 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x12C
38 73116 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x12C
38 73154 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-34
32 73186 [main] cron 5720 sigaction_worker: signal 20, newact 0x22CD00=
(handler 0x401B5B), oa 0x0
28 73214 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -3=
4, its_me 1
27 73241 [main] cron 5720 sig_send: wakeup 0x12C
29 73270 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x12C
29 73299 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x12C
31 73330 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-34
26 73356 [main] cron 5720 sigaction_worker: signal 1, newact 0x22CD00 =
(handler 0x401B4C), oa 0x0
26 73382 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -3=
4, its_me 1
26 73408 [main] cron 5720 sig_send: wakeup 0x12C
28 73436 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x12C
27 73463 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x12C
29 73492 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-34
28 73520 [main] cron 5720 sigaction_worker: signal 2, newact 0x22CD00 =
(handler 0x401B6A), oa 0x0
26 73546 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -3=
4, its_me 1
28 73574 [main] cron 5720 sig_send: wakeup 0x12C
31 73605 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x12C
2 73607 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x12C
49 73656 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-34
26 73682 [main] cron 5720 sigaction_worker: signal 15, newact 0x22CD00=
(handler 0x401B6A), oa 0x0
34 73716 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -3=
4, its_me 1
29 73745 [main] cron 5720 sig_send: wakeup 0x12C
29 73774 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x12C
2 73776 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x12C
49 73825 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-34
28 73853 [main] cron 5720 open: open (/var/run/cron.pid, 0x202)
30 73883 [main] cron 5720 normalize_posix_path: src /var/run/cron.pid
27 73910 [main] cron 5720 normalize_posix_path: /var/run/cron.pid =3D =
normalize_posix_path (/var/run/cron.pid)
27 73937 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/run/cron.pid)
28 73965 [main] cron 5720 set_flags: flags: binary (0x2)
27 73992 [main] cron 5720 mount_info::conv_to_win32_path: src_path /va=
r/run/cron.pid, dst C:\cygwin\var\run\cron.pid, flags 0x3000A, rc 0
116 74108 [main] cron 5720 symlink_info::check: not a symlink
55 74163 [main] cron 5720 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\run\cron.pid, 0x22B748) (0x3000A)
32 74195 [main] cron 5720 path_conv::check: this->path(C:\cygwin\var\r=
un\cron.pid), has_acls(1)
31 74226 [main] cron 5720 build_fh_pc: fh 0x6120D98C
36 74262 [main] cron 5720 fhandler_base::open: (\??\C:\cygwin\var\run\=
cron.pid, 0x100202)
370 74632 [main] cron 5720 fhandler_base::set_flags: flags 0x100202, su=
pplied_bin 0x10000
33 74665 [main] cron 5720 fhandler_base::set_flags: filemode set to bi=
nary
26 74691 [main] cron 5720 fhandler_base::open: 0 =3D NtCreateFile (0x1=
2C, C0100000, \??\C:\cygwin\var\run\cron.pid, io, NULL, 80, 7, 3, 4020, NUL=
L, 0)
28 74719 [main] cron 5720 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\run\cron.pid, 0x100202)
37 74756 [main] cron 5720 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\run\cron.pid, 0x202)
93 74849 [main] cron 5720 open: 3 =3D open (/var/run/cron.pid, 0x202)
131 74980 [main] cron 5720 flock: 0 =3D flock (3, 6)
7513 82493 [main] cron 5720 alloc_sd: uid -1, gid -1, attribute 1A4
68 82561 [main] cron 5720 cygsid::debug_print: alloc_sd: owner SID =3D=
S-1-5-21-3292306727-3049399099-3658254372-1016 (+)
31 82592 [main] cron 5720 cygsid::debug_print: alloc_sd: group SID =3D=
S-1-5-21-3292306727-3049399099-3658254372-513 (+)
32 82624 [main] cron 5720 alloc_sd: ACL-Size: 100
244 82868 [main] cron 5720 alloc_sd: Created SD-Size: 176
232 83100 [main] cron 5720 set_file_attribute: 0 =3D set_file_attribute=
(\??\C:\cygwin\var\run\cron.pid, -1, -1, 0x1A4)
102 83202 [main] cron 5720 fhandler_base::set_close_on_exec: set close_=
on_exec for /var/run/cron.pid to 1
33 83235 [main] cron 5720 fcntl64: 0 =3D fcntl (3, 2, 0x1)
32 83267 [main] cron 5720 fhandler_base::lseek: setting file pointer t=
o 0
28 83295 [main] cron 5720 lseek64: 0 =3D lseek (3, 0, 0)
30 83325 [main] cron 5720 writev: writev (3, 0x22CB14, 1)
33 83358 [main] cron 5720 fhandler_base::write: binary write
76 83434 [main] cron 5720 writev: 5 =3D write (3, 0x22CB14, 1), errno 0
71 83505 [main] cron 5720 ftruncate64: 0 =3D ftruncate (3, 5)
32 83537 [main] cron 5720 stat64: entering
28 83565 [main] cron 5720 normalize_posix_path: src /var/cron
27 83592 [main] cron 5720 normalize_posix_path: /var/cron =3D normaliz=
e_posix_path (/var/cron)
27 83619 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron)
32 83651 [main] cron 5720 set_flags: flags: binary (0x2)
26 83677 [main] cron 5720 mount_info::conv_to_win32_path: src_path /va=
r/cron, dst C:\cygwin\var\cron, flags 0x3000A, rc 0
90 83767 [main] cron 5720 symlink_info::check: not a symlink
86 83853 [main] cron 5720 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron, 0x22B958) (0x3000A)
60 83913 [main] cron 5720 path_conv::check: this->path(C:\cygwin\var\c=
ron), has_acls(1)
34 83947 [main] cron 5720 build_fh_pc: fh 0x6120DC1C
29 83976 [main] cron 5720 stat_worker: (\??\C:\cygwin\var\cron, 0x22CC=
30, 0x6120DC1C), file_attributes 16
30 84006 [main] cron 5720 fhandler_base::open: (\??\C:\cygwin\var\cron=
, 0x110000)
70 84076 [main] cron 5720 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
31 84107 [main] cron 5720 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
28 84135 [main] cron 5720 fhandler_base::set_flags: filemode set to bi=
nary
26 84161 [main] cron 5720 fhandler_base::open: 0 =3D NtCreateFile (0x1=
40, 20080, \??\C:\cygwin\var\cron, io, NULL, 0, 7, 1, 4000, NULL, 0)
28 84189 [main] cron 5720 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron, 0x110000)
37 84226 [main] cron 5720 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron, 0x10000)
267 84493 [main] cron 5720 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
34 84527 [main] cron 5720 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-513
33 84560 [main] cron 5720 get_info_from_sd: ACL 41ED, uid 1000, gid 513
217 84777 [main] cron 5720 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B0D6249 st_size=3D0, st_mode=3D0x41ED, st_ino=3D28147=
4976834315, sizeof=3D96
30 84807 [main] cron 5720 fhandler_base::close: closing '/var/cron' ha=
ndle 0x140
47 84854 [main] cron 5720 stat_worker: 0 =3D (\??\C:\cygwin\var\cron, =
0x22CC30)
34 84888 [main] cron 5720 chdir: dir '/var/cron'
27 84915 [main] cron 5720 normalize_posix_path: src /var/cron
26 84941 [main] cron 5720 normalize_posix_path: /var/cron =3D normaliz=
e_posix_path (/var/cron)
26 84967 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron)
27 84994 [main] cron 5720 set_flags: flags: binary (0x2)
25 85019 [main] cron 5720 mount_info::conv_to_win32_path: src_path /va=
r/cron, dst C:\cygwin\var\cron, flags 0x3000A, rc 0
95 85114 [main] cron 5720 symlink_info::check: not a symlink
48 85162 [main] cron 5720 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron, 0x22B868) (0x3000A)
29 85191 [main] cron 5720 path_conv::check: this->path(C:\cygwin\var\c=
ron), has_acls(1)
78 85269 [main] cron 5720 chdir: 0 =3D chdir() cygheap->cwd.posix '/va=
r/cron' native '\??\C:\cygwin\var\cron'
29 85298 [main] cron 5720 stat64: entering
26 85324 [main] cron 5720 normalize_posix_path: src tabs
26 85350 [main] cron 5720 cwdstuff::get: posix /var/cron
26 85376 [main] cron 5720 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xBD0038, 32768, 1, 0), errno 0
26 85402 [main] cron 5720 normalize_posix_path: /var/cron/tabs =3D nor=
malize_posix_path (tabs)
26 85428 [main] cron 5720 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs)
27 85455 [main] cron 5720 set_flags: flags: binary (0x2)
25 85480 [main] cron 5720 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
80 85560 [main] cron 5720 symlink_info::check: not a symlink
43 85603 [main] cron 5720 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs, 0x22B958) (0x3000A)
28 85631 [main] cron 5720 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs), has_acls(1)
28 85659 [main] cron 5720 build_fh_pc: fh 0x6120DC1C
27 85686 [main] cron 5720 stat_worker: (\??\C:\cygwin\var\cron\tabs, 0=
x22CC30, 0x6120DC1C), file_attributes 16
28 85714 [main] cron 5720 fhandler_base::open: (\??\C:\cygwin\var\cron=
\tabs, 0x110000)
59 85773 [main] cron 5720 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
28 85801 [main] cron 5720 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 85827 [main] cron 5720 fhandler_base::set_flags: filemode set to bi=
nary
26 85853 [main] cron 5720 fhandler_base::open: 0 =3D NtCreateFile (0x1=
40, 20080, \??\C:\cygwin\var\cron\tabs, io, NULL, 0, 7, 1, 4000, NULL, 0)
28 85881 [main] cron 5720 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron\tabs, 0x110000)
34 85915 [main] cron 5720 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron\tabs, 0x10000)
249 86164 [main] cron 5720 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
30 86194 [main] cron 5720 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-513
30 86224 [main] cron 5720 get_info_from_sd: ACL 43FF, uid 1000, gid 513
216 86440 [main] cron 5720 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B6B19AC st_size=3D0, st_mode=3D0x43FF, st_ino=3D28147=
4976834316, sizeof=3D96
28 86468 [main] cron 5720 fhandler_base::close: closing '/var/cron/tab=
s' handle 0x140
45 86513 [main] cron 5720 stat_worker: 0 =3D (\??\C:\cygwin\var\cron\t=
abs, 0x22CC30)
35 86548 [main] cron 5720 child_info::child_info: subproc_ready 0x140
33 86581 [main] cron 5720 fork: entering
213 86794 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -4=
0, its_me 1
28 86822 [main] cron 5720 sig_send: wakeup 0x190
34 86856 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x190
29 86885 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x190
35 86920 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-40
29 86949 [main] cron 5720 frok::parent: priority class 32
142 87091 [main] cron 5720 frok::parent: stack - bottom 0x230000, top 0=
x22CB20, size 13536
31 87122 [main] cron 5720 frok::parent: CreateProcess (C:\cygwin\usr\s=
bin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x20, 0, 0, 0x22CA90, 0=
x22CAF0)
29 87151 [main] cron 5720 time: 1265310128 =3D time (0)
17856 105007 [main] cron 5720 child_info::sync: n 2, waiting for subproc_r=
eady(0x140) and child process(0x198)
3 3 [main] cron 1584 child_copy: cygheap - hp 0x17C low 0x6120C6E=
0, high 0x6120DF04, res 1
75 78 [main] cron 1584 child_copy: done
82 160 [main] cron 1584 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0x9C
47 207 [main] cron 1584 heap_init: heap base 0xBD0000, heap top 0xC2=
0000
35 242 [main] cron 1584 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
28 270 [main] cron 1584 user_shared_create: opening user shared for =
'' at 0x60FD0000
29 299 [main] cron 1584 user_shared_create: user shared version 2E71=
0001
56 355 [main] cron (1584) open_shared: name cygpid.1584, n 1584, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xA0
92 447 [main] cron 1584 ********************************************=
**
26 473 [main] cron 1584 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 1584, ppid 1)
25 498 [main] cron 1584 App version: 1007.1, api: 0.218
26 524 [main] cron 1584 DLL version: 1007.1, api: 0.218
26 550 [main] cron 1584 DLL build: 2009-12-07 11:48
28 578 [main] cron 1584 OS version: Windows NT-6.1
25 603 [main] cron 1584 Heap size: 402653184
27 630 [main] cron 1584 ********************************************=
**
25 655 [main] cron 1584 pinfo::thisproc: myself->dwProcessId 1584
79 734 [main] cron 1584 child_copy: dll data - hp 0x17C low 0x611470=
00, high 0x6114E304, res 1
111248 111982 [main] cron 1584 child_copy: dll bss - hp 0x17C low 0x611B30=
00, high 0x611DD690, res 1
357 112339 [main] cron 1584 child_copy: user heap - hp 0x17C low 0xBD000=
0, high 0xC20000, res 1
29 112368 [main] cron 1584 child_copy: done
37 112405 [main] cron 1584 child_copy: data - hp 0x17C low 0x408000, hi=
gh 0x408458, res 1
31 112436 [main] cron 1584 child_copy: bss - hp 0x17C low 0x40A000, hig=
h 0x40A1E0, res 1
27 112463 [main] cron 1584 child_copy: done
28 112491 [main] cron 1584 fixup_mmaps_after_fork: succeeded
45 112536 [main] cron 1584 events_init: windows_system_directory 'C:\Wi=
ndows\system32\', windows_system_directory_length 20
45 112581 [main] cron 1584 dll_crt0_0: finished dll_crt0_0 initializati=
on
134 112715 [main] cron 1584 frok::child: child is running. pid 1584, pp=
id 0, stack here 0x22CB18
37 112752 [main] cron 1584 sync_with_parent: signalling parent: after l=
ongjmp
31 112783 [main] cron 1584 child_info::ready: signalled 0x140 that I wa=
s ready
7783 112790 [main] cron 5720 child_info::sync: pid 1584, WFMO returned 0,=
res 1
78 112868 [main] cron 5720 open_shared: name cygpid.1584, n 1584, share=
d 0x3C0000 (wanted 0x0), h 0x194
34 112902 [main] cron 5720 proc_subproc: args: 1, 2280148
57 112959 [main] cron 5720 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0x=
D4 for pid 1584(1584)
141 113100 [main] cron 5720 pinfo::wait: created tracking thread for pid=
1584, winpid 0x630, rd_pipe 0x1A0
31 113131 [main] cron 5720 proc_subproc: added pid 1584 to proc table, =
slot 0
27 113158 [main] cron 5720 proc_subproc: returning 1
26 113184 [main] cron 5720 frok::parent: child is alive (but stopped)
49 113233 [main] cron 5720 child_copy: stack - hp 0x198 low 0x22CB20, h=
igh 0x230000, res 1
29 113262 [main] cron 5720 child_copy: done
28 113290 [main] cron 5720 resume_child: signalled child
510 113293 [main] cron 1584 sync_with_parent: awake
26 113316 [main] cron 5720 child_info::sync: n 2, waiting for subproc_r=
eady(0x140) and child process(0x198)
37 113330 [main] cron 1584 sync_with_parent: no problems
31 113361 [main] cron 1584 frok::child: hParent 0x17C, load_dlls 0
57 113373 [proc_waiter] cron 5720 cygthread::stub: thread 'proc_waiter'=
, id 0x42C, stack_ptr 0x190ACDB0
55 113416 [main] cron 1584 dtable::fixup_after_fork: fd 3 (/var/run/cro=
n.pid)
28 113444 [main] cron 1584 fhandler_base::fixup_after_fork: inheriting =
'/var/run/cron.pid' from parent
41 113485 [main] cron 1584 sync_with_parent: signalling parent: perform=
ed fork fixup
27 113512 [main] cron 1584 child_info::ready: signalled 0x140 that I wa=
s ready
143 113516 [main] cron 5720 child_info::sync: pid 1584, WFMO returned 0,=
res 1
52 113568 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -4=
1, its_me 1
85 113597 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xC0=
A1C0 in _fixup_after_fork
31 113599 [main] cron 5720 sig_send: wakeup 0x190
31 113628 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xC0=
A190 in _fixup_after_fork
49 113648 [main] cron 5720 sig_send: Waiting for pack.wakeup 0x190
33 113661 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xC0=
A160 in _fixup_after_fork
30 113678 [sig] cron 5720 wait_sig: signalling pack.wakeup 0x190
30 113691 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xC0=
A130 in _fixup_after_fork
33 113711 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-41
31 113722 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xC0=
A100 in _fixup_after_fork
31 113753 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xBE=
80A8 in _fixup_after_fork
26 113779 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0xBD=
0008 in _fixup_after_fork
27 113806 [main] cron 1584 pthread_mutex::_fixup_after_fork: mutex 0x61=
1DCDF8 in _fixup_after_fork
164 113875 [main] cron 5720 fork: 1584 =3D fork()
32 113907 [main] cron 5720 do_exit: do_exit (0), exit_state 0
27 113934 [main] cron 5720 void: 0x401B5B =3D signal (20, 0x1)
27 113961 [main] cron 5720 void: 0x401B4C =3D signal (1, 0x1)
26 113987 [main] cron 5720 void: 0x401B6A =3D signal (2, 0x1)
194 114000 [main] cron 1584 wait_for_sigthread: wait_sig_inited 0x40
26 114013 [main] cron 5720 void: 0x0 =3D signal (3, 0x1)
32 114045 [main] cron 5720 fhandler_base::close: closing '/dev/null' ha=
ndle 0x164
31 114076 [main] cron 5720 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x144
31 114107 [main] cron 5720 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x148
28 114135 [main] cron 5720 fhandler_base::close: closing '/var/run/cron=
.pid' handle 0x12C
34 114169 [main] cron 5720 do_exit: 5720 =3D=3D pgrp 5720, send SIG{HUP=
,CONT} to stopped children
28 114197 [main] cron 5720 kill_pgrp: pid 5720, signal -1
1415 115612 [main] cron 5720 open_shared: name cygpid.2140, n 2140, share=
d 0x3D0000 (wanted 0x0), h 0x12C
124 115736 [main] cron 5720 open_shared: name cygpid.2332, n 2332, share=
d 0x3D0000 (wanted 0x0), h 0x12C
33 115769 [main] cron 5720 pinfo::init: execed process windows pid 2332=
, cygwin pid 2288
41 115810 [main] cron 5720 open_shared: name cygpid.2288, n 2288, share=
d 0x3D0000 (wanted 0x0), h 0x12C
110 115920 [main] cron 5720 open_shared: name cygpid.2656, n 2656, share=
d 0x3D0000 (wanted 0x0), h 0x134
103 116023 [main] cron 5720 open_shared: name cygpid.2944, n 2944, share=
d 0x3F0000 (wanted 0x0), h 0x13C
32 116055 [main] cron 5720 pinfo::init: execed process windows pid 2944=
, cygwin pid 2824
39 116094 [main] cron 5720 open_shared: name cygpid.2824, n 2824, share=
d 0x3F0000 (wanted 0x0), h 0x13C
170 116264 [main] cron 5720 open_shared: name cygpid.5196, n 5196, share=
d 0x490000 (wanted 0x0), h 0x164
87 116351 [main] cron 5720 open_shared: name cygpid.5688, n 5688, share=
d 0x4A0000 (wanted 0x0), h 0x140
73 116424 [main] cron 5720 open_shared: name cygpid.5404, n 5404, share=
d 0x4B0000 (wanted 0x0), h 0x1B4
55 116479 [main] cron 5720 open_shared: name cygpid.5700, n 5700, share=
d 0x4C0000 (wanted 0x0), h 0x1BC
32 116511 [main] cron 5720 pinfo::init: execed process windows pid 5700=
, cygwin pid 4844
39 116550 [main] cron 5720 open_shared: name cygpid.4844, n 4844, share=
d 0x4C0000 (wanted 0x0), h 0x1BC
121 116671 [main] cron 5720 open_shared: name cygpid.2888, n 2888, share=
d 0x18CE0000 (wanted 0x0), h 0x1C4
52 116723 [main] cron 5720 open_shared: name cygpid.6040, n 6040, share=
d 0x18CF0000 (wanted 0x0), h 0x1CC
43 116766 [main] cron 5720 open_shared: name cygpid.4880, n 4880, share=
d 0x18D00000 (wanted 0x0), h 0x1D4
31 116797 [main] cron 5720 pinfo::init: execed process windows pid 4880=
, cygwin pid 6040
43 116840 [main] cron 5720 open_shared: name cygpid.6040, n 6040, share=
d 0x18D00000 (wanted 0x0), h 0x1D4
53 116893 [main] cron 5720 open_shared: name cygpid.1584, n 1584, share=
d 0x18D00000 (wanted 0x0), h 0x1D4
74 116967 [main] cron 5720 __set_errno: int kill_pgrp(pid_t, siginfo_t&=
):309 val 3
28 116995 [main] cron 5720 kill_pgrp: -1 =3D kill (5720, -1)
178 117173 [main] cron 5720 sigproc_terminate: entering
28 117201 [main] cron 5720 sig_send: sendsig 0x10C, pid 5720, signal -4=
2, its_me 1
34 117235 [main] cron 5720 sig_send: Not waiting for sigcomplete. its_=
me 1 signal -42
27 117262 [main] cron 5720 sig_send: returning 0x0 from sending signal =
-42
26 117288 [main] cron 5720 proc_terminate: nprocs 1
-48 117240 [sig] cron 5720 wait_sig: saw __SIGEXIT
73 117313 [main] cron 5720 proc_subproc: args: 3, 1
60 117373 [main] cron 5720 proc_subproc: clear waiting threads
-26 117347 [sig] cron 5720 wait_sig: signal thread exiting
52 117399 [main] cron 5720 proc_subproc: finished clearing
64 117463 [main] cron 5720 proc_subproc: returning 1
26 117489 [main] cron 5720 cygthread::terminate_thread: thread 'proc_wa=
iter', id 0x42C, inuse 1, stack_ptr 0x190ACDB0
121 117610 [main] cron 5720 proc_terminate: leaving
32 117642 [main] cron 5720 __to_clock_t: dwHighDateTime 0, dwLowDateTim=
e 312002
26 117668 [main] cron 5720 __to_clock_t: total 00000000 0000001F
24 117692 [main] cron 5720 __to_clock_t: dwHighDateTime 0, dwLowDateTim=
e 780005
24 117716 [main] cron 5720 __to_clock_t: total 00000000 0000004E
47 117763 [main] cron 5720 pinfo::exit: Calling ExitProcess n 0x0, exit=
code 0x0
16852 130852 [main] cron 1584 wait_for_sigthread: process/signal handling =
enabled, state 0x41
87 130939 [main] cron 1584 fork: 0 =3D fork()
42 130981 [main] cron 1584 init_cygheap::manage_console_count: setsid: =
console_count 0, amount 0, no ctty, avoid_freeing_console 0
5 130986 [sig] cron 1584 wait_sig: entering ReadFile loop, my_readsig =
0x120, my_sendsig 0x124
136 131122 [main] cron 1584 init_cygheap::manage_console_count: freed co=
nsole, res 1
33 131155 [main] cron 1584 setsid: sid 1584, pgid 1584, no ctty
37 131192 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
31 131223 [main] cron 1584 sig_send: wakeup 0x1C
33 131256 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1C
28 131284 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1C
32 131316 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
28 131344 [main] cron 1584 open: open (/dev/null, 0x2)
38 131382 [main] cron 1584 normalize_posix_path: src /dev/null
33 131415 [main] cron 1584 normalize_posix_path: /dev/null =3D normaliz=
e_posix_path (/dev/null)
30 131445 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/null)
40 131485 [main] cron 1584 mount_info::conv_to_win32_path: src_path /de=
v/null, dst \Device\Null, flags 0x2, rc 0
37 131522 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
33 131555 [main] cron 1584 fhandler_base::open: (\Device\Null, 0x2)
42 131597 [main] cron 1584 fhandler_base::set_flags: flags 0x2, supplie=
d_bin 0x10000
29 131626 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
27 131653 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C, C0100000, \Device\Null, io, NULL, 0, 7, 1, 4020, NULL, 0)
27 131680 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\Device\Null, 0x2)
27 131707 [main] cron 1584 open: 4 =3D open (/dev/null, 0x2)
29 131736 [main] cron 1584 dtable::dup2: dup2 (4, 0)
36 131772 [main] cron 1584 build_fh_pc: fh 0x6120DF3C
28 131800 [main] cron 1584 fhandler_base::dup: in fhandler_base dup
29 131829 [main] cron 1584 dtable::dup_worker: duped '/dev/null' old 0x=
1C, new 0x20
27 131856 [main] cron 1584 dtable::dup2: newfh->io_handle 0x20, oldfh->=
io_handle 0x1C, new win32_name 0x6120D4D4, old win32_name 0x6120DD4C
35 131891 [main] cron 1584 close: close (0)
30 131921 [main] cron 1584 fhandler_base::close: closing '/dev/null' ha=
ndle 0x164
30 131951 [main] cron 1584 close: 0 =3D close (0)
27 131978 [main] cron 1584 dtable::dup2: 0 =3D dup2 (4, 0)
26 132004 [main] cron 1584 dtable::dup2: dup2 (4, 1)
27 132031 [main] cron 1584 build_fh_pc: fh 0x6120D524
27 132058 [main] cron 1584 fhandler_base::dup: in fhandler_base dup
28 132086 [main] cron 1584 dtable::dup_worker: duped '/dev/null' old 0x=
1C, new 0x164
26 132112 [main] cron 1584 dtable::dup2: newfh->io_handle 0x164, oldfh-=
>io_handle 0x1C, new win32_name 0x6120D62C, old win32_name 0x6120DD4C
28 132140 [main] cron 1584 close: close (1)
26 132166 [main] cron 1584 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x144
28 132194 [main] cron 1584 close: 0 =3D close (1)
27 132221 [main] cron 1584 dtable::dup2: 1 =3D dup2 (4, 1)
26 132247 [main] cron 1584 dtable::dup2: dup2 (4, 2)
27 132274 [main] cron 1584 build_fh_pc: fh 0x6120D6C4
27 132301 [main] cron 1584 fhandler_base::dup: in fhandler_base dup
27 132328 [main] cron 1584 dtable::dup_worker: duped '/dev/null' old 0x=
1C, new 0x144
27 132355 [main] cron 1584 dtable::dup2: newfh->io_handle 0x144, oldfh-=
>io_handle 0x1C, new win32_name 0x6120D4FC, old win32_name 0x6120DD4C
28 132383 [main] cron 1584 close: close (2)
26 132409 [main] cron 1584 fhandler_base::close: closing '/var/log/trac=
e_cron.log' handle 0x148
28 132437 [main] cron 1584 close: 0 =3D close (2)
27 132464 [main] cron 1584 dtable::dup2: 2 =3D dup2 (4, 2)
27 132491 [main] cron 1584 close: close (4)
26 132517 [main] cron 1584 fhandler_base::close: closing '/dev/null' ha=
ndle 0x1C
28 132545 [main] cron 1584 close: 0 =3D close (4)
31 132576 [main] cron 1584 openlog: openlog called with (/usr/sbin/cron=
, 1, 72)
48 132624 [main] cron 1584 vsyslog: 6 (%s) %s (%s)
85 132709 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
29 132738 [main] cron 1584 sig_send: wakeup 0x1C
32 132770 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1C
3 132773 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1C
47 132820 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
28 132848 [main] cron 1584 open: open (/dev/null, 0x10601)
28 132876 [main] cron 1584 normalize_posix_path: src /dev/null
27 132903 [main] cron 1584 normalize_posix_path: /dev/null =3D normaliz=
e_posix_path (/dev/null)
26 132929 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/null)
27 132956 [main] cron 1584 mount_info::conv_to_win32_path: src_path /de=
v/null, dst \Device\Null, flags 0x2, rc 0
29 132985 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
28 133013 [main] cron 1584 fhandler_base::open: (\Device\Null, 0x10601)
36 133049 [main] cron 1584 fhandler_base::set_flags: flags 0x10601, sup=
plied_bin 0x10000
28 133077 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
26 133103 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
26 133129 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
C, 40120080, \Device\Null, io, NULL, 0, 7, 5, 4020, NULL, 0)
28 133157 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\Device\Null, 0x10601)
27 133184 [main] cron 1584 open: 4 =3D open (/dev/null, 0x10601)
71 133255 [main] cron 1584 _cygwin_istext_for_stdio: fd 4: opened as bi=
nary
236 133491 [main] cron 1584 writev: writev (4, 0x22C404, 1)
30 133521 [main] cron 1584 fhandler_base::write: binary write
28 133549 [main] cron 1584 writev: 16 =3D write (4, 0x22C404, 1), errno=
0
169 133718 [main] cron 1584 writev: writev (4, 0x22C404, 1)
26 133744 [main] cron 1584 fhandler_base::write: binary write
27 133771 [main] cron 1584 writev: 10 =3D write (4, 0x22C404, 1), errno=
0
160 133931 [main] cron 1584 writev: writev (4, 0x22C424, 1)
27 133958 [main] cron 1584 fhandler_base::write: binary write
30 133988 [main] cron 1584 writev: 21 =3D write (4, 0x22C424, 1), errno=
0
128 134116 [main] cron 1584 close: close (4)
26 134142 [main] cron 1584 fhandler_base::close: closing '/dev/null' ha=
ndle 0x1C
33 134175 [main] cron 1584 close: 0 =3D close (4)
100 134275 [main] cron 1584 stat64: entering
30 134305 [main] cron 1584 normalize_posix_path: src /dev/log
28 134333 [main] cron 1584 normalize_posix_path: /dev/log =3D normalize=
_posix_path (/dev/log)
26 134359 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev/log)
40 134399 [main] cron 1584 set_flags: flags: binary (0x2)
28 134427 [main] cron 1584 mount_info::conv_to_win32_path: src_path /de=
v/log, dst C:\cygwin\dev\log, flags 0x3000A, rc 0
119 134546 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\dev\log)
68 134614 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\dev\log.exe)
63 134677 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\dev\log.lnk)
64 134741 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\dev\log.exe.lnk)
30 134771 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\dev\log, 0x22B7C8) (0x3000A)
28 134799 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/dev)
30 134829 [main] cron 1584 set_flags: flags: binary (0x2)
27 134856 [main] cron 1584 mount_info::conv_to_win32_path: src_path /de=
v, dst C:\cygwin\dev, flags 0x3000A, rc 0
97 134953 [main] cron 1584 symlink_info::check: not a symlink
52 135005 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\dev, 0x22B7C8) (0x3000A)
129 135134 [main] cron 1584 path_conv::check: this->path(C:\cygwin\dev\l=
og), has_acls(1)
33 135167 [main] cron 1584 __set_errno: int stat_worker(path_conv&, __s=
tat64*):1494 val 2
28 135195 [main] cron 1584 stat_worker: -1 =3D (\??\C:\cygwin\dev\log, =
0x22CB00)
3548 138743 [main] cron 1584 fhandler_base::lseek: setting file pointer t=
o 0
59 138802 [main] cron 1584 lseek64: 0 =3D lseek (3, 0, 0)
34 138836 [main] cron 1584 writev: writev (3, 0x22CB14, 1)
37 138873 [main] cron 1584 fhandler_base::write: binary write
39 138912 [main] cron 1584 writev: 5 =3D write (3, 0x22CB14, 1), errno 2
113 139025 [main] cron 1584 ftruncate64: 0 =3D ftruncate (3, 5)
34 139059 [main] cron 1584 stat64: entering
32 139091 [main] cron 1584 normalize_posix_path: src tabs
37 139128 [main] cron 1584 cwdstuff::get: posix /var/cron
30 139158 [main] cron 1584 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xBD0038, 32768, 1, 0), errno 2
29 139187 [main] cron 1584 normalize_posix_path: /var/cron/tabs =3D nor=
malize_posix_path (tabs)
29 139216 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs)
32 139248 [main] cron 1584 set_flags: flags: binary (0x2)
30 139278 [main] cron 1584 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
158 139436 [main] cron 1584 symlink_info::check: not a symlink
58 139494 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs, 0x22A808) (0x3000A)
34 139528 [main] cron 1584 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs), has_acls(1)
37 139565 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
32 139597 [main] cron 1584 stat_worker: (\??\C:\cygwin\var\cron\tabs, 0=
x22CC30, 0x6120DC1C), file_attributes 16
36 139633 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\var\cron=
\tabs, 0x110000)
67 139700 [main] cron 1584 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
31 139731 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
29 139760 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
27 139787 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
98, 20080, \??\C:\cygwin\var\cron\tabs, io, NULL, 0, 7, 1, 4000, NULL, 0)
34 139821 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron\tabs, 0x110000)
40 139861 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron\tabs, 0x10000)
1564 141425 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
61 141486 [main] cron 1584 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-513
45 141531 [main] cron 1584 get_info_from_sd: ACL 43FF, uid 1000, gid 513
60 141591 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B6B19AC st_size=3D0, st_mode=3D0x43FF, st_ino=3D28147=
4976834316, sizeof=3D96
33 141624 [main] cron 1584 fhandler_base::close: closing '/var/cron/tab=
s' handle 0x198
59 141683 [main] cron 1584 stat_worker: 0 =3D (\??\C:\cygwin\var\cron\t=
abs, 0x22CC30)
35 141718 [main] cron 1584 stat64: entering
30 141748 [main] cron 1584 normalize_posix_path: src /etc/cron.d
29 141777 [main] cron 1584 normalize_posix_path: /etc/cron.d =3D normal=
ize_posix_path (/etc/cron.d)
30 141807 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/cron.d)
34 141841 [main] cron 1584 set_flags: flags: binary (0x2)
30 141871 [main] cron 1584 mount_info::conv_to_win32_path: src_path /et=
c/cron.d, dst C:\cygwin\etc\cron.d, flags 0x3000A, rc 0
82 141953 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d)
72 142025 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d.exe)
70 142095 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d.lnk)
70 142165 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQueryI=
nformationFile (\??\C:\cygwin\etc\cron.d.exe.lnk)
33 142198 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\cron.d, 0x22A808) (0x3000A)
30 142228 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc)
30 142258 [main] cron 1584 set_flags: flags: binary (0x2)
28 142286 [main] cron 1584 mount_info::conv_to_win32_path: src_path /et=
c, dst C:\cygwin\etc, flags 0x3000A, rc 0
87 142373 [main] cron 1584 symlink_info::check: not a symlink
53 142426 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc, 0x22A808) (0x3000A)
127 142553 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc\c=
ron.d), has_acls(1)
36 142589 [main] cron 1584 __set_errno: int stat_worker(path_conv&, __s=
tat64*):1494 val 2
31 142620 [main] cron 1584 stat_worker: -1 =3D (\??\C:\cygwin\etc\cron.=
d, 0x22CB70)
31 142651 [main] cron 1584 stat64: entering
29 142680 [main] cron 1584 normalize_posix_path: src /etc/crontab
36 142716 [main] cron 1584 normalize_posix_path: /etc/crontab =3D norma=
lize_posix_path (/etc/crontab)
31 142747 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/crontab)
30 142777 [main] cron 1584 set_flags: flags: binary (0x2)
31 142808 [main] cron 1584 mount_info::conv_to_win32_path: src_path /et=
c/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
93 142901 [main] cron 1584 symlink_info::check: not a symlink
50 142951 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\crontab, 0x22A808) (0x3000A)
32 142983 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc\c=
rontab), has_acls(1)
30 143013 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
29 143042 [main] cron 1584 stat_worker: (\??\C:\cygwin\etc\crontab, 0x2=
2CBD0, 0x6120DC1C), file_attributes 32
32 143074 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\etc\cron=
tab, 0x110000)
64 143138 [main] cron 1584 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
33 143171 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
29 143200 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
89 143289 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
98, 20080, \??\C:\cygwin\etc\crontab, io, NULL, 0, 7, 1, 4000, NULL, 0)
37 143326 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\etc\crontab, 0x110000)
40 143366 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\etc\crontab, 0x10000)
98 143464 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
33 143497 [main] cron 1584 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
33 143530 [main] cron 1584 get_info_from_sd: ACL 1A4, uid 18, gid 0
57 143587 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CBD0) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D168=
88498602656416, sizeof=3D96
32 143619 [main] cron 1584 fhandler_base::close: closing '/etc/crontab'=
handle 0x198
51 143670 [main] cron 1584 stat_worker: 0 =3D (\??\C:\cygwin\etc\cronta=
b, 0x22CBD0)
41 143711 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
33 143744 [main] cron 1584 sig_send: wakeup 0x198
37 143781 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x198
5 143786 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x198
60 143846 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
30 143876 [main] cron 1584 open: open (/etc/crontab, 0x104000)
31 143907 [main] cron 1584 normalize_posix_path: src /etc/crontab
31 143938 [main] cron 1584 normalize_posix_path: /etc/crontab =3D norma=
lize_posix_path (/etc/crontab)
36 143974 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/crontab)
34 144008 [main] cron 1584 set_flags: flags: binary (0x2)
30 144038 [main] cron 1584 mount_info::conv_to_win32_path: src_path /et=
c/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
88 144126 [main] cron 1584 symlink_info::check: not a symlink
50 144176 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\crontab, 0x22A6A8) (0x3000A)
65 144241 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc\c=
rontab), has_acls(1)
32 144273 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
32 144305 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\etc\cron=
tab, 0x104000)
71 144376 [main] cron 1584 fhandler_base::set_flags: flags 0x104000, su=
pplied_bin 0x10000
33 144409 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
29 144438 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
98, 80100000, \??\C:\cygwin\etc\crontab, io, NULL, 0, 7, 1, 4020, NULL, 0)
30 144468 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\etc\crontab, 0x104000)
38 144506 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\etc\crontab, 0x104000)
30 144536 [main] cron 1584 open: 4 =3D open (/etc/crontab, 0x104000)
86 144622 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
32 144654 [main] cron 1584 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
33 144687 [main] cron 1584 get_info_from_sd: ACL 1A4, uid 18, gid 0
56 144743 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CBD0) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D168=
88498602656416, sizeof=3D96
32 144775 [main] cron 1584 fstat64: 0 =3D fstat (4, 0x22CBD0)
30 144805 [main] cron 1584 normalize_posix_path: src /etc/crontab
29 144834 [main] cron 1584 normalize_posix_path: /etc/crontab =3D norma=
lize_posix_path (/etc/crontab)
29 144863 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc/crontab)
36 144899 [main] cron 1584 set_flags: flags: binary (0x2)
29 144928 [main] cron 1584 mount_info::conv_to_win32_path: src_path /et=
c/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
88 145016 [main] cron 1584 symlink_info::check: not a symlink
50 145066 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc\crontab, 0x22A328) (0x3000A)
37 145103 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc\c=
rontab), has_acls(1)
42 145145 [main] cron 1584 fhandler_base::fcntl: GETFL: 0x124000
30 145175 [main] cron 1584 fcntl64: 1196032 =3D fcntl (4, 3, 0x0)
108 145283 [main] cron 1584 _cygwin_istext_for_stdio: fd 4: defaulting t=
o text
476 145759 [main] cron 1584 fhandler_base::lseek: setting file pointer t=
o 0
32 145791 [main] cron 1584 lseek64: 0 =3D lseek (4, 0, 1)
142 145933 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-18
33 145966 [main] cron 1584 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
32 145998 [main] cron 1584 get_info_from_sd: ACL 1A4, uid 18, gid 0
56 146054 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22ACF8) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D168=
88498602656416, sizeof=3D96
33 146087 [main] cron 1584 fstat64: 0 =3D fstat (4, 0x22ACF8)
48 146135 [main] cron 1584 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
28 146163 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
28 146191 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
53 146244 [main] cron 1584 setmode: (4<\??\C:\cygwin\etc\crontab>, 0x10=
000) returning text
32 146276 [main] cron 1584 readv: readv (4, 0x22AD14, 1) nonblocking, s=
igcatchers 4
53 146329 [main] cron 1584 dtable::select_read: /etc/crontab fd 4
29 146358 [main] cron 1584 fhandler_base::ready_for_read: read_ready 1,=
avail 1
31 146389 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
29 146418 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
27 146445 [main] cron 1584 select_stuff::~select_stuff: deleting select=
records
77 146522 [main] cron 1584 fhandler_base::read: returning 165, binary m=
ode
32 146554 [main] cron 1584 readv: 165 =3D readv (4, 0x22AD14, 1), errno=
2
28 146582 [main] cron 1584 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
28 146610 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
29 146639 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
28 146667 [main] cron 1584 setmode: (4<\??\C:\cygwin\etc\crontab>, 0x20=
000) returning binary
13722 160389 [main] cron 1584 normalize_posix_path: src /etc
62 160451 [main] cron 1584 normalize_posix_path: /etc =3D normalize_pos=
ix_path (/etc)
34 160485 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/etc)
33 160518 [main] cron 1584 set_flags: flags: binary (0x2)
29 160547 [main] cron 1584 mount_info::conv_to_win32_path: src_path /et=
c, dst C:\cygwin\etc, flags 0x3000A, rc 0
112 160659 [main] cron 1584 symlink_info::check: not a symlink
54 160713 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\etc, 0x2299C8) (0x3000A)
35 160748 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc),=
has_acls(1)
7465 168213 [main] cron 1584 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
55 168268 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
30 168298 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
29 168327 [main] cron 1584 setmode: (4<\??\C:\cygwin\etc\crontab>, 0x10=
000) returning text
33 168360 [main] cron 1584 readv: readv (4, 0x22AD14, 1) nonblocking, s=
igcatchers 4
51 168411 [main] cron 1584 dtable::select_read: /etc/crontab fd 4
29 168440 [main] cron 1584 fhandler_base::ready_for_read: read_ready 1,=
avail 1
29 168469 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
28 168497 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
28 168525 [main] cron 1584 select_stuff::~select_stuff: deleting select=
records
57 168582 [main] cron 1584 fhandler_base::read: returning 0, binary mode
29 168611 [main] cron 1584 readv: 0 =3D readv (4, 0x22AD14, 1), errno 2
29 168640 [main] cron 1584 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
35 168675 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
32 168707 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
28 168735 [main] cron 1584 setmode: (4<\??\C:\cygwin\etc\crontab>, 0x20=
000) returning binary
100 168835 [main] cron 1584 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
28 168863 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
28 168891 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
28 168919 [main] cron 1584 setmode: (4<\??\C:\cygwin\etc\crontab>, 0x10=
000) returning text
29 168948 [main] cron 1584 readv: readv (4, 0x22AD14, 1) nonblocking, s=
igcatchers 4
48 168996 [main] cron 1584 dtable::select_read: /etc/crontab fd 4
28 169024 [main] cron 1584 fhandler_base::ready_for_read: read_ready 1,=
avail 1
28 169052 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
28 169080 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
28 169108 [main] cron 1584 select_stuff::~select_stuff: deleting select=
records
52 169160 [main] cron 1584 fhandler_base::read: returning 0, binary mode
29 169189 [main] cron 1584 readv: 0 =3D readv (4, 0x22AD14, 1), errno 2
28 169217 [main] cron 1584 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
28 169245 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
29 169274 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
27 169301 [main] cron 1584 setmode: (4<\??\C:\cygwin\etc\crontab>, 0x20=
000) returning binary
548 169849 [main] cron 1584 close: close (4)
28 169877 [main] cron 1584 fhandler_base::close: closing '/etc/crontab'=
handle 0x198
53 169930 [main] cron 1584 close: 0 =3D close (4)
110 170040 [main] cron 1584 close: close (4)
29 170069 [main] cron 1584 __set_errno: cygheap_fdget::cygheap_fdget(in=
t, bool, bool):387 val 9
29 170098 [main] cron 1584 close: -1 =3D close (4)
32 170130 [main] cron 1584 normalize_posix_path: src tabs
30 170160 [main] cron 1584 cwdstuff::get: posix /var/cron
28 170188 [main] cron 1584 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xBD0038, 32768, 1, 0), errno 9
29 170217 [main] cron 1584 normalize_posix_path: /var/cron/tabs =3D nor=
malize_posix_path (tabs)
30 170247 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs)
31 170278 [main] cron 1584 set_flags: flags: binary (0x2)
29 170307 [main] cron 1584 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
133 170440 [main] cron 1584 symlink_info::check: not a symlink
52 170492 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs, 0x22A7E8) (0x3000A)
33 170525 [main] cron 1584 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs), has_acls(1)
31 170556 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
164 170720 [main] cron 1584 fhandler_base::set_close_on_exec: set close_=
on_exec for /var/cron/tabs to 1
33 170753 [main] cron 1584 fhandler_disk_file::opendir: 0xC0A3D8 =3D op=
endir (/var/cron/tabs)
57 170810 [main] cron 1584 fhandler_disk_file::readdir: 0 =3D readdir (=
0xC0A3D8, 0x22B934) (L"." > ".")
35 170845 [main] cron 1584 normalize_posix_path: src /var/cron/tabs/..
30 170875 [main] cron 1584 normalize_posix_path: /var/cron/ =3D normali=
ze_posix_path (/var/cron/tabs/..)
29 170904 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron)
33 170937 [main] cron 1584 set_flags: flags: binary (0x2)
28 170965 [main] cron 1584 mount_info::conv_to_win32_path: src_path /va=
r/cron, dst C:\cygwin\var\cron, flags 0x3000A, rc 0
91 171056 [main] cron 1584 symlink_info::check: not a symlink
50 171106 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron, 0x22A538) (0x3000A)
33 171139 [main] cron 1584 path_conv::check: this->path(C:\cygwin\var\c=
ron), has_acls(1)
94 171233 [main] cron 1584 fhandler_disk_file::readdir: 0 =3D readdir (=
0xC0A3D8, 0x22B934) (L".." > "..")
38 171271 [main] cron 1584 fhandler_disk_file::readdir: 0 =3D readdir (=
0xC0A3D8, 0x22B934) (L"mandree" > "mandree")
80 171351 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
32 171383 [main] cron 1584 sig_send: wakeup 0x198
36 171419 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x198
27 171446 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x198
38 171484 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
30 171514 [main] cron 1584 open: open (tabs/mandree, 0x104000)
29 171543 [main] cron 1584 normalize_posix_path: src tabs/mandree
30 171573 [main] cron 1584 cwdstuff::get: posix /var/cron
29 171602 [main] cron 1584 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xBD0038, 32768, 1, 0), errno 9
28 171630 [main] cron 1584 normalize_posix_path: /var/cron/tabs/mandree=
=3D normalize_posix_path (tabs/mandree)
29 171659 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs/mandree)
29 171688 [main] cron 1584 set_flags: flags: binary (0x2)
29 171717 [main] cron 1584 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs/mandree, dst C:\cygwin\var\cron\tabs\mandree, flags 0x3000A, rc=
0
107 171824 [main] cron 1584 symlink_info::check: not a symlink
50 171874 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs\mandree, 0x22A6A8) (0x3000A)
33 171907 [main] cron 1584 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs\mandree), has_acls(1)
31 171938 [main] cron 1584 build_fh_pc: fh 0x6120D814
31 171969 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\var\cron=
\tabs\mandree, 0x104000)
1758 173727 [main] cron 1584 fhandler_base::set_flags: flags 0x104000, su=
pplied_bin 0x10000
69 173796 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
31 173827 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
98, 80100000, \??\C:\cygwin\var\cron\tabs\mandree, io, NULL, 0, 7, 1, 4020,=
NULL, 0)
35 173862 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\var\cron\tabs\mandree, 0x104000)
44 173906 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\var\cron\tabs\mandree, 0x104000)
33 173939 [main] cron 1584 open: 5 =3D open (tabs/mandree, 0x104000)
185 174124 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
39 174163 [main] cron 1584 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
37 174200 [main] cron 1584 get_info_from_sd: ACL 1A0, uid 1000, gid 0
58 174258 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22CC30) st_atime=3D4B6B19AC st_size=3D361, st_mode=3D0x81A0, st_ino=3D844=
424930514226, sizeof=3D96
32 174290 [main] cron 1584 fstat64: 0 =3D fstat (5, 0x22CC30)
31 174321 [main] cron 1584 normalize_posix_path: src tabs/mandree
30 174351 [main] cron 1584 cwdstuff::get: posix /var/cron
29 174380 [main] cron 1584 cwdstuff::get: (/var/cron) =3D cwdstuff::get=
(0xBD0038, 32768, 1, 0), errno 9
28 174408 [main] cron 1584 normalize_posix_path: /var/cron/tabs/mandree=
=3D normalize_posix_path (tabs/mandree)
29 174437 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/var/cron/tabs/mandree)
30 174467 [main] cron 1584 set_flags: flags: binary (0x2)
28 174495 [main] cron 1584 mount_info::conv_to_win32_path: src_path /va=
r/cron/tabs/mandree, dst C:\cygwin\var\cron\tabs\mandree, flags 0x3000A, rc=
0
108 174603 [main] cron 1584 symlink_info::check: not a symlink
50 174653 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\var\cron\tabs\mandree, 0x22A328) (0x3000A)
32 174685 [main] cron 1584 path_conv::check: this->path(C:\cygwin\var\c=
ron\tabs\mandree), has_acls(1)
33 174718 [main] cron 1584 fhandler_base::fcntl: GETFL: 0x124000
30 174748 [main] cron 1584 fcntl64: 1196032 =3D fcntl (5, 3, 0x0)
108 174856 [main] cron 1584 _cygwin_istext_for_stdio: fd 5: defaulting t=
o text
469 175325 [main] cron 1584 fhandler_base::lseek: setting file pointer t=
o 0
35 175360 [main] cron 1584 lseek64: 0 =3D lseek (5, 0, 1)
182 175542 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner S=
ID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
35 175577 [main] cron 1584 cygpsid::debug_print: get_sids_info: group S=
ID =3D S-1-5-32-544
34 175611 [main] cron 1584 get_info_from_sd: ACL 1A0, uid 1000, gid 0
57 175668 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (, =
0x22ACF8) st_atime=3D4B6B19AC st_size=3D361, st_mode=3D0x81A0, st_ino=3D844=
424930514226, sizeof=3D96
30 175698 [main] cron 1584 fstat64: 0 =3D fstat (5, 0x22ACF8)
56 175754 [main] cron 1584 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
26 175780 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 175807 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
27 175834 [main] cron 1584 setmode: (5<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x10000) returning text
29 175863 [main] cron 1584 readv: readv (5, 0x22AD14, 1) nonblocking, s=
igcatchers 4
47 175910 [main] cron 1584 dtable::select_read: /var/cron/tabs/mandree =
fd 5
27 175937 [main] cron 1584 fhandler_base::ready_for_read: read_ready 1,=
avail 1
28 175965 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
26 175991 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
26 176017 [main] cron 1584 select_stuff::~select_stuff: deleting select=
records
69 176086 [main] cron 1584 fhandler_base::read: returning 361, binary m=
ode
27 176113 [main] cron 1584 readv: 361 =3D readv (5, 0x22AD14, 1), errno=
9
28 176141 [main] cron 1584 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
27 176168 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
27 176195 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
26 176221 [main] cron 1584 setmode: (5<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x20000) returning binary
51976 228197 [main] cron 1584 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
38 228235 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 228262 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
27 228289 [main] cron 1584 setmode: (5<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x10000) returning text
29 228318 [main] cron 1584 readv: readv (5, 0x22AD14, 1) nonblocking, s=
igcatchers 4
47 228365 [main] cron 1584 dtable::select_read: /var/cron/tabs/mandree =
fd 5
27 228392 [main] cron 1584 fhandler_base::ready_for_read: read_ready 1,=
avail 1
26 228418 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
27 228445 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
27 228472 [main] cron 1584 select_stuff::~select_stuff: deleting select=
records
52 228524 [main] cron 1584 fhandler_base::read: returning 0, binary mode
28 228552 [main] cron 1584 readv: 0 =3D readv (5, 0x22AD14, 1), errno 9
27 228579 [main] cron 1584 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
27 228606 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
26 228632 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
27 228659 [main] cron 1584 setmode: (5<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x20000) returning binary
99 228758 [main] cron 1584 fhandler_base::set_flags: flags 0x114000, su=
pplied_bin 0x0
26 228784 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 228811 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
27 228838 [main] cron 1584 setmode: (5<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x10000) returning text
28 228866 [main] cron 1584 readv: readv (5, 0x22AD14, 1) nonblocking, s=
igcatchers 4
46 228912 [main] cron 1584 dtable::select_read: /var/cron/tabs/mandree =
fd 5
32 228944 [main] cron 1584 fhandler_base::ready_for_read: read_ready 1,=
avail 1
30 228974 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
27 229001 [main] cron 1584 select_stuff::cleanup: calling cleanup routi=
nes
27 229028 [main] cron 1584 select_stuff::~select_stuff: deleting select=
records
49 229077 [main] cron 1584 fhandler_base::read: returning 0, binary mode
28 229105 [main] cron 1584 readv: 0 =3D readv (5, 0x22AD14, 1), errno 9
27 229132 [main] cron 1584 fhandler_base::set_flags: flags 0x124000, su=
pplied_bin 0x0
26 229158 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x20000
27 229185 [main] cron 1584 fhandler_base::set_flags: filemode set to te=
xt
27 229212 [main] cron 1584 setmode: (5<\??\C:\cygwin\var\cron\tabs\mand=
ree>, 0x20000) returning binary
493 229705 [main] cron 1584 close: close (5)
27 229732 [main] cron 1584 fhandler_base::close: closing '/var/cron/tab=
s/mandree' handle 0x198
47 229779 [main] cron 1584 close: 0 =3D close (5)
104 229883 [main] cron 1584 close: close (5)
27 229910 [main] cron 1584 __set_errno: cygheap_fdget::cygheap_fdget(in=
t, bool, bool):387 val 9
27 229937 [main] cron 1584 close: -1 =3D close (5)
45 229982 [main] cron 1584 geterrno_from_win_error: windows error 18 =
=3D=3D errno 89
29 230011 [main] cron 1584 fhandler_disk_file::readdir: 89 =3D readdir =
(0xC0A3D8, 0x22B934) (L"(null)" > "***")
75 230086 [main] cron 1584 fhandler_disk_file::closedir: 0 =3D closedir=
(0xC0A3D8, /var/cron/tabs)
84 230170 [main] cron 1584 closedir: 0 =3D closedir (0x22CE64)
27 230197 [main] cron 1584 time: 1265310128 =3D time (0)
2052 232249 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
36 232285 [main] cron 1584 sig_send: wakeup 0x1CC
35 232320 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1CC
28 232348 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1CC
33 232381 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
32 232413 [main] cron 1584 open: open (/usr/share/zoneinfo/posixrules, =
0x10000)
30 232443 [main] cron 1584 normalize_posix_path: src /usr/share/zoneinf=
o/posixrules
33 232476 [main] cron 1584 normalize_posix_path: /usr/share/zoneinfo/po=
sixrules =3D normalize_posix_path (/usr/share/zoneinfo/posixrules)
28 232504 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/usr/share/zoneinfo/posixrules)
29 232533 [main] cron 1584 set_flags: flags: binary (0x2)
30 232563 [main] cron 1584 mount_info::conv_to_win32_path: src_path /us=
r/share/zoneinfo/posixrules, dst C:\cygwin\usr\share\zoneinfo\posixrules, f=
lags 0x3000A, rc 0
92 232655 [main] cron 1584 symlink_info::check: not a symlink
47 232702 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\usr\share\zoneinfo\posixrules, 0x228368) (0x3000A)
30 232732 [main] cron 1584 path_conv::check: this->path(C:\cygwin\usr\s=
hare\zoneinfo\posixrules), has_acls(1)
29 232761 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
30 232791 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\usr\shar=
e\zoneinfo\posixrules, 0x110000)
68 232859 [main] cron 1584 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
30 232889 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
27 232916 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
27 232943 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
CC, 80100000, \??\C:\cygwin\usr\share\zoneinfo\posixrules, io, NULL, 0, 7, =
1, 4020, NULL, 0)
28 232971 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x110000)
37 233008 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x10000)
30 233038 [main] cron 1584 open: 4 =3D open (/usr/share/zoneinfo/posixr=
ules, 0x10000)
28 233066 [main] cron 1584 readv: readv (4, 0x229734, 1) blocking, sigc=
atchers 4
30 233096 [main] cron 1584 readv: no need to call ready_for_read
52 233148 [main] cron 1584 fhandler_base::read: returning 3519, binary =
mode
29 233177 [main] cron 1584 readv: 3519 =3D readv (4, 0x229734, 1), errn=
o 9
26 233203 [main] cron 1584 close: close (4)
27 233230 [main] cron 1584 fhandler_base::close: closing '/usr/share/zo=
neinfo/posixrules' handle 0x1CC
38 233268 [main] cron 1584 close: 0 =3D close (4)
43 233311 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
31 233342 [main] cron 1584 sig_send: wakeup 0x1CC
31 233373 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1CC
4 233377 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1CC
52 233429 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
30 233459 [main] cron 1584 open: open (/usr/share/zoneinfo/GMT, 0x10000)
29 233488 [main] cron 1584 normalize_posix_path: src /usr/share/zoneinf=
o/GMT
28 233516 [main] cron 1584 normalize_posix_path: /usr/share/zoneinfo/GM=
T =3D normalize_posix_path (/usr/share/zoneinfo/GMT)
27 233543 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win3=
2_path (/usr/share/zoneinfo/GMT)
27 233570 [main] cron 1584 set_flags: flags: binary (0x2)
27 233597 [main] cron 1584 mount_info::conv_to_win32_path: src_path /us=
r/share/zoneinfo/GMT, dst C:\cygwin\usr\share\zoneinfo\GMT, flags 0x3000A, =
rc 0
83 233680 [main] cron 1584 symlink_info::check: not a symlink
46 233726 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C:=
\cygwin\usr\share\zoneinfo\GMT, 0x228858) (0x3000A)
30 233756 [main] cron 1584 path_conv::check: this->path(C:\cygwin\usr\s=
hare\zoneinfo\GMT), has_acls(1)
28 233784 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
29 233813 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\usr\shar=
e\zoneinfo\GMT, 0x110000)
67 233880 [main] cron 1584 fhandler_base::set_flags: flags 0x110000, su=
pplied_bin 0x10000
29 233909 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY se=
t in flags 0x10000
28 233937 [main] cron 1584 fhandler_base::set_flags: filemode set to bi=
nary
26 233963 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x1=
CC, 80100000, \??\C:\cygwin\usr\share\zoneinfo\GMT, io, NULL, 0, 7, 1, 4020=
, NULL, 0)
29 233992 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::op=
en (\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x110000)
36 234028 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk_=
file::open (\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x10000)
29 234057 [main] cron 1584 open: 4 =3D open (/usr/share/zoneinfo/GMT, 0=
x10000)
28 234085 [main] cron 1584 readv: readv (4, 0x229C24, 1) blocking, sigc=
atchers 4
27 234112 [main] cron 1584 readv: no need to call ready_for_read
43 234155 [main] cron 1584 fhandler_base::read: returning 118, binary m=
ode
28 234183 [main] cron 1584 readv: 118 =3D readv (4, 0x229C24, 1), errno=
9
28 234211 [main] cron 1584 close: close (4)
26 234237 [main] cron 1584 fhandler_base::close: closing '/usr/share/zo=
neinfo/GMT' handle 0x1CC
38 234275 [main] cron 1584 close: 0 =3D close (4)
29 234304 [main] cron 1584 time: 1265310128 =3D time (0)
29 234333 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -3=
4, its_me 1
30 234363 [main] cron 1584 sig_send: wakeup 0x1CC
31 234394 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1CC
4 234398 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1CC
52 234450 [main] cron 1584 sig_send: returning 0x0 from sending signal =
-34
130171 364621 [main] cron 1584 nanosleep: nanosleep (53010)
53024635 53389256 [main] cron 1584 nanosleep: 0 =3D nanosleep (53010, 0)
205 53389461 [main] cron 1584 time: 1265310181 =3D time (0)
97 53389558 [main] cron 1584 time: 1265310181 =3D time (0)
175 53389733 [main] cron 1584 child_info::child_info: subproc_ready 0x158
119 53389852 [main] cron 1584 fork: entering
476 53390328 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
40, its_me 1
128 53390456 [main] cron 1584 sig_send: wakeup 0x1F0
127 53390583 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1F0
455 53391038 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1F0
115 53391153 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-40
144 53391297 [main] cron 1584 frok::parent: priority class 32
156 53391453 [main] cron 1584 frok::parent: stack - bottom 0x230000, top =
0x22CAD0, size 13616
120 53391573 [main] cron 1584 frok::parent: CreateProcess (C:\cygwin\usr\=
sbin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x28, 0, 0, 0x22CA40, =
0x22CAA0)
125 53391698 [main] cron 1584 time: 1265310181 =3D time (0)
12164 53403862 [main] cron 1584 child_info::sync: n 2, waiting for subproc_=
ready(0x158) and child process(0x1F8)
8 8 [main] cron 4928 child_copy: cygheap - hp 0x1EC low 0x6120C6E=
0, high 0x6120E084, res 1
212 220 [main] cron 4928 child_copy: done
219 439 [main] cron 4928 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xA4
163 602 [main] cron 4928 heap_init: heap base 0xBD0000, heap top 0xC3=
0000
129 731 [main] cron 4928 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
112 843 [main] cron 4928 user_shared_create: opening user shared for =
'' at 0x60FD0000
97 940 [main] cron 4928 user_shared_create: user shared version 2E71=
0001
185 1125 [main] cron (4928) open_shared: name cygpid.4928, n 4928, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xA8
276 1401 [main] cron 4928 ********************************************=
**
102 1503 [main] cron 4928 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 4928, ppid 1)
89 1592 [main] cron 4928 App version: 1007.1, api: 0.218
88 1680 [main] cron 4928 DLL version: 1007.1, api: 0.218
72 1752 [main] cron 4928 DLL build: 2009-12-07 11:48
79 1831 [main] cron 4928 OS version: Windows NT-6.1
71 1902 [main] cron 4928 Heap size: 402653184
71 1973 [main] cron 4928 ********************************************=
**
71 2044 [main] cron 4928 pinfo::thisproc: myself->dwProcessId 4928
197 2241 [main] cron 4928 child_copy: dll data - hp 0x1EC low 0x611470=
00, high 0x6114E304, res 1
53418073 53420314 [main] cron 4928 child_copy: dll bss - hp 0x1EC low 0x611=
B3000, high 0x611DD690, res 1
976 53421290 [main] cron 4928 child_copy: user heap - hp 0x1EC low 0xBD00=
00, high 0xC30000, res 1
105 53421395 [main] cron 4928 child_copy: done
114 53421509 [main] cron 4928 child_copy: data - hp 0x1EC low 0x408000, h=
igh 0x408458, res 1
116 53421625 [main] cron 4928 child_copy: bss - hp 0x1EC low 0x40A000, hi=
gh 0x40A1E0, res 1
97 53421722 [main] cron 4928 child_copy: done
79 53421801 [main] cron 4928 fixup_mmaps_after_fork: succeeded
136 53421937 [main] cron 4928 events_init: windows_system_directory 'C:\W=
indows\system32\', windows_system_directory_length 20
141 53422078 [main] cron 4928 dll_crt0_0: finished dll_crt0_0 initializat=
ion
367 53422445 [main] cron 4928 frok::child: child is running. pid 4928, p=
pid 0, stack here 0x22CAC8
122 53422567 [main] cron 4928 sync_with_parent: signalling parent: after =
longjmp
83 53422650 [main] cron 4928 child_info::ready: signalled 0x158 that I w=
as ready
18818 53422680 [main] cron 1584 child_info::sync: pid 4928, WFMO returned 0=
, res 1
173 53422853 [main] cron 1584 open_shared: name cygpid.4928, n 4928, shar=
ed 0x560000 (wanted 0x0), h 0x1F4
119 53422972 [main] cron 1584 proc_subproc: args: 1, 2280068
167 53423139 [main] cron 1584 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0=
xDC for pid 4928(4928)
430 53423569 [main] cron 1584 pinfo::wait: created tracking thread for pi=
d 4928, winpid 0x1340, rd_pipe 0x200
87 53423656 [main] cron 1584 proc_subproc: added pid 4928 to proc table,=
slot 0
79 53423735 [main] cron 1584 proc_subproc: returning 1
79 53423814 [main] cron 1584 frok::parent: child is alive (but stopped)
136 53423950 [main] cron 1584 child_copy: stack - hp 0x1F8 low 0x22CAD0, =
high 0x230000, res 1
97 53424047 [main] cron 1584 child_copy: done
88 53424135 [main] cron 1584 resume_child: signalled child
1507 53424157 [main] cron 4928 sync_with_parent: awake
79 53424214 [main] cron 1584 child_info::sync: n 2, waiting for subproc_=
ready(0x158) and child process(0x1F8)
98 53424255 [main] cron 4928 sync_with_parent: no problems
82 53424337 [main] cron 4928 frok::child: hParent 0x1EC, load_dlls 0
151 53424488 [main] cron 4928 dtable::fixup_after_fork: fd 3 (/var/run/cr=
on.pid)
97 53424585 [main] cron 4928 fhandler_base::fixup_after_fork: inheriting=
'/var/run/cron.pid' from parent
335 53424549 [proc_waiter] cron 1584 cygthread::stub: thread 'proc_waiter=
', id 0x98C, stack_ptr 0x1987CDB0
116 53424701 [main] cron 4928 sync_with_parent: signalling parent: perfor=
med fork fixup
81 53424782 [main] cron 4928 child_info::ready: signalled 0x158 that I w=
as ready
257 53424806 [main] cron 1584 child_info::sync: pid 4928, WFMO returned 0=
, res 1
111 53424893 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A1C0 in _fixup_after_fork
108 53424914 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
41, its_me 1
84 53424977 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A190 in _fixup_after_fork
113 53425027 [main] cron 1584 sig_send: wakeup 0x1F0
87 53425064 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A160 in _fixup_after_fork
96 53425123 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1F0
87 53425151 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A130 in _fixup_after_fork
77 53425200 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1F0
81 53425232 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A100 in _fixup_after_fork
94 53425294 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-41
96 53425328 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xB=
E80A8 in _fixup_after_fork
88 53425416 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0xB=
D0008 in _fixup_after_fork
74 53425490 [main] cron 4928 pthread_mutex::_fixup_after_fork: mutex 0x6=
11DCDF8 in _fixup_after_fork
489 53425783 [main] cron 1584 fork: 4928 =3D fork()
146 53425929 [main] cron 1584 stat64: entering
479 53425969 [main] cron 4928 wait_for_sigthread: wait_sig_inited 0x40
87 53426016 [main] cron 1584 normalize_posix_path: src tabs
82 53426098 [main] cron 1584 cwdstuff::get: posix /var/cron
81 53426179 [main] cron 1584 cwdstuff::get: (/var/cron) =3D cwdstuff::ge=
t (0xBD0038, 32768, 1, 0), errno 9
82 53426261 [main] cron 1584 normalize_posix_path: /var/cron/tabs =3D no=
rmalize_posix_path (tabs)
81 53426342 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win=
32_path (/var/cron/tabs)
85 53426427 [main] cron 1584 set_flags: flags: binary (0x2)
84 53426511 [main] cron 1584 mount_info::conv_to_win32_path: src_path /v=
ar/cron/tabs, dst C:\cygwin\var\cron\tabs, flags 0x3000A, rc 0
284 53426795 [main] cron 1584 symlink_info::check: not a symlink
155 53426950 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\var\cron\tabs, 0x22A808) (0x3000A)
106 53427056 [main] cron 1584 path_conv::check: this->path(C:\cygwin\var\=
cron\tabs), has_acls(1)
91 53427147 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
105 53427252 [main] cron 1584 stat_worker: (\??\C:\cygwin\var\cron\tabs, =
0x22CC30, 0x6120DC1C), file_attributes 16
96 53427348 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\var\cro=
n\tabs, 0x110000)
192 53427540 [main] cron 1584 fhandler_base::set_flags: flags 0x110000, s=
upplied_bin 0x10000
103 53427643 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
81 53427724 [main] cron 1584 fhandler_base::set_flags: filemode set to b=
inary
77 53427801 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x=
1EC, 20080, \??\C:\cygwin\var\cron\tabs, io, NULL, 0, 7, 1, 4000, NULL, 0)
86 53427887 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\??\C:\cygwin\var\cron\tabs, 0x110000)
119 53428006 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk=
_file::open (\??\C:\cygwin\var\cron\tabs, 0x10000)
273 53428279 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner =
SID =3D S-1-5-21-3292306727-3049399099-3658254372-1000
109 53428388 [main] cron 1584 cygpsid::debug_print: get_sids_info: group =
SID =3D S-1-5-21-3292306727-3049399099-3658254372-513
103 53428491 [main] cron 1584 get_info_from_sd: ACL 43FF, uid 1000, gid 5=
13
144 53428635 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (,=
0x22CC30) st_atime=3D4B6B19AC st_size=3D0, st_mode=3D0x43FF, st_ino=3D2814=
74976834316, sizeof=3D96
105 53428740 [main] cron 1584 fhandler_base::close: closing '/var/cron/ta=
bs' handle 0x1EC
137 53428877 [main] cron 1584 stat_worker: 0 =3D (\??\C:\cygwin\var\cron\=
tabs, 0x22CC30)
105 53428982 [main] cron 1584 stat64: entering
82 53429064 [main] cron 1584 normalize_posix_path: src /etc/cron.d
79 53429143 [main] cron 1584 normalize_posix_path: /etc/cron.d =3D norma=
lize_posix_path (/etc/cron.d)
80 53429223 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win=
32_path (/etc/cron.d)
81 53429304 [main] cron 1584 set_flags: flags: binary (0x2)
80 53429384 [main] cron 1584 mount_info::conv_to_win32_path: src_path /e=
tc/cron.d, dst C:\cygwin\etc\cron.d, flags 0x3000A, rc 0
213 53429597 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d)
207 53429804 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d.exe)
204 53430008 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d.lnk)
204 53430212 [main] cron 1584 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\etc\cron.d.exe.lnk)
107 53430319 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\etc\cron.d, 0x22A808) (0x3000A)
84 53430403 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win=
32_path (/etc)
82 53430485 [main] cron 1584 set_flags: flags: binary (0x2)
79 53430564 [main] cron 1584 mount_info::conv_to_win32_path: src_path /e=
tc, dst C:\cygwin\etc, flags 0x3000A, rc 0
234 53430798 [main] cron 1584 symlink_info::check: not a symlink
152 53430950 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\etc, 0x22A808) (0x3000A)
363 53431313 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc\=
cron.d), has_acls(1)
106 53431419 [main] cron 1584 __set_errno: int stat_worker(path_conv&, __=
stat64*):1494 val 2
83 53431502 [main] cron 1584 stat_worker: -1 =3D (\??\C:\cygwin\etc\cron=
.d, 0x22CB70)
86 53431588 [main] cron 1584 stat64: entering
79 53431667 [main] cron 1584 normalize_posix_path: src /etc/crontab
78 53431745 [main] cron 1584 normalize_posix_path: /etc/crontab =3D norm=
alize_posix_path (/etc/crontab)
80 53431825 [main] cron 1584 mount_info::conv_to_win32_path: conv_to_win=
32_path (/etc/crontab)
80 53431905 [main] cron 1584 set_flags: flags: binary (0x2)
80 53431985 [main] cron 1584 mount_info::conv_to_win32_path: src_path /e=
tc/crontab, dst C:\cygwin\etc\crontab, flags 0x3000A, rc 0
235 53432220 [main] cron 1584 symlink_info::check: not a symlink
155 53432375 [main] cron 1584 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\etc\crontab, 0x22A808) (0x3000A)
104 53432479 [main] cron 1584 path_conv::check: this->path(C:\cygwin\etc\=
crontab), has_acls(1)
87 53432566 [main] cron 1584 build_fh_pc: fh 0x6120DC1C
88 53432654 [main] cron 1584 stat_worker: (\??\C:\cygwin\etc\crontab, 0x=
22CBD0, 0x6120DC1C), file_attributes 32
93 53432747 [main] cron 1584 fhandler_base::open: (\??\C:\cygwin\etc\cro=
ntab, 0x110000)
185 53432932 [main] cron 1584 fhandler_base::set_flags: flags 0x110000, s=
upplied_bin 0x10000
103 53433035 [main] cron 1584 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
82 53433117 [main] cron 1584 fhandler_base::set_flags: filemode set to b=
inary
78 53433195 [main] cron 1584 fhandler_base::open: 0 =3D NtCreateFile (0x=
1EC, 20080, \??\C:\cygwin\etc\crontab, io, NULL, 0, 7, 1, 4000, NULL, 0)
95 53433290 [main] cron 1584 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\??\C:\cygwin\etc\crontab, 0x110000)
111 53433401 [main] cron 1584 fhandler_base::open_fs: 1 =3D fhandler_disk=
_file::open (\??\C:\cygwin\etc\crontab, 0x10000)
250 53433651 [main] cron 1584 cygpsid::debug_print: get_sids_info: owner =
SID =3D S-1-5-18
102 53433753 [main] cron 1584 cygpsid::debug_print: get_sids_info: group =
SID =3D S-1-5-32-544
92 53433845 [main] cron 1584 get_info_from_sd: ACL 1A4, uid 18, gid 0
155 53434000 [main] cron 1584 fhandler_base::fstat_helper: 0 =3D fstat (,=
0x22CBD0) st_atime=3D4B6AF0DD st_size=3D165, st_mode=3D0x81A4, st_ino=3D16=
888498602656416, sizeof=3D96
104 53434104 [main] cron 1584 fhandler_base::close: closing '/etc/crontab=
' handle 0x1EC
138 53434242 [main] cron 1584 stat_worker: 0 =3D (\??\C:\cygwin\etc\cront=
ab, 0x22CBD0)
106 53434348 [main] cron 1584 time: 1265310181 =3D time (0)
88 53434436 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
34, its_me 1
90 53434526 [main] cron 1584 sig_send: wakeup 0x1EC
96 53434622 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1EC
97 53434719 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1EC
114 53434833 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-34
102 53434935 [main] cron 1584 nanosleep: nanosleep (60000)
10305 53436274 [main] cron 4928 wait_for_sigthread: process/signal handling=
enabled, state 0x41
39 53436313 [main] cron 4928 fork: 0 =3D fork()
37 53436350 [main] cron 4928 close: close (3)
46 53436396 [main] cron 4928 fhandler_base::close: closing '/var/run/cro=
n.pid' handle 0xE0
43 53436439 [main] cron 4928 close: 0 =3D close (3)
-164 53436275 [sig] cron 4928 wait_sig: entering ReadFile loop, my_readsig=
0x128, my_sendsig 0x12C
233 53436508 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
34, its_me 1
31 53436539 [main] cron 4928 sig_send: wakeup 0xE0
39 53436578 [main] cron 4928 sig_send: Waiting for pack.wakeup 0xE0
44 53436622 [sig] cron 4928 wait_sig: signalling pack.wakeup 0xE0
42 53436664 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-34
29 53436693 [main] cron 4928 void: 0x401B5B =3D signal (20, 0x0)
34 53436727 [main] cron 4928 fhandler_pipe::create_selectable: CreateNam=
edPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x1340-0x1, size 65536
285 53437012 [main] cron 4928 fhandler_pipe::create_selectable: pipe read=
handle 0xE0
45 53437057 [main] cron 4928 fhandler_pipe::create_selectable: CreateFil=
e: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x1340-0x1
182 53437239 [main] cron 4928 fhandler_pipe::create_selectable: pipe writ=
e handle 0x134
66 53437305 [main] cron 4928 build_fh_pc: fh 0x6120E0C4
40 53437345 [main] cron 4928 build_fh_pc: fh 0x6120E2FC
27 53437372 [main] cron 4928 fhandler_base::set_flags: flags 0x10000, su=
pplied_bin 0x0
26 53437398 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
26 53437424 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
26 53437450 [main] cron 4928 fhandler_base::init: created new fhandler_b=
ase for handle 0xE0, bin 1
29 53437479 [main] cron 4928 fhandler_base::set_flags: flags 0x10001, su=
pplied_bin 0x0
25 53437504 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
27 53437531 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
26 53437557 [main] cron 4928 fhandler_base::init: created new fhandler_b=
ase for handle 0x134, bin 1
28 53437585 [main] cron 4928 fhandler_pipe::create: 0 =3D pipe ([0x6120E=
0C4, 0x6120E2FC], 65536, 0x10000)
36 53437621 [main] cron 4928 fhandler_pipe::create_selectable: CreateNam=
edPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x1340-0x2, size 65536
260 53437881 [main] cron 4928 fhandler_pipe::create_selectable: pipe read=
handle 0x1EC
45 53437926 [main] cron 4928 fhandler_pipe::create_selectable: CreateFil=
e: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x1340-0x2
181 53438107 [main] cron 4928 fhandler_pipe::create_selectable: pipe writ=
e handle 0x158
48 53438155 [main] cron 4928 build_fh_pc: fh 0x6120E564
43 53438198 [main] cron 4928 build_fh_pc: fh 0x6120E79C
26 53438224 [main] cron 4928 fhandler_base::set_flags: flags 0x10000, su=
pplied_bin 0x0
25 53438249 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
26 53438275 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
27 53438302 [main] cron 4928 fhandler_base::init: created new fhandler_b=
ase for handle 0x1EC, bin 1
27 53438329 [main] cron 4928 fhandler_base::set_flags: flags 0x10001, su=
pplied_bin 0x0
27 53438356 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
26 53438382 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
26 53438408 [main] cron 4928 fhandler_base::init: created new fhandler_b=
ase for handle 0x158, bin 1
27 53438435 [main] cron 4928 fhandler_pipe::create: 0 =3D pipe ([0x6120E=
564, 0x6120E79C], 65536, 0x10000)
32 53438467 [main] cron 4928 vfork: stub called
35 53438502 [main] cron 4928 child_info::child_info: subproc_ready 0x148
37 53438539 [main] cron 4928 fork: entering
132 53438671 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
40, its_me 1
28 53438699 [main] cron 4928 sig_send: wakeup 0x154
30 53438729 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x154
35 53438764 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x154
38 53438802 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-40
35 53438837 [main] cron 4928 frok::parent: priority class 32
105 53438942 [main] cron 4928 frok::parent: stack - bottom 0x230000, top =
0x22C5B0, size 14928
41 53438983 [main] cron 4928 frok::parent: CreateProcess (C:\cygwin\usr\=
sbin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x28, 0, 0, 0x22C520, =
0x22C580)
42 53439025 [main] cron 4928 time: 1265310181 =3D time (0)
6316 53445341 [main] cron 4928 child_info::sync: n 2, waiting for subproc_=
ready(0x148) and child process(0x168)
3 3 [main] cron 3128 child_copy: cygheap - hp 0x150 low 0x6120C6E=
0, high 0x6120E9C4, res 1
122 125 [main] cron 3128 child_copy: done
76 201 [main] cron 3128 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xB0
76 277 [main] cron 3128 heap_init: heap base 0xBD0000, heap top 0xC3=
0000
47 324 [main] cron 3128 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
42 366 [main] cron 3128 user_shared_create: opening user shared for =
'' at 0x60FD0000
27 393 [main] cron 3128 user_shared_create: user shared version 2E71=
0001
55 448 [main] cron (3128) open_shared: name cygpid.3128, n 3128, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xB4
102 550 [main] cron 3128 ********************************************=
**
50 600 [main] cron 3128 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 3128, ppid 1)
27 627 [main] cron 3128 App version: 1007.1, api: 0.218
26 653 [main] cron 3128 DLL version: 1007.1, api: 0.218
26 679 [main] cron 3128 DLL build: 2009-12-07 11:48
28 707 [main] cron 3128 OS version: Windows NT-6.1
26 733 [main] cron 3128 Heap size: 402653184
26 759 [main] cron 3128 ********************************************=
**
26 785 [main] cron 3128 pinfo::thisproc: myself->dwProcessId 3128
101 886 [main] cron 3128 child_copy: dll data - hp 0x150 low 0x611470=
00, high 0x6114E304, res 1
53450563 53451449 [main] cron 3128 child_copy: dll bss - hp 0x150 low 0x611=
B3000, high 0x611DD690, res 1
476 53451925 [main] cron 3128 child_copy: user heap - hp 0x150 low 0xBD00=
00, high 0xC30000, res 1
40 53451965 [main] cron 3128 child_copy: done
42 53452007 [main] cron 3128 child_copy: data - hp 0x150 low 0x408000, h=
igh 0x408458, res 1
49 53452056 [main] cron 3128 child_copy: bss - hp 0x150 low 0x40A000, hi=
gh 0x40A1E0, res 1
41 53452097 [main] cron 3128 child_copy: done
47 53452144 [main] cron 3128 fixup_mmaps_after_fork: succeeded
56 53452200 [main] cron 3128 events_init: windows_system_directory 'C:\W=
indows\system32\', windows_system_directory_length 20
64 53452264 [main] cron 3128 dll_crt0_0: finished dll_crt0_0 initializat=
ion
154 53452418 [main] cron 3128 frok::child: child is running. pid 3128, p=
pid 0, stack here 0x22C5A8
43 53452461 [main] cron 3128 sync_with_parent: signalling parent: after =
longjmp
7156 53452497 [main] cron 4928 child_info::sync: pid 3128, WFMO returned 0=
, res 1
37 53452498 [main] cron 3128 child_info::ready: signalled 0x148 that I w=
as ready
62 53452559 [main] cron 4928 open_shared: name cygpid.3128, n 3128, shar=
ed 0x20000 (wanted 0x0), h 0x160
68 53452627 [main] cron 4928 proc_subproc: args: 1, 2278756
71 53452698 [main] cron 4928 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0=
xEC for pid 3128(3128)
174 53452872 [main] cron 4928 pinfo::wait: created tracking thread for pi=
d 3128, winpid 0xC38, rd_pipe 0x170
26 53452898 [main] cron 4928 proc_subproc: added pid 3128 to proc table,=
slot 0
26 53452924 [main] cron 4928 proc_subproc: returning 1
26 53452950 [main] cron 4928 frok::parent: child is alive (but stopped)
51 53453001 [main] cron 4928 child_copy: stack - hp 0x168 low 0x22C5B0, =
high 0x230000, res 1
31 53453032 [main] cron 4928 child_copy: done
28 53453060 [main] cron 4928 resume_child: signalled child
570 53453068 [main] cron 3128 sync_with_parent: awake
26 53453086 [main] cron 4928 child_info::sync: n 2, waiting for subproc_=
ready(0x148) and child process(0x168)
32 53453100 [main] cron 3128 sync_with_parent: no problems
28 53453128 [main] cron 3128 frok::child: hParent 0x150, load_dlls 0
53 53453181 [main] cron 3128 dtable::fixup_after_fork: fd 3 ()
76 53453162 [proc_waiter] cron 4928 cygthread::stub: thread 'proc_waiter=
', id 0xF8C, stack_ptr 0xA5CDB0
34 53453215 [main] cron 3128 fhandler_base::fixup_after_fork: inheriting=
'' from parent
27 53453242 [main] cron 3128 fhandler_base::fork_fixup: handle 0xE0 alre=
ady opened
31 53453273 [main] cron 3128 dtable::fixup_after_fork: fd 4 ()
32 53453305 [main] cron 3128 fhandler_base::fixup_after_fork: inheriting=
'' from parent
26 53453331 [main] cron 3128 fhandler_base::fork_fixup: handle 0x134 alr=
eady opened
29 53453360 [main] cron 3128 dtable::fixup_after_fork: fd 5 ()
26 53453386 [main] cron 3128 fhandler_base::fixup_after_fork: inheriting=
'' from parent
26 53453412 [main] cron 3128 fhandler_base::fork_fixup: handle 0x1EC alr=
eady opened
29 53453441 [main] cron 3128 dtable::fixup_after_fork: fd 6 ()
27 53453468 [main] cron 3128 fhandler_base::fixup_after_fork: inheriting=
'' from parent
26 53453494 [main] cron 3128 fhandler_base::fork_fixup: handle 0x158 alr=
eady opened
30 53453524 [main] cron 3128 sync_with_parent: signalling parent: perfor=
med fork fixup
27 53453551 [main] cron 3128 child_info::ready: signalled 0x148 that I w=
as ready
396 53453558 [main] cron 4928 child_info::sync: pid 3128, WFMO returned 0=
, res 1
40 53453591 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A1C0 in _fixup_after_fork
37 53453595 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
41, its_me 1
30 53453621 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A190 in _fixup_after_fork
42 53453637 [main] cron 4928 sig_send: wakeup 0x154
30 53453651 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A160 in _fixup_after_fork
32 53453669 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x154
29 53453680 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A130 in _fixup_after_fork
32 53453701 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x154
30 53453710 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A100 in _fixup_after_fork
34 53453735 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-41
47 53453757 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xB=
E80A8 in _fixup_after_fork
32 53453789 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0xB=
D0008 in _fixup_after_fork
30 53453819 [main] cron 3128 pthread_mutex::_fixup_after_fork: mutex 0x6=
11DCDF8 in _fixup_after_fork
168 53453903 [main] cron 4928 fork: 3128 =3D fork()
31 53453934 [main] cron 4928 close: close (3)
27 53453961 [main] cron 4928 fhandler_base::close: closing '' handle 0xE0
31 53453992 [main] cron 4928 close: 0 =3D close (3)
178 53453997 [main] cron 3128 wait_for_sigthread: wait_sig_inited 0x44
26 53454018 [main] cron 4928 close: close (6)
29 53454047 [main] cron 4928 fhandler_base::close: closing '' handle 0x1=
58
30 53454077 [main] cron 4928 close: 0 =3D close (6)
26 53454103 [main] cron 4928 close: close (4)
26 53454129 [main] cron 4928 fhandler_base::close: closing '' handle 0x1=
34
28 53454157 [main] cron 4928 close: 0 =3D close (4)
36 53454193 [main] cron 4928 fhandler_base::fcntl: GETFL: 0x10000
32 53454225 [main] cron 4928 fcntl64: 65536 =3D fcntl (5, 3, 0x0)
109 53454334 [main] cron 4928 _cygwin_istext_for_stdio: fd 5: opened as b=
inary
88 53454422 [main] cron 4928 fhandler_base::fstat: here
40 53454462 [main] cron 4928 fstat64: 0 =3D fstat (5, 0x22C658)
54 53454516 [main] cron 4928 readv: readv (5, 0x22C674, 1) blocking, sig=
catchers 3
32 53454548 [main] cron 4928 readv: no need to call ready_for_read
13297 53467294 [main] cron 3128 wait_for_sigthread: process/signal handling=
enabled, state 0x41
37 53467331 [main] cron 3128 fork: 0 =3D fork()
64 53467395 [main] cron 3128 vsyslog: 6 (%s) %s (%s)
74 53467469 [main] cron 3128 sig_send: sendsig 0x174, pid 3128, signal -=
34, its_me 1
30 53467499 [main] cron 3128 sig_send: wakeup 0x150
31 53467530 [main] cron 3128 sig_send: Waiting for pack.wakeup 0x150
65 53467595 [sig] cron 3128 wait_sig: entering ReadFile loop, my_readsig=
0x170, my_sendsig 0x174
73 53467668 [sig] cron 3128 wait_sig: signalling pack.wakeup 0x150
35 53467703 [main] cron 3128 sig_send: returning 0x0 from sending signal=
-34
27 53467730 [main] cron 3128 open: open (/dev/null, 0x10601)
38 53467768 [main] cron 3128 normalize_posix_path: src /dev/null
35 53467803 [main] cron 3128 normalize_posix_path: /dev/null =3D normali=
ze_posix_path (/dev/null)
29 53467832 [main] cron 3128 mount_info::conv_to_win32_path: conv_to_win=
32_path (/dev/null)
40 53467872 [main] cron 3128 mount_info::conv_to_win32_path: src_path /d=
ev/null, dst \Device\Null, flags 0x2, rc 0
39 53467911 [main] cron 3128 build_fh_pc: fh 0x6120D98C
33 53467944 [main] cron 3128 fhandler_base::open: (\Device\Null, 0x10601)
46 53467990 [main] cron 3128 fhandler_base::set_flags: flags 0x10601, su=
pplied_bin 0x10000
28 53468018 [main] cron 3128 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
25 53468043 [main] cron 3128 fhandler_base::set_flags: filemode set to b=
inary
27 53468070 [main] cron 3128 fhandler_base::open: 0 =3D NtCreateFile (0x=
150, 40120080, \Device\Null, io, NULL, 0, 7, 5, 4020, NULL, 0)
27 53468097 [main] cron 3128 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\Device\Null, 0x10601)
26 53468123 [main] cron 3128 open: 7 =3D open (/dev/null, 0x10601)
75 53468198 [main] cron 3128 _cygwin_istext_for_stdio: fd 7: opened as b=
inary
227 53468425 [main] cron 3128 writev: writev (7, 0x22BE94, 1)
29 53468454 [main] cron 3128 fhandler_base::write: binary write
27 53468481 [main] cron 3128 writev: 16 =3D write (7, 0x22BE94, 1), errn=
o 9
157 53468638 [main] cron 3128 writev: writev (7, 0x22BE94, 1)
26 53468664 [main] cron 3128 fhandler_base::write: binary write
27 53468691 [main] cron 3128 writev: 10 =3D write (7, 0x22BE94, 1), errn=
o 9
150 53468841 [main] cron 3128 writev: writev (7, 0x22BEB4, 1)
25 53468866 [main] cron 3128 fhandler_base::write: binary write
27 53468893 [main] cron 3128 writev: 35 =3D write (7, 0x22BEB4, 1), errn=
o 9
115 53469008 [main] cron 3128 close: close (7)
25 53469033 [main] cron 3128 fhandler_base::close: closing '/dev/null' h=
andle 0x150
31 53469064 [main] cron 3128 close: 0 =3D close (7)
3477 53472541 [main] cron 3128 init_cygheap::manage_console_count: setsid:=
console_count 0, amount 0, no ctty, avoid_freeing_console 0
48 53472589 [main] cron 3128 init_cygheap::manage_console_count: freed c=
onsole, res 0
30 53472619 [main] cron 3128 setsid: sid 3128, pgid 3128, no ctty
27 53472646 [main] cron 3128 close: close (4)
26 53472672 [main] cron 3128 fhandler_base::close: closing '' handle 0x1=
34
35 53472707 [main] cron 3128 close: 0 =3D close (4)
26 53472733 [main] cron 3128 close: close (5)
25 53472758 [main] cron 3128 fhandler_base::close: closing '' handle 0x1=
EC
29 53472787 [main] cron 3128 close: 0 =3D close (5)
29 53472816 [main] cron 3128 dtable::dup2: dup2 (3, 0)
29 53472845 [main] cron 3128 build_fh_pc: fh 0x6120E564
27 53472872 [main] cron 3128 fhandler_base::dup: in fhandler_base dup
30 53472902 [main] cron 3128 fhandler_pipe::dup: res 0
28 53472930 [main] cron 3128 dtable::dup_worker: duped '' old 0xE0, new =
0x104
26 53472956 [main] cron 3128 dtable::dup2: newfh->io_handle 0x104, oldfh=
->io_handle 0xE0, new win32_name 0x6120E76C, old win32_name 0x6120E2CC
26 53472982 [main] cron 3128 close: close (0)
26 53473008 [main] cron 3128 fhandler_base::close: closing '/dev/null' h=
andle 0x20
27 53473035 [main] cron 3128 close: 0 =3D close (0)
26 53473061 [main] cron 3128 dtable::dup2: 0 =3D dup2 (3, 0)
26 53473087 [main] cron 3128 close: close (3)
25 53473112 [main] cron 3128 fhandler_base::close: closing '' handle 0xE0
28 53473140 [main] cron 3128 close: 0 =3D close (3)
26 53473166 [main] cron 3128 dtable::dup2: dup2 (6, 1)
25 53473191 [main] cron 3128 build_fh_pc: fh 0x6120E0C4
27 53473218 [main] cron 3128 fhandler_base::dup: in fhandler_base dup
28 53473246 [main] cron 3128 fhandler_pipe::dup: res 0
26 53473272 [main] cron 3128 dtable::dup_worker: duped '' old 0x158, new=
0xF4
25 53473297 [main] cron 3128 dtable::dup2: newfh->io_handle 0xF4, oldfh-=
>io_handle 0x158, new win32_name 0x6120E2CC, old win32_name 0x6120E9A4
26 53473323 [main] cron 3128 close: close (1)
26 53473349 [main] cron 3128 fhandler_base::close: closing '/dev/null' h=
andle 0x164
27 53473376 [main] cron 3128 close: 0 =3D close (1)
25 53473401 [main] cron 3128 dtable::dup2: 1 =3D dup2 (6, 1)
25 53473426 [main] cron 3128 close: close (6)
26 53473452 [main] cron 3128 fhandler_base::close: closing '' handle 0x1=
58
27 53473479 [main] cron 3128 close: 0 =3D close (6)
26 53473505 [main] cron 3128 dtable::dup2: dup2 (1, 2)
25 53473530 [main] cron 3128 build_fh_pc: fh 0x6120E79C
26 53473556 [main] cron 3128 fhandler_base::dup: in fhandler_base dup
28 53473584 [main] cron 3128 fhandler_pipe::dup: res 0
26 53473610 [main] cron 3128 dtable::dup_worker: duped '' old 0xF4, new =
0x10C
25 53473635 [main] cron 3128 dtable::dup2: newfh->io_handle 0x10C, oldfh=
->io_handle 0xF4, new win32_name 0x6120E9A4, old win32_name 0x6120E2CC
26 53473661 [main] cron 3128 close: close (2)
27 53473688 [main] cron 3128 fhandler_base::close: closing '/dev/null' h=
andle 0x144
28 53473716 [main] cron 3128 close: 0 =3D close (2)
25 53473741 [main] cron 3128 dtable::dup2: 2 =3D dup2 (1, 2)
31 53473772 [main] cron 3128 setegid32: new egid: 513 current: 513
9263 53483035 [main] cron 3128 get_user_local_groups: LookupAccountName(BU=
ILTIN\Administratoren), Win32 error 1332
120 53483155 [main] cron 3128 initgroups32: 0 =3D initgroups (mandree, 51=
3)
33 53483188 [main] cron 3128 seteuid32: uid: 1000 myself->uid: 1016 myse=
lf->gid: 513
38 53483226 [main] cron 3128 seteuid32: Found token -1
259 53483485 [main] cron 3128 extract_nt_dom_user: pw_gecos C095EB (U-bal=
oo\mandree,S-1-5-21-3292306727-3049399099-3658254372-1000)
827 53484312 [main] cron 3128 seteuid32: lsaprivkeyauth failed, try lsaau=
th.
1339 53485651 [main] cron 3128 lsaauth: LsaRegisterLogonProcess: 0xC0000041
53 53485704 [main] cron 3128 seterrno_from_win_error: /ext/build/netrel/=
src/cygwin-1.7.1-1/winsup/cygwin/sec_auth.cc:896 windows error 5
41 53485745 [main] cron 3128 geterrno_from_win_error: windows error 5 =
=3D=3D errno 13
30 53485775 [main] cron 3128 __set_errno: void seterrno_from_win_error(c=
onst char*, int, DWORD):319 val 13
29 53485804 [main] cron 3128 lsaauth: 0x0 =3D lsaauth ()
45 53485849 [main] cron 3128 seteuid32: lsaauth failed, try create_token.
5376 53491225 [main] cron 3128 get_user_local_groups: LookupAccountName(BU=
ILTIN\Administratoren), Win32 error 1332
1541 53492766 [main] cron 3128 create_token: 0x1FC =3D create_token ()
85 53492851 [main] cron 3128 load_registry_hive: User registry hive for =
S-1-5-21-3292306727-3049399099-3658254372-1000 already exists
131 53492982 [main] cron 3128 open_shared: name S-1-5-21-3292306727-30493=
99099-3658254372-1000.1, n 1, shared 0x60FD0000 (wanted 0x60FD0000), h 0xC4
46 53493028 [main] cron 3128 user_shared_create: opening user shared for=
'S-1-5-21-3292306727-3049399099-3658254372-1000' at 0x60FD0000
33 53493061 [main] cron 3128 user_shared_create: user shared version 2E7=
10001
31 53493092 [main] cron 3128 setuid32: real: 1000, effective: 1000
34 53493126 [main] cron 3128 chdir: dir '/home/mandree'
34 53493160 [main] cron 3128 normalize_posix_path: src /home/mandree
26 53493186 [main] cron 3128 normalize_posix_path: /home/mandree =3D nor=
malize_posix_path (/home/mandree)
27 53493213 [main] cron 3128 mount_info::conv_to_win32_path: conv_to_win=
32_path (/home/mandree)
39 53493252 [main] cron 3128 set_flags: flags: binary (0x2)
41 53493293 [main] cron 3128 mount_info::conv_to_win32_path: src_path /h=
ome/mandree, dst C:\cygwin\home\mandree, flags 0x3000A, rc 0
109 53493402 [main] cron 3128 symlink_info::check: not a symlink
62 53493464 [main] cron 3128 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\home\mandree, 0x22B388) (0x3000A)
45 53493509 [main] cron 3128 path_conv::check: this->path(C:\cygwin\home=
\mandree), has_acls(1)
88 53493597 [main] cron 3128 chdir: 0 =3D chdir() cygheap->cwd.posix '/h=
ome/mandree' native '\??\C:\cygwin\home\mandree'
47 53493644 [main] cron 3128 spawnve: spawnve (/bin/sh, /bin/sh, C1A968)
36 53493680 [main] cron 3128 spawn_guts: spawn_guts (3, /bin/sh)
34 53493714 [main] cron 3128 perhaps_suffix: prog '/bin/sh'
33 53493747 [main] cron 3128 normalize_posix_path: src /bin/sh
26 53493773 [main] cron 3128 normalize_posix_path: /bin/sh =3D normalize=
_posix_path (/bin/sh)
26 53493799 [main] cron 3128 mount_info::conv_to_win32_path: conv_to_win=
32_path (/bin/sh)
27 53493826 [main] cron 3128 set_flags: flags: binary (0x2)
26 53493852 [main] cron 3128 mount_info::conv_to_win32_path: src_path /b=
in/sh, dst C:\cygwin\bin\sh, flags 0x3000A, rc 0
104 53493956 [main] cron 3128 symlink_info::check: 0xC0000034 =3D NtQuery=
InformationFile (\??\C:\cygwin\bin\sh)
106 53494062 [main] cron 3128 symlink_info::check: not a symlink
59 53494121 [main] cron 3128 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\bin\sh.exe, 0x22A468) (0x3000A)
43 53494164 [main] cron 3128 path_conv::check: this->path(C:\cygwin\bin\=
sh.exe), has_acls(1)
26 53494190 [main] cron 3128 perhaps_suffix: buf C:\cygwin\bin\sh.exe, s=
uffix found '.exe'
179 53494369 [main] cron 3128 spawn_guts: priority class 32
1433 53495802 [main] cron 3128 C:\cygwin\usr\sbin\cron.exe: *** fatal erro=
r - could not load user32, Win32 error 1114
41299 53495847 [main] cron 4928 fhandler_base::wait_overlapped: normal read=
, 113 bytes
35 53495882 [main] cron 4928 fhandler_base::read: returning 113, binary =
mode
83 53495885 [main] cron 3128 sigproc_terminate: entering
28 53495910 [main] cron 4928 readv: 113 =3D readv (5, 0x22C674, 1), errn=
o 9
40 53495925 [main] cron 3128 sig_send: sendsig 0x174, pid 3128, signal -=
42, its_me 1
32 53495957 [main] cron 3128 sig_send: Not waiting for sigcomplete. its=
_me 1 signal -42
29 53495986 [main] cron 3128 sig_send: returning 0x0 from sending signal=
-42
90 53496000 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
34, its_me 1
25 53496011 [main] cron 3128 proc_terminate: nprocs 0
30 53496030 [main] cron 4928 sig_send: wakeup 0x134
101 53496112 [main] cron 3128 proc_terminate: leaving
106 53496136 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x134
39 53496151 [main] cron 3128 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 156001
32 53496168 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x134
31 53496182 [sig] cron 3128 wait_sig: saw __SIGEXIT
33 53496201 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-34
33 53496215 [sig] cron 3128 wait_sig: signal thread exiting
32 53496247 [main] cron 3128 __to_clock_t: total 00000000 0000000F
29 53496276 [main] cron 3128 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 0
25 53496301 [main] cron 3128 __to_clock_t: total 00000000 00000000
184 53496485 [main] cron 3128 pinfo::exit: Calling ExitProcess n 0x1, exi=
tcode 0x1
18414 53514615 [proc_waiter] cron 4928 pinfo::maybe_set_exit_code_from_wind=
ows: pid 3128, exit value - old 0x8000001, windows 0xDEADBEEF, cygwin 0x800=
0001
103 53514718 [proc_waiter] cron 4928 sig_send: sendsig 0x12C, pid 4928, s=
ignal 20, its_me 1
37 53514755 [proc_waiter] cron 4928 sig_send: Not waiting for sigcomplet=
e. its_me 1 signal 20
30 53514785 [proc_waiter] cron 4928 sig_send: returning 0x0 from sending=
signal 20
3 53514788 [sig] cron 4928 sigpacket::process: signal 20 processing
25 53514813 [proc_waiter] cron 4928 proc_waiter: exiting wait thread for=
pid 3128
47 53514860 [sig] cron 4928 _cygtls::find_tls: sig 20
29 53514889 [sig] cron 4928 sigpacket::process: default signal 20 ignored
39 53514928 [sig] cron 4928 sigpacket::process: returning 1
29 53514957 [sig] cron 4928 proc_subproc: args: 3, 0
28 53514985 [sig] cron 4928 proc_subproc: looking for processes to reap,=
nprocs 1
26 53515011 [sig] cron 4928 proc_subproc: finished processing terminated=
/stopped child
27 53515038 [sig] cron 4928 proc_subproc: returning 1
4895 53519933 [main] cron 4928 wsock_init: res 0
77 53520010 [main] cron 4928 wsock_init: wVersion 514
29 53520039 [main] cron 4928 wsock_init: wHighVersion 514
27 53520066 [main] cron 4928 wsock_init: szDescription WinSock 2.0
25 53520091 [main] cron 4928 wsock_init: szSystemStatus Running
26 53520117 [main] cron 4928 wsock_init: iMaxSockets 0
25 53520142 [main] cron 4928 wsock_init: iMaxUdpDg 0
26 53520168 [main] cron 4928 wsock_init: lpVendorInfo 0
19716 53539884 [main] cron 4928 cygwin_gethostname: name baloo
139 53540023 [main] cron 4928 fhandler_pipe::create_selectable: CreateNam=
edPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x1340-0x3, size 65536
91 53540114 [main] cron 4928 fhandler_pipe::create_selectable: pipe read=
handle 0x25C
43 53540157 [main] cron 4928 fhandler_pipe::create_selectable: CreateFil=
e: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pipe-0x1340-0x3
77 53540234 [main] cron 4928 fhandler_pipe::create_selectable: pipe writ=
e handle 0x258
45 53540279 [main] cron 4928 build_fh_pc: fh 0x6120E2FC
35 53540314 [main] cron 4928 build_fh_pc: fh 0x6120E79C
29 53540343 [main] cron 4928 fhandler_base::set_flags: flags 0x10000, su=
pplied_bin 0x0
38 53540381 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
28 53540409 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
27 53540436 [main] cron 4928 fhandler_base::init: created new fhandler_b=
ase for handle 0x25C, bin 1
31 53540467 [main] cron 4928 fhandler_base::set_flags: flags 0x10001, su=
pplied_bin 0x0
35 53540502 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
27 53540529 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
27 53540556 [main] cron 4928 fhandler_base::init: created new fhandler_b=
ase for handle 0x258, bin 1
29 53540585 [main] cron 4928 fhandler_pipe::create: 0 =3D pipe ([0x6120E=
2FC, 0x6120E79C], 65536, 0x10000)
37 53540622 [main] cron 4928 vfork: stub called
31 53540653 [main] cron 4928 child_info::child_info: subproc_ready 0x268
36 53540689 [main] cron 4928 fork: entering
155 53540844 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
40, its_me 1
42 53540886 [main] cron 4928 sig_send: wakeup 0x270
44 53540930 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x270
4 53540934 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x270
74 53541008 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-40
36 53541044 [main] cron 4928 frok::parent: priority class 32
35 53541079 [main] cron 4928 frok::parent: stack - bottom 0x230000, top =
0x22C3D0, size 15408
42 53541121 [main] cron 4928 frok::parent: CreateProcess (C:\cygwin\usr\=
sbin\cron.exe, C:\cygwin\usr\sbin\cron.exe, 0, 0, 1, 0x28, 0, 0, 0x22C340, =
0x22C3A0)
37 53541158 [main] cron 4928 time: 1265310181 =3D time (0)
3210 53544368 [main] cron 4928 child_info::sync: n 2, waiting for subproc_=
ready(0x268) and child process(0x278)
3 3 [main] cron 6080 child_copy: cygheap - hp 0x26C low 0x6120C6E=
0, high 0x6120E9C4, res 1
102 105 [main] cron 6080 child_copy: done
76 181 [main] cron 6080 open_shared: name shared.5, n 5, shared 0x60=
FC0000 (wanted 0x60FC0000), h 0xB0
60 241 [main] cron 6080 heap_init: heap base 0xBD0000, heap top 0xC3=
0000
58 299 [main] cron 6080 open_shared: name (null), n 1, shared 0x60FD=
0000 (wanted 0x60FD0000), h 0xC4
41 340 [main] cron 6080 user_shared_create: opening user shared for =
'' at 0x60FD0000
29 369 [main] cron 6080 user_shared_create: user shared version 2E71=
0001
55 424 [main] cron (6080) open_shared: name cygpid.6080, n 6080, sha=
red 0x60FF0000 (wanted 0x60FF0000), h 0xB4
96 520 [main] cron 6080 ********************************************=
**
44 564 [main] cron 6080 Program name: C:\cygwin\usr\sbin\cron.exe (p=
id 6080, ppid 1)
26 590 [main] cron 6080 App version: 1007.1, api: 0.218
26 616 [main] cron 6080 DLL version: 1007.1, api: 0.218
26 642 [main] cron 6080 DLL build: 2009-12-07 11:48
27 669 [main] cron 6080 OS version: Windows NT-6.1
28 697 [main] cron 6080 Heap size: 402653184
26 723 [main] cron 6080 ********************************************=
**
26 749 [main] cron 6080 pinfo::thisproc: myself->dwProcessId 6080
64 813 [main] cron 6080 child_copy: dll data - hp 0x26C low 0x611470=
00, high 0x6114E304, res 1
53549693 53550506 [main] cron 6080 child_copy: dll bss - hp 0x26C low 0x611=
B3000, high 0x611DD690, res 1
669 53551175 [main] cron 6080 child_copy: user heap - hp 0x26C low 0xBD00=
00, high 0xC30000, res 1
47 53551222 [main] cron 6080 child_copy: done
40 53551262 [main] cron 6080 child_copy: data - hp 0x26C low 0x408000, h=
igh 0x408458, res 1
43 53551305 [main] cron 6080 child_copy: bss - hp 0x26C low 0x40A000, hi=
gh 0x40A1E0, res 1
33 53551338 [main] cron 6080 child_copy: done
29 53551367 [main] cron 6080 fixup_mmaps_after_fork: succeeded
51 53551418 [main] cron 6080 events_init: windows_system_directory 'C:\W=
indows\system32\', windows_system_directory_length 20
58 53551476 [main] cron 6080 dll_crt0_0: finished dll_crt0_0 initializat=
ion
150 53551626 [main] cron 6080 frok::child: child is running. pid 6080, p=
pid 0, stack here 0x22C3C8
57 53551683 [main] cron 6080 sync_with_parent: signalling parent: after =
longjmp
7350 53551718 [main] cron 4928 child_info::sync: pid 6080, WFMO returned 0=
, res 1
36 53551719 [main] cron 6080 child_info::ready: signalled 0x268 that I w=
as ready
66 53551784 [main] cron 4928 open_shared: name cygpid.6080, n 6080, shar=
ed 0x380000 (wanted 0x0), h 0x274
50 53551834 [main] cron 4928 proc_subproc: args: 1, 2278276
63 53551897 [main] cron 4928 _pinfo::dup_proc_pipe: duped wr_proc_pipe 0=
xE8 for pid 6080(6080)
110 53552007 [main] cron 4928 pinfo::wait: created tracking thread for pi=
d 6080, winpid 0x17C0, rd_pipe 0x280
29 53552036 [main] cron 4928 proc_subproc: added pid 6080 to proc table,=
slot 1
27 53552063 [main] cron 4928 proc_subproc: returning 1
27 53552090 [main] cron 4928 frok::parent: child is alive (but stopped)
54 53552144 [main] cron 4928 child_copy: stack - hp 0x278 low 0x22C3D0, =
high 0x230000, res 1
45 53552189 [main] cron 4928 child_copy: done
28 53552217 [main] cron 4928 resume_child: signalled child
506 53552225 [main] cron 6080 sync_with_parent: awake
28 53552245 [main] cron 4928 child_info::sync: n 2, waiting for subproc_=
ready(0x268) and child process(0x278)
39 53552264 [main] cron 6080 sync_with_parent: no problems
33 53552297 [main] cron 6080 frok::child: hParent 0x26C, load_dlls 0
45 53552342 [main] cron 6080 dtable::fixup_after_fork: fd 3 ()
42 53552384 [main] cron 6080 fhandler_base::fixup_after_fork: inheriting=
'' from parent
35 53552419 [main] cron 6080 fhandler_base::fork_fixup: handle 0x25C alr=
eady opened
31 53552450 [main] cron 6080 dtable::fixup_after_fork: fd 4 ()
32 53552482 [main] cron 6080 fhandler_base::fixup_after_fork: inheriting=
'' from parent
27 53552509 [main] cron 6080 fhandler_base::fork_fixup: handle 0x258 alr=
eady opened
28 53552537 [main] cron 6080 dtable::fixup_after_fork: fd 5 ()
25 53552562 [main] cron 6080 fhandler_base::fixup_after_fork: inheriting=
'' from parent
27 53552589 [main] cron 6080 fhandler_base::fork_fixup: handle 0x1EC alr=
eady opened
27 53552616 [main] cron 6080 sync_with_parent: signalling parent: perfor=
med fork fixup
28 53552644 [main] cron 6080 child_info::ready: signalled 0x268 that I w=
as ready
406 53552651 [main] cron 4928 child_info::sync: pid 6080, WFMO returned 0=
, res 1
39 53552683 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A3D8 in _fixup_after_fork
47 53552698 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
41, its_me 1
34 53552717 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A1C0 in _fixup_after_fork
35 53552733 [main] cron 4928 sig_send: wakeup 0x270
27 53552744 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A190 in _fixup_after_fork
33 53552766 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x270
34 53552778 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A160 in _fixup_after_fork
33 53552799 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x270
34 53552812 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A130 in _fixup_after_fork
35 53552834 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-41
34 53552846 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xC=
0A100 in _fixup_after_fork
30 53552876 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xB=
E80A8 in _fixup_after_fork
30 53552906 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0xB=
D0008 in _fixup_after_fork
30 53552936 [main] cron 6080 pthread_mutex::_fixup_after_fork: mutex 0x6=
11DCDF8 in _fixup_after_fork
184 53553018 [main] cron 4928 fork: 6080 =3D fork()
34 53553052 [main] cron 4928 fhandler_base::fcntl: GETFL: 0x10001
30 53553082 [main] cron 4928 fcntl64: 65537 =3D fcntl (4, 3, 0x0)
207 53553143 [main] cron 6080 wait_for_sigthread: wait_sig_inited 0x44
116 53553198 [main] cron 4928 _cygwin_istext_for_stdio: fd 4: opened as b=
inary
54 53553252 [main] cron 4928 close: close (3)
29 53553281 [main] cron 4928 fhandler_base::close: closing '' handle 0x2=
5C
31 53553312 [main] cron 4928 close: 0 =3D close (3)
113 53553425 [main] cron 4928 fhandler_base::fstat: here
39 53553464 [main] cron 4928 fstat64: 0 =3D fstat (4, 0x22BF88)
13234 53566698 [main] cron 4928 readv: readv (5, 0x22C674, 1) blocking, sig=
catchers 3
38 53566736 [main] cron 4928 readv: no need to call ready_for_read
33 53566769 [main] cron 4928 fhandler_base::wait_overlapped: EOF
32 53566801 [main] cron 4928 fhandler_base::read: returning 0, binary mo=
de
28 53566829 [main] cron 4928 readv: 0 =3D readv (5, 0x22C674, 1), errno 9
156 53566985 [main] cron 4928 writev: writev (4, 0x22C674, 1)
27 53567012 [main] cron 4928 fhandler_base::write: binary write
38 53567050 [main] cron 4928 fhandler_base::wait_overlapped: normal writ=
e, 2120 bytes
49 53567099 [main] cron 4928 fhandler_base::write_overlapped: returning =
2120
30 53567129 [main] cron 4928 writev: 2120 =3D write (4, 0x22C674, 1), er=
rno 9
45 53567174 [main] cron 4928 close: close (4)
27 53567201 [main] cron 4928 fhandler_base::close: closing '' handle 0x2=
58
31 53567232 [main] cron 4928 close: 0 =3D close (4)
120 53567352 [main] cron 4928 set_signal_mask: oldmask 0x0, newmask 0x7, =
mask_bits 0x0
37 53567389 [main] cron 4928 set_signal_mask: not calling sig_dispatch_p=
ending
31 53567420 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
34, its_me 1
35 53567455 [main] cron 4928 sig_send: wakeup 0x26C
42 53567497 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x26C
34 53567531 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x26C
35 53567566 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-34
33 53567599 [main] cron 4928 wait4: calling proc_subproc, pid 6080, opti=
ons 0
28 53567627 [main] cron 4928 proc_subproc: args: 4, 2284308
27 53567654 [main] cron 4928 proc_subproc: wval->pid 6080, wval->options=
0
30 53567684 [main] cron 4928 checkstate: nprocs 2
28 53567712 [main] cron 4928 stopped_or_terminated: considering pid 3128
28 53567740 [main] cron 4928 stopped_or_terminated: considering pid 6080
27 53567767 [main] cron 4928 checkstate: no matching terminated children=
found
27 53567794 [main] cron 4928 checkstate: returning -1
27 53567821 [main] cron 4928 proc_subproc: only found non-terminated chi=
ldren
27 53567848 [main] cron 4928 proc_subproc: finished processing terminate=
d/stopped child
27 53567875 [main] cron 4928 proc_subproc: returning 1
23316 53576459 [main] cron 6080 wait_for_sigthread: process/signal handling=
enabled, state 0x41
35 53576494 [main] cron 6080 fork: 0 =3D fork()
40 53576534 [main] cron 6080 setegid32: new egid: 513 current: 513
97 53576631 [sig] cron 6080 wait_sig: entering ReadFile loop, my_readsig=
0x150, my_sendsig 0x154
11682 53588313 [main] cron 6080 get_user_local_groups: LookupAccountName(BU=
ILTIN\Administratoren), Win32 error 1332
136 53588449 [main] cron 6080 initgroups32: 0 =3D initgroups (mandree, 51=
3)
32 53588481 [main] cron 6080 seteuid32: uid: 1000 myself->uid: 1016 myse=
lf->gid: 513
39 53588520 [main] cron 6080 seteuid32: Found token -1
216 53588736 [main] cron 6080 extract_nt_dom_user: pw_gecos C095EB (U-bal=
oo\mandree,S-1-5-21-3292306727-3049399099-3658254372-1000)
752 53589488 [main] cron 6080 seteuid32: lsaprivkeyauth failed, try lsaau=
th.
1304 53590792 [main] cron 6080 lsaauth: LsaRegisterLogonProcess: 0xC0000041
45 53590837 [main] cron 6080 seterrno_from_win_error: /ext/build/netrel/=
src/cygwin-1.7.1-1/winsup/cygwin/sec_auth.cc:896 windows error 5
33 53590870 [main] cron 6080 geterrno_from_win_error: windows error 5 =
=3D=3D errno 13
27 53590897 [main] cron 6080 __set_errno: void seterrno_from_win_error(c=
onst char*, int, DWORD):319 val 13
31 53590928 [main] cron 6080 lsaauth: 0x0 =3D lsaauth ()
45 53590973 [main] cron 6080 seteuid32: lsaauth failed, try create_token.
5152 53596125 [main] cron 6080 get_user_local_groups: LookupAccountName(BU=
ILTIN\Administratoren), Win32 error 1332
1330 53597455 [main] cron 6080 create_token: 0x1F0 =3D create_token ()
92 53597547 [main] cron 6080 load_registry_hive: User registry hive for =
S-1-5-21-3292306727-3049399099-3658254372-1000 already exists
146 53597693 [main] cron 6080 open_shared: name S-1-5-21-3292306727-30493=
99099-3658254372-1000.1, n 1, shared 0x60FD0000 (wanted 0x60FD0000), h 0xC4
35 53597728 [main] cron 6080 user_shared_create: opening user shared for=
'S-1-5-21-3292306727-3049399099-3658254372-1000' at 0x60FD0000
33 53597761 [main] cron 6080 user_shared_create: user shared version 2E7=
10001
30 53597791 [main] cron 6080 setuid32: real: 1000, effective: 1000
33 53597824 [main] cron 6080 dtable::dup2: dup2 (3, 0)
32 53597856 [main] cron 6080 build_fh_pc: fh 0x6120E9EC
32 53597888 [main] cron 6080 fhandler_base::dup: in fhandler_base dup
42 53597930 [main] cron 6080 fhandler_pipe::dup: res 0
33 53597963 [main] cron 6080 dtable::dup_worker: duped '' old 0x25C, new=
0x1F4
28 53597991 [main] cron 6080 dtable::dup2: newfh->io_handle 0x1F4, oldfh=
->io_handle 0x25C, new win32_name 0x6120EBF4, old win32_name 0x6120E9A4
31 53598022 [main] cron 6080 close: close (0)
27 53598049 [main] cron 6080 fhandler_base::close: closing '/dev/null' h=
andle 0x20
30 53598079 [main] cron 6080 close: 0 =3D close (0)
27 53598106 [main] cron 6080 dtable::dup2: 0 =3D dup2 (3, 0)
28 53598134 [main] cron 6080 close: close (3)
25 53598159 [main] cron 6080 fhandler_base::close: closing '' handle 0x2=
5C
29 53598188 [main] cron 6080 close: 0 =3D close (3)
26 53598214 [main] cron 6080 close: close (4)
27 53598241 [main] cron 6080 fhandler_base::close: closing '' handle 0x2=
58
34 53598275 [main] cron 6080 close: 0 =3D close (4)
30 53598305 [main] cron 6080 find_exec: find_exec (/usr/sbin/sendmail)
27 53598332 [main] cron 6080 perhaps_suffix: prog '/usr/sbin/sendmail'
58 53598390 [main] cron 6080 normalize_posix_path: src /usr/sbin/sendmail
27 53598417 [main] cron 6080 normalize_posix_path: /usr/sbin/sendmail =
=3D normalize_posix_path (/usr/sbin/sendmail)
30 53598447 [main] cron 6080 mount_info::conv_to_win32_path: conv_to_win=
32_path (/usr/sbin/sendmail)
41 53598488 [main] cron 6080 set_flags: flags: binary (0x2)
27 53598515 [main] cron 6080 mount_info::conv_to_win32_path: src_path /u=
sr/sbin/sendmail, dst C:\cygwin\usr\sbin\sendmail, flags 0x3000A, rc 0
268 53598783 [main] cron 6080 symlink_info::check: 13 =3D symlink.check (=
C:\cygwin\usr\sbin\sendmail, 0x22B1F8) (0x1)
32 53598815 [main] cron 6080 normalize_posix_path: src /usr/bin/exim
26 53598841 [main] cron 6080 normalize_posix_path: /usr/bin/exim =3D nor=
malize_posix_path (/usr/bin/exim)
27 53598868 [main] cron 6080 mount_info::conv_to_win32_path: conv_to_win=
32_path (/usr/bin/exim)
28 53598896 [main] cron 6080 set_flags: flags: binary (0x2)
27 53598923 [main] cron 6080 mount_info::conv_to_win32_path: src_path /u=
sr/bin/exim, dst C:\cygwin\bin\exim, flags 0x2000A, rc 0
158 53599081 [main] cron 6080 symlink_info::check: 25 =3D symlink.check (=
C:\cygwin\bin\exim, 0x22B1F8) (0x1)
30 53599111 [main] cron 6080 normalize_posix_path: src /usr/bin/exim-4.6=
9-51.exe
29 53599140 [main] cron 6080 normalize_posix_path: /usr/bin/exim-4.69-51=
.exe =3D normalize_posix_path (/usr/bin/exim-4.69-51.exe)
27 53599167 [main] cron 6080 mount_info::conv_to_win32_path: conv_to_win=
32_path (/usr/bin/exim-4.69-51.exe)
29 53599196 [main] cron 6080 set_flags: flags: binary (0x2)
27 53599223 [main] cron 6080 mount_info::conv_to_win32_path: src_path /u=
sr/bin/exim-4.69-51.exe, dst C:\cygwin\bin\exim-4.69-51.exe, flags 0x2000A,=
rc 0
92 53599315 [main] cron 6080 symlink_info::check: not a symlink
49 53599364 [main] cron 6080 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\bin\exim-4.69-51.exe, 0x22B1F8) (0x2000A)
32 53599396 [main] cron 6080 path_conv::check: this->path(C:\cygwin\bin\=
exim-4.69-51.exe), has_acls(1)
28 53599424 [main] cron 6080 perhaps_suffix: buf C:\cygwin\bin\exim-4.69=
-51.exe, suffix found '.exe'
29 53599453 [main] cron 6080 find_exec: /usr/sbin/sendmail =3D find_exec=
(/usr/sbin/sendmail)
31 53599484 [main] cron 6080 spawnve: spawnve (/usr/sbin/sendmail, /usr/=
sbin/sendmail, BF80E0)
32 53599516 [main] cron 6080 spawn_guts: spawn_guts (3, /usr/sbin/sendma=
il)
34 53599550 [main] cron 6080 perhaps_suffix: prog '/usr/sbin/sendmail'
28 53599578 [main] cron 6080 normalize_posix_path: src /usr/sbin/sendmail
27 53599605 [main] cron 6080 normalize_posix_path: /usr/sbin/sendmail =
=3D normalize_posix_path (/usr/sbin/sendmail)
28 53599633 [main] cron 6080 mount_info::conv_to_win32_path: conv_to_win=
32_path (/usr/sbin/sendmail)
28 53599661 [main] cron 6080 set_flags: flags: binary (0x2)
27 53599688 [main] cron 6080 mount_info::conv_to_win32_path: src_path /u=
sr/sbin/sendmail, dst C:\cygwin\usr\sbin\sendmail, flags 0x3000A, rc 0
200 53599888 [main] cron 6080 symlink_info::check: 13 =3D symlink.check (=
C:\cygwin\usr\sbin\sendmail, 0x22A5B8) (0x1)
36 53599924 [main] cron 6080 normalize_posix_path: src /usr/bin/exim
28 53599952 [main] cron 6080 normalize_posix_path: /usr/bin/exim =3D nor=
malize_posix_path (/usr/bin/exim)
28 53599980 [main] cron 6080 mount_info::conv_to_win32_path: conv_to_win=
32_path (/usr/bin/exim)
28 53600008 [main] cron 6080 set_flags: flags: binary (0x2)
27 53600035 [main] cron 6080 mount_info::conv_to_win32_path: src_path /u=
sr/bin/exim, dst C:\cygwin\bin\exim, flags 0x2000A, rc 0
153 53600188 [main] cron 6080 symlink_info::check: 25 =3D symlink.check (=
C:\cygwin\bin\exim, 0x22A5B8) (0x1)
31 53600219 [main] cron 6080 normalize_posix_path: src /usr/bin/exim-4.6=
9-51.exe
27 53600246 [main] cron 6080 normalize_posix_path: /usr/bin/exim-4.69-51=
.exe =3D normalize_posix_path (/usr/bin/exim-4.69-51.exe)
27 53600273 [main] cron 6080 mount_info::conv_to_win32_path: conv_to_win=
32_path (/usr/bin/exim-4.69-51.exe)
27 53600300 [main] cron 6080 set_flags: flags: binary (0x2)
27 53600327 [main] cron 6080 mount_info::conv_to_win32_path: src_path /u=
sr/bin/exim-4.69-51.exe, dst C:\cygwin\bin\exim-4.69-51.exe, flags 0x2000A,=
rc 0
83 53600410 [main] cron 6080 symlink_info::check: not a symlink
46 53600456 [main] cron 6080 symlink_info::check: 0 =3D symlink.check (C=
:\cygwin\bin\exim-4.69-51.exe, 0x22A5B8) (0x2000A)
30 53600486 [main] cron 6080 path_conv::check: this->path(C:\cygwin\bin\=
exim-4.69-51.exe), has_acls(1)
27 53600513 [main] cron 6080 perhaps_suffix: buf C:\cygwin\bin\exim-4.69=
-51.exe, suffix found '.exe'
176 53600689 [main] cron 6080 spawn_guts: priority class 32
1290 53601979 [main] cron 6080 C:\cygwin\usr\sbin\cron.exe: *** fatal erro=
r - could not load user32, Win32 error 1114
77 53602056 [main] cron 6080 sigproc_terminate: entering
31 53602087 [main] cron 6080 sig_send: sendsig 0x154, pid 6080, signal -=
42, its_me 1
38 53602125 [main] cron 6080 sig_send: Not waiting for sigcomplete. its=
_me 1 signal -42
27 53602152 [main] cron 6080 sig_send: returning 0x0 from sending signal=
-42
-23 53602129 [sig] cron 6080 wait_sig: saw __SIGEXIT
74 53602203 [main] cron 6080 proc_terminate: nprocs 0
4 53602207 [sig] cron 6080 wait_sig: signal thread exiting
23 53602230 [main] cron 6080 proc_terminate: leaving
54 53602284 [main] cron 6080 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 156001
43 53602327 [main] cron 6080 __to_clock_t: total 00000000 0000000F
29 53602356 [main] cron 6080 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 0
25 53602381 [main] cron 6080 __to_clock_t: total 00000000 00000000
174 53602555 [main] cron 6080 pinfo::exit: Calling ExitProcess n 0x1, exi=
tcode 0x1
36493 53604368 [proc_waiter] cron 4928 pinfo::maybe_set_exit_code_from_wind=
ows: pid 6080, exit value - old 0x8000001, windows 0xDEADBEEF, cygwin 0x800=
0001
98 53604466 [proc_waiter] cron 4928 sig_send: sendsig 0x12C, pid 4928, s=
ignal 20, its_me 1
37 53604503 [proc_waiter] cron 4928 sig_send: Not waiting for sigcomplet=
e. its_me 1 signal 20
48 53604551 [proc_waiter] cron 4928 sig_send: returning 0x0 from sending=
signal 20
25 53604576 [proc_waiter] cron 4928 proc_waiter: exiting wait thread for=
pid 6080
122 53604698 [sig] cron 4928 sigpacket::process: signal 20 processing
36 53604734 [sig] cron 4928 _cygtls::find_tls: sig 20
30 53604764 [sig] cron 4928 sigpacket::process: default signal 20 ignored
26 53604790 [sig] cron 4928 sigpacket::process: returning 1
27 53604817 [sig] cron 4928 proc_subproc: args: 3, 0
27 53604844 [sig] cron 4928 proc_subproc: looking for processes to reap,=
nprocs 2
25 53604869 [sig] cron 4928 checkstate: nprocs 2
26 53604895 [sig] cron 4928 stopped_or_terminated: considering pid 3128
26 53604921 [sig] cron 4928 stopped_or_terminated: considering pid 6080
33 53604954 [sig] cron 4928 remove_proc: removing procs[1], pid 6080, np=
rocs 2
42 53604996 [sig] cron 4928 checkstate: returning 1
27 53605023 [sig] cron 4928 proc_subproc: released waiting thread
29 53605052 [sig] cron 4928 proc_subproc: finished processing terminated=
/stopped child
36 53605088 [sig] cron 4928 proc_subproc: returning 1
3 53605091 [main] cron 4928 wait4: 0 =3D WaitForSingleObject (...)
55 53605146 [main] cron 4928 wait4: intpid 6080, status 0x22C71C, w->sta=
tus 1, options 0, res 6080
31 53605177 [main] cron 4928 set_signal_mask: oldmask 0x7, newmask 0x0, =
mask_bits 0x7
30 53605207 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
39, its_me 1
31 53605238 [main] cron 4928 sig_send: wakeup 0x278
35 53605273 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x278
4 53605277 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x278
52 53605329 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-39
49 53605378 [main] cron 4928 vsyslog: 6 (%s) %s (%s)
73 53605451 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
34, its_me 1
30 53605481 [main] cron 4928 sig_send: wakeup 0x278
31 53605512 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x278
2 53605514 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x278
52 53605566 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-34
29 53605595 [main] cron 4928 open: open (/dev/null, 0x10601)
33 53605628 [main] cron 4928 normalize_posix_path: src /dev/null
37 53605665 [main] cron 4928 normalize_posix_path: /dev/null =3D normali=
ze_posix_path (/dev/null)
32 53605697 [main] cron 4928 mount_info::conv_to_win32_path: conv_to_win=
32_path (/dev/null)
41 53605738 [main] cron 4928 mount_info::conv_to_win32_path: src_path /d=
ev/null, dst \Device\Null, flags 0x2, rc 0
34 53605772 [main] cron 4928 build_fh_pc: fh 0x6120D98C
31 53605803 [main] cron 4928 fhandler_base::open: (\Device\Null, 0x10601)
44 53605847 [main] cron 4928 fhandler_base::set_flags: flags 0x10601, su=
pplied_bin 0x10000
28 53605875 [main] cron 4928 fhandler_base::set_flags: O_TEXT/O_BINARY s=
et in flags 0x10000
28 53605903 [main] cron 4928 fhandler_base::set_flags: filemode set to b=
inary
27 53605930 [main] cron 4928 fhandler_base::open: 0 =3D NtCreateFile (0x=
278, 40120080, \Device\Null, io, NULL, 0, 7, 5, 4020, NULL, 0)
29 53605959 [main] cron 4928 fhandler_base::open: 1 =3D fhandler_base::o=
pen (\Device\Null, 0x10601)
28 53605987 [main] cron 4928 open: 3 =3D open (/dev/null, 0x10601)
70 53606057 [main] cron 4928 _cygwin_istext_for_stdio: fd 3: opened as b=
inary
246 53606303 [main] cron 4928 writev: writev (3, 0x22BE94, 1)
32 53606335 [main] cron 4928 fhandler_base::write: binary write
30 53606365 [main] cron 4928 writev: 16 =3D write (3, 0x22BE94, 1), errn=
o 9
188 53606553 [main] cron 4928 writev: writev (3, 0x22BE94, 1)
27 53606580 [main] cron 4928 fhandler_base::write: binary write
29 53606609 [main] cron 4928 writev: 10 =3D write (3, 0x22BE94, 1), errn=
o 9
184 53606793 [main] cron 4928 writev: writev (3, 0x22BEB4, 1)
29 53606822 [main] cron 4928 fhandler_base::write: binary write
28 53606850 [main] cron 4928 writev: 66 =3D write (3, 0x22BEB4, 1), errn=
o 9
138 53606988 [main] cron 4928 close: close (3)
26 53607014 [main] cron 4928 fhandler_base::close: closing '/dev/null' h=
andle 0x278
32 53607046 [main] cron 4928 close: 0 =3D close (3)
1205 53608251 [main] cron 4928 close: close (5)
46 53608297 [main] cron 4928 fhandler_base::close: closing '' handle 0x1=
EC
52 53608349 [main] cron 4928 close: 0 =3D close (5)
114 53608463 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
34, its_me 1
33 53608496 [main] cron 4928 sig_send: wakeup 0x13C
36 53608532 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x13C
5 53608537 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x13C
58 53608595 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-34
152 53608747 [main] cron 4928 wait4: calling proc_subproc, pid -1, option=
s 0
36 53608783 [main] cron 4928 proc_subproc: args: 4, 2284308
30 53608813 [main] cron 4928 proc_subproc: wval->pid -1, wval->options 0
37 53608850 [main] cron 4928 checkstate: nprocs 1
33 53608883 [main] cron 4928 stopped_or_terminated: considering pid 3128
31 53608914 [main] cron 4928 remove_proc: removing procs[0], pid 3128, n=
procs 1
62 53608976 [main] cron 4928 checkstate: returning 1
30 53609006 [main] cron 4928 proc_subproc: released waiting thread
28 53609034 [main] cron 4928 proc_subproc: finished processing terminate=
d/stopped child
28 53609062 [main] cron 4928 proc_subproc: returning 1
29 53609091 [main] cron 4928 wait4: 0 =3D WaitForSingleObject (...)
28 53609119 [main] cron 4928 wait4: intpid -1, status 0x22CC04, w->statu=
s 1, options 0, res 3128
29 53609148 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
34, its_me 1
31 53609179 [main] cron 4928 sig_send: wakeup 0x168
35 53609214 [sig] cron 4928 wait_sig: signalling pack.wakeup 0x168
31 53609245 [main] cron 4928 sig_send: Waiting for pack.wakeup 0x168
30 53609275 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-34
27 53609302 [main] cron 4928 wait4: calling proc_subproc, pid -1, option=
s 0
28 53609330 [main] cron 4928 proc_subproc: args: 4, 2284308
28 53609358 [main] cron 4928 proc_subproc: wval->pid -1, wval->options 0
27 53609385 [main] cron 4928 checkstate: nprocs 0
27 53609412 [main] cron 4928 checkstate: no matching terminated children=
found
27 53609439 [main] cron 4928 checkstate: returning 0
28 53609467 [main] cron 4928 proc_subproc: waiting thread found no child=
ren
27 53609494 [main] cron 4928 proc_subproc: finished processing terminate=
d/stopped child
27 53609521 [main] cron 4928 proc_subproc: returning 1
27 53609548 [main] cron 4928 __set_errno: pid_t wait4(int, int*, int, ru=
sage*):89 val 10
27 53609575 [main] cron 4928 wait4: intpid -1, status 0x22CC04, w->statu=
s 0, options 0, res -1
28 53609603 [main] cron 4928 wait4: *** errno 10
29 53609632 [main] cron 4928 do_exit: do_exit (0), exit_state 0
28 53609660 [main] cron 4928 void: 0x0 =3D signal (20, 0x1)
28 53609688 [main] cron 4928 void: 0x401B4C =3D signal (1, 0x1)
28 53609716 [main] cron 4928 void: 0x401B6A =3D signal (2, 0x1)
26 53609742 [main] cron 4928 void: 0x0 =3D signal (3, 0x1)
33 53609775 [main] cron 4928 fhandler_base::close: closing '/dev/null' h=
andle 0x20
32 53609807 [main] cron 4928 fhandler_base::close: closing '/dev/null' h=
andle 0x164
30 53609837 [main] cron 4928 fhandler_base::close: closing '/dev/null' h=
andle 0x144
51 53609888 [main] cron 4928 sigproc_terminate: entering
29 53609917 [main] cron 4928 sig_send: sendsig 0x12C, pid 4928, signal -=
42, its_me 1
33 53609950 [sig] cron 4928 wait_sig: saw __SIGEXIT
32 53609982 [sig] cron 4928 wait_sig: signal thread exiting
102 53610084 [main] cron 4928 sig_send: Not waiting for sigcomplete. its=
_me 1 signal -42
29 53610113 [main] cron 4928 sig_send: returning 0x0 from sending signal=
-42
26 53610139 [main] cron 4928 proc_terminate: nprocs 0
27 53610166 [main] cron 4928 proc_terminate: leaving
28 53610194 [main] cron 4928 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 312002
28 53610222 [main] cron 4928 __to_clock_t: total 00000000 0000001F
26 53610248 [main] cron 4928 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 468003
27 53610275 [main] cron 4928 __to_clock_t: total 00000000 0000002E
50 53610325 [main] cron 4928 pinfo::exit: Calling ExitProcess n 0x0, exi=
tcode 0x0
178012 53612947 [proc_waiter] cron 1584 pinfo::maybe_set_exit_code_from_win=
dows: pid 4928, exit value - old 0x8000000, windows 0xDEADBEEF, cygwin 0x80=
00000
62 53613009 [proc_waiter] cron 1584 sig_send: sendsig 0x124, pid 1584, s=
ignal 20, its_me 1
39 53613048 [proc_waiter] cron 1584 sig_send: Not waiting for sigcomplet=
e. its_me 1 signal 20
31 53613079 [proc_waiter] cron 1584 sig_send: returning 0x0 from sending=
signal 20
1 53613080 [sig] cron 1584 sigpacket::process: signal 20 processing
28 53613108 [proc_waiter] cron 1584 proc_waiter: exiting wait thread for=
pid 4928
25 53613133 [sig] cron 1584 _cygtls::find_tls: sig 20
65 53613198 [sig] cron 1584 sigpacket::process: signal 20, about to call=
0x401B5B
28 53613226 [sig] cron 1584 setup_handler: controlled interrupt. stackpt=
r 0x22DB50, stack 0x22DB4C, stackptr[-1] 0x401AEE
30 53613256 [sig] cron 1584 proc_subproc: args: 3, 1
27 53613283 [sig] cron 1584 proc_subproc: clear waiting threads
26 53613309 [sig] cron 1584 proc_subproc: finished clearing
26 53613335 [sig] cron 1584 proc_subproc: returning 1
27 53613362 [sig] cron 1584 _cygtls::interrupt_setup: armed signal_arriv=
ed 0xD0, sig 20, res 1
26 53613388 [sig] cron 1584 setup_handler: signal 20 delivered
28 53613416 [sig] cron 1584 sigpacket::process: returning 1
28 53613444 [sig] cron 1584 proc_subproc: args: 3, 0
26 53613470 [sig] cron 1584 proc_subproc: looking for processes to reap,=
nprocs 1
27 53613497 [sig] cron 1584 proc_subproc: finished processing terminated=
/stopped child
-49 53613448 [main] cron 1584 reset_signal_arrived: reset signal_arrived
77 53613525 [sig] cron 1584 proc_subproc: returning 1
24 53613549 [main] cron 1584 reset_signal_arrived: stackptr[-1] 0x401AEE
53 53613602 [main] cron 1584 set_process_mask_delta: oldmask 0x0, newmas=
k 0x80000, deltamask 0x80000
31 53613633 [main] cron 1584 set_signal_mask: oldmask 0x80000, newmask 0=
x0, mask_bits 0x80000
30 53613663 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
39, its_me 1
33 53613696 [main] cron 1584 sig_send: wakeup 0x200
33 53613729 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x200
3 53613732 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x200
55 53613787 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-39
32 53613819 [main] cron 1584 __set_errno: int nanosleep(const timespec*,=
timespec*):109 val 4
30 53613849 [main] cron 1584 nanosleep: -1 =3D nanosleep (60000, 59813)
32 53613881 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
34, its_me 1
32 53613913 [main] cron 1584 sig_send: wakeup 0x200
33 53613946 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x200
2 53613948 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x200
52 53614000 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-34
31 53614031 [main] cron 1584 wait4: calling proc_subproc, pid -1, option=
s 1
29 53614060 [main] cron 1584 proc_subproc: args: 4, 2284308
40 53614100 [main] cron 1584 proc_subproc: wval->pid -1, wval->options 1
33 53614133 [main] cron 1584 checkstate: nprocs 1
31 53614164 [main] cron 1584 stopped_or_terminated: considering pid 4928
36 53614200 [main] cron 1584 remove_proc: removing procs[0], pid 4928, n=
procs 1
67 53614267 [main] cron 1584 checkstate: returning 1
35 53614302 [main] cron 1584 proc_subproc: released waiting thread
32 53614334 [main] cron 1584 proc_subproc: finished processing terminate=
d/stopped child
32 53614366 [main] cron 1584 proc_subproc: returning 1
33 53614399 [main] cron 1584 wait4: 0 =3D WaitForSingleObject (...)
30 53614429 [main] cron 1584 wait4: intpid -1, status 0x22CC64, w->statu=
s 0, options 1, res 4928
33 53614462 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
34, its_me 1
34 53614496 [main] cron 1584 sig_send: wakeup 0x1F8
34 53614530 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1F8
3 53614533 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1F8
60 53614593 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-34
34 53614627 [main] cron 1584 wait4: calling proc_subproc, pid -1, option=
s 1
30 53614657 [main] cron 1584 proc_subproc: args: 4, 2284308
34 53614691 [main] cron 1584 proc_subproc: wval->pid -1, wval->options 1
31 53614722 [main] cron 1584 checkstate: nprocs 0
30 53614752 [main] cron 1584 checkstate: no matching terminated children=
found
31 53614783 [main] cron 1584 checkstate: returning 0
31 53614814 [main] cron 1584 proc_subproc: waiting thread found no child=
ren
30 53614844 [main] cron 1584 proc_subproc: finished processing terminate=
d/stopped child
35 53614879 [main] cron 1584 proc_subproc: returning 1
32 53614911 [main] cron 1584 __set_errno: pid_t wait4(int, int*, int, ru=
sage*):89 val 10
32 53614943 [main] cron 1584 wait4: intpid -1, status 0x22CC64, w->statu=
s 0, options 1, res -1
31 53614974 [main] cron 1584 wait4: *** errno 10
32 53615006 [main] cron 1584 time: 1265310181 =3D time (0)
31 53615037 [main] cron 1584 sig_send: sendsig 0x124, pid 1584, signal -=
34, its_me 1
33 53615070 [main] cron 1584 sig_send: wakeup 0x1F8
36 53615106 [main] cron 1584 sig_send: Waiting for pack.wakeup 0x1F8
1 53615107 [sig] cron 1584 wait_sig: signalling pack.wakeup 0x1F8
58 53615165 [main] cron 1584 sig_send: returning 0x0 from sending signal=
-34
34 53615199 [main] cron 1584 nanosleep: nanosleep (60000)
43532264 97147463 [unknown (0x88C)] cron 1584 _cygtls::remove: wait 0x0
215 97147678 [unknown (0x88C)] cron 1584 _cygtls::remove: removed 0x1947C=
E64 element 2
553 97148231 [unknown (0xBD8)] cron 1584 _cygtls::remove: wait 0x0
134 97148365 [unknown (0xBD8)] cron 1584 _cygtls::remove: removed 0x1967C=
E64 element 2
394 97148759 [unknown (0x1098)] cron 1584 _cygtls::remove: wait 0x0
123 97148882 [unknown (0x1098)] cron 1584 _cygtls::remove: removed 0x1927=
CE64 element 1
5066899 102215781 [sig] cron 1584 sigpacket::process: signal 9 processing
96 102215877 [sig] cron 1584 sigpacket::process: signal 9, about to call=
do_exit
66 102215943 [sig] cron 1584 _cygtls::signal_exit: about to call do_exit=
(9)
48 102215991 [sig] cron 1584 do_exit: do_exit (9), exit_state 1
32 102216023 [sig] cron 1584 void: 0x401B5B =3D signal (20, 0x1)
29 102216052 [sig] cron 1584 void: 0x401B4C =3D signal (1, 0x1)
29 102216081 [sig] cron 1584 void: 0x401B6A =3D signal (2, 0x1)
27 102216108 [sig] cron 1584 void: 0x0 =3D signal (3, 0x1)
28 102216136 [sig] cron 1584 fhandler_base::close: closing '/dev/null' h=
andle 0x20
31 102216167 [sig] cron 1584 fhandler_base::close: closing '/dev/null' h=
andle 0x164
31 102216198 [sig] cron 1584 fhandler_base::close: closing '/dev/null' h=
andle 0x144
29 102216227 [sig] cron 1584 fhandler_base::close: closing '/var/run/cro=
n.pid' handle 0xD8
119 102216346 [sig] cron 1584 do_exit: 1584 =3D=3D pgrp 1584, send SIG{HU=
P,CONT} to stopped children
32 102216378 [sig] cron 1584 kill_pgrp: pid 1584, signal -1
2387 102218765 [sig] cron 1584 open_shared: name cygpid.2140, n 2140, shar=
ed 0x560000 (wanted 0x0), h 0xD8
385 102219150 [sig] cron 1584 open_shared: name cygpid.2332, n 2332, shar=
ed 0x560000 (wanted 0x0), h 0xD8
99 102219249 [sig] cron 1584 pinfo::init: execed process windows pid 233=
2, cygwin pid 2288
121 102219370 [sig] cron 1584 open_shared: name cygpid.2288, n 2288, shar=
ed 0x560000 (wanted 0x0), h 0xD8
286 102219656 [sig] cron 1584 open_shared: name cygpid.2656, n 2656, shar=
ed 0x560000 (wanted 0x0), h 0x134
307 102219963 [sig] cron 1584 open_shared: name cygpid.2944, n 2944, shar=
ed 0x570000 (wanted 0x0), h 0x13C
95 102220058 [sig] cron 1584 pinfo::init: execed process windows pid 294=
4, cygwin pid 2824
114 102220172 [sig] cron 1584 open_shared: name cygpid.2824, n 2824, shar=
ed 0x570000 (wanted 0x0), h 0x13C
501 102220673 [sig] cron 1584 open_shared: name cygpid.5196, n 5196, shar=
ed 0xB20000 (wanted 0x0), h 0x20
262 102220935 [sig] cron 1584 open_shared: name cygpid.5688, n 5688, shar=
ed 0xB30000 (wanted 0x0), h 0x1E8
216 102221151 [sig] cron 1584 open_shared: name cygpid.5404, n 5404, shar=
ed 0xB40000 (wanted 0x0), h 0x1EC
160 102221311 [sig] cron 1584 open_shared: name cygpid.5700, n 5700, shar=
ed 0xB50000 (wanted 0x0), h 0x1F0
94 102221405 [sig] cron 1584 pinfo::init: execed process windows pid 570=
0, cygwin pid 4844
114 102221519 [sig] cron 1584 open_shared: name cygpid.4844, n 4844, shar=
ed 0xB50000 (wanted 0x0), h 0x1F0
227 102221746 [sig] cron 1584 open_shared: name cygpid.2888, n 2888, shar=
ed 0xB60000 (wanted 0x0), h 0x218
162 102221908 [sig] cron 1584 open_shared: name cygpid.6040, n 6040, shar=
ed 0xB70000 (wanted 0x0), h 0x220
150 102222058 [sig] cron 1584 open_shared: name cygpid.4880, n 4880, shar=
ed 0xB80000 (wanted 0x0), h 0x228
100 102222158 [sig] cron 1584 pinfo::init: execed process windows pid 488=
0, cygwin pid 6040
115 102222273 [sig] cron 1584 open_shared: name cygpid.6040, n 6040, shar=
ed 0xB80000 (wanted 0x0), h 0x228
249 102222522 [sig] cron 1584 open_shared: name cygpid.2500, n 2500, shar=
ed 0xB80000 (wanted 0x0), h 0x228
133 102222655 [sig] cron 1584 __set_errno: int kill_pgrp(pid_t, siginfo_t=
&):309 val 3
85 102222740 [sig] cron 1584 kill_pgrp: -1 =3D kill (1584, -1)
514 102223254 [sig] cron 1584 sigproc_terminate: entering
83 102223337 [sig] cron 1584 sig_send: my_sendsig 0x124, myself->sendsig=
0x124, exit_state 11
80 102223417 [sig] cron 1584 __set_errno: int sig_send(_pinfo*, siginfo_=
t&, _cygtls*):569 val 11
80 102223497 [sig] cron 1584 sig_send: returning 0x1 from sending signal=
-42
78 102223575 [sig] cron 1584 proc_terminate: nprocs 0
75 102223650 [sig] cron 1584 proc_terminate: leaving
75 102223725 [sig] cron 1584 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 780005
80 102223805 [sig] cron 1584 __to_clock_t: total 00000000 0000004E
80 102223885 [sig] cron 1584 __to_clock_t: dwHighDateTime 0, dwLowDateTi=
me 1404009
78 102223963 [sig] cron 1584 __to_clock_t: total 00000000 0000008C
167 102224130 [sig] cron 1584 pinfo::exit: Calling ExitProcess n 0x9, exi=
tcode 0x9
------=_NextPart_000_0103_01CAAAA0.6F537470
Content-Type: text/plain; charset=us-ascii
--
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
------=_NextPart_000_0103_01CAAAA0.6F537470--
- Raw text -