X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type; q=dns; s=default; b=DnsKyQare1Ebumsu DMM3TpN30Bym6tdtY7pg8otvwtBwdiUbWstlOmR78X8iQi3zveYITzmw/kl0mM2l 2i9gMf8IQkegq0czgYIqBYqq5Ac1OjfqSXC6jvxTnWMgQ3/sL8adVcXLDZkZictS X/mEQeFNLJAh9TS6TqdZ+o89TOY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type; s=default; bh=5SzWmd5SPwaUoQ81zk08pK hfeT8=; b=jjds7IuIz/VKTqH2PlvzwLTfov0ZHksPCYume5imkV7nQO/zSD3vmc ZQqdO3K9ss9kXURnVfia8JCvTCQ1IUXZOpiJQEbHt24jhA3uPCe0aeNxnVDdtBSU LPzUvOocskv3MF4E+1skVPYTK6/WhQjsylmFHKIa2p9JnOh9INV5o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,LOTS_OF_MONEY,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: "D. Boland" Subject: Re: syslog function: Bad file descriptor Date: Tue, 05 Aug 2014 19:43:19 +0200 Lines: 2864 Message-ID: <53E117B7.4C81186A@boland.nl> References: <53E10628 DOT 3C42FD6F AT boland DOT nl> <20140805164842 DOT GA13601 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------4D64EB3B94DF07C9D7F1BDBF" X-IsSubscribed: yes --------------4D64EB3B94DF07C9D7F1BDBF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Corinna Vinschen wrote: > > Hi Daniel, > > On Aug 5 18:28, D. Boland wrote: > > Hi group, > > > > I'm still working on getting Sendmail working for Cygwin. I'm almost done, the devil > > is in the details... > > > > I'm getting the 'Bad file descriptor' system error after building the mail aliases > > database. The building itself is done successful, but logging the event to the > > system log fails with this message. > > > > Somehow the two are connected. The alias database (aliases.db) is built from a plain > > text file (aliases). If I leave the aliases file writable to the sendmail user, I > > find that the error message strings have been put right into the alias text-file: > > > > $ cat /etc/mail/aliases > > <21>sendmail: PID 1848: alias database /etc/mail/aliases rebuilt by smmspsenet: root > > news: root > > webmaster: root > > www: root > > ftp: root > > abuse: root > > noc: root > > security: root > > root: SYSTEM > > <22>sendmail: PID 1848: /etc/mail/aliases: 9 aliases, longest 6 bytes, 82 bytes > > total > > > > If I make the 'aliases' file read-only, then the file is not corrupted, but the > > error occurs. > > I don't see that this has to do with syslog. There's a writev to fd 3, > but you stripped the strace so we don't know what fd 3 is connected to. > Also, syslog writes the output to the Windows event log by default, > unless you have a syslog daemon running, connected to /dev/log. > > So I guess we first have to know what fd 3 is connected to, and then > how to reproduce the issue. > I have the syslogd (inetutils-server package) running as a Windows Service, using cygrunsrv. I attached the complete strace output. The 'syslog' function works fine while running as the cyg_server user, but after a setuid/setgid to the Sendmail 'smmsp' user, it fails. The output is quite large. I put in printf("syslog: %s\n") calls to mark the spots where it happens. Daniel --------------4D64EB3B94DF07C9D7F1BDBF Content-Type: text/plain; charset=us-ascii; name="sendmail_strace.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sendmail_strace.txt" 5 5 [main] sendmail (836) ********************************************** 150 155 [main] sendmail (836) Program name: C:\cygwin\usr\sbin\sendmail.exe (windows pid 836) 41 196 [main] sendmail (836) OS version: Windows NT-5.1 36 232 [main] sendmail (836) ********************************************** 131 363 [main] sendmail (836) sigprocmask: 0 = sigprocmask (0, 0x0, 0x61276808) 232 595 [main] sendmail 836 open_shared: name shared.5, n 5, shared 0x60FF0000 (wanted 0x60FF0000), h 0x79C, *m 6 91 686 [main] sendmail 836 user_heap_info::init: heap base 0x20000000, heap top 0x20000000, heap size 0x18000000 (402653184) 110 796 [main] sendmail 836 open_shared: name S-1-5-21-1659004503-813497703-854245398-1003.1, n 1, shared 0x60FE0000 (wanted 0x60FE0000), h 0x7A0, *m 6 32 828 [main] sendmail 836 user_info::create: opening user shared for 'S-1-5-21-1659004503-813497703-854245398-1003' at 0x60FE0000 31 859 [main] sendmail 836 user_info::create: user shared version AB1FCCE8 58 917 [main] sendmail 836 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-836-sigwait, size 164, mode PIPE_TYPE_MESSAGE 84 1001 [main] sendmail 836 fhandler_pipe::create: pipe read handle 0x788 49 1050 [main] sendmail 836 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-836-sigwait 48 1098 [main] sendmail 836 fhandler_pipe::create: pipe write handle 0x784 36 1134 [main] sendmail 836 dll_crt0_0: finished dll_crt0_0 initialization 592 1726 [sig] sendmail 836 wait_sig: entering ReadFile loop, my_readsig 0x788, my_sendsig 0x784 235 1961 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\src\sendmail-8.14.9, no-keep-rel, no-add-slash) 80 2041 [main] sendmail 836 normalize_win32_path: C:\cygwin\usr\local\src\sendmail-8.14.9 = normalize_win32_path (C:\cygwin\usr\local\src\sendmail-8.14.9) 39 2080 [main] sendmail 836 mount_info::conv_to_posix_path: /usr/local/src/sendmail-8.14.9 = conv_to_posix_path (C:\cygwin\usr\local\src\sendmail-8.14.9) 59 2139 [main] sendmail 836 sigprocmask: 0 = sigprocmask (0, 0x0, 0x200180A8) 203 2342 [main] sendmail 836 _cygwin_istext_for_stdio: fd 0: not open 31 2373 [main] sendmail 836 _cygwin_istext_for_stdio: fd 1: not open 41 2414 [main] sendmail 836 _cygwin_istext_for_stdio: fd 2: not open 109 2523 [main] sendmail (836) open_shared: name cygpid.836, n 836, shared 0x60FD0000 (wanted 0x60FD0000), h 0x760, *m 2 39 2562 [main] ? (836) time: 1407259298 = time(0x0) 31 2593 [main] sendmail 836 pinfo::thisproc: myself dwProcessId 836 360 2953 [main] sendmail 836 environ_init: GetEnvironmentStrings returned 0x10000 59 3012 [main] sendmail 836 environ_init: 0x20028290: !::=::\ 58 3070 [main] sendmail 836 environ_init: 0x200282A0: ALLUSERSPROFILE=C:\Documents and Settings\All Users 54 3124 [main] sendmail 836 environ_init: 0x200282E0: APPDATA=C:\Documents and Settings\daniel\Application Data 53 3177 [main] sendmail 836 environ_init: 0x20028320: CLIENTNAME=Console 52 3229 [main] sendmail 836 environ_init: 0x20028338: COMMONPROGRAMFILES=C:\Program Files\Common Files 52 3281 [main] sendmail 836 environ_init: 0x20028370: COMPUTERNAME=DIMENSION 53 3334 [main] sendmail 836 environ_init: 0x20028390: COMSPEC=C:\WINDOWS\system32\cmd.exe 59 3393 [main] sendmail 836 parse_options: glob (called func) 76 3469 [main] sendmail 836 parse_options: pipe_byte 50 3519 [main] sendmail 836 parse_options: returning 26 3545 [main] sendmail 836 environ_init: 0x200283C0: CYGWIN=noglob pipe_byte 51 3596 [main] sendmail 836 environ_init: 0x20028400: EXECIGNORE=*.dll 49 3645 [main] sendmail 836 environ_init: 0x20028418: FP_NO_HOST_CHECK=NO 52 3697 [main] sendmail 836 getwinenv: can't set native for HOME= since no environ yet 31 3728 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\daniel, no-keep-rel, no-add-slash) 93 3821 [main] sendmail 836 normalize_win32_path: C:\cygwin\home\daniel = normalize_win32_path (C:\cygwin\home\daniel) 31 3852 [main] sendmail 836 mount_info::conv_to_posix_path: /home/daniel = conv_to_posix_path (C:\cygwin\home\daniel) 75 3927 [main] sendmail 836 win_env::add_cache: posix /home/daniel 27 3954 [main] sendmail 836 win_env::add_cache: native HOME=C:\cygwin\home\daniel 26 3980 [main] sendmail 836 posify_maybe: env var converted to HOME=/home/daniel 72 4052 [main] sendmail 836 environ_init: 0x20028490: HOME=/home/daniel 52 4104 [main] sendmail 836 environ_init: 0x20028438: HOMEDRIVE=C: 53 4157 [main] sendmail 836 environ_init: 0x200284A8: HOMEPATH=\Documents and Settings\daniel 52 4209 [main] sendmail 836 environ_init: 0x200284D8: HOSTNAME=dimension 51 4260 [main] sendmail 836 environ_init: 0x200284F0: INFOPATH=/usr/local/info:/usr/share/info:/usr/info 51 4311 [main] sendmail 836 environ_init: 0x20028528: LANG=nl_NL.ISO-8859-1 51 4362 [main] sendmail 836 environ_init: 0x20028548: LC_ALL=nl_NL.ISO-8859-1 69 4431 [main] sendmail 836 environ_init: 0x20028568: LOGONSERVER=\\DIMENSION 52 4483 [main] sendmail 836 environ_init: 0x20028588: NUMBER_OF_PROCESSORS=1 51 4534 [main] sendmail 836 environ_init: 0x200285A8: OLDPWD=/usr/local/src/sendmail-8.14.9/sendmail/suexec 56 4590 [main] sendmail 836 environ_init: 0x200285E8: ORIGINAL_PATH=/cygdrive/c/ffmpeg:/cygdrive/j/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem 52 4642 [main] sendmail 836 environ_init: 0x20028678: OS=Windows_NT 53 4695 [main] sendmail 836 getwinenv: can't set native for PATH= since no environ yet 64 4759 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash) 28 4787 [main] sendmail 836 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin) 27 4814 [main] sendmail 836 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin) 28 4842 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash) 27 4869 [main] sendmail 836 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin) 27 4896 [main] sendmail 836 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin) 27 4923 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ffmpeg, keep-rel, no-add-slash) 27 4950 [main] sendmail 836 normalize_win32_path: C:\ffmpeg = normalize_win32_path (C:\ffmpeg) 28 4978 [main] sendmail 836 mount_info::conv_to_posix_path: /cygdrive/c/ffmpeg = conv_to_posix_path (C:\ffmpeg) 27 5005 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (J:\bin, keep-rel, no-add-slash) 27 5032 [main] sendmail 836 normalize_win32_path: J:\bin = normalize_win32_path (J:\bin) 27 5059 [main] sendmail 836 mount_info::conv_to_posix_path: /cygdrive/j/bin = conv_to_posix_path (J:\bin) 28 5087 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash) 27 5114 [main] sendmail 836 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32) 27 5141 [main] sendmail 836 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32) 28 5169 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash) 27 5196 [main] sendmail 836 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS) 27 5223 [main] sendmail 836 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS) 27 5250 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, keep-rel, no-add-slash) 67 5317 [main] sendmail 836 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem) 30 5347 [main] sendmail 836 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem) 94 5441 [main] sendmail 836 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/ffmpeg:/cygdrive/j/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem 28 5469 [main] sendmail 836 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\ffmpeg;J:\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem 28 5497 [main] sendmail 836 posify_maybe: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/ffmpeg:/cygdrive/j/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem 73 5570 [main] sendmail 836 environ_init: 0x20038828: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/ffmpeg:/cygdrive/j/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem 56 5626 [main] sendmail 836 environ_init: 0x20028690: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH 56 5682 [main] sendmail 836 environ_init: 0x200286D0: PRINTER=\\aptiva\DESKJET 53 5735 [main] sendmail 836 environ_init: 0x200286F0: PROCESSOR_ARCHITECTURE=x86 55 5790 [main] sendmail 836 environ_init: 0x200388C0: PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel 54 5844 [main] sendmail 836 environ_init: 0x20038910: PROCESSOR_LEVEL=15 56 5900 [main] sendmail 836 environ_init: 0x20038928: PROCESSOR_REVISION=0209 55 5955 [main] sendmail 836 environ_init: 0x20038948: PROFILEREAD=true 55 6010 [main] sendmail 836 environ_init: 0x20038960: PROGRAMFILES=C:\Program Files 57 6067 [main] sendmail 836 environ_init: 0x20038988: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ 56 6123 [main] sendmail 836 environ_init: 0x200389D0: PWD=/usr/local/src/sendmail-8.14.9 52 6175 [main] sendmail 836 environ_init: 0x200389F8: SESSIONNAME=Console 52 6227 [main] sendmail 836 environ_init: 0x20038A18: SHELL=/bin/bash 52 6279 [main] sendmail 836 environ_init: 0x20038A30: SHLVL=1 51 6330 [main] sendmail 836 environ_init: 0x20038A40: SYSTEMDRIVE=C: 52 6382 [main] sendmail 836 environ_init: 0x20038A58: SYSTEMROOT=C:\WINDOWS 64 6446 [main] sendmail 836 getwinenv: can't set native for TEMP= since no environ yet 29 6475 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash) 26 6501 [main] sendmail 836 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp) 121 6622 [main] sendmail 836 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp) 75 6697 [main] sendmail 836 win_env::add_cache: posix /tmp 26 6723 [main] sendmail 836 win_env::add_cache: native TEMP=C:\cygwin\tmp 26 6749 [main] sendmail 836 posify_maybe: env var converted to TEMP=/tmp 72 6821 [main] sendmail 836 environ_init: 0x20038AB8: TEMP=/tmp 52 6873 [main] sendmail 836 environ_init: 0x20038A78: TERM=xterm 52 6925 [main] sendmail 836 getwinenv: can't set native for TMP= since no environ yet 26 6951 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash) 27 6978 [main] sendmail 836 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp) 28 7006 [main] sendmail 836 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp) 72 7078 [main] sendmail 836 win_env::add_cache: posix /tmp 26 7104 [main] sendmail 836 win_env::add_cache: native TMP=C:\cygwin\tmp 27 7131 [main] sendmail 836 posify_maybe: env var converted to TMP=/tmp 71 7202 [main] sendmail 836 environ_init: 0x20038B08: TMP=/tmp 52 7254 [main] sendmail 836 environ_init: 0x20038AC8: TZ=Europe/Berlin 50 7304 [main] sendmail 836 environ_init: 0x20038B18: USER=daniel 58 7362 [main] sendmail 836 environ_init: 0x20038B30: USERDOMAIN=DIMENSION 70 7432 [main] sendmail 836 environ_init: 0x20038B50: USERNAME=daniel 53 7485 [main] sendmail 836 environ_init: 0x20038B68: USERPROFILE=C:\Documents and Settings\daniel 65 7550 [main] sendmail 836 environ_init: 0x20038BA0: WINDIR=C:\WINDOWS 51 7601 [main] sendmail 836 environ_init: 0x20038BB8: _=/usr/bin/strace 35 7636 [main] sendmail 836 pinfo_init: Set nice to 0 27 7663 [main] sendmail 836 pinfo_init: pid 836, pgid 836, process_state 0x41 26 7689 [main] sendmail 836 App version: 1007.30, api: 0.272 27 7716 [main] sendmail 836 DLL version: 1007.30, api: 0.272 26 7742 [main] sendmail 836 DLL build: 2014-05-23 10:36 31 7773 [main] sendmail 836 dtable::extend: size 32, fds 0x612AD23C 282 8055 [main] sendmail 836 pwdgrp::load: \etc\passwd curr_lines 16 35 8090 [main] sendmail 836 pwdgrp::load: \etc\passwd load succeeded 249 8339 [main] sendmail 836 pwdgrp::load: \etc\group curr_lines 15 33 8372 [main] sendmail 836 pwdgrp::load: \etc\group load succeeded 30 8402 [main] sendmail 836 cygheap_user::ontherange: what 2, pw 0x20039340 51 8453 [main] sendmail 836 cygheap_user::ontherange: HOME is already in the environment /home/daniel 284 8737 [main] sendmail 836 __get_lcid_from_locale: LCID=0x0413 93 8830 [main] sendmail 836 internal_setlocale: Cygwin charset changed from UTF-8 to ISO-8859-1 63 8893 [main] sendmail 836 build_argv: argv[0] = 'C:\cygwin\usr\sbin\sendmail' 27 8920 [main] sendmail 836 build_argv: argv[1] = '-bi' 26 8946 [main] sendmail 836 build_argv: argc 2 60 9006 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\sbin\sendmail, keep-rel, no-add-slash) 28 9034 [main] sendmail 836 normalize_win32_path: C:\cygwin\usr\sbin\sendmail = normalize_win32_path (C:\cygwin\usr\sbin\sendmail) 28 9062 [main] sendmail 836 mount_info::conv_to_posix_path: /usr/sbin/sendmail = conv_to_posix_path (C:\cygwin\usr\sbin\sendmail) 166 9228 [main] sendmail 836 build_fh_pc: created an archetype (0x612AD58C) for /dev/pty0(136/0) 30 9258 [main] sendmail 836 build_fh_pc: fh 0x612AD344, dev 00880000 38 9296 [main] sendmail 836 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pty0-from-master, size 131072, mode PIPE_TYPE_MESSAGE 75 9371 [main] sendmail 836 fhandler_pipe::create: pipe busy 29 9400 [main] sendmail 836 tty::exists: exists 1 101 9501 [main] sendmail 836 alloc_sd: uid 1003, gid 513, attribute 0x2190 35 9536 [main] sendmail 836 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 (+) 30 9566 [main] sendmail 836 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-1659004503-813497703-854245398-513 (+) 32 9598 [main] sendmail 836 alloc_sd: ACL-Size: 124 74 9672 [main] sendmail 836 alloc_sd: Created SD-Size: 200 28 9700 [main] sendmail 836 fhandler_pty_slave::open: (440): pty output_mutex (0x75C): waiting -1 ms 32 9732 [main] sendmail 836 fhandler_pty_slave::open: (440): pty output_mutex: acquired 37 9769 [main] sendmail 836 tty::create_inuse: cygtty.slave_alive.0 0x750 32 9801 [main] sendmail 836 fhandler_pty_slave::open: (443): pty output_mutex(0x75C) released 157 9958 [main] sendmail 836 open_shared: name cygpid.1996, n 1996, shared 0x870000 (wanted 0x0), h 0x74C, *m 6 37 9995 [main] sendmail 836 fhandler_pty_slave::open: dup handles directly since I'm the owner 45 10040 [main] sendmail 836 fhandler_pty_slave::open: duplicated from_master 0xE4->0x74C from pty_owner 28 10068 [main] sendmail 836 fhandler_pty_slave::open: duplicated to_master 0xEC->0x744 from pty_owner 47 10115 [main] sendmail 836 fhandler_console::need_invisible: invisible_console 0 37 10152 [main] sendmail 836 fhandler_base::open_with_arch: line 474: /dev/pty0<0x612AD58C> usecount + 1 = 1 97 10249 [main] sendmail 836 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 31 10280 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 10306 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 10333 [main] sendmail 836 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 29 10362 [main] sendmail 836 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x612AD58C 27 10389 [main] sendmail 836 _pinfo::set_ctty: ctty was NULL 26 10415 [main] sendmail 836 _pinfo::set_ctty: line 482: /dev/pty0<0x612AD58C> usecount + 1 = 2 30 10445 [main] sendmail 836 _pinfo::set_ctty: /dev/pty0 ctty, usecount 2 32 10477 [main] sendmail 836 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 836, pid 836, pgid 836, tty->pgid 1444, tty->sid 1620 29 10506 [main] sendmail 836 _pinfo::set_ctty: cygheap->ctty now 0x612AD58C, archetype 0x612AD58C 28 10534 [main] sendmail 836 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2 29 10563 [main] sendmail 836 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 28 10591 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 25 10616 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 10643 [main] sendmail 836 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 30 10673 [main] sendmail 836 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 1620, pid 836, pgid 1444, tty->pgid 1444, tty->sid 1620 29 10702 [main] sendmail 836 _pinfo::set_ctty: cygheap->ctty now 0x612AD58C, archetype 0x612AD58C 28 10730 [main] sendmail 836 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2 19417 30147 [main] sendmail 836 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume1' 193 30340 [main] sendmail 836 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, no-keep-rel, no-add-slash) 58 30398 [main] sendmail 836 normalize_win32_path: C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt = normalize_win32_path (C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt) 31 30429 [main] sendmail 836 mount_info::conv_to_posix_path: /usr/local/src/sendmail-8.14.9/sendmail_strace.txt = conv_to_posix_path (C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt) 29 30458 [main] sendmail 836 handle_to_fn: derived path 'C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt', posix '/usr/local/src/sendmail-8.14.9/sendmail_strace.txt' 40 30498 [main] sendmail 836 normalize_posix_path: src /usr/local/src/sendmail-8.14.9/sendmail_strace.txt 28 30526 [main] sendmail 836 normalize_posix_path: /usr/local/src/sendmail-8.14.9/sendmail_strace.txt = normalize_posix_path (/usr/local/src/sendmail-8.14.9/sendmail_strace.txt) 30 30556 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/src/sendmail-8.14.9/sendmail_strace.txt) 34 30590 [main] sendmail 836 set_flags: flags: binary (0x2) 28 30618 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/local/src/sendmail-8.14.9/sendmail_strace.txt, dst C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, flags 0x3000A, rc 0 74 30692 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt) 51 30743 [main] sendmail 836 symlink_info::check: not a symlink 94 30837 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x2299D8) (0x3000A) 37 30874 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt), has_acls(1) 39 30913 [main] sendmail 836 build_fh_pc: fh 0x612AD8BC, dev 000000C3 36 30949 [main] sendmail 836 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0 37 30986 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 31013 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 31040 [main] sendmail 836 fhandler_base::init: created new fhandler_base for handle 0x658, bin 1 86 31126 [main] sendmail 836 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x74C 29 31155 [main] sendmail 836 build_fh_pc: fh 0x612ADAF4, dev 00880000 36 31191 [main] sendmail 836 fhandler_base::open_with_arch: line 494: /dev/pty0<0x612AD58C> usecount + 1 = 3 28 31219 [main] sendmail 836 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 26 31245 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 31272 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 29 31301 [main] sendmail 836 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 32 31333 [main] sendmail 836 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 1620, pid 836, pgid 1444, tty->pgid 1444, tty->sid 1620 30 31363 [main] sendmail 836 _pinfo::set_ctty: cygheap->ctty now 0x612AD58C, archetype 0x612AD58C 27 31390 [main] sendmail 836 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3 31 31421 [main] sendmail 836 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 26 31447 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 31473 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 52 31525 [main] sendmail 836 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 31 31556 [main] sendmail 836 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 1620, pid 836, pgid 1444, tty->pgid 1444, tty->sid 1620 30 31586 [main] sendmail 836 _pinfo::set_ctty: cygheap->ctty now 0x612AD58C, archetype 0x612AD58C 26 31612 [main] sendmail 836 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3 320 31932 [main] sendmail 836 __set_errno: void dll_crt0_1(void*):999 setting errno 0 391 32323 [main] sendmail 836 stat64: entering 32 32355 [main] sendmail 836 normalize_posix_path: src /usr/sbin/sendmail 28 32383 [main] sendmail 836 normalize_posix_path: /usr/sbin/sendmail = normalize_posix_path (/usr/sbin/sendmail) 28 32411 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/sbin/sendmail) 30 32441 [main] sendmail 836 set_flags: flags: binary (0x2) 27 32468 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/sbin/sendmail, dst C:\cygwin\usr\sbin\sendmail, flags 0x3000A, rc 0 74 32542 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\sbin\sendmail) 30 32572 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\sbin\sendmail) 47 32619 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\sbin\sendmail.exe) 41 32660 [main] sendmail 836 symlink_info::check: not a symlink 27 32687 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\sbin\sendmail.exe, 0x227F88) (0x43000A) 30 32717 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\usr\sbin\sendmail.exe), has_acls(1) 39 32756 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 30 32786 [main] sendmail 836 stat_worker: (\??\C:\cygwin\usr\sbin\sendmail.exe, 0x229120, 0x612ADD9C), file_attributes 32 121 32907 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18 30 32937 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 34 32971 [main] sendmail 836 get_info_from_sd: ACL 0x56D, uid 18, gid 1029 52 33023 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\sbin\sendmail.exe, 0x229120) st_size=821297, st_mode=0x856D, st_ino=5910974511026952st_atim=53E112A2.10155580 st_ctim=53E0F2FA.25FDAF00 st_mtim=53E0F2FA.25FDAF00 st_birthtim=53D41CB9.166A3540 51 33074 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\usr\sbin\sendmail.exe,0x229120) 45 33119 [main] sendmail 836 setegid32: new egid: 1029 current: 513 40 33159 [main] sendmail 836 vsyslog: 0x16 %s: Started with r/euid(%d/%d) r/egid(%d/%d) 427 33586 [main] sendmail 836 open: open(/dev/null, 0x10601) 33 33619 [main] sendmail 836 normalize_posix_path: src /dev/null 28 33647 [main] sendmail 836 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null) 27 33674 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null) 32 33706 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /dev/null, dst \Device\Null, flags 0x2, rc 0 42 33748 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 00010003 30 33778 [main] sendmail 836 fhandler_base::open: (\Device\Null, 0x18601) 39 33817 [main] sendmail 836 fhandler_base::set_flags: flags 0x18601, supplied_bin 0x10000 28 33845 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 33872 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 33899 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x740, 0x40120080, \Device\Null, io, NULL, 0x0, 0x7, 0x3, 0x4020, NULL, 0) 28 33927 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\Device\Null, 0x18601) 29 33956 [main] sendmail 836 open: 3 = open(/dev/null, 0x18601) 168 34124 [main] sendmail 836 _cygwin_istext_for_stdio: fd 3: opened as binary 1041 35165 [main] sendmail 836 write: write(3, 0x228940, 59) 30 35195 [main] sendmail 836 write: 59 = write(3, 0x228940, 59) 240 35435 [main] sendmail 836 close: close(3) 37 35472 [main] sendmail 836 fhandler_base::close: closing '/dev/null' handle 0x740 52 35524 [main] sendmail 836 close: 0 = close(3) 252 35776 [main] sendmail 836 normalize_posix_path: src /dev/log 28 35804 [main] sendmail 836 normalize_posix_path: /dev/log = normalize_posix_path (/dev/log) 27 35831 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/log) 31 35862 [main] sendmail 836 set_flags: flags: binary (0x2) 27 35889 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /dev/log, dst C:\cygwin\dev\log, flags 0x3000A, rc 0 58 35947 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\dev\log) 83 36030 [main] sendmail 836 symlink_info::check: not a symlink 36 36066 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\dev\log, 0x227BD8) (0x4003000A) 76 36142 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\dev\log), has_acls(1) 81 36223 [main] sendmail 836 cygwin_socket: socket (1, 2 (flags 0x0), 0) 1852 38075 [main] sendmail 836 wsock_init: res 0 59 38134 [main] sendmail 836 wsock_init: wVersion 514 27 38161 [main] sendmail 836 wsock_init: wHighVersion 514 41 38202 [main] sendmail 836 wsock_init: szDescription WinSock 2.0 28 38230 [main] sendmail 836 wsock_init: szSystemStatus Running 26 38256 [main] sendmail 836 wsock_init: iMaxSockets 0 26 38282 [main] sendmail 836 wsock_init: iMaxUdpDg 0 2226 40508 [main] sendmail 836 build_fh_pc: fh 0x612AE038, dev 001E007A 122 40630 [main] sendmail 836 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 31 40661 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 40688 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 40715 [main] sendmail 836 fdsock: fd 3, name '', soc 0x6FC 47 40762 [main] sendmail 836 cygwin_socket: 3 = socket(1, 2 (flags 0x0), 0) 38 40800 [main] sendmail 836 normalize_posix_path: src /dev/log 28 40828 [main] sendmail 836 normalize_posix_path: /dev/log = normalize_posix_path (/dev/log) 39 40867 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/log) 31 40898 [main] sendmail 836 set_flags: flags: binary (0x2) 28 40926 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /dev/log, dst C:\cygwin\dev\log, flags 0x3000A, rc 0 59 40985 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\dev\log) 70 41055 [main] sendmail 836 symlink_info::check: not a symlink 36 41091 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\dev\log, 0x2279F8) (0x4003000A) 56 41147 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\dev\log), has_acls(1) 3247 44394 [main] sendmail 836 cygwin_connect: 0 = connect(3, 0x228EB2, 110) 982 45376 [main] sendmail 836 fcntl64: fcntl(3, 2, ...) 69 45445 [main] sendmail 836 fhandler_base::set_close_on_exec: set close_on_exec for to 1 30 45475 [main] sendmail 836 fcntl64: 0 = fcntl(3, 2, 0x1) 28 45503 [main] sendmail 836 connect_syslogd: found /dev/log, fd = 3, type = DGRAM 36 45539 [main] sendmail 836 writev: writev(3, 0x2290A0, 2) 132 45671 [main] sendmail 836 writev: 64 = writev(3, 0x2290A0, 2) 50 45721 [main] sendmail 836 time: 1407259298 = time(0x22918C) 32 45753 [main] sendmail 836 getpid: 836 = getpid() 44 45797 [main] sendmail 836 time: 1407259298 = time(0x0) 61 45858 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 45887 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 38 45925 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 52 45977 [main] sendmail 836 stat64: entering 29 46006 [main] sendmail 836 normalize_posix_path: src /dev 27 46033 [main] sendmail 836 normalize_posix_path: /dev = normalize_posix_path (/dev) 27 46060 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/dev) 31 46091 [main] sendmail 836 set_flags: flags: binary (0x2) 27 46118 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /dev, dst C:\cygwin\dev, flags 0x3000A, rc 0 66 46184 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\dev) 41 46225 [main] sendmail 836 symlink_info::check: not a symlink 26 46251 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\dev, 0x227F18) (0x43000A) 39 46290 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C1 29 46319 [main] sendmail 836 stat_worker: (\??\C:\cygwin\dev, 0x61276700, 0x612ADD9C), file_attributes 16 72 46391 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 31 46422 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 46457 [main] sendmail 836 get_info_from_sd: ACL 0x41FD, uid 1003, gid 513 178 46635 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\dev, 0x61276700) st_size=0, st_mode=0x41FD, st_ino=1970324836993560st_atim=53E11276.2F862FC0 st_ctim=53E0E7B8.31162FC0 st_mtim=53E0E7B8.31162FC0 st_birthtim=537E1107.273FA1C0 42 46677 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\dev,0x61276700) 41 46718 [main] sendmail 836 fstat64: 0 = fstat(0, 0x229130) 74 46792 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 46821 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 46857 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 52 46909 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x229130) st_size=32143, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.EE3B800 st_ctim=53E112A2.EE3B800 st_mtim=53E112A2.EE3B800 st_birthtim=53E112A2.EE3B800 103 47012 [main] sendmail 836 fstat64: 0 = fstat(1, 0x229130) 33 47045 [main] sendmail 836 time: 1407259298 = time(0x0) 58 47103 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 47132 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 47166 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 51 47217 [main] sendmail 836 fstat64: 0 = fstat(2, 0x229130) 33 47250 [main] sendmail 836 close: close(3) 92 47342 [main] sendmail 836 fhandler_socket::close: 0 = fhandler_socket::close() 31 47373 [main] sendmail 836 close: 0 = close(3) 28 47401 [main] sendmail 836 close: close(4) 27 47428 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 47461 [main] sendmail 836 close: -1 = close(4), errno 9 27 47488 [main] sendmail 836 close: close(5) 26 47514 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 31 47545 [main] sendmail 836 close: -1 = close(5), errno 9 27 47572 [main] sendmail 836 close: close(6) 27 47599 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 138 47737 [main] sendmail 836 close: -1 = close(6), errno 9 33 47770 [main] sendmail 836 close: close(7) 28 47798 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 47825 [main] sendmail 836 close: -1 = close(7), errno 9 26 47851 [main] sendmail 836 close: close(8) 27 47878 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 47910 [main] sendmail 836 close: -1 = close(8), errno 9 28 47938 [main] sendmail 836 close: close(9) 26 47964 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 47991 [main] sendmail 836 close: -1 = close(9), errno 9 26 48017 [main] sendmail 836 close: close(10) 27 48044 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 48076 [main] sendmail 836 close: -1 = close(10), errno 9 28 48104 [main] sendmail 836 close: close(11) 26 48130 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 48157 [main] sendmail 836 close: -1 = close(11), errno 9 27 48184 [main] sendmail 836 close: close(12) 26 48210 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 48243 [main] sendmail 836 close: -1 = close(12), errno 9 27 48270 [main] sendmail 836 close: close(13) 26 48296 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 48323 [main] sendmail 836 close: -1 = close(13), errno 9 27 48350 [main] sendmail 836 close: close(14) 26 48376 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 48409 [main] sendmail 836 close: -1 = close(14), errno 9 27 48436 [main] sendmail 836 close: close(15) 26 48462 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 48489 [main] sendmail 836 close: -1 = close(15), errno 9 27 48516 [main] sendmail 836 close: close(16) 43 48559 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 48591 [main] sendmail 836 close: -1 = close(16), errno 9 27 48618 [main] sendmail 836 close: close(17) 27 48645 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 48673 [main] sendmail 836 close: -1 = close(17), errno 9 27 48700 [main] sendmail 836 close: close(18) 26 48726 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 41 48767 [main] sendmail 836 close: -1 = close(18), errno 9 26 48793 [main] sendmail 836 close: close(19) 27 48820 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 48847 [main] sendmail 836 close: -1 = close(19), errno 9 27 48874 [main] sendmail 836 close: close(20) 27 48901 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 48933 [main] sendmail 836 close: -1 = close(20), errno 9 26 48959 [main] sendmail 836 close: close(21) 27 48986 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49013 [main] sendmail 836 close: -1 = close(21), errno 9 27 49040 [main] sendmail 836 close: close(22) 27 49067 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 49099 [main] sendmail 836 close: -1 = close(22), errno 9 27 49126 [main] sendmail 836 close: close(23) 27 49153 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49180 [main] sendmail 836 close: -1 = close(23), errno 9 27 49207 [main] sendmail 836 close: close(24) 26 49233 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49260 [main] sendmail 836 close: -1 = close(24), errno 9 27 49287 [main] sendmail 836 close: close(25) 27 49314 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49341 [main] sendmail 836 close: -1 = close(25), errno 9 27 49368 [main] sendmail 836 close: close(26) 26 49394 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 49422 [main] sendmail 836 close: -1 = close(26), errno 9 27 49449 [main] sendmail 836 close: close(27) 27 49476 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 49502 [main] sendmail 836 close: -1 = close(27), errno 9 27 49529 [main] sendmail 836 close: close(28) 54 49583 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 49616 [main] sendmail 836 close: -1 = close(28), errno 9 27 49643 [main] sendmail 836 close: close(29) 27 49670 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49697 [main] sendmail 836 close: -1 = close(29), errno 9 27 49724 [main] sendmail 836 close: close(30) 26 49750 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49777 [main] sendmail 836 close: -1 = close(30), errno 9 27 49804 [main] sendmail 836 close: close(31) 27 49831 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49858 [main] sendmail 836 close: -1 = close(31), errno 9 27 49885 [main] sendmail 836 close: close(32) 26 49911 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 49938 [main] sendmail 836 close: -1 = close(32), errno 9 27 49965 [main] sendmail 836 close: close(33) 26 49991 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50019 [main] sendmail 836 close: -1 = close(33), errno 9 27 50046 [main] sendmail 836 close: close(34) 25 50071 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50099 [main] sendmail 836 close: -1 = close(34), errno 9 27 50126 [main] sendmail 836 close: close(35) 26 50152 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50180 [main] sendmail 836 close: -1 = close(35), errno 9 26 50206 [main] sendmail 836 close: close(36) 31 50237 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50265 [main] sendmail 836 close: -1 = close(36), errno 9 27 50292 [main] sendmail 836 close: close(37) 27 50319 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 50346 [main] sendmail 836 close: -1 = close(37), errno 9 26 50372 [main] sendmail 836 close: close(38) 27 50399 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50427 [main] sendmail 836 close: -1 = close(38), errno 9 27 50454 [main] sendmail 836 close: close(39) 26 50480 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 50507 [main] sendmail 836 close: -1 = close(39), errno 9 26 50533 [main] sendmail 836 close: close(40) 30 50563 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 50595 [main] sendmail 836 close: -1 = close(40), errno 9 28 50623 [main] sendmail 836 close: close(41) 26 50649 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50677 [main] sendmail 836 close: -1 = close(41), errno 9 26 50703 [main] sendmail 836 close: close(42) 27 50730 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 50757 [main] sendmail 836 close: -1 = close(42), errno 9 27 50784 [main] sendmail 836 close: close(43) 27 50811 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 50838 [main] sendmail 836 close: -1 = close(43), errno 9 26 50864 [main] sendmail 836 close: close(44) 26 50890 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 50918 [main] sendmail 836 close: -1 = close(44), errno 9 27 50945 [main] sendmail 836 close: close(45) 26 50971 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 50998 [main] sendmail 836 close: -1 = close(45), errno 9 27 51025 [main] sendmail 836 close: close(46) 26 51051 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 51079 [main] sendmail 836 close: -1 = close(46), errno 9 27 51106 [main] sendmail 836 close: close(47) 26 51132 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51159 [main] sendmail 836 close: -1 = close(47), errno 9 27 51186 [main] sendmail 836 close: close(48) 27 51213 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51240 [main] sendmail 836 close: -1 = close(48), errno 9 27 51267 [main] sendmail 836 close: close(49) 26 51293 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51320 [main] sendmail 836 close: -1 = close(49), errno 9 27 51347 [main] sendmail 836 close: close(50) 26 51373 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 51401 [main] sendmail 836 close: -1 = close(50), errno 9 27 51428 [main] sendmail 836 close: close(51) 26 51454 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51481 [main] sendmail 836 close: -1 = close(51), errno 9 27 51508 [main] sendmail 836 close: close(52) 26 51534 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 36 51570 [main] sendmail 836 close: -1 = close(52), errno 9 27 51597 [main] sendmail 836 close: close(53) 27 51624 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 51650 [main] sendmail 836 close: -1 = close(53), errno 9 32 51682 [main] sendmail 836 close: close(54) 27 51709 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51736 [main] sendmail 836 close: -1 = close(54), errno 9 27 51763 [main] sendmail 836 close: close(55) 26 51789 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51816 [main] sendmail 836 close: -1 = close(55), errno 9 27 51843 [main] sendmail 836 close: close(56) 26 51869 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 51897 [main] sendmail 836 close: -1 = close(56), errno 9 27 51924 [main] sendmail 836 close: close(57) 26 51950 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 51977 [main] sendmail 836 close: -1 = close(57), errno 9 27 52004 [main] sendmail 836 close: close(58) 26 52030 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52058 [main] sendmail 836 close: -1 = close(58), errno 9 27 52085 [main] sendmail 836 close: close(59) 26 52111 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 52138 [main] sendmail 836 close: -1 = close(59), errno 9 27 52165 [main] sendmail 836 close: close(60) 26 52191 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52219 [main] sendmail 836 close: -1 = close(60), errno 9 27 52246 [main] sendmail 836 close: close(61) 25 52271 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52299 [main] sendmail 836 close: -1 = close(61), errno 9 27 52326 [main] sendmail 836 close: close(62) 26 52352 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52380 [main] sendmail 836 close: -1 = close(62), errno 9 26 52406 [main] sendmail 836 close: close(63) 26 52432 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52460 [main] sendmail 836 close: -1 = close(63), errno 9 27 52487 [main] sendmail 836 close: close(64) 26 52513 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52541 [main] sendmail 836 close: -1 = close(64), errno 9 41 52582 [main] sendmail 836 close: close(65) 26 52608 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52636 [main] sendmail 836 close: -1 = close(65), errno 9 27 52663 [main] sendmail 836 close: close(66) 26 52689 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 52722 [main] sendmail 836 close: -1 = close(66), errno 9 27 52749 [main] sendmail 836 close: close(67) 26 52775 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 52803 [main] sendmail 836 close: -1 = close(67), errno 9 27 52830 [main] sendmail 836 close: close(68) 26 52856 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 52883 [main] sendmail 836 close: -1 = close(68), errno 9 26 52909 [main] sendmail 836 close: close(69) 27 52936 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 52963 [main] sendmail 836 close: -1 = close(69), errno 9 27 52990 [main] sendmail 836 close: close(70) 27 53017 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 53043 [main] sendmail 836 close: -1 = close(70), errno 9 27 53070 [main] sendmail 836 close: close(71) 27 53097 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 31 53128 [main] sendmail 836 close: -1 = close(71), errno 9 28 53156 [main] sendmail 836 close: close(72) 26 53182 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53209 [main] sendmail 836 close: -1 = close(72), errno 9 27 53236 [main] sendmail 836 close: close(73) 26 53262 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53289 [main] sendmail 836 close: -1 = close(73), errno 9 27 53316 [main] sendmail 836 close: close(74) 27 53343 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 53369 [main] sendmail 836 close: -1 = close(74), errno 9 27 53396 [main] sendmail 836 close: close(75) 27 53423 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53450 [main] sendmail 836 close: -1 = close(75), errno 9 27 53477 [main] sendmail 836 close: close(76) 26 53503 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53530 [main] sendmail 836 close: -1 = close(76), errno 9 34 53564 [main] sendmail 836 close: close(77) 26 53590 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53617 [main] sendmail 836 close: -1 = close(77), errno 9 27 53644 [main] sendmail 836 close: close(78) 26 53670 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 53703 [main] sendmail 836 close: -1 = close(78), errno 9 28 53731 [main] sendmail 836 close: close(79) 26 53757 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53784 [main] sendmail 836 close: -1 = close(79), errno 9 27 53811 [main] sendmail 836 close: close(80) 26 53837 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 53864 [main] sendmail 836 close: -1 = close(80), errno 9 27 53891 [main] sendmail 836 close: close(81) 27 53918 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 53944 [main] sendmail 836 close: -1 = close(81), errno 9 27 53971 [main] sendmail 836 close: close(82) 26 53997 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 54025 [main] sendmail 836 close: -1 = close(82), errno 9 27 54052 [main] sendmail 836 close: close(83) 26 54078 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 54105 [main] sendmail 836 close: -1 = close(83), errno 9 27 54132 [main] sendmail 836 close: close(84) 26 54158 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 54186 [main] sendmail 836 close: -1 = close(84), errno 9 26 54212 [main] sendmail 836 close: close(85) 27 54239 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 54265 [main] sendmail 836 close: -1 = close(85), errno 9 27 54292 [main] sendmail 836 close: close(86) 27 54319 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 54346 [main] sendmail 836 close: -1 = close(86), errno 9 27 54373 [main] sendmail 836 close: close(87) 26 54399 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 54426 [main] sendmail 836 close: -1 = close(87), errno 9 27 54453 [main] sendmail 836 close: close(88) 26 54479 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 54507 [main] sendmail 836 close: -1 = close(88), errno 9 27 54534 [main] sendmail 836 close: close(89) 33 54567 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 54595 [main] sendmail 836 close: -1 = close(89), errno 9 27 54622 [main] sendmail 836 close: close(90) 26 54648 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 54681 [main] sendmail 836 close: -1 = close(90), errno 9 27 54708 [main] sendmail 836 close: close(91) 27 54735 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 54761 [main] sendmail 836 close: -1 = close(91), errno 9 27 54788 [main] sendmail 836 close: close(92) 26 54814 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 54842 [main] sendmail 836 close: -1 = close(92), errno 9 27 54869 [main] sendmail 836 close: close(93) 26 54895 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 54922 [main] sendmail 836 close: -1 = close(93), errno 9 27 54949 [main] sendmail 836 close: close(94) 26 54975 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 55003 [main] sendmail 836 close: -1 = close(94), errno 9 27 55030 [main] sendmail 836 close: close(95) 26 55056 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 55082 [main] sendmail 836 close: -1 = close(95), errno 9 27 55109 [main] sendmail 836 close: close(96) 27 55136 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 55163 [main] sendmail 836 close: -1 = close(96), errno 9 27 55190 [main] sendmail 836 close: close(97) 27 55217 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 55243 [main] sendmail 836 close: -1 = close(97), errno 9 27 55270 [main] sendmail 836 close: close(98) 27 55297 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 55324 [main] sendmail 836 close: -1 = close(98), errno 9 27 55351 [main] sendmail 836 close: close(99) 26 55377 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 55404 [main] sendmail 836 close: -1 = close(99), errno 9 27 55431 [main] sendmail 836 close: close(100) 26 55457 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 55485 [main] sendmail 836 close: -1 = close(100), errno 9 27 55512 [main] sendmail 836 close: close(101) 26 55538 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 41 55579 [main] sendmail 836 close: -1 = close(101), errno 9 26 55605 [main] sendmail 836 close: close(102) 27 55632 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 55665 [main] sendmail 836 close: -1 = close(102), errno 9 27 55692 [main] sendmail 836 close: close(103) 27 55719 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 55745 [main] sendmail 836 close: -1 = close(103), errno 9 28 55773 [main] sendmail 836 close: close(104) 26 55799 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 55827 [main] sendmail 836 close: -1 = close(104), errno 9 26 55853 [main] sendmail 836 close: close(105) 26 55879 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 55906 [main] sendmail 836 close: -1 = close(105), errno 9 27 55933 [main] sendmail 836 close: close(106) 27 55960 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 55992 [main] sendmail 836 close: -1 = close(106), errno 9 27 56019 [main] sendmail 836 close: close(107) 26 56045 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 56072 [main] sendmail 836 close: -1 = close(107), errno 9 27 56099 [main] sendmail 836 close: close(108) 27 56126 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 56153 [main] sendmail 836 close: -1 = close(108), errno 9 27 56180 [main] sendmail 836 close: close(109) 26 56206 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 56233 [main] sendmail 836 close: -1 = close(109), errno 9 27 56260 [main] sendmail 836 close: close(110) 26 56286 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 56314 [main] sendmail 836 close: -1 = close(110), errno 9 26 56340 [main] sendmail 836 close: close(111) 27 56367 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 56394 [main] sendmail 836 close: -1 = close(111), errno 9 27 56421 [main] sendmail 836 close: close(112) 26 56447 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 56475 [main] sendmail 836 close: -1 = close(112), errno 9 26 56501 [main] sendmail 836 close: close(113) 26 56527 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 56555 [main] sendmail 836 close: -1 = close(113), errno 9 29 56584 [main] sendmail 836 close: close(114) 27 56611 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 56644 [main] sendmail 836 close: -1 = close(114), errno 9 27 56671 [main] sendmail 836 close: close(115) 26 56697 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 56724 [main] sendmail 836 close: -1 = close(115), errno 9 27 56751 [main] sendmail 836 close: close(116) 26 56777 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 56805 [main] sendmail 836 close: -1 = close(116), errno 9 27 56832 [main] sendmail 836 close: close(117) 26 56858 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 56885 [main] sendmail 836 close: -1 = close(117), errno 9 27 56912 [main] sendmail 836 close: close(118) 26 56938 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 56966 [main] sendmail 836 close: -1 = close(118), errno 9 26 56992 [main] sendmail 836 close: close(119) 27 57019 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57046 [main] sendmail 836 close: -1 = close(119), errno 9 27 57073 [main] sendmail 836 close: close(120) 27 57100 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57127 [main] sendmail 836 close: -1 = close(120), errno 9 26 57153 [main] sendmail 836 close: close(121) 27 57180 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57207 [main] sendmail 836 close: -1 = close(121), errno 9 27 57234 [main] sendmail 836 close: close(122) 26 57260 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57287 [main] sendmail 836 close: -1 = close(122), errno 9 27 57314 [main] sendmail 836 close: close(123) 26 57340 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 57368 [main] sendmail 836 close: -1 = close(123), errno 9 27 57395 [main] sendmail 836 close: close(124) 31 57426 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57453 [main] sendmail 836 close: -1 = close(124), errno 9 27 57480 [main] sendmail 836 close: close(125) 26 57506 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 57534 [main] sendmail 836 close: -1 = close(125), errno 9 27 57561 [main] sendmail 836 close: close(126) 28 57589 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57616 [main] sendmail 836 close: -1 = close(126), errno 9 27 57643 [main] sendmail 836 close: close(127) 27 57670 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 57696 [main] sendmail 836 close: -1 = close(127), errno 9 27 57723 [main] sendmail 836 close: close(128) 27 57750 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57777 [main] sendmail 836 close: -1 = close(128), errno 9 110 57887 [main] sendmail 836 close: close(129) 31 57918 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 57945 [main] sendmail 836 close: -1 = close(129), errno 9 27 57972 [main] sendmail 836 close: close(130) 27 57999 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 58027 [main] sendmail 836 close: -1 = close(130), errno 9 27 58054 [main] sendmail 836 close: close(131) 25 58079 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 58107 [main] sendmail 836 close: -1 = close(131), errno 9 27 58134 [main] sendmail 836 close: close(132) 26 58160 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 58188 [main] sendmail 836 close: -1 = close(132), errno 9 26 58214 [main] sendmail 836 close: close(133) 27 58241 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 58268 [main] sendmail 836 close: -1 = close(133), errno 9 27 58295 [main] sendmail 836 close: close(134) 27 58322 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 58349 [main] sendmail 836 close: -1 = close(134), errno 9 26 58375 [main] sendmail 836 close: close(135) 27 58402 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 58429 [main] sendmail 836 close: -1 = close(135), errno 9 27 58456 [main] sendmail 836 close: close(136) 27 58483 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 58509 [main] sendmail 836 close: -1 = close(136), errno 9 28 58537 [main] sendmail 836 close: close(137) 26 58563 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 82 58645 [main] sendmail 836 close: -1 = close(137), errno 9 27 58672 [main] sendmail 836 close: close(138) 27 58699 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 44 58743 [main] sendmail 836 close: -1 = close(138), errno 9 29 58772 [main] sendmail 836 close: close(139) 26 58798 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 58825 [main] sendmail 836 close: -1 = close(139), errno 9 26 58851 [main] sendmail 836 close: close(140) 27 58878 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 37 58915 [main] sendmail 836 close: -1 = close(140), errno 9 28 58943 [main] sendmail 836 close: close(141) 26 58969 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 87 59056 [main] sendmail 836 close: -1 = close(141), errno 9 29 59085 [main] sendmail 836 close: close(142) 27 59112 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 39 59151 [main] sendmail 836 close: -1 = close(142), errno 9 28 59179 [main] sendmail 836 close: close(143) 27 59206 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 59233 [main] sendmail 836 close: -1 = close(143), errno 9 27 59260 [main] sendmail 836 close: close(144) 26 59286 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 37 59323 [main] sendmail 836 close: -1 = close(144), errno 9 27 59350 [main] sendmail 836 close: close(145) 27 59377 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 59404 [main] sendmail 836 close: -1 = close(145), errno 9 27 59431 [main] sendmail 836 close: close(146) 25 59456 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 37 59493 [main] sendmail 836 close: -1 = close(146), errno 9 28 59521 [main] sendmail 836 close: close(147) 26 59547 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 59580 [main] sendmail 836 close: -1 = close(147), errno 9 27 59607 [main] sendmail 836 close: close(148) 25 59632 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 37 59669 [main] sendmail 836 close: -1 = close(148), errno 9 27 59696 [main] sendmail 836 close: close(149) 27 59723 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 59750 [main] sendmail 836 close: -1 = close(149), errno 9 27 59777 [main] sendmail 836 close: close(150) 26 59803 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 125 59928 [main] sendmail 836 close: -1 = close(150), errno 9 31 59959 [main] sendmail 836 close: close(151) 81 60040 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60067 [main] sendmail 836 close: -1 = close(151), errno 9 27 60094 [main] sendmail 836 close: close(152) 27 60121 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 40 60161 [main] sendmail 836 close: -1 = close(152), errno 9 28 60189 [main] sendmail 836 close: close(153) 27 60216 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60243 [main] sendmail 836 close: -1 = close(153), errno 9 26 60269 [main] sendmail 836 close: close(154) 27 60296 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60323 [main] sendmail 836 close: -1 = close(154), errno 9 27 60350 [main] sendmail 836 close: close(155) 27 60377 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60404 [main] sendmail 836 close: -1 = close(155), errno 9 26 60430 [main] sendmail 836 close: close(156) 27 60457 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60484 [main] sendmail 836 close: -1 = close(156), errno 9 27 60511 [main] sendmail 836 close: close(157) 27 60538 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 60564 [main] sendmail 836 close: -1 = close(157), errno 9 41 60605 [main] sendmail 836 close: close(158) 26 60631 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 37 60668 [main] sendmail 836 close: -1 = close(158), errno 9 27 60695 [main] sendmail 836 close: close(159) 34 60729 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60756 [main] sendmail 836 close: -1 = close(159), errno 9 26 60782 [main] sendmail 836 close: close(160) 27 60809 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 60837 [main] sendmail 836 close: -1 = close(160), errno 9 27 60864 [main] sendmail 836 close: close(161) 26 60890 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 60917 [main] sendmail 836 close: -1 = close(161), errno 9 27 60944 [main] sendmail 836 close: close(162) 26 60970 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 60998 [main] sendmail 836 close: -1 = close(162), errno 9 27 61025 [main] sendmail 836 close: close(163) 26 61051 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61078 [main] sendmail 836 close: -1 = close(163), errno 9 27 61105 [main] sendmail 836 close: close(164) 27 61132 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61159 [main] sendmail 836 close: -1 = close(164), errno 9 26 61185 [main] sendmail 836 close: close(165) 27 61212 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61239 [main] sendmail 836 close: -1 = close(165), errno 9 27 61266 [main] sendmail 836 close: close(166) 27 61293 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61320 [main] sendmail 836 close: -1 = close(166), errno 9 26 61346 [main] sendmail 836 close: close(167) 27 61373 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61400 [main] sendmail 836 close: -1 = close(167), errno 9 27 61427 [main] sendmail 836 close: close(168) 27 61454 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61481 [main] sendmail 836 close: -1 = close(168), errno 9 27 61508 [main] sendmail 836 close: close(169) 26 61534 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 61562 [main] sendmail 836 close: -1 = close(169), errno 9 39 61601 [main] sendmail 836 close: close(170) 27 61628 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 61656 [main] sendmail 836 close: -1 = close(170), errno 9 26 61682 [main] sendmail 836 close: close(171) 26 61708 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 61736 [main] sendmail 836 close: -1 = close(171), errno 9 27 61763 [main] sendmail 836 close: close(172) 26 61789 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 61817 [main] sendmail 836 close: -1 = close(172), errno 9 26 61843 [main] sendmail 836 close: close(173) 26 61869 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 61897 [main] sendmail 836 close: -1 = close(173), errno 9 27 61924 [main] sendmail 836 close: close(174) 26 61950 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 61977 [main] sendmail 836 close: -1 = close(174), errno 9 27 62004 [main] sendmail 836 close: close(175) 26 62030 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 62058 [main] sendmail 836 close: -1 = close(175), errno 9 27 62085 [main] sendmail 836 close: close(176) 27 62112 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 31 62143 [main] sendmail 836 close: -1 = close(176), errno 9 27 62170 [main] sendmail 836 close: close(177) 27 62197 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 62224 [main] sendmail 836 close: -1 = close(177), errno 9 27 62251 [main] sendmail 836 close: close(178) 27 62278 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 62304 [main] sendmail 836 close: -1 = close(178), errno 9 27 62331 [main] sendmail 836 close: close(179) 27 62358 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 62385 [main] sendmail 836 close: -1 = close(179), errno 9 27 62412 [main] sendmail 836 close: close(180) 26 62438 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 62466 [main] sendmail 836 close: -1 = close(180), errno 9 27 62493 [main] sendmail 836 close: close(181) 26 62519 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 62547 [main] sendmail 836 close: -1 = close(181), errno 9 26 62573 [main] sendmail 836 close: close(182) 39 62612 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 34 62646 [main] sendmail 836 close: -1 = close(182), errno 9 27 62673 [main] sendmail 836 close: close(183) 27 62700 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 62727 [main] sendmail 836 close: -1 = close(183), errno 9 27 62754 [main] sendmail 836 close: close(184) 26 62780 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 62807 [main] sendmail 836 close: -1 = close(184), errno 9 27 62834 [main] sendmail 836 close: close(185) 27 62861 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 62888 [main] sendmail 836 close: -1 = close(185), errno 9 26 62914 [main] sendmail 836 close: close(186) 26 62940 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 62968 [main] sendmail 836 close: -1 = close(186), errno 9 27 62995 [main] sendmail 836 close: close(187) 26 63021 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 63049 [main] sendmail 836 close: -1 = close(187), errno 9 26 63075 [main] sendmail 836 close: close(188) 26 63101 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 63129 [main] sendmail 836 close: -1 = close(188), errno 9 27 63156 [main] sendmail 836 close: close(189) 26 63182 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 63209 [main] sendmail 836 close: -1 = close(189), errno 9 27 63236 [main] sendmail 836 close: close(190) 26 63262 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 63289 [main] sendmail 836 close: -1 = close(190), errno 9 27 63316 [main] sendmail 836 close: close(191) 27 63343 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 63370 [main] sendmail 836 close: -1 = close(191), errno 9 26 63396 [main] sendmail 836 close: close(192) 26 63422 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 63450 [main] sendmail 836 close: -1 = close(192), errno 9 27 63477 [main] sendmail 836 close: close(193) 26 63503 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 63530 [main] sendmail 836 close: -1 = close(193), errno 9 27 63557 [main] sendmail 836 close: close(194) 49 63606 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 63634 [main] sendmail 836 close: -1 = close(194), errno 9 26 63660 [main] sendmail 836 close: close(195) 27 63687 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 63714 [main] sendmail 836 close: -1 = close(195), errno 9 27 63741 [main] sendmail 836 close: close(196) 27 63768 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 63794 [main] sendmail 836 close: -1 = close(196), errno 9 28 63822 [main] sendmail 836 close: close(197) 26 63848 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 63876 [main] sendmail 836 close: -1 = close(197), errno 9 27 63903 [main] sendmail 836 close: close(198) 26 63929 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 63956 [main] sendmail 836 close: -1 = close(198), errno 9 27 63983 [main] sendmail 836 close: close(199) 26 64009 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 64037 [main] sendmail 836 close: -1 = close(199), errno 9 26 64063 [main] sendmail 836 close: close(200) 27 64090 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64117 [main] sendmail 836 close: -1 = close(200), errno 9 27 64144 [main] sendmail 836 close: close(201) 27 64171 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64198 [main] sendmail 836 close: -1 = close(201), errno 9 26 64224 [main] sendmail 836 close: close(202) 27 64251 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64278 [main] sendmail 836 close: -1 = close(202), errno 9 27 64305 [main] sendmail 836 close: close(203) 27 64332 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 64358 [main] sendmail 836 close: -1 = close(203), errno 9 27 64385 [main] sendmail 836 close: close(204) 27 64412 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64439 [main] sendmail 836 close: -1 = close(204), errno 9 27 64466 [main] sendmail 836 close: close(205) 26 64492 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64519 [main] sendmail 836 close: -1 = close(205), errno 9 27 64546 [main] sendmail 836 close: close(206) 26 64572 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 48 64620 [main] sendmail 836 close: -1 = close(206), errno 9 27 64647 [main] sendmail 836 close: close(207) 27 64674 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 64700 [main] sendmail 836 close: -1 = close(207), errno 9 27 64727 [main] sendmail 836 close: close(208) 27 64754 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64781 [main] sendmail 836 close: -1 = close(208), errno 9 27 64808 [main] sendmail 836 close: close(209) 27 64835 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 64861 [main] sendmail 836 close: -1 = close(209), errno 9 27 64888 [main] sendmail 836 close: close(210) 27 64915 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 64942 [main] sendmail 836 close: -1 = close(210), errno 9 27 64969 [main] sendmail 836 close: close(211) 26 64995 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 65027 [main] sendmail 836 close: -1 = close(211), errno 9 27 65054 [main] sendmail 836 close: close(212) 26 65080 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 65108 [main] sendmail 836 close: -1 = close(212), errno 9 27 65135 [main] sendmail 836 close: close(213) 26 65161 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65188 [main] sendmail 836 close: -1 = close(213), errno 9 27 65215 [main] sendmail 836 close: close(214) 26 65241 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 65269 [main] sendmail 836 close: -1 = close(214), errno 9 26 65295 [main] sendmail 836 close: close(215) 27 65322 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65349 [main] sendmail 836 close: -1 = close(215), errno 9 27 65376 [main] sendmail 836 close: close(216) 27 65403 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65430 [main] sendmail 836 close: -1 = close(216), errno 9 27 65457 [main] sendmail 836 close: close(217) 26 65483 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 65511 [main] sendmail 836 close: -1 = close(217), errno 9 27 65538 [main] sendmail 836 close: close(218) 26 65564 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 65590 [main] sendmail 836 close: -1 = close(218), errno 9 42 65632 [main] sendmail 836 close: close(219) 26 65658 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65685 [main] sendmail 836 close: -1 = close(219), errno 9 28 65713 [main] sendmail 836 close: close(220) 26 65739 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65766 [main] sendmail 836 close: -1 = close(220), errno 9 27 65793 [main] sendmail 836 close: close(221) 27 65820 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65847 [main] sendmail 836 close: -1 = close(221), errno 9 27 65874 [main] sendmail 836 close: close(222) 26 65900 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 65927 [main] sendmail 836 close: -1 = close(222), errno 9 27 65954 [main] sendmail 836 close: close(223) 27 65981 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 66008 [main] sendmail 836 close: -1 = close(223), errno 9 27 66035 [main] sendmail 836 close: close(224) 27 66062 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 66088 [main] sendmail 836 close: -1 = close(224), errno 9 27 66115 [main] sendmail 836 close: close(225) 27 66142 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 66169 [main] sendmail 836 close: -1 = close(225), errno 9 27 66196 [main] sendmail 836 close: close(226) 26 66222 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 66250 [main] sendmail 836 close: -1 = close(226), errno 9 27 66277 [main] sendmail 836 close: close(227) 26 66303 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 66331 [main] sendmail 836 close: -1 = close(227), errno 9 26 66357 [main] sendmail 836 close: close(228) 26 66383 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 66411 [main] sendmail 836 close: -1 = close(228), errno 9 27 66438 [main] sendmail 836 close: close(229) 31 66469 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 66496 [main] sendmail 836 close: -1 = close(229), errno 9 27 66523 [main] sendmail 836 close: close(230) 27 66550 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 66577 [main] sendmail 836 close: -1 = close(230), errno 9 39 66616 [main] sendmail 836 close: close(231) 27 66643 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 66671 [main] sendmail 836 close: -1 = close(231), errno 9 27 66698 [main] sendmail 836 close: close(232) 26 66724 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 33 66757 [main] sendmail 836 close: -1 = close(232), errno 9 28 66785 [main] sendmail 836 close: close(233) 26 66811 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 66838 [main] sendmail 836 close: -1 = close(233), errno 9 27 66865 [main] sendmail 836 close: close(234) 26 66891 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 66919 [main] sendmail 836 close: -1 = close(234), errno 9 26 66945 [main] sendmail 836 close: close(235) 27 66972 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 66998 [main] sendmail 836 close: -1 = close(235), errno 9 27 67025 [main] sendmail 836 close: close(236) 27 67052 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 67079 [main] sendmail 836 close: -1 = close(236), errno 9 27 67106 [main] sendmail 836 close: close(237) 27 67133 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 67159 [main] sendmail 836 close: -1 = close(237), errno 9 27 67186 [main] sendmail 836 close: close(238) 27 67213 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 67240 [main] sendmail 836 close: -1 = close(238), errno 9 27 67267 [main] sendmail 836 close: close(239) 27 67294 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 67320 [main] sendmail 836 close: -1 = close(239), errno 9 27 67347 [main] sendmail 836 close: close(240) 26 67373 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 67401 [main] sendmail 836 close: -1 = close(240), errno 9 27 67428 [main] sendmail 836 close: close(241) 26 67454 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 67481 [main] sendmail 836 close: -1 = close(241), errno 9 27 67508 [main] sendmail 836 close: close(242) 27 67535 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 67562 [main] sendmail 836 close: -1 = close(242), errno 9 27 67589 [main] sendmail 836 close: close(243) 38 67627 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 67655 [main] sendmail 836 close: -1 = close(243), errno 9 27 67682 [main] sendmail 836 close: close(244) 26 67708 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 67735 [main] sendmail 836 close: -1 = close(244), errno 9 27 67762 [main] sendmail 836 close: close(245) 26 67788 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 67816 [main] sendmail 836 close: -1 = close(245), errno 9 26 67842 [main] sendmail 836 close: close(246) 26 67868 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 32 67900 [main] sendmail 836 close: -1 = close(246), errno 9 27 67927 [main] sendmail 836 close: close(247) 26 67953 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 67981 [main] sendmail 836 close: -1 = close(247), errno 9 26 68007 [main] sendmail 836 close: close(248) 27 68034 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 26 68060 [main] sendmail 836 close: -1 = close(248), errno 9 27 68087 [main] sendmail 836 close: close(249) 27 68114 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 68141 [main] sendmail 836 close: -1 = close(249), errno 9 27 68168 [main] sendmail 836 close: close(250) 26 68194 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 68222 [main] sendmail 836 close: -1 = close(250), errno 9 27 68249 [main] sendmail 836 close: close(251) 26 68275 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 68302 [main] sendmail 836 close: -1 = close(251), errno 9 27 68329 [main] sendmail 836 close: close(252) 26 68355 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 68382 [main] sendmail 836 close: -1 = close(252), errno 9 27 68409 [main] sendmail 836 close: close(253) 27 68436 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 27 68463 [main] sendmail 836 close: -1 = close(253), errno 9 26 68489 [main] sendmail 836 close: close(254) 26 68515 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 28 68543 [main] sendmail 836 close: -1 = close(254), errno 9 27 68570 [main] sendmail 836 close: close(255) 26 68596 [main] sendmail 836 __set_errno: cygheap_fdget::cygheap_fdget(int, bool, bool):493 setting errno 9 48 68644 [main] sendmail 836 close: -1 = close(255), errno 9 28 68672 [main] sendmail 836 openlog: openlog called with (sendmail, 1, 16) 67 68739 [main] sendmail 836 time: 1407259298 = time(0x0) 62 68801 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 68831 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 68868 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 52 68920 [main] sendmail 836 fstat64: 0 = fstat(0, 0x229110) 76 68996 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 69025 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 69058 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 51 69109 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x229110) st_size=92839, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.EE3B800 st_ctim=53E112A2.EE3B800 st_mtim=53E112A2.EE3B800 st_birthtim=53E112A2.EE3B800 35 69144 [main] sendmail 836 fstat64: 0 = fstat(1, 0x229110) 28 69172 [main] sendmail 836 time: 1407259298 = time(0x0) 54 69226 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 69255 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 69288 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 50 69338 [main] sendmail 836 fstat64: 0 = fstat(2, 0x229110) 64 69402 [main] sendmail 836 setgroups32: setgroups32 (1) 37 69439 [main] sendmail 836 sigaction_worker: signal 30, newact 0x229178 (handler 0x4037F0), oa 0x0 29 69468 [main] sendmail 836 sigaction: 0 = sigaction(30, 0x229178, 0x229184) 1252 70720 [main] sendmail 836 normalize_posix_path: src /etc 29 70749 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 29 70778 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 30 70808 [main] sendmail 836 set_flags: flags: binary (0x2) 28 70836 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 65 70901 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 41 70942 [main] sendmail 836 symlink_info::check: not a symlink 37 70979 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x227EC8) (0x3000A) 30 71009 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 412 71421 [main] sendmail 836 time: 1407259298 = time(0x2290EC) 4488 75909 [main] sendmail 836 sigaction_worker: signal 13, newact 0x229178 (handler 0x1), oa 0x0 44 75953 [main] sendmail 836 sigaction: 0 = sigaction(13, 0x229178, 0x229184) 31 75984 [main] sendmail 836 getpid: 836 = getpid() 27 76011 [main] sendmail 836 getppid: 1 = getppid() 222 76233 [main] sendmail 836 open: open(/etc/resolv.conf, 0x0) 30 76263 [main] sendmail 836 normalize_posix_path: src /etc/resolv.conf 27 76290 [main] sendmail 836 normalize_posix_path: /etc/resolv.conf = normalize_posix_path (/etc/resolv.conf) 29 76319 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/resolv.conf) 29 76348 [main] sendmail 836 set_flags: flags: binary (0x2) 28 76376 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/resolv.conf, dst C:\cygwin\etc\resolv.conf, flags 0x3000A, rc 0 75 76451 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\resolv.conf) 32 76483 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\resolv.conf) 46 76529 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\resolv.conf.exe) 30 76559 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\resolv.conf.exe) 46 76605 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\resolv.conf.lnk) 32 76637 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\resolv.conf.lnk) 45 76682 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\resolv.conf.exe.lnk) 103 76785 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\resolv.conf.exe.lnk) 29 76814 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\resolv.conf, 0x226D58) (0x3000A) 29 76843 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 76871 [main] sendmail 836 set_flags: flags: binary (0x2) 27 76898 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 49 76947 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 41 76988 [main] sendmail 836 symlink_info::check: not a symlink 37 77025 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x226D58) (0x3000A) 29 77054 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\resolv.conf), has_acls(1) 36 77090 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 31 77121 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\resolv.conf, 0x108000) 51 77172 [main] sendmail 836 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.30/cygwin-1.7.30-1.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC0000034 -> windows error 2 33 77205 [main] sendmail 836 geterrno_from_win_error: windows error 2 == errno 2 27 77232 [main] sendmail 836 fhandler_base::open: 0xC0000034 = NtCreateFile (0x0, 0x80100000, \??\C:\cygwin\etc\resolv.conf, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 39 77271 [main] sendmail 836 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\etc\resolv.conf, 0x108000) 30 77301 [main] sendmail 836 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\etc\resolv.conf, 0x8000) 31 77332 [main] sendmail 836 open: -1 = open(/etc/resolv.conf, 0x8000), errno 2 739 78071 [main] sendmail 836 getpid: 836 = getpid() 2710 80781 [main] sendmail 836 cygwin_gethostname: name dimension 971 81752 [main] sendmail 836 dup_ent: duping hostent "dimension", 0x25A928 78 81830 [main] sendmail 836 dup_ent: duped hostent "dimension", 0x200436B8 58 81888 [main] sendmail 836 cygwin_gethostbyname: h_name dimension 38 81926 [main] sendmail 836 time: 1407259298 = time(0x22888C) 35 81961 [main] sendmail 836 stat64: entering 30 81991 [main] sendmail 836 normalize_posix_path: src /etc/mail/service.switch 28 82019 [main] sendmail 836 normalize_posix_path: /etc/mail/service.switch = normalize_posix_path (/etc/mail/service.switch) 29 82048 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/service.switch) 30 82078 [main] sendmail 836 set_flags: flags: binary (0x2) 29 82107 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/service.switch, dst C:\cygwin\etc\mail\service.switch, flags 0x3000A, rc 0 69 82176 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch) 32 82208 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch) 46 82254 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.exe) 31 82285 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.exe) 45 82330 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.lnk) 30 82360 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.lnk) 45 82405 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.exe.lnk) 30 82435 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.exe.lnk) 29 82464 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\service.switch, 0x2264F8) (0x43000A) 28 82492 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 28 82520 [main] sendmail 836 set_flags: flags: binary (0x2) 27 82547 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 46 82593 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 75 82668 [main] sendmail 836 symlink_info::check: not a symlink 38 82706 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x2264F8) (0x3000A) 31 82737 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\service.switch), has_acls(1) 30 82767 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 30 82797 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\etc\mail\service.switch,0x2287D0) 35 82832 [main] sendmail 836 lstat64: entering 28 82860 [main] sendmail 836 normalize_posix_path: src / 27 82887 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 28 82915 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 28 82943 [main] sendmail 836 set_flags: flags: binary (0x2) 28 82971 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 49 83020 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 48 83068 [main] sendmail 836 symlink_info::check: not a symlink 27 83095 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x211438) (0x43000A) 29 83124 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 36 83160 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 83189 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x212620, 0x612ADD9C), file_attributes 16 83 83272 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 83301 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 83338 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 53 83391 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x212620) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 37 83428 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x212620) 39 83467 [main] sendmail 836 lstat64: entering 28 83495 [main] sendmail 836 normalize_posix_path: src /etc 27 83522 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 26 83548 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 83576 [main] sendmail 836 set_flags: flags: binary (0x2) 28 83604 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 78 83682 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 37 83719 [main] sendmail 836 symlink_info::check: not a symlink 27 83746 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x211438) (0x43000A) 29 83775 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 32 83807 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 83836 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x212620, 0x612ADD9C), file_attributes 16 69 83905 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 83934 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 83969 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 84021 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x212620) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 36 84057 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x212620) 39 84096 [main] sendmail 836 lstat64: entering 27 84123 [main] sendmail 836 normalize_posix_path: src /etc/mail 27 84150 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 27 84177 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 28 84205 [main] sendmail 836 set_flags: flags: binary (0x2) 27 84232 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 46 84278 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 84315 [main] sendmail 836 symlink_info::check: not a symlink 26 84341 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x211438) (0x43000A) 30 84371 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 31 84402 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 84431 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x212620, 0x612ADD9C), file_attributes 16 68 84499 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 37 84536 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 34 84570 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 84622 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x212620) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 52 84674 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x212620) 58 84732 [main] sendmail 836 getpid: 836 = getpid() 487 85219 [main] sendmail 836 open: open(/etc/whoami, 0x0) 36 85255 [main] sendmail 836 normalize_posix_path: src /etc/whoami 27 85282 [main] sendmail 836 normalize_posix_path: /etc/whoami = normalize_posix_path (/etc/whoami) 28 85310 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/whoami) 30 85340 [main] sendmail 836 set_flags: flags: binary (0x2) 29 85369 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/whoami, dst C:\cygwin\etc\whoami, flags 0x3000A, rc 0 73 85442 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\whoami) 31 85473 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\whoami) 47 85520 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\whoami.exe) 31 85551 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\whoami.exe) 46 85597 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\whoami.lnk) 29 85626 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\whoami.lnk) 49 85675 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\whoami.exe.lnk) 30 85705 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\whoami.exe.lnk) 28 85733 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\whoami, 0x227658) (0x3000A) 29 85762 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 85790 [main] sendmail 836 set_flags: flags: binary (0x2) 27 85817 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 45 85862 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 41 85903 [main] sendmail 836 symlink_info::check: not a symlink 36 85939 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x227658) (0x3000A) 31 85970 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\whoami), has_acls(1) 35 86005 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 32 86037 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\whoami, 0x108000) 47 86084 [main] sendmail 836 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.30/cygwin-1.7.30-1.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC0000034 -> windows error 2 32 86116 [main] sendmail 836 geterrno_from_win_error: windows error 2 == errno 2 27 86143 [main] sendmail 836 fhandler_base::open: 0xC0000034 = NtCreateFile (0x0, 0x80100000, \??\C:\cygwin\etc\whoami, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 86172 [main] sendmail 836 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\etc\whoami, 0x108000) 31 86203 [main] sendmail 836 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\etc\whoami, 0x8000) 31 86234 [main] sendmail 836 open: -1 = open(/etc/whoami, 0x8000), errno 2 28 86262 [main] sendmail 836 open: open(/usr/include/whoami.h, 0x0) 29 86291 [main] sendmail 836 normalize_posix_path: src /usr/include/whoami.h 27 86318 [main] sendmail 836 normalize_posix_path: /usr/include/whoami.h = normalize_posix_path (/usr/include/whoami.h) 37 86355 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/include/whoami.h) 29 86384 [main] sendmail 836 set_flags: flags: binary (0x2) 28 86412 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/include/whoami.h, dst C:\cygwin\usr\include\whoami.h, flags 0x3000A, rc 0 57 86469 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\include\whoami.h) 122 86591 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\include\whoami.h) 55 86646 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\include\whoami.h.exe) 61 86707 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\include\whoami.h.exe) 50 86757 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\include\whoami.h.lnk) 30 86787 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\include\whoami.h.lnk) 47 86834 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\include\whoami.h.exe.lnk) 30 86864 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\include\whoami.h.exe.lnk) 29 86893 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\include\whoami.h, 0x227658) (0x3000A) 29 86922 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/include) 29 86951 [main] sendmail 836 set_flags: flags: binary (0x2) 28 86979 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/include, dst C:\cygwin\usr\include, flags 0x3000A, rc 0 45 87024 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\include) 39 87063 [main] sendmail 836 symlink_info::check: not a symlink 36 87099 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\include, 0x227658) (0x3000A) 30 87129 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\usr\include\whoami.h), has_acls(1) 33 87162 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 31 87193 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\usr\include\whoami.h, 0x108000) 48 87241 [main] sendmail 836 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.30/cygwin-1.7.30-1.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC0000034 -> windows error 2 31 87272 [main] sendmail 836 geterrno_from_win_error: windows error 2 == errno 2 28 87300 [main] sendmail 836 fhandler_base::open: 0xC0000034 = NtCreateFile (0x0, 0x80100000, \??\C:\cygwin\usr\include\whoami.h, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 87329 [main] sendmail 836 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\include\whoami.h, 0x108000) 29 87358 [main] sendmail 836 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\include\whoami.h, 0x8000) 31 87389 [main] sendmail 836 open: -1 = open(/usr/include/whoami.h, 0x8000), errno 2 145 87534 [main] sendmail 836 time: 1407259298 = time(0x22914C) 101 87635 [main] sendmail 836 open: open(/usr/share/zoneinfo/Europe/Berlin, 0x10000) 63 87698 [main] sendmail 836 normalize_posix_path: src /usr/share/zoneinfo/Europe/Berlin 28 87726 [main] sendmail 836 normalize_posix_path: /usr/share/zoneinfo/Europe/Berlin = normalize_posix_path (/usr/share/zoneinfo/Europe/Berlin) 44 87770 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/Europe/Berlin) 29 87799 [main] sendmail 836 set_flags: flags: binary (0x2) 28 87827 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/Europe/Berlin, dst C:\cygwin\usr\share\zoneinfo\Europe\Berlin, flags 0x3000A, rc 0 59 87886 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\zoneinfo\Europe\Berlin) 40 87926 [main] sendmail 836 symlink_info::check: not a symlink 48 87974 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\zoneinfo\Europe\Berlin, 0x224EB8) (0x3000A) 30 88004 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\usr\share\zoneinfo\Europe\Berlin), has_acls(1) 34 88038 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 32 88070 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\usr\share\zoneinfo\Europe\Berlin, 0x118000) 43 88113 [main] sendmail 836 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000 29 88142 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 88169 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 88196 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x6A4, 0x80100000, \??\C:\cygwin\usr\share\zoneinfo\Europe\Berlin, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 30 88226 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\usr\share\zoneinfo\Europe\Berlin, 0x118000) 34 88260 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\zoneinfo\Europe\Berlin, 0x18000) 31 88291 [main] sendmail 836 open: 3 = open(/usr/share/zoneinfo/Europe/Berlin, 0x18000) 28 88319 [main] sendmail 836 read: read(3, 0x20046800, 29000) blocking 53 88372 [main] sendmail 836 fhandler_base::read: returning 2309, binary mode 28 88400 [main] sendmail 836 read: 2309 = read(3, 0x20046800, 29000) 29 88429 [main] sendmail 836 close: close(3) 32 88461 [main] sendmail 836 fhandler_base::close: closing '/usr/share/zoneinfo/Europe/Berlin' handle 0x6A4 34 88495 [main] sendmail 836 close: 0 = close(3) 138 88633 [main] sendmail 836 open: open(/usr/share/zoneinfo/GMT, 0x10000) 31 88664 [main] sendmail 836 normalize_posix_path: src /usr/share/zoneinfo/GMT 30 88694 [main] sendmail 836 normalize_posix_path: /usr/share/zoneinfo/GMT = normalize_posix_path (/usr/share/zoneinfo/GMT) 28 88722 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/GMT) 28 88750 [main] sendmail 836 set_flags: flags: binary (0x2) 28 88778 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/GMT, dst C:\cygwin\usr\share\zoneinfo\GMT, flags 0x3000A, rc 0 52 88830 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\zoneinfo\GMT) 39 88869 [main] sendmail 836 symlink_info::check: not a symlink 35 88904 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\zoneinfo\GMT, 0x224EC8) (0x3000A) 30 88934 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\usr\share\zoneinfo\GMT), has_acls(1) 33 88967 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 30 88997 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x118000) 42 89039 [main] sendmail 836 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000 27 89066 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 89093 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 89120 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x6A0, 0x80100000, \??\C:\cygwin\usr\share\zoneinfo\GMT, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 89149 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x118000) 33 89182 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\zoneinfo\GMT, 0x18000) 30 89212 [main] sendmail 836 open: 3 = open(/usr/share/zoneinfo/GMT, 0x18000) 28 89240 [main] sendmail 836 read: read(3, 0x20049720, 29000) blocking 46 89286 [main] sendmail 836 fhandler_base::read: returning 118, binary mode 28 89314 [main] sendmail 836 read: 118 = read(3, 0x20049720, 29000) 27 89341 [main] sendmail 836 close: close(3) 35 89376 [main] sendmail 836 fhandler_base::close: closing '/usr/share/zoneinfo/GMT' handle 0x6A0 35 89411 [main] sendmail 836 close: 0 = close(3) 166 89577 [main] sendmail 836 time: 1407259298 = time(0x0) 60 89637 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 89666 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 43 89709 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 78 89787 [main] sendmail 836 fstat64: 0 = fstat(0, 0x229110) 93 89880 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 89910 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 89944 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 51 89995 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x229110) st_size=119446, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.EE3B800 st_ctim=53E112A2.EE3B800 st_mtim=53E112A2.EE3B800 st_birthtim=53E112A2.EE3B800 35 90030 [main] sendmail 836 fstat64: 0 = fstat(1, 0x229110) 29 90059 [main] sendmail 836 time: 1407259298 = time(0x0) 54 90113 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 90142 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 90175 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 50 90225 [main] sendmail 836 fstat64: 0 = fstat(2, 0x229110) 34 90259 [main] sendmail 836 stat64: entering 28 90287 [main] sendmail 836 normalize_posix_path: src /etc/mail/sendmail.cf 27 90314 [main] sendmail 836 normalize_posix_path: /etc/mail/sendmail.cf = normalize_posix_path (/etc/mail/sendmail.cf) 28 90342 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/sendmail.cf) 28 90370 [main] sendmail 836 set_flags: flags: binary (0x2) 28 90398 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/sendmail.cf, dst C:\cygwin\etc\mail\sendmail.cf, flags 0x3000A, rc 0 55 90453 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\sendmail.cf) 40 90493 [main] sendmail 836 symlink_info::check: not a symlink 27 90520 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\sendmail.cf, 0x224138) (0x43000A) 28 90548 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\sendmail.cf), has_acls(1) 34 90582 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 90611 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\sendmail.cf, 0x226410, 0x612ADD9C), file_attributes 128 73 90684 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 41 90725 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 90761 [main] sendmail 836 get_info_from_sd: ACL 0x124, uid 1003, gid 513 52 90813 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\sendmail.cf, 0x226410) st_size=41820, st_mode=0x8124, st_ino=12947848928782217st_atim=53E11276.31509C00 st_ctim=53E0ADF3.2EF0DEC0 st_mtim=53E0ADF3.2EF0DEC0 st_birthtim=53D7E6AC.3A015740 37 90850 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\sendmail.cf,0x226410) 44 90894 [main] sendmail 836 lstat64: entering 30 90924 [main] sendmail 836 normalize_posix_path: src / 26 90950 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 28 90978 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 28 91006 [main] sendmail 836 set_flags: flags: binary (0x2) 36 91042 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 49 91091 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 38 91129 [main] sendmail 836 symlink_info::check: not a symlink 26 91155 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x20F078) (0x43000A) 30 91185 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 33 91218 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 91246 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x210260, 0x612ADD9C), file_attributes 16 71 91317 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 91346 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 91382 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 51 91433 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x210260) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 36 91469 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x210260) 39 91508 [main] sendmail 836 lstat64: entering 27 91535 [main] sendmail 836 normalize_posix_path: src /etc 26 91561 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 27 91588 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 91616 [main] sendmail 836 set_flags: flags: binary (0x2) 28 91644 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 49 91693 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 37 91730 [main] sendmail 836 symlink_info::check: not a symlink 26 91756 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x20F078) (0x43000A) 29 91785 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 32 91817 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 91845 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x210260, 0x612ADD9C), file_attributes 16 68 91913 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 91943 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 91977 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 92029 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x210260) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 35 92064 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x210260) 38 92102 [main] sendmail 836 lstat64: entering 28 92130 [main] sendmail 836 normalize_posix_path: src /etc/mail 26 92156 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 26 92182 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 28 92210 [main] sendmail 836 set_flags: flags: binary (0x2) 28 92238 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 46 92284 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 92321 [main] sendmail 836 symlink_info::check: not a symlink 27 92348 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x20F078) (0x43000A) 29 92377 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 31 92408 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 92436 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x210260, 0x612ADD9C), file_attributes 16 77 92513 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 92543 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 34 92577 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 92629 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x210260) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 35 92664 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x210260) 66 92730 [main] sendmail 836 open: open(/etc/mail/sendmail.cf, 0x0) 31 92761 [main] sendmail 836 normalize_posix_path: src /etc/mail/sendmail.cf 27 92788 [main] sendmail 836 normalize_posix_path: /etc/mail/sendmail.cf = normalize_posix_path (/etc/mail/sendmail.cf) 27 92815 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/sendmail.cf) 29 92844 [main] sendmail 836 set_flags: flags: binary (0x2) 26 92870 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/sendmail.cf, dst C:\cygwin\etc\mail\sendmail.cf, flags 0x3000A, rc 0 49 92919 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\sendmail.cf) 38 92957 [main] sendmail 836 symlink_info::check: not a symlink 34 92991 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\sendmail.cf, 0x225098) (0x3000A) 30 93021 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\sendmail.cf), has_acls(1) 33 93054 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 31 93085 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\sendmail.cf, 0x108000) 42 93127 [main] sendmail 836 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 29 93156 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 93183 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x6A0, 0x80100000, \??\C:\cygwin\etc\mail\sendmail.cf, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 93212 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\sendmail.cf, 0x108000) 34 93246 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\sendmail.cf, 0x8000) 30 93276 [main] sendmail 836 open: 3 = open(/etc/mail/sendmail.cf, 0x8000) 70 93346 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 93375 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 93410 [main] sendmail 836 get_info_from_sd: ACL 0x124, uid 1003, gid 513 144 93554 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\sendmail.cf, 0x226380) st_size=41820, st_mode=0x8124, st_ino=12947848928782217st_atim=53E11276.31509C00 st_ctim=53E0ADF3.2EF0DEC0 st_mtim=53E0ADF3.2EF0DEC0 st_birthtim=53D7E6AC.3A015740 36 93590 [main] sendmail 836 fstat64: 0 = fstat(3, 0x226380) 31 93621 [main] sendmail 836 fcntl64: fcntl(3, 3, ...) 27 93648 [main] sendmail 836 fhandler_base::fcntl: GETFL: 0x118000 27 93675 [main] sendmail 836 fcntl64: 1146880 = fcntl(3, 3, 0x0) 86 93761 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 93790 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 93824 [main] sendmail 836 get_info_from_sd: ACL 0x124, uid 1003, gid 513 51 93875 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\sendmail.cf, 0x226530) st_size=41820, st_mode=0x8124, st_ino=12947848928782217st_atim=53E11276.31509C00 st_ctim=53E0ADF3.2EF0DEC0 st_mtim=53E0ADF3.2EF0DEC0 st_birthtim=53D7E6AC.3A015740 100 93975 [main] sendmail 836 fstat64: 0 = fstat(3, 0x226530) 81 94056 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 94085 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 94119 [main] sendmail 836 get_info_from_sd: ACL 0x124, uid 1003, gid 513 51 94170 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\sendmail.cf, 0x226360) st_size=41820, st_mode=0x8124, st_ino=12947848928782217st_atim=53E11276.31509C00 st_ctim=53E0ADF3.2EF0DEC0 st_mtim=53E0ADF3.2EF0DEC0 st_birthtim=53D7E6AC.3A015740 35 94205 [main] sendmail 836 fstat64: 0 = fstat(3, 0x226360) 54 94259 [main] sendmail 836 read: read(3, 0x20049780, 65536) blocking 85 94344 [main] sendmail 836 fhandler_base::read: returning 41820, binary mode 30 94374 [main] sendmail 836 read: 41820 = read(3, 0x20049780, 65536) 157 94531 [main] sendmail 836 stat64: entering 29 94560 [main] sendmail 836 normalize_posix_path: src /etc/mail/local-host-names 28 94588 [main] sendmail 836 normalize_posix_path: /etc/mail/local-host-names = normalize_posix_path (/etc/mail/local-host-names) 28 94616 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/local-host-names) 30 94646 [main] sendmail 836 set_flags: flags: binary (0x2) 28 94674 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/local-host-names, dst C:\cygwin\etc\mail\local-host-names, flags 0x3000A, rc 0 65 94739 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\local-host-names) 41 94780 [main] sendmail 836 symlink_info::check: not a symlink 26 94806 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\local-host-names, 0x224138) (0x43000A) 31 94837 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\local-host-names), has_acls(1) 35 94872 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 94901 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\local-host-names, 0x226410, 0x612AE460), file_attributes 32 120 95021 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18 29 95050 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 31 95081 [main] sendmail 836 get_info_from_sd: ACL 0x1B4, uid 18, gid 1029 52 95133 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\local-host-names, 0x226410) st_size=0, st_mode=0x81B4, st_ino=23080948090292383st_atim=53E0F2FA.1BD7F440 st_ctim=53E0F2FA.1BD7F440 st_mtim=53E0F2FA.1BD7F440 st_birthtim=53D7E220.1F848180 38 95171 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\local-host-names,0x226410) 43 95214 [main] sendmail 836 lstat64: entering 28 95242 [main] sendmail 836 normalize_posix_path: src / 27 95269 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 28 95297 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 28 95325 [main] sendmail 836 set_flags: flags: binary (0x2) 27 95352 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 48 95400 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 37 95437 [main] sendmail 836 symlink_info::check: not a symlink 27 95464 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x20F078) (0x43000A) 29 95493 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 33 95526 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 28 95554 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x210260, 0x612AE460), file_attributes 16 69 95623 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 38 95661 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 68 95729 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 55 95784 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x210260) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 36 95820 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x210260) 39 95859 [main] sendmail 836 lstat64: entering 28 95887 [main] sendmail 836 normalize_posix_path: src /etc 27 95914 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 26 95940 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 95968 [main] sendmail 836 set_flags: flags: binary (0x2) 27 95995 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 49 96044 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 36 96080 [main] sendmail 836 symlink_info::check: not a symlink 27 96107 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x20F078) (0x43000A) 30 96137 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 31 96168 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 96197 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x210260, 0x612AE460), file_attributes 16 68 96265 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 96295 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 96329 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 96381 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x210260) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 36 96417 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x210260) 39 96456 [main] sendmail 836 lstat64: entering 27 96483 [main] sendmail 836 normalize_posix_path: src /etc/mail 27 96510 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 26 96536 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 28 96564 [main] sendmail 836 set_flags: flags: binary (0x2) 28 96592 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 45 96637 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 96674 [main] sendmail 836 symlink_info::check: not a symlink 31 96705 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x20F078) (0x43000A) 28 96733 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 33 96766 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 41 96807 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x210260, 0x612AE460), file_attributes 16 69 96876 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 96905 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 33 96938 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 96990 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x210260) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 36 97026 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x210260) 48 97074 [main] sendmail 836 open: open(/etc/mail/local-host-names, 0x0) 31 97105 [main] sendmail 836 normalize_posix_path: src /etc/mail/local-host-names 28 97133 [main] sendmail 836 normalize_posix_path: /etc/mail/local-host-names = normalize_posix_path (/etc/mail/local-host-names) 28 97161 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/local-host-names) 28 97189 [main] sendmail 836 set_flags: flags: binary (0x2) 28 97217 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/local-host-names, dst C:\cygwin\etc\mail\local-host-names, flags 0x3000A, rc 0 48 97265 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\local-host-names) 37 97302 [main] sendmail 836 symlink_info::check: not a symlink 35 97337 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\local-host-names, 0x225098) (0x3000A) 30 97367 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\local-host-names), has_acls(1) 33 97400 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 32 97432 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\local-host-names, 0x108000) 42 97474 [main] sendmail 836 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 29 97503 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 97530 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x69C, 0x80100000, \??\C:\cygwin\etc\mail\local-host-names, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 30 97560 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\local-host-names, 0x108000) 34 97594 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\local-host-names, 0x8000) 30 97624 [main] sendmail 836 open: 4 = open(/etc/mail/local-host-names, 0x8000) 68 97692 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18 32 97724 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 30 97754 [main] sendmail 836 get_info_from_sd: ACL 0x1B4, uid 18, gid 1029 50 97804 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\local-host-names, 0x226380) st_size=0, st_mode=0x81B4, st_ino=23080948090292383st_atim=53E0F2FA.1BD7F440 st_ctim=53E0F2FA.1BD7F440 st_mtim=53E0F2FA.1BD7F440 st_birthtim=53D7E220.1F848180 36 97840 [main] sendmail 836 fstat64: 0 = fstat(4, 0x226380) 29 97869 [main] sendmail 836 fcntl64: fcntl(4, 3, ...) 28 97897 [main] sendmail 836 fhandler_base::fcntl: GETFL: 0x118000 26 97923 [main] sendmail 836 fcntl64: 1146880 = fcntl(4, 3, 0x0) 65 97988 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18 29 98017 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 30 98047 [main] sendmail 836 get_info_from_sd: ACL 0x1B4, uid 18, gid 1029 50 98097 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\local-host-names, 0x226380) st_size=0, st_mode=0x81B4, st_ino=23080948090292383st_atim=53E0F2FA.1BD7F440 st_ctim=53E0F2FA.1BD7F440 st_mtim=53E0F2FA.1BD7F440 st_birthtim=53D7E220.1F848180 34 98131 [main] sendmail 836 fstat64: 0 = fstat(4, 0x226380) 53 98184 [main] sendmail 836 read: read(4, 0x200597C8, 65536) blocking 33 98217 [main] sendmail 836 fhandler_base::read: returning 0, binary mode 27 98244 [main] sendmail 836 read: 0 = read(4, 0x200597C8, 65536) 30 98274 [main] sendmail 836 close: close(4) 28 98302 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/local-host-names' handle 0x69C 36 98338 [main] sendmail 836 close: 0 = close(4) 576 98914 [main] sendmail 836 stat64: entering 29 98943 [main] sendmail 836 normalize_posix_path: src /etc/mail/relay-domains 36 98979 [main] sendmail 836 normalize_posix_path: /etc/mail/relay-domains = normalize_posix_path (/etc/mail/relay-domains) 28 99007 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/relay-domains) 29 99036 [main] sendmail 836 set_flags: flags: binary (0x2) 27 99063 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/relay-domains, dst C:\cygwin\etc\mail\relay-domains, flags 0x3000A, rc 0 63 99126 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\relay-domains) 31 99157 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\relay-domains) 45 99202 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\relay-domains.exe) 30 99232 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\relay-domains.exe) 45 99277 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\relay-domains.lnk) 30 99307 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\relay-domains.lnk) 45 99352 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\relay-domains.exe.lnk) 30 99382 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\relay-domains.exe.lnk) 28 99410 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\relay-domains, 0x224138) (0x43000A) 29 99439 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 27 99466 [main] sendmail 836 set_flags: flags: binary (0x2) 27 99493 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 44 99537 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 38 99575 [main] sendmail 836 symlink_info::check: not a symlink 35 99610 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x224138) (0x3000A) 30 99640 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\relay-domains), has_acls(1) 28 99668 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 30 99698 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\etc\mail\relay-domains,0x226410) 35 99733 [main] sendmail 836 lstat64: entering 27 99760 [main] sendmail 836 normalize_posix_path: src / 27 99787 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 28 99815 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 117 99932 [main] sendmail 836 set_flags: flags: binary (0x2) 28 99960 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 50 100010 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 37 100047 [main] sendmail 836 symlink_info::check: not a symlink 27 100074 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x20F078) (0x43000A) 29 100103 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 35 100138 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 100167 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x210260, 0x612AE460), file_attributes 16 72 100239 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 100269 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 100306 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 100358 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x210260) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 45 100403 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x210260) 41 100444 [main] sendmail 836 lstat64: entering 28 100472 [main] sendmail 836 normalize_posix_path: src /etc 27 100499 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 27 100526 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 100554 [main] sendmail 836 set_flags: flags: binary (0x2) 27 100581 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 47 100628 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 38 100666 [main] sendmail 836 symlink_info::check: not a symlink 26 100692 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x20F078) (0x43000A) 61 100753 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 33 100786 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 100815 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x210260, 0x612AE460), file_attributes 16 97 100912 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 100941 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 100977 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 101029 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x210260) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 36 101065 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x210260) 41 101106 [main] sendmail 836 lstat64: entering 27 101133 [main] sendmail 836 normalize_posix_path: src /etc/mail 27 101160 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 27 101187 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 28 101215 [main] sendmail 836 set_flags: flags: binary (0x2) 28 101243 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 49 101292 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 101329 [main] sendmail 836 symlink_info::check: not a symlink 26 101355 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x20F078) (0x43000A) 30 101385 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 32 101417 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 101446 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x210260, 0x612AE460), file_attributes 16 68 101514 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 101543 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 34 101577 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 101629 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x210260) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 35 101664 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x210260) 109707 211371 [main] sendmail 836 read: read(3, 0x20049780, 65536) blocking 48 211419 [main] sendmail 836 fhandler_base::read: returning 0, binary mode 27 211446 [main] sendmail 836 read: 0 = read(3, 0x20049780, 65536) 30 211476 [main] sendmail 836 close: close(3) 29 211505 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/sendmail.cf' handle 0x6A0 38 211543 [main] sendmail 836 close: 0 = close(3) 165 211708 [main] sendmail 836 time: 1407259298 = time(0x22541C) 31 211739 [main] sendmail 836 stat64: entering 30 211769 [main] sendmail 836 normalize_posix_path: src /etc/mail/service.switch 27 211796 [main] sendmail 836 normalize_posix_path: /etc/mail/service.switch = normalize_posix_path (/etc/mail/service.switch) 29 211825 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/service.switch) 30 211855 [main] sendmail 836 set_flags: flags: binary (0x2) 28 211883 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/service.switch, dst C:\cygwin\etc\mail\service.switch, flags 0x3000A, rc 0 74 211957 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch) 32 211989 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch) 46 212035 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.exe) 33 212068 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.exe) 45 212113 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.lnk) 29 212142 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.lnk) 46 212188 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.exe.lnk) 30 212218 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.exe.lnk) 28 212246 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\service.switch, 0x223088) (0x43000A) 29 212275 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 27 212302 [main] sendmail 836 set_flags: flags: binary (0x2) 27 212329 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 45 212374 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 42 212416 [main] sendmail 836 symlink_info::check: not a symlink 36 212452 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x223088) (0x3000A) 30 212482 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\service.switch), has_acls(1) 29 212511 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 29 212540 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\etc\mail\service.switch,0x225360) 36 212576 [main] sendmail 836 lstat64: entering 28 212604 [main] sendmail 836 normalize_posix_path: src / 27 212631 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 27 212658 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 28 212686 [main] sendmail 836 set_flags: flags: binary (0x2) 27 212713 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 47 212760 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 37 212797 [main] sendmail 836 symlink_info::check: not a symlink 27 212824 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x20DFC8) (0x43000A) 29 212853 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 35 212888 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 212917 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x20F1B0, 0x612ADD9C), file_attributes 16 126 213043 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 32 213075 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 213112 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 60 213172 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x20F1B0) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 37 213209 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x20F1B0) 40 213249 [main] sendmail 836 lstat64: entering 27 213276 [main] sendmail 836 normalize_posix_path: src /etc 27 213303 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 27 213330 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 213358 [main] sendmail 836 set_flags: flags: binary (0x2) 27 213385 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 49 213434 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 38 213472 [main] sendmail 836 symlink_info::check: not a symlink 26 213498 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x20DFC8) (0x43000A) 29 213527 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 32 213559 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 213587 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x20F1B0, 0x612ADD9C), file_attributes 16 70 213657 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 213686 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 213720 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 213772 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x20F1B0) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 36 213808 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x20F1B0) 38 213846 [main] sendmail 836 lstat64: entering 27 213873 [main] sendmail 836 normalize_posix_path: src /etc/mail 27 213900 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 27 213927 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 27 213954 [main] sendmail 836 set_flags: flags: binary (0x2) 28 213982 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 46 214028 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 36 214064 [main] sendmail 836 symlink_info::check: not a symlink 29 214093 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x20DFC8) (0x43000A) 29 214122 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 32 214154 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 214182 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x20F1B0, 0x612ADD9C), file_attributes 16 69 214251 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 214280 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 34 214314 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 214366 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x20F1B0) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 36 214402 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x20F1B0) 141 214543 [main] sendmail 836 time: 1407259298 = time(0x225C8C) 30 214573 [main] sendmail 836 stat64: entering 29 214602 [main] sendmail 836 normalize_posix_path: src /etc/mail/service.switch 27 214629 [main] sendmail 836 normalize_posix_path: /etc/mail/service.switch = normalize_posix_path (/etc/mail/service.switch) 36 214665 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/service.switch) 29 214694 [main] sendmail 836 set_flags: flags: binary (0x2) 28 214722 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/service.switch, dst C:\cygwin\etc\mail\service.switch, flags 0x3000A, rc 0 59 214781 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch) 31 214812 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch) 46 214858 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.exe) 30 214888 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.exe) 46 214934 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.lnk) 29 214963 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.lnk) 46 215009 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\mail\service.switch.exe.lnk) 30 215039 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\mail\service.switch.exe.lnk) 28 215067 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\service.switch, 0x2238F8) (0x43000A) 33 215100 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 28 215128 [main] sendmail 836 set_flags: flags: binary (0x2) 27 215155 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 43 215198 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 215235 [main] sendmail 836 symlink_info::check: not a symlink 34 215269 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x2238F8) (0x3000A) 30 215299 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\service.switch), has_acls(1) 29 215328 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 29 215357 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\etc\mail\service.switch,0x225BD0) 34 215391 [main] sendmail 836 lstat64: entering 28 215419 [main] sendmail 836 normalize_posix_path: src / 27 215446 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 27 215473 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 28 215501 [main] sendmail 836 set_flags: flags: binary (0x2) 27 215528 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 45 215573 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 35 215608 [main] sendmail 836 symlink_info::check: not a symlink 27 215635 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x20E838) (0x43000A) 28 215663 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 34 215697 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 215725 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x20FA20, 0x612ADD9C), file_attributes 16 71 215796 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 215826 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 215862 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 215914 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x20FA20) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 43 215957 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x20FA20) 40 215997 [main] sendmail 836 lstat64: entering 27 216024 [main] sendmail 836 normalize_posix_path: src /etc 26 216050 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 229 216279 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 86 216365 [main] sendmail 836 set_flags: flags: binary (0x2) 29 216394 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 99 216493 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 42 216535 [main] sendmail 836 symlink_info::check: not a symlink 27 216562 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x20E838) (0x43000A) 30 216592 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 79 216671 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 30 216701 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x20FA20, 0x612ADD9C), file_attributes 16 75 216776 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 216806 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 216842 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 98 216940 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x20FA20) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 37 216977 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x20FA20) 42 217019 [main] sendmail 836 lstat64: entering 29 217048 [main] sendmail 836 normalize_posix_path: src /etc/mail 27 217075 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 32 217107 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 29 217136 [main] sendmail 836 set_flags: flags: binary (0x2) 27 217163 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 63 217226 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 38 217264 [main] sendmail 836 symlink_info::check: not a symlink 27 217291 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x20E838) (0x43000A) 95 217386 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 35 217421 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 217449 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x20FA20, 0x612ADD9C), file_attributes 16 168 217617 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 32 217649 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 35 217684 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 53 217737 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x20FA20) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 37 217774 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x20FA20) 47 217821 [main] sendmail 836 sigaction_worker: signal 2, newact 0x229178 (handler 0x1), oa 0x0 30 217851 [main] sendmail 836 sigaction: 0 = sigaction(2, 0x229178, 0x229184) 28 217879 [main] sendmail 836 sigaction_worker: signal 2, newact 0x229178 (handler 0x401840), oa 0x1 28 217907 [main] sendmail 836 sigaction: 0 = sigaction(2, 0x229178, 0x229184) 27 217934 [main] sendmail 836 sigaction_worker: signal 15, newact 0x229178 (handler 0x401840), oa 0x0 39 217973 [main] sendmail 836 sigaction: 0 = sigaction(15, 0x229178, 0x229184) 83 218056 [main] sendmail 836 open: open(/usr/share/zoneinfo/posixrules, 0x10000) 56 218112 [main] sendmail 836 normalize_posix_path: src /usr/share/zoneinfo/posixrules 29 218141 [main] sendmail 836 normalize_posix_path: /usr/share/zoneinfo/posixrules = normalize_posix_path (/usr/share/zoneinfo/posixrules) 29 218170 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/posixrules) 30 218200 [main] sendmail 836 set_flags: flags: binary (0x2) 28 218228 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/posixrules, dst C:\cygwin\usr\share\zoneinfo\posixrules, flags 0x3000A, rc 0 62 218290 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\zoneinfo\posixrules) 40 218330 [main] sendmail 836 symlink_info::check: not a symlink 36 218366 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\zoneinfo\posixrules, 0x2249C8) (0x3000A) 30 218396 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\usr\share\zoneinfo\posixrules), has_acls(1) 35 218431 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 31 218462 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x118000) 43 218505 [main] sendmail 836 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000 29 218534 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 218560 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 218587 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x6A0, 0x80100000, \??\C:\cygwin\usr\share\zoneinfo\posixrules, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 30 218617 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x118000) 34 218651 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\zoneinfo\posixrules, 0x18000) 30 218681 [main] sendmail 836 open: 3 = open(/usr/share/zoneinfo/posixrules, 0x18000) 29 218710 [main] sendmail 836 read: read(3, 0x20049920, 29000) blocking 52 218762 [main] sendmail 836 fhandler_base::read: returning 3519, binary mode 27 218789 [main] sendmail 836 read: 3519 = read(3, 0x20049920, 29000) 29 218818 [main] sendmail 836 close: close(3) 29 218847 [main] sendmail 836 fhandler_base::close: closing '/usr/share/zoneinfo/posixrules' handle 0x6A0 34 218881 [main] sendmail 836 close: 0 = close(3) 83 218964 [main] sendmail 836 setgroups32: setgroups32 (1) 39 219003 [main] sendmail 836 setegid32: new egid: 1029 current: 1029 33 219036 [main] sendmail 836 seteuid32: uid: 1028 myself->uid: 1003 myself->gid: 1029 38 219074 [main] sendmail 836 seteuid32: Found token 0xFFFFFFFF 430 219504 [main] sendmail 836 extract_nt_dom_user: pw_gecos 0x20039093 (U-DIMENSION\smmsp,S-1-5-21-1659004503-813497703-854245398-1028) 782 220286 [main] sendmail 836 seteuid32: lsaprivkeyauth failed, try lsaauth. 528 220814 [main] sendmail 836 lsaauth: LsaRegisterLogonProcess: 0xC0000041 49 220863 [main] sendmail 836 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.30/cygwin-1.7.30-1.i686/src/src/winsup/cygwin/sec_auth.cc:1010 status 0xC0000041 -> windows error 5 31 220894 [main] sendmail 836 geterrno_from_win_error: windows error 5 == errno 13 31 220925 [main] sendmail 836 lsaauth: 0x0 = lsaauth () 53 220978 [main] sendmail 836 seteuid32: lsaauth failed, try create_token. 6703 227681 [main] sendmail 836 create_token: 0x68C = create_token () 125 227806 [main] sendmail 836 get_registry_hive_path: ProfileImagePath for S-1-5-21-1659004503-813497703-854245398-1028: C:\Documents and Settings\smmsp 82 227888 [main] sendmail 836 load_registry_hive: Loading user registry hive \??\C:\Documents and Settings\smmsp\ntuser.dat into \Registry\User\S-1-5-21-1659004503-813497703-854245398-1028 SUCCEEDED: 0x0 79 227967 [main] sendmail 836 load_registry_hive: Loading user classes hive \??\C:\Documents and Settings\smmsp\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat into \Registry\User\S-1-5-21-1659004503-813497703-854245398-1028_Classes SUCCEEDED: 0x0 109 228076 [main] sendmail 836 open_shared: name S-1-5-21-1659004503-813497703-854245398-1028.1, n 1, shared 0x60FE0000 (wanted 0x60FE0000), h 0x7A0, *m 1 69 228145 [main] sendmail 836 user_info::create: opening user shared for 'S-1-5-21-1659004503-813497703-854245398-1028' at 0x60FE0000 35 228180 [main] sendmail 836 user_info::create: user shared version 0 38 228218 [main] sendmail 836 normalize_win32_path: C:\cygwin = normalize_win32_path (\??\C:\cygwin) 29 228247 [main] sendmail 836 normalize_posix_path: src / 27 228274 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 39 228313 [main] sendmail 836 mount_info::add_item: \??\C:\cygwin[C:\cygwin], /[/], 0x3000A 36 228349 [main] sendmail 836 mount_info::from_fstab: Try to read mounts from \??\C:\cygwin\etc\fstab 103 228452 [main] sendmail 836 mount_info::from_fstab: Try to read mounts from \??\C:\cygwin\etc\fstab.d\smmsp 80 228532 [main] sendmail 836 mount_info::from_fstab: NtOpenFile(\??\C:\cygwin\etc\fstab.d\smmsp) failed, 0xC0000034 33 228565 [main] sendmail 836 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin) 27 228592 [main] sendmail 836 normalize_posix_path: src /usr/bin 27 228619 [main] sendmail 836 normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin) 27 228646 [main] sendmail 836 mount_info::add_item: C:\cygwin\bin[C:\cygwin\bin], /usr/bin[/usr/bin], 0x2000A 29 228675 [main] sendmail 836 normalize_win32_path: C:\cygwin\lib = normalize_win32_path (C:\cygwin\lib) 27 228702 [main] sendmail 836 normalize_posix_path: src /usr/lib 27 228729 [main] sendmail 836 normalize_posix_path: /usr/lib = normalize_posix_path (/usr/lib) 26 228755 [main] sendmail 836 mount_info::add_item: C:\cygwin\lib[C:\cygwin\lib], /usr/lib[/usr/lib], 0x2000A 31 228786 [main] sendmail 836 setuid32: real: 1028, effective: 1028 38 228824 [main] sendmail 836 isatty: 1 = isatty(0) 112 228936 [main] sendmail 836 cygwin_socket: socket (2, 2 (flags 0x0), 0) 81 229017 [main] sendmail 836 build_fh_pc: fh 0x612AE038, dev 001E0027 64 229081 [main] sendmail 836 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 29 229110 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 37 229147 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 26 229173 [main] sendmail 836 fdsock: fd 3, name '', soc 0x694 39 229212 [main] sendmail 836 cygwin_socket: 3 = socket(2, 2 (flags 0x0), 0) 54 229266 [main] sendmail 836 ioctl: ioctl(fd 3, cmd 0x80087364) 143242 372508 [main] sendmail 836 fhandler_socket::ioctl: 0 = ioctl_socket(80087364, 0x228FB0) 42 372550 [main] sendmail 836 ioctl: 0 = ioctl(3, 0x80087364, ...) 34 372584 [main] sendmail 836 ioctl: ioctl(fd 3, cmd 0x80487365) 1446 374030 [main] sendmail 836 fhandler_socket::ioctl: name: {90FB32E5-C218-4370-AC9C-296307E8A3E2} 36 374066 [main] sendmail 836 fhandler_socket::ioctl: testname: {90FB32E5-C218-4370-AC9C-296307E8A3E2} 28 374094 [main] sendmail 836 fhandler_socket::ioctl: 0 = ioctl_socket(80487365, 0x228FB8) 28 374122 [main] sendmail 836 ioctl: 0 = ioctl(3, 0x80487365, ...) 431 374553 [main] sendmail 836 dup_ent: old hostent structure "dimension" 0x200436B8 53 374606 [main] sendmail 836 dup_ent: duping hostent "dimension.sassenheim.dmz", 0x25D318 54 374660 [main] sendmail 836 dup_ent: duped hostent "dimension.sassenheim.dmz", 0x200436B8 27 374687 [main] sendmail 836 cygwin_gethostbyaddr: h_name dimension.sassenheim.dmz 31 374718 [main] sendmail 836 ioctl: ioctl(fd 3, cmd 0x80487365) 1469 376187 [main] sendmail 836 fhandler_socket::ioctl: name: MS TCP Loopback interface 47 376234 [main] sendmail 836 fhandler_socket::ioctl: testname: {90FB32E5-C218-4370-AC9C-296307E8A3E2} 27 376261 [main] sendmail 836 fhandler_socket::ioctl: testname: MS TCP Loopback interface 27 376288 [main] sendmail 836 fhandler_socket::ioctl: 0 = ioctl_socket(80487365, 0x228FB8) 29 376317 [main] sendmail 836 ioctl: 0 = ioctl(3, 0x80487365, ...) 470 376787 [main] sendmail 836 dup_ent: old hostent structure "dimension.sassenheim.dmz" 0x200436B8 42 376829 [main] sendmail 836 dup_ent: duping hostent "localhost", 0x267E20 53 376882 [main] sendmail 836 dup_ent: duped hostent "localhost", 0x200436B8 28 376910 [main] sendmail 836 cygwin_gethostbyaddr: h_name localhost 547 377457 [main] sendmail 836 close: close(3) 67 377524 [main] sendmail 836 fhandler_socket::close: 0 = fhandler_socket::close() 28 377552 [main] sendmail 836 close: 0 = close(3) 33 377585 [main] sendmail 836 sigaction_worker: signal 1, newact 0x229178 (handler 0x1), oa 0x0 32 377617 [main] sendmail 836 sigaction: 0 = sigaction(1, 0x229178, 0x229184) 28 377645 [main] sendmail 836 sigaction_worker: signal 1, newact 0x229178 (handler 0x401840), oa 0x1 118 377763 [main] sendmail 836 sigaction: 0 = sigaction(1, 0x229178, 0x229184) 1081 378844 [main] sendmail 836 chdir: dir '/var/spool/mqueue/' 29 378873 [main] sendmail 836 normalize_posix_path: src /var/spool/mqueue/ 28 378901 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue/ = normalize_posix_path (/var/spool/mqueue/) 29 378930 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 30 378960 [main] sendmail 836 set_flags: flags: binary (0x2) 29 378989 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 72 379061 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 43 379104 [main] sendmail 836 symlink_info::check: not a symlink 37 379141 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x222E58) (0x3000A) 31 379172 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue), has_acls(1) 59 379231 [main] sendmail 836 chdir: 0 = chdir() cygheap->cwd.posix '/var/spool/mqueue' native '\??\C:\cygwin\var\spool\mqueue' 40 379271 [main] sendmail 836 time: 1407259298 = time(0x2240BC) 58 379329 [main] sendmail 836 lstat64: entering 29 379358 [main] sendmail 836 normalize_posix_path: src / 27 379385 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 28 379413 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 29 379442 [main] sendmail 836 set_flags: flags: binary (0x2) 28 379470 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 48 379518 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 38 379556 [main] sendmail 836 symlink_info::check: not a symlink 27 379583 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x20DE68) (0x43000A) 60 379643 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 35 379678 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 30 379708 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x20F050, 0x612ADD9C), file_attributes 16 154 379862 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 32 379894 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 379931 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 53 379984 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x20F050) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 50 380034 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x20F050) 42 380076 [main] sendmail 836 lstat64: entering 28 380104 [main] sendmail 836 normalize_posix_path: src /var 27 380131 [main] sendmail 836 normalize_posix_path: /var = normalize_posix_path (/var) 27 380158 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var) 28 380186 [main] sendmail 836 set_flags: flags: binary (0x2) 28 380214 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var, dst C:\cygwin\var, flags 0x3000A, rc 0 54 380268 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var) 38 380306 [main] sendmail 836 symlink_info::check: not a symlink 27 380333 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var, 0x20DE68) (0x43000A) 29 380362 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var), has_acls(1) 33 380395 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 380423 [main] sendmail 836 stat_worker: (\??\C:\cygwin\var, 0x20F050, 0x612ADD9C), file_attributes 16 67 380490 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18 30 380520 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 380553 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 18, gid 513 56 380609 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\var, 0x20F050) st_size=0, st_mode=0x41ED, st_ino=844424930143198st_atim=53E106A3.1FD94580 st_ctim=53B5626C.3136DA40 st_mtim=53B5626C.3136DA40 st_birthtim=537E10A0.38132D00 35 380644 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\var,0x20F050) 38 380682 [main] sendmail 836 lstat64: entering 27 380709 [main] sendmail 836 normalize_posix_path: src /var/spool 27 380736 [main] sendmail 836 normalize_posix_path: /var/spool = normalize_posix_path (/var/spool) 27 380763 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool) 102 380865 [main] sendmail 836 set_flags: flags: binary (0x2) 30 380895 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool, dst C:\cygwin\var\spool, flags 0x3000A, rc 0 56 380951 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool) 39 380990 [main] sendmail 836 symlink_info::check: not a symlink 27 381017 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool, 0x20DE68) (0x43000A) 29 381046 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool), has_acls(1) 34 381080 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 381108 [main] sendmail 836 stat_worker: (\??\C:\cygwin\var\spool, 0x20F050, 0x612ADD9C), file_attributes 16 70 381178 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18 29 381207 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 381241 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 18, gid 513 51 381292 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\var\spool, 0x20F050) st_size=0, st_mode=0x41ED, st_ino=2533274790488655st_atim=53E0B0A0.60D4480 st_ctim=53D90EE6.1F1DF140 st_mtim=53D90EE6.1F1DF140 st_birthtim=53B5626C.3136DA40 37 381329 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\var\spool,0x20F050) 39 381368 [main] sendmail 836 lstat64: entering 27 381395 [main] sendmail 836 normalize_posix_path: src /var/spool/mqueue 27 381422 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue = normalize_posix_path (/var/spool/mqueue) 26 381448 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 28 381476 [main] sendmail 836 set_flags: flags: binary (0x2) 28 381504 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 58 381562 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 37 381599 [main] sendmail 836 symlink_info::check: not a symlink 31 381630 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x20DE68) (0x43000A) 45 381675 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue), has_acls(1) 32 381707 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 381736 [main] sendmail 836 stat_worker: (\??\C:\cygwin\var\spool\mqueue, 0x20F050, 0x612ADD9C), file_attributes 16 69 381805 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 381834 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 381863 [main] sendmail 836 get_info_from_sd: ACL 0x41C0, uid 1028, gid 1029 52 381915 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\var\spool\mqueue, 0x20F050) st_size=0, st_mode=0x41C0, st_ino=1407374883664353st_atim=53E10645.172F08C0 st_ctim=53E0B0A1.12136480 st_mtim=53E0B0A1.12136480 st_birthtim=53D7E220.257C9500 36 381951 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\var\spool\mqueue,0x20F050) 46 381997 [main] sendmail 836 lstat64: entering 28 382025 [main] sendmail 836 normalize_posix_path: src /var/spool/mqueue/qf 28 382053 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue/qf = normalize_posix_path (/var/spool/mqueue/qf) 27 382080 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue/qf) 29 382109 [main] sendmail 836 set_flags: flags: binary (0x2) 28 382137 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue/qf, dst C:\cygwin\var\spool\mqueue\qf, flags 0x3000A, rc 0 56 382193 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\qf) 32 382225 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\qf) 46 382271 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\qf.exe) 29 382300 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\qf.exe) 44 382344 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\qf.lnk) 30 382374 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\qf.lnk) 44 382418 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\qf.exe.lnk) 30 382448 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\qf.exe.lnk) 29 382477 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue\qf, 0x222EC8) (0x43000A) 27 382504 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 29 382533 [main] sendmail 836 set_flags: flags: binary (0x2) 27 382560 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 43 382603 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 41 382644 [main] sendmail 836 symlink_info::check: not a symlink 36 382680 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x222EC8) (0x3000A) 29 382709 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue\qf), has_acls(1) 29 382738 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 30 382768 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\var\spool\mqueue\qf,0x224060) 30 382798 [main] sendmail 836 lstat64: entering 26 382824 [main] sendmail 836 normalize_posix_path: src /var/spool/mqueue/df 34 382858 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue/df = normalize_posix_path (/var/spool/mqueue/df) 28 382886 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue/df) 27 382913 [main] sendmail 836 set_flags: flags: binary (0x2) 27 382940 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue/df, dst C:\cygwin\var\spool\mqueue\df, flags 0x3000A, rc 0 49 382989 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\df) 30 383019 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\df) 44 383063 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\df.exe) 30 383093 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\df.exe) 43 383136 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\df.lnk) 30 383166 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\df.lnk) 44 383210 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\df.exe.lnk) 29 383239 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\df.exe.lnk) 29 383268 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue\df, 0x222EC8) (0x43000A) 28 383296 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 27 383323 [main] sendmail 836 set_flags: flags: binary (0x2) 28 383351 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 43 383394 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 37 383431 [main] sendmail 836 symlink_info::check: not a symlink 35 383466 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x222EC8) (0x3000A) 29 383495 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue\df), has_acls(1) 28 383523 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 28 383551 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\var\spool\mqueue\df,0x224060) 30 383581 [main] sendmail 836 lstat64: entering 32 383613 [main] sendmail 836 normalize_posix_path: src /var/spool/mqueue/xf 27 383640 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue/xf = normalize_posix_path (/var/spool/mqueue/xf) 27 383667 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue/xf) 28 383695 [main] sendmail 836 set_flags: flags: binary (0x2) 27 383722 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue/xf, dst C:\cygwin\var\spool\mqueue\xf, flags 0x3000A, rc 0 47 383769 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\xf) 29 383798 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\xf) 45 383843 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\xf.exe) 30 383873 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\xf.exe) 44 383917 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\xf.lnk) 29 383946 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\xf.lnk) 44 383990 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\xf.exe.lnk) 29 384019 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\xf.exe.lnk) 35 384054 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue\xf, 0x222EC8) (0x43000A) 29 384083 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 27 384110 [main] sendmail 836 set_flags: flags: binary (0x2) 27 384137 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 44 384181 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 37 384218 [main] sendmail 836 symlink_info::check: not a symlink 35 384253 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x222EC8) (0x3000A) 29 384282 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue\xf), has_acls(1) 28 384310 [main] sendmail 836 __set_errno: int stat_worker(path_conv&, stat*):1923 setting errno 2 28 384338 [main] sendmail 836 stat_worker: -1 = (\??\C:\cygwin\var\spool\mqueue\xf,0x224060) 59 384397 [main] sendmail 836 stat64: entering 27 384424 [main] sendmail 836 normalize_posix_path: src . 27 384451 [main] sendmail 836 cwdstuff::get: posix /var/spool/mqueue 26 384477 [main] sendmail 836 cwdstuff::get: (/var/spool/mqueue) = cwdstuff::get (0x20000008, 32768, 1, 0), errno 2 29 384506 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue/ = normalize_posix_path (.) 27 384533 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 28 384561 [main] sendmail 836 set_flags: flags: binary (0x2) 27 384588 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 48 384636 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 37 384673 [main] sendmail 836 symlink_info::check: not a symlink 26 384699 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x222F58) (0x43000A) 31 384730 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue), has_acls(1) 32 384762 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 384791 [main] sendmail 836 stat_worker: (\??\C:\cygwin\var\spool\mqueue, 0x227180, 0x612ADD9C), file_attributes 16 70 384861 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 384891 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 30 384921 [main] sendmail 836 get_info_from_sd: ACL 0x41C0, uid 1028, gid 1029 52 384973 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\var\spool\mqueue, 0x227180) st_size=0, st_mode=0x41C0, st_ino=1407374883664353st_atim=53E10645.172F08C0 st_ctim=53E0B0A1.12136480 st_mtim=53E0B0A1.12136480 st_birthtim=53D7E220.257C9500 36 385009 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\var\spool\mqueue,0x227180) 48 385057 [main] sendmail 836 time: 1407259298 = time(0x0) 58 385115 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 385144 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 385180 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 51 385231 [main] sendmail 836 fstat64: 0 = fstat(0, 0x229110) 68 385299 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 385329 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 385362 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 51 385413 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x229110) st_size=196134, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.1D371A00 st_ctim=53E112A2.1D371A00 st_mtim=53E112A2.1D371A00 st_birthtim=53E112A2.EE3B800 99 385512 [main] sendmail 836 fstat64: 0 = fstat(1, 0x229110) 31 385543 [main] sendmail 836 time: 1407259298 = time(0x0) 56 385599 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 31 385630 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 385663 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 50 385713 [main] sendmail 836 fstat64: 0 = fstat(2, 0x229110) 29 385742 [main] sendmail 836 time: 1407259298 = time(0x0) 54 385796 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 385825 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 385858 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 50 385908 [main] sendmail 836 fstat64: 0 = fstat(0, 0x2290F0) 66 385974 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 386003 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 34 386037 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 50 386087 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x2290F0) st_size=197794, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.1D371A00 st_ctim=53E112A2.1D371A00 st_mtim=53E112A2.1D371A00 st_birthtim=53E112A2.EE3B800 35 386122 [main] sendmail 836 fstat64: 0 = fstat(1, 0x2290F0) 28 386150 [main] sendmail 836 time: 1407259298 = time(0x0) 55 386205 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 386234 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 386267 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 50 386317 [main] sendmail 836 fstat64: 0 = fstat(2, 0x2290F0) 37 386354 [main] sendmail 836 stat64: entering 29 386383 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases 27 386410 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases = normalize_posix_path (/etc/mail/aliases) 28 386438 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases) 29 386467 [main] sendmail 836 set_flags: flags: binary (0x2) 28 386495 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases, dst C:\cygwin\etc\mail\aliases, flags 0x3000A, rc 0 57 386552 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases) 38 386590 [main] sendmail 836 symlink_info::check: not a symlink 27 386617 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases, 0x226D08) (0x43000A) 32 386649 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases), has_acls(1) 33 386682 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 30 386712 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\aliases, 0x228FE0, 0x612ADD9C), file_attributes 32 68 386780 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 386810 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 386839 [main] sendmail 836 get_info_from_sd: ACL 0x120, uid 1028, gid 1029 52 386891 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases, 0x228FE0) st_size=183, st_mode=0x8120, st_ino=1970324837070571st_atim=53E11276.3B7656C0 st_ctim=53E1080E.12D59500 st_mtim=53E1080E.12D59500 st_birthtim=53DE6678.2B7D5340 44 386935 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\aliases,0x228FE0) 43 386978 [main] sendmail 836 lstat64: entering 29 387007 [main] sendmail 836 normalize_posix_path: src / 26 387033 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 28 387061 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 29 387090 [main] sendmail 836 set_flags: flags: binary (0x2) 27 387117 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 50 387167 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 37 387204 [main] sendmail 836 symlink_info::check: not a symlink 26 387230 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x211C48) (0x43000A) 31 387261 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 32 387293 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 387322 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x212E30, 0x612ADD9C), file_attributes 16 69 387391 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 387421 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 387456 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 387508 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x212E30) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 35 387543 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x212E30) 38 387581 [main] sendmail 836 lstat64: entering 27 387608 [main] sendmail 836 normalize_posix_path: src /etc 30 387638 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 27 387665 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 27 387692 [main] sendmail 836 set_flags: flags: binary (0x2) 28 387720 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 48 387768 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 37 387805 [main] sendmail 836 symlink_info::check: not a symlink 26 387831 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x211C48) (0x43000A) 30 387861 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 32 387893 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 387921 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x212E30, 0x612ADD9C), file_attributes 16 67 387988 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 388018 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 388053 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 388105 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x212E30) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 34 388139 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x212E30) 38 388177 [main] sendmail 836 lstat64: entering 27 388204 [main] sendmail 836 normalize_posix_path: src /etc/mail 26 388230 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 27 388257 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 29 388286 [main] sendmail 836 set_flags: flags: binary (0x2) 26 388312 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 47 388359 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 45 388404 [main] sendmail 836 symlink_info::check: not a symlink 27 388431 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x211C48) (0x43000A) 28 388459 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 32 388491 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 388519 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x212E30, 0x612ADD9C), file_attributes 16 68 388587 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 388617 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 60 388677 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 53 388730 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x212E30) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 35 388765 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x212E30) 43 388808 [main] sendmail 836 stat64: entering 27 388835 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases 27 388862 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases = normalize_posix_path (/etc/mail/aliases) 28 388890 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases) 28 388918 [main] sendmail 836 set_flags: flags: binary (0x2) 27 388945 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases, dst C:\cygwin\etc\mail\aliases, flags 0x3000A, rc 0 49 388994 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases) 37 389031 [main] sendmail 836 symlink_info::check: not a symlink 26 389057 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases, 0x226D08) (0x43000A) 30 389087 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases), has_acls(1) 33 389120 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 389148 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\aliases, 0x228FE0, 0x612ADD9C), file_attributes 32 68 389216 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 389246 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 389275 [main] sendmail 836 get_info_from_sd: ACL 0x120, uid 1028, gid 1029 52 389327 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases, 0x228FE0) st_size=183, st_mode=0x8120, st_ino=1970324837070571st_atim=53E11276.3B7656C0 st_ctim=53E1080E.12D59500 st_mtim=53E1080E.12D59500 st_birthtim=53DE6678.2B7D5340 35 389362 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\aliases,0x228FE0) 40 389402 [main] sendmail 836 lstat64: entering 28 389430 [main] sendmail 836 normalize_posix_path: src / 26 389456 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 27 389483 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 28 389511 [main] sendmail 836 set_flags: flags: binary (0x2) 28 389539 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 46 389585 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 37 389622 [main] sendmail 836 symlink_info::check: not a symlink 34 389656 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x211C48) (0x43000A) 29 389685 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 33 389718 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 389746 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x212E30, 0x612ADD9C), file_attributes 16 76 389822 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 389852 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 389887 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 389939 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x212E30) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 35 389974 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x212E30) 38 390012 [main] sendmail 836 lstat64: entering 28 390040 [main] sendmail 836 normalize_posix_path: src /etc 26 390066 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 27 390093 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 28 390121 [main] sendmail 836 set_flags: flags: binary (0x2) 27 390148 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 47 390195 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 36 390231 [main] sendmail 836 symlink_info::check: not a symlink 27 390258 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x211C48) (0x43000A) 28 390286 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 32 390318 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 28 390346 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x212E30, 0x612ADD9C), file_attributes 16 68 390414 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 390443 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 390478 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 51 390529 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x212E30) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 35 390564 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x212E30) 38 390602 [main] sendmail 836 lstat64: entering 27 390629 [main] sendmail 836 normalize_posix_path: src /etc/mail 59 390688 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 26 390714 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 29 390743 [main] sendmail 836 set_flags: flags: binary (0x2) 28 390771 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 62 390833 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 390870 [main] sendmail 836 symlink_info::check: not a symlink 27 390897 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x211C48) (0x43000A) 29 390926 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 33 390959 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 29 390988 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x212E30, 0x612ADD9C), file_attributes 16 68 391056 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 391086 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 28 391114 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 391166 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x212E30) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 44 391210 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x212E30) 42 391252 [main] sendmail 836 open: open(/etc/mail/aliases, 0x0) 31 391283 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases 27 391310 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases = normalize_posix_path (/etc/mail/aliases) 28 391338 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases) 28 391366 [main] sendmail 836 set_flags: flags: binary (0x2) 28 391394 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases, dst C:\cygwin\etc\mail\aliases, flags 0x3000A, rc 0 49 391443 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases) 38 391481 [main] sendmail 836 symlink_info::check: not a symlink 34 391515 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases, 0x227C68) (0x3000A) 30 391545 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases), has_acls(1) 33 391578 [main] sendmail 836 build_fh_pc: fh 0x612ADD9C, dev 000000C3 31 391609 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases, 0x108000) 47 391656 [main] sendmail 836 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 28 391684 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 391711 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x770, 0x80100000, \??\C:\cygwin\etc\mail\aliases, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 391740 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases, 0x108000) 33 391773 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases, 0x8000) 30 391803 [main] sendmail 836 open: 3 = open(/etc/mail/aliases, 0x8000) 69 391872 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 391902 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 28 391930 [main] sendmail 836 get_info_from_sd: ACL 0x120, uid 1028, gid 1029 51 391981 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases, 0x228F50) st_size=183, st_mode=0x8120, st_ino=1970324837070571st_atim=53E11276.3B7656C0 st_ctim=53E1080E.12D59500 st_mtim=53E1080E.12D59500 st_birthtim=53DE6678.2B7D5340 35 392016 [main] sendmail 836 fstat64: 0 = fstat(3, 0x228F50) 30 392046 [main] sendmail 836 fcntl64: fcntl(3, 3, ...) 28 392074 [main] sendmail 836 fhandler_base::fcntl: GETFL: 0x118000 27 392101 [main] sendmail 836 fcntl64: 1146880 = fcntl(3, 3, 0x0) 65 392166 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 392195 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 28 392223 [main] sendmail 836 get_info_from_sd: ACL 0x120, uid 1028, gid 1029 51 392274 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases, 0x2290D0) st_size=183, st_mode=0x8120, st_ino=1970324837070571st_atim=53E11276.3B7656C0 st_ctim=53E1080E.12D59500 st_mtim=53E1080E.12D59500 st_birthtim=53DE6678.2B7D5340 34 392308 [main] sendmail 836 fstat64: 0 = fstat(3, 0x2290D0) 29 392337 [main] sendmail 836 sigaction_worker: signal 2, newact 0x229088 (handler 0x1), oa 0x401840 28 392365 [main] sendmail 836 sigaction: 0 = sigaction(2, 0x229088, 0x229094) 28 392393 [main] sendmail 836 sigaction_worker: signal 3, newact 0x229088 (handler 0x1), oa 0x0 28 392421 [main] sendmail 836 sigaction: 0 = sigaction(3, 0x229088, 0x229094) 27 392448 [main] sendmail 836 sigaction_worker: signal 18, newact 0x229088 (handler 0x1), oa 0x0 27 392475 [main] sendmail 836 sigaction: 0 = sigaction(18, 0x229088, 0x229094) 39 392514 [main] sendmail 836 lstat64: entering 27 392541 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 27 392568 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 28 392596 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 28 392624 [main] sendmail 836 set_flags: flags: binary (0x2) 31 392655 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 52 392707 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 36 392743 [main] sendmail 836 symlink_info::check: not a symlink 27 392770 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x225D18) (0x43000A) 30 392800 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 33 392833 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 392862 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\aliases.db, 0x228010, 0x612AE460), file_attributes 32 69 392931 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 392961 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 30 392991 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 52 393043 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x228010) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E11277.23EC7C0 st_ctim=53E11277.23EC7C0 st_mtim=53E11277.23EC7C0 st_birthtim=53DF7B36.340C5100 36 393079 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\aliases.db,0x228010) 135 393214 [main] sendmail 836 lstat64: entering 31 393245 [main] sendmail 836 normalize_posix_path: src / 27 393272 [main] sendmail 836 normalize_posix_path: / = normalize_posix_path (/) 27 393299 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/) 29 393328 [main] sendmail 836 set_flags: flags: binary (0x2) 28 393356 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /, dst C:\cygwin, flags 0x3000A, rc 0 52 393408 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin) 38 393446 [main] sendmail 836 symlink_info::check: not a symlink 27 393473 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin, 0x210C58) (0x43000A) 29 393502 [main] sendmail 836 path_conv::check: this->path(C:\cygwin), has_acls(1) 33 393535 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 393564 [main] sendmail 836 stat_worker: (\??\C:\cygwin, 0x211E40, 0x612AE460), file_attributes 16 70 393634 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 33 393667 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 36 393703 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 393755 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin, 0x211E40) st_size=0, st_mode=0x41ED, st_ino=562949953435188st_atim=53E112A2.F7C86C0 st_ctim=53C37432.10C53040 st_mtim=53C37432.10C53040 st_birthtim=52FF7A1A.AB68DC0 36 393791 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin,0x211E40) 38 393829 [main] sendmail 836 lstat64: entering 27 393856 [main] sendmail 836 normalize_posix_path: src /etc 26 393882 [main] sendmail 836 normalize_posix_path: /etc = normalize_posix_path (/etc) 27 393909 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc) 29 393938 [main] sendmail 836 set_flags: flags: binary (0x2) 27 393965 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0 58 394023 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc) 38 394061 [main] sendmail 836 symlink_info::check: not a symlink 27 394088 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x210C58) (0x43000A) 28 394116 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc), has_acls(1) 33 394149 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 28 394177 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc, 0x211E40, 0x612AE460), file_attributes 16 67 394244 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 31 394275 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 35 394310 [main] sendmail 836 get_info_from_sd: ACL 0x41ED, uid 1003, gid 513 52 394362 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc, 0x211E40) st_size=0, st_mode=0x41ED, st_ino=844424930143200st_atim=53E112A2.EE3B800 st_ctim=53DE6672.42CFE80 st_mtim=53DE6672.42CFE80 st_birthtim=537E10AD.12645340 105 394467 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc,0x211E40) 40 394507 [main] sendmail 836 lstat64: entering 27 394534 [main] sendmail 836 normalize_posix_path: src /etc/mail 27 394561 [main] sendmail 836 normalize_posix_path: /etc/mail = normalize_posix_path (/etc/mail) 27 394588 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail) 29 394617 [main] sendmail 836 set_flags: flags: binary (0x2) 36 394653 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail, dst C:\cygwin\etc\mail, flags 0x3000A, rc 0 52 394705 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail) 37 394742 [main] sendmail 836 symlink_info::check: not a symlink 26 394768 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail, 0x210C58) (0x43000A) 30 394798 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail), has_acls(1) 31 394829 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 29 394858 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail, 0x211E40, 0x612AE460), file_attributes 16 70 394928 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 394957 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 394986 [main] sendmail 836 get_info_from_sd: ACL 0x41E8, uid 1028, gid 1029 52 395038 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail, 0x211E40) st_size=0, st_mode=0x41E8, st_ino=27584547717666477st_atim=53E11276.2F862FC0 st_ctim=53E0F2FA.1ED3FE00 st_mtim=53E0F2FA.1ED3FE00 st_birthtim=53D7E220.16906440 35 395073 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail,0x211E40) 41 395114 [main] sendmail 836 open: open(/etc/mail/aliases.db, 0x2) 31 395145 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 26 395171 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 28 395199 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 29 395228 [main] sendmail 836 set_flags: flags: binary (0x2) 27 395255 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 49 395304 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 37 395341 [main] sendmail 836 symlink_info::check: not a symlink 34 395375 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x226D08) (0x3000A) 30 395405 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 33 395438 [main] sendmail 836 build_fh_pc: fh 0x612AE460, dev 000000C3 41 395479 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases.db, 0x108002) 44 395523 [main] sendmail 836 fhandler_base::set_flags: flags 0x108002, supplied_bin 0x10000 29 395552 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 395579 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x69C, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 395608 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases.db, 0x108002) 33 395641 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases.db, 0x8002) 32 395673 [main] sendmail 836 open: 4 = open(/etc/mail/aliases.db, 0x8002) 69 395742 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 395771 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 31 395802 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 50 395852 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227F60) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E11277.23EC7C0 st_ctim=53E11277.23EC7C0 st_mtim=53E11277.23EC7C0 st_birthtim=53DF7B36.340C5100 34 395886 [main] sendmail 836 fstat64: 0 = fstat(4, 0x227F60) 30 395916 [main] sendmail 836 fcntl64: fcntl(4, 9, ...) 71 395987 [main] sendmail 836 getpid: 836 = getpid() 97 396084 [main] sendmail 836 fcntl64: 0 = fcntl(4, 9, 0x227F90) 93 396177 [main] sendmail 836 getpid: 836 = getpid() 379 396556 [main] sendmail 836 stat64: entering 29 396585 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 28 396613 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 28 396641 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 31 396672 [main] sendmail 836 set_flags: flags: binary (0x2) 27 396699 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 62 396761 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 41 396802 [main] sendmail 836 symlink_info::check: not a symlink 27 396829 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x226988) (0x43000A) 29 396858 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 37 396895 [main] sendmail 836 build_fh_pc: fh 0x612AE7B8, dev 000000C3 29 396924 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\aliases.db, 0x227B10, 0x612AE7B8), file_attributes 32 73 396997 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 397026 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 30 397056 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 52 397108 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227B10) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E11277.23EC7C0 st_ctim=53E11277.23EC7C0 st_mtim=53E11277.23EC7C0 st_birthtim=53DF7B36.340C5100 37 397145 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\aliases.db,0x227B10) 92 397237 [main] sendmail 836 open: open(/etc/mail/aliases.db, 0x10002) 30 397267 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 27 397294 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 28 397322 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 28 397350 [main] sendmail 836 set_flags: flags: binary (0x2) 37 397387 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 50 397437 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 37 397474 [main] sendmail 836 symlink_info::check: not a symlink 35 397509 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x226808) (0x3000A) 29 397538 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 35 397573 [main] sendmail 836 build_fh_pc: fh 0x612AE7B8, dev 000000C3 31 397604 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 43 397647 [main] sendmail 836 fhandler_base::set_flags: flags 0x118002, supplied_bin 0x10000 63 397710 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 397737 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 397764 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x604, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 28 397792 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 34 397826 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases.db, 0x18002) 31 397857 [main] sendmail 836 open: 5 = open(/etc/mail/aliases.db, 0x18002) 28 397885 [main] sendmail 836 fcntl64: fcntl(5, 1, ...) 28 397913 [main] sendmail 836 fcntl64: 0 = fcntl(5, 1, 0x0) 27 397940 [main] sendmail 836 fcntl64: fcntl(5, 2, ...) 30 397970 [main] sendmail 836 fhandler_base::set_close_on_exec: set close_on_exec for /etc/mail/aliases.db to 1 27 397997 [main] sendmail 836 fcntl64: 0 = fcntl(5, 2, 0x1) 29 398026 [main] sendmail 836 read: read(5, 0x227C08, 512) blocking 50 398076 [main] sendmail 836 fhandler_base::read: returning 512, binary mode 29 398105 [main] sendmail 836 read: 512 = read(5, 0x227C08, 512) 284 398389 [main] sendmail 836 open: open(DB_CONFIG, 0x0) 29 398418 [main] sendmail 836 normalize_posix_path: src DB_CONFIG 29 398447 [main] sendmail 836 cwdstuff::get: posix /var/spool/mqueue 26 398473 [main] sendmail 836 cwdstuff::get: (/var/spool/mqueue) = cwdstuff::get (0x20000008, 32768, 1, 0), errno 0 29 398502 [main] sendmail 836 normalize_posix_path: /var/spool/mqueue/DB_CONFIG = normalize_posix_path (DB_CONFIG) 28 398530 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue/DB_CONFIG) 29 398559 [main] sendmail 836 set_flags: flags: binary (0x2) 28 398587 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue/DB_CONFIG, dst C:\cygwin\var\spool\mqueue\DB_CONFIG, flags 0x3000A, rc 0 62 398649 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG) 33 398682 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG) 45 398727 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG.exe) 30 398757 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG.exe) 45 398802 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG.lnk) 29 398831 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG.lnk) 45 398876 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG.exe.lnk) 30 398906 [main] sendmail 836 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG.exe.lnk) 28 398934 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue\DB_CONFIG, 0x2264A8) (0x3000A) 36 398970 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/spool/mqueue) 29 398999 [main] sendmail 836 set_flags: flags: binary (0x2) 27 399026 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/spool/mqueue, dst C:\cygwin\var\spool\mqueue, flags 0x3000A, rc 0 45 399071 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\spool\mqueue) 39 399110 [main] sendmail 836 symlink_info::check: not a symlink 35 399145 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\spool\mqueue, 0x2264A8) (0x3000A) 29 399174 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\spool\mqueue\DB_CONFIG), has_acls(1) 35 399209 [main] sendmail 836 build_fh_pc: fh 0x612AE9D0, dev 000000C3 31 399240 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\var\spool\mqueue\DB_CONFIG, 0x108000) 46 399286 [main] sendmail 836 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.30/cygwin-1.7.30-1.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC0000034 -> windows error 2 31 399317 [main] sendmail 836 geterrno_from_win_error: windows error 2 == errno 2 27 399344 [main] sendmail 836 fhandler_base::open: 0xC0000034 = NtCreateFile (0x0, 0x80100000, \??\C:\cygwin\var\spool\mqueue\DB_CONFIG, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 30 399374 [main] sendmail 836 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\var\spool\mqueue\DB_CONFIG, 0x108000) 28 399402 [main] sendmail 836 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\var\spool\mqueue\DB_CONFIG, 0x8000) 32 399434 [main] sendmail 836 open: -1 = open(DB_CONFIG, 0x8000), errno 2 243 399677 [main] sendmail 836 stat64: entering 33 399710 [main] sendmail 836 normalize_posix_path: src /var/tmp 27 399737 [main] sendmail 836 normalize_posix_path: /var/tmp = normalize_posix_path (/var/tmp) 26 399763 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/var/tmp) 30 399793 [main] sendmail 836 set_flags: flags: binary (0x2) 41 399834 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /var/tmp, dst C:\cygwin\var\tmp, flags 0x3000A, rc 0 50 399884 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\tmp) 39 399923 [main] sendmail 836 symlink_info::check: not a symlink 26 399949 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\var\tmp, 0x226358) (0x43000A) 30 399979 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\var\tmp), has_acls(1) 33 400012 [main] sendmail 836 build_fh_pc: fh 0x612AE9D0, dev 000000C3 30 400042 [main] sendmail 836 stat_worker: (\??\C:\cygwin\var\tmp, 0x2274E0, 0x612AE9D0), file_attributes 16 73 400115 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 400145 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 400182 [main] sendmail 836 get_info_from_sd: ACL 0x43FF, uid 1003, gid 513 52 400234 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\var\tmp, 0x2274E0) st_size=0, st_mode=0x43FF, st_ino=844424930143247st_atim=53E0957C.996E840 st_ctim=53E08005.35142280 st_mtim=53E08005.35142280 st_birthtim=537E10D7.2AE37180 36 400270 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\var\tmp,0x2274E0) 154 400424 [main] sendmail 836 time: 1407259298 = time(0x2005418C) 627 401051 [main] sendmail 836 open: open(/etc/mail/aliases.db, 0x10002) 35 401086 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 27 401113 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 29 401142 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 29 401171 [main] sendmail 836 set_flags: flags: binary (0x2) 37 401208 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 64 401272 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 41 401313 [main] sendmail 836 symlink_info::check: not a symlink 36 401349 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x226968) (0x3000A) 30 401379 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 35 401414 [main] sendmail 836 build_fh_pc: fh 0x612AE9D0, dev 000000C3 31 401445 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 44 401489 [main] sendmail 836 fhandler_base::set_flags: flags 0x118002, supplied_bin 0x10000 29 401518 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 401544 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 401571 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x600, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 401600 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 34 401634 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases.db, 0x18002) 30 401664 [main] sendmail 836 open: 6 = open(/etc/mail/aliases.db, 0x18002) 32 401696 [main] sendmail 836 fcntl64: fcntl(6, 1, ...) 27 401723 [main] sendmail 836 fcntl64: 0 = fcntl(6, 1, 0x0) 27 401750 [main] sendmail 836 fcntl64: fcntl(6, 2, ...) 30 401780 [main] sendmail 836 fhandler_base::set_close_on_exec: set close_on_exec for /etc/mail/aliases.db to 1 27 401807 [main] sendmail 836 fcntl64: 0 = fcntl(6, 2, 0x1) 122 401929 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 401958 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 401987 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 51 402038 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227C70) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E11277.23EC7C0 st_ctim=53E11277.23EC7C0 st_mtim=53E11277.23EC7C0 st_birthtim=53DF7B36.340C5100 34 402072 [main] sendmail 836 fstat64: 0 = fstat(6, 0x227C70) 296 402368 [main] sendmail 836 fhandler_disk_file::prw_open: 0x0 = NtOpenFile (0x5FC, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, 0x7, 0x4020) 57 402425 [main] sendmail 836 fhandler_disk_file::pread: 16384 = pread(0x200499C4, 16384, 0) 30 402455 [main] sendmail 836 pread: 16384 = pread(6, 0x200499C4, 16384, 0) 158 402613 [main] sendmail 836 ftruncate64: 0 = ftruncate(6, 0) 110 402723 [main] sendmail 836 close: close(5) 47 402770 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases.db' handle 0x604 35 402805 [main] sendmail 836 close: 0 = close(5) 76 402881 [main] sendmail 836 close: close(6) 35 402916 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases.db' handle 0x600 35 402951 [main] sendmail 836 close: 0 = close(6) 361 403312 [main] sendmail 836 stat64: entering 28 403340 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 27 403367 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 29 403396 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 29 403425 [main] sendmail 836 set_flags: flags: binary (0x2) 28 403453 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 59 403512 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 50 403562 [main] sendmail 836 symlink_info::check: not a symlink 28 403590 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x2269F8) (0x43000A) 29 403619 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 36 403655 [main] sendmail 836 build_fh_pc: fh 0x612AE9D0, dev 000000C3 31 403686 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\aliases.db, 0x227B80, 0x612AE9D0), file_attributes 32 76 403762 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 403792 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 403821 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 52 403873 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227B80) st_size=0, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E112A2.27F5A380 st_ctim=53E112A2.27F5A380 st_mtim=53E112A2.27F5A380 st_birthtim=53DF7B36.340C5100 37 403910 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\aliases.db,0x227B80) 89 403999 [main] sendmail 836 open: open(/etc/mail/aliases.db, 0x10402) 30 404029 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 27 404056 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 28 404084 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 28 404112 [main] sendmail 836 set_flags: flags: binary (0x2) 28 404140 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 50 404190 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 38 404228 [main] sendmail 836 symlink_info::check: not a symlink 34 404262 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x226878) (0x3000A) 30 404292 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 34 404326 [main] sendmail 836 build_fh_pc: fh 0x612AE9D0, dev 000000C3 30 404356 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases.db, 0x118402) 93 404449 [main] sendmail 836 fhandler_base::set_flags: flags 0x118402, supplied_bin 0x10000 34 404483 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 404510 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 404537 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x600, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 404566 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases.db, 0x118402) 34 404600 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases.db, 0x18402) 30 404630 [main] sendmail 836 open: 5 = open(/etc/mail/aliases.db, 0x18402) 29 404659 [main] sendmail 836 fcntl64: fcntl(5, 1, ...) 31 404690 [main] sendmail 836 fcntl64: 0 = fcntl(5, 1, 0x0) 26 404716 [main] sendmail 836 fcntl64: fcntl(5, 2, ...) 31 404747 [main] sendmail 836 fhandler_base::set_close_on_exec: set close_on_exec for /etc/mail/aliases.db to 1 26 404773 [main] sendmail 836 fcntl64: 0 = fcntl(5, 2, 0x1) 98 404871 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 30 404901 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 404930 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 50 404980 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227B80) st_size=0, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E112A2.27F5A380 st_ctim=53E112A2.27F5A380 st_mtim=53E112A2.27F5A380 st_birthtim=53DF7B36.340C5100 43 405023 [main] sendmail 836 fstat64: 0 = fstat(5, 0x227B80) 28 405051 [main] sendmail 836 stat64: entering 28 405079 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 27 405106 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 27 405133 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 29 405162 [main] sendmail 836 set_flags: flags: binary (0x2) 27 405189 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 55 405244 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 37 405281 [main] sendmail 836 symlink_info::check: not a symlink 27 405308 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x2269E8) (0x43000A) 29 405337 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 34 405371 [main] sendmail 836 build_fh_pc: fh 0x612AE7B8, dev 000000C3 29 405400 [main] sendmail 836 stat_worker: (\??\C:\cygwin\etc\mail\aliases.db, 0x227B78, 0x612AE7B8), file_attributes 32 69 405469 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 405498 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 405527 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 52 405579 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227B78) st_size=0, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E112A2.27F5A380 st_ctim=53E112A2.27F5A380 st_mtim=53E112A2.27F5A380 st_birthtim=53DF7B36.340C5100 38 405617 [main] sendmail 836 stat_worker: 0 = (\??\C:\cygwin\etc\mail\aliases.db,0x227B78) 88 405705 [main] sendmail 836 fhandler_base::lseek: setting file pointer to 0 29 405734 [main] sendmail 836 lseek64: 0 = lseek(5, 0, 0) 28 405762 [main] sendmail 836 write: write(5, 0x20055068, 16384) 61 405823 [main] sendmail 836 write: 16384 = write(5, 0x20055068, 16384) 30 405853 [main] sendmail 836 fhandler_base::lseek: setting file pointer to 32768 28 405881 [main] sendmail 836 lseek64: 32768 = lseek(5, 32768, 0) 28 405909 [main] sendmail 836 write: write(5, 0x20055068, 16384) 65 405974 [main] sendmail 836 write: 16384 = write(5, 0x20055068, 16384) 33948 439922 [main] sendmail 836 open: open(/etc/mail/aliases.db, 0x10002) 41 439963 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 29 439992 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 28 440020 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 31 440051 [main] sendmail 836 set_flags: flags: binary (0x2) 27 440078 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 68 440146 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 42 440188 [main] sendmail 836 symlink_info::check: not a symlink 43 440231 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x2269D8) (0x3000A) 32 440263 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 35 440298 [main] sendmail 836 build_fh_pc: fh 0x612AE7B8, dev 000000C3 32 440330 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 45 440375 [main] sendmail 836 fhandler_base::set_flags: flags 0x118002, supplied_bin 0x10000 28 440403 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 40 440443 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 440470 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x5FC, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 440499 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 33 440532 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases.db, 0x18002) 31 440563 [main] sendmail 836 open: 6 = open(/etc/mail/aliases.db, 0x18002) 28 440591 [main] sendmail 836 fcntl64: fcntl(6, 1, ...) 28 440619 [main] sendmail 836 fcntl64: 0 = fcntl(6, 1, 0x0) 27 440646 [main] sendmail 836 fcntl64: fcntl(6, 2, ...) 30 440676 [main] sendmail 836 fhandler_base::set_close_on_exec: set close_on_exec for /etc/mail/aliases.db to 1 27 440703 [main] sendmail 836 fcntl64: 0 = fcntl(6, 2, 0x1) 75 440778 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 33 440811 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 440840 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 51 440891 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227CE0) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E112A2.288E7240 st_ctim=53E112A2.288E7240 st_mtim=53E112A2.288E7240 st_birthtim=53DF7B36.340C5100 35 440926 [main] sendmail 836 fstat64: 0 = fstat(6, 0x227CE0) 270 441196 [main] sendmail 836 fhandler_disk_file::prw_open: 0x0 = NtOpenFile (0x604, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, 0x7, 0x4020) 53 441249 [main] sendmail 836 fhandler_disk_file::pread: 16384 = pread(0x200499C4, 16384, 0) 29 441278 [main] sendmail 836 pread: 16384 = pread(6, 0x200499C4, 16384, 0) 82 441360 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 31 441391 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 441420 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 51 441471 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x227F60) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E112A2.288E7240 st_ctim=53E112A2.288E7240 st_mtim=53E112A2.288E7240 st_birthtim=53DF7B36.340C5100 36 441507 [main] sendmail 836 fstat64: 0 = fstat(6, 0x227F60) 68 441575 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 441604 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 441633 [main] sendmail 836 get_info_from_sd: ACL 0x1A0, uid 1028, gid 1029 51 441684 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases.db, 0x228010) st_size=49152, st_mode=0x81A0, st_ino=3096224743829749st_atim=53E112A2.288E7240 st_ctim=53E112A2.288E7240 st_mtim=53E112A2.288E7240 st_birthtim=53DF7B36.340C5100 36 441720 [main] sendmail 836 fstat64: 0 = fstat(6, 0x228010) 122 441842 [main] sendmail 836 vsyslog: 0x5 %s 220 442062 [main] sendmail 836 open: open(/dev/null, 0x10601) 30 442092 [main] sendmail 836 normalize_posix_path: src /dev/null 27 442119 [main] sendmail 836 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null) 28 442147 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null) 29 442176 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /dev/null, dst \Device\Null, flags 0x2, rc 0 42 442218 [main] sendmail 836 build_fh_pc: fh 0x612AECA0, dev 00010003 30 442248 [main] sendmail 836 fhandler_base::open: (\Device\Null, 0x18601) 39 442287 [main] sendmail 836 fhandler_base::set_flags: flags 0x18601, supplied_bin 0x10000 37 442324 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 442351 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 442378 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x67C, 0x40120080, \Device\Null, io, NULL, 0x0, 0x7, 0x3, 0x4020, NULL, 0) 28 442406 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\Device\Null, 0x18601) 30 442436 [main] sendmail 836 open: 7 = open(/dev/null, 0x18601) 171 442607 [main] sendmail 836 _cygwin_istext_for_stdio: fd 7: opened as binary 1000 443607 [main] sendmail 836 write: write(7, 0x228090, 10) 31 443638 [main] sendmail 836 write: 10 = write(7, 0x228090, 10) 146 443784 [main] sendmail 836 getpid: 836 = getpid() 534 444318 [main] sendmail 836 write: write(7, 0x228090, 9) 28 444346 [main] sendmail 836 write: 9 = write(7, 0x228090, 9) 769 445115 [main] sendmail 836 write: write(7, 0x2280B0, 49) 31 445146 [main] sendmail 836 write: 49 = write(7, 0x2280B0, 49) 237 445383 [main] sendmail 836 close: close(7) 29 445412 [main] sendmail 836 fhandler_base::close: closing '/dev/null' handle 0x67C 32 445444 [main] sendmail 836 close: 0 = close(7) 239 445683 [main] sendmail 836 getpid: 836 = getpid() 31 445714 [main] sendmail 836 __set_errno: ssize_t writev(int, const iovec*, int):1318 setting errno 9 28 445742 [main] sendmail 836 writev: -1 = writev(3, 0x2287F0, 2), errno 9 81 445823 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 31 445854 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 445891 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 64 445955 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x2285A0) st_size=255512, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.1D371A00 st_ctim=53E112A2.1D371A00 st_mtim=53E112A2.1D371A00 st_birthtim=53E112A2.EE3B800 36 445991 [main] sendmail 836 fstat64: 0 = fstat(1, 0x2285A0) syslog: Bad file descriptor 80 446071 [main] sendmail 836 write: 28 = write(1, 0x2007EFE0, 28) 123 446194 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1028 29 446223 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-1029 29 446252 [main] sendmail 836 get_info_from_sd: ACL 0x120, uid 1028, gid 1029 51 446303 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\mail\aliases, 0x228A10) st_size=183, st_mode=0x8120, st_ino=1970324837070571st_atim=53E11276.3B7656C0 st_ctim=53E1080E.12D59500 st_mtim=53E1080E.12D59500 st_birthtim=53DE6678.2B7D5340 35 446338 [main] sendmail 836 fstat64: 0 = fstat(3, 0x228A10) 54 446392 [main] sendmail 836 read: read(3, 0x2008EFE8, 65536) blocking 126 446518 [main] sendmail 836 fhandler_base::read: returning 183, binary mode 32 446550 [main] sendmail 836 read: 183 = read(3, 0x2008EFE8, 65536) 290 446840 [main] sendmail 836 fhandler_disk_file::pread: 16384 = pread(0x2004DA04, 16384, 32768) 32 446872 [main] sendmail 836 pread: 16384 = pread(6, 0x2004DA04, 16384, 32768) 324 447196 [main] sendmail 836 fhandler_disk_file::pread: 16384 = pread(0x2009F02C, 16384, 16384) 31 447227 [main] sendmail 836 pread: 16384 = pread(6, 0x2009F02C, 16384, 16384) 2371 449598 [main] sendmail 836 read: read(3, 0x2008EFE8, 65536) blocking 34 449632 [main] sendmail 836 fhandler_base::read: returning 0, binary mode 27 449659 [main] sendmail 836 read: 0 = read(3, 0x2008EFE8, 65536) /etc/mail/aliases: 13 aliases, longest 10 bytes, 144 bytes total 149 449808 [main] sendmail 836 write: 65 = write(1, 0x2007EFE0, 65) 38 449846 [main] sendmail 836 vsyslog: 0x6 %s 220 450066 [main] sendmail 836 open: open(/dev/null, 0x10601) 42 450108 [main] sendmail 836 normalize_posix_path: src /dev/null 27 450135 [main] sendmail 836 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null) 28 450163 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null) 29 450192 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /dev/null, dst \Device\Null, flags 0x2, rc 0 46 450238 [main] sendmail 836 build_fh_pc: fh 0x612AECA0, dev 00010003 31 450269 [main] sendmail 836 fhandler_base::open: (\Device\Null, 0x18601) 40 450309 [main] sendmail 836 fhandler_base::set_flags: flags 0x18601, supplied_bin 0x10000 28 450337 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 450364 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 450391 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x60C, 0x40120080, \Device\Null, io, NULL, 0x0, 0x7, 0x3, 0x4020, NULL, 0) 28 450419 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\Device\Null, 0x18601) 30 450449 [main] sendmail 836 open: 7 = open(/dev/null, 0x18601) 172 450621 [main] sendmail 836 _cygwin_istext_for_stdio: fd 7: opened as binary 1005 451626 [main] sendmail 836 write: write(7, 0x227B50, 10) 30 451656 [main] sendmail 836 write: 10 = write(7, 0x227B50, 10) 147 451803 [main] sendmail 836 getpid: 836 = getpid() 535 452338 [main] sendmail 836 write: write(7, 0x227B50, 9) 28 452366 [main] sendmail 836 write: 9 = write(7, 0x227B50, 9) 653 453019 [main] sendmail 836 write: write(7, 0x227B70, 64) 29 453048 [main] sendmail 836 write: 64 = write(7, 0x227B70, 64) 235 453283 [main] sendmail 836 close: close(7) 30 453313 [main] sendmail 836 fhandler_base::close: closing '/dev/null' handle 0x60C 31 453344 [main] sendmail 836 close: 0 = close(7) 239 453583 [main] sendmail 836 getpid: 836 = getpid() 31 453614 [main] sendmail 836 __set_errno: ssize_t writev(int, const iovec*, int):1318 setting errno 9 28 453642 [main] sendmail 836 writev: -1 = writev(3, 0x2282B0, 2), errno 9 syslog: Bad file descriptor 57 453699 [main] sendmail 836 write: 28 = write(1, 0x2007EFE0, 28) 30 453729 [main] sendmail 836 close: close(3) 29 453758 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases' handle 0x770 37 453795 [main] sendmail 836 close: 0 = close(3) 163 453958 [main] sendmail 836 pwrite: 16384 = pwrite(6, 0x2008EFE8, 16384, 0) 95 454053 [main] sendmail 836 pwrite: 16384 = pwrite(6, 0x2008EFE8, 16384, 16384) 96 454149 [main] sendmail 836 pwrite: 16384 = pwrite(6, 0x2008EFE8, 16384, 32768) 21396 475545 [main] sendmail 836 close: close(4) 37 475582 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases.db' handle 0x69C 41 475623 [main] sendmail 836 close: 0 = close(4) 8397 484020 [main] sendmail 836 close: close(5) 36 484056 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases.db' handle 0x600 41 484097 [main] sendmail 836 close: 0 = close(5) 77 484174 [main] sendmail 836 close: close(6) 80 484254 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases.db' handle 0x5FC 42 484296 [main] sendmail 836 close: 0 = close(6) 347 484643 [main] sendmail 836 open: open(/etc/mail/aliases.db, 0x10002) 32 484675 [main] sendmail 836 normalize_posix_path: src /etc/mail/aliases.db 28 484703 [main] sendmail 836 normalize_posix_path: /etc/mail/aliases.db = normalize_posix_path (/etc/mail/aliases.db) 29 484732 [main] sendmail 836 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/mail/aliases.db) 29 484761 [main] sendmail 836 set_flags: flags: binary (0x2) 28 484789 [main] sendmail 836 mount_info::conv_to_win32_path: src_path /etc/mail/aliases.db, dst C:\cygwin\etc\mail\aliases.db, flags 0x3000A, rc 0 66 484855 [main] sendmail 836 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\mail\aliases.db) 139 484994 [main] sendmail 836 symlink_info::check: not a symlink 40 485034 [main] sendmail 836 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\mail\aliases.db, 0x2279F8) (0x3000A) 32 485066 [main] sendmail 836 path_conv::check: this->path(C:\cygwin\etc\mail\aliases.db), has_acls(1) 36 485102 [main] sendmail 836 build_fh_pc: fh 0x612AE7B8, dev 000000C3 32 485134 [main] sendmail 836 fhandler_base::open: (\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 50 485184 [main] sendmail 836 fhandler_base::set_flags: flags 0x118002, supplied_bin 0x10000 29 485213 [main] sendmail 836 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 27 485240 [main] sendmail 836 fhandler_base::set_flags: filemode set to binary 27 485267 [main] sendmail 836 fhandler_base::open: 0x0 = NtCreateFile (0x5FC, 0xC0100000, \??\C:\cygwin\etc\mail\aliases.db, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 485296 [main] sendmail 836 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\mail\aliases.db, 0x118002) 33 485329 [main] sendmail 836 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\mail\aliases.db, 0x18002) 31 485360 [main] sendmail 836 open: 3 = open(/etc/mail/aliases.db, 0x18002) 29 485389 [main] sendmail 836 fcntl64: fcntl(3, 1, ...) 27 485416 [main] sendmail 836 fcntl64: 0 = fcntl(3, 1, 0x0) 27 485443 [main] sendmail 836 fcntl64: fcntl(3, 2, ...) 30 485473 [main] sendmail 836 fhandler_base::set_close_on_exec: set close_on_exec for /etc/mail/aliases.db to 1 27 485500 [main] sendmail 836 fcntl64: 0 = fcntl(3, 2, 0x1) 6665 492165 [main] sendmail 836 close: close(3) 44 492209 [main] sendmail 836 fhandler_base::close: closing '/etc/mail/aliases.db' handle 0x5FC 40 492249 [main] sendmail 836 close: 0 = close(3) 866 493115 [main] sendmail 836 sigaction_worker: signal 2, newact 0x229088 (handler 0x401840), oa 0x1 29 493144 [main] sendmail 836 sigaction: 0 = sigaction(2, 0x229088, 0x229094) 28 493172 [main] sendmail 836 sigaction_worker: signal 3, newact 0x229088 (handler 0x0), oa 0x1 28 493200 [main] sendmail 836 sigaction: 0 = sigaction(3, 0x229088, 0x229094) 28 493228 [main] sendmail 836 sigaction_worker: signal 18, newact 0x229088 (handler 0x0), oa 0x1 27 493255 [main] sendmail 836 sigaction: 0 = sigaction(18, 0x229088, 0x229094) 50 493305 [main] sendmail 836 time: 1407259298 = time(0x0) 60 493365 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 29 493394 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 37 493431 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 52 493483 [main] sendmail 836 fstat64: 0 = fstat(0, 0x2290F0) 72 493555 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 31 493586 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 493619 [main] sendmail 836 get_info_from_sd: ACL 0x1A4, uid 1003, gid 513 50 493669 [main] sendmail 836 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\local\src\sendmail-8.14.9\sendmail_strace.txt, 0x2290F0) st_size=265025, st_mode=0x81A4, st_ino=2814749767209930st_atim=53E112A2.1D371A00 st_ctim=53E112A2.1D371A00 st_mtim=53E112A2.1D371A00 st_birthtim=53E112A2.EE3B800 36 493705 [main] sendmail 836 fstat64: 0 = fstat(1, 0x2290F0) 29 493734 [main] sendmail 836 time: 1407259298 = time(0x0) 54 493788 [main] sendmail 836 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1659004503-813497703-854245398-1003 30 493818 [main] sendmail 836 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1659004503-813497703-854245398-513 33 493851 [main] sendmail 836 get_info_from_sd: ACL 0x2190, uid 1003, gid 513 50 493901 [main] sendmail 836 fstat64: 0 = fstat(2, 0x2290F0) 40 493941 [main] sendmail 836 alarm: 0 = alarm(0) 45 493986 [main] sendmail 836 set_signal_mask: setmask 0, newmask 0, mask_bits 0 28 494014 [main] sendmail 836 sigprocmask: 0 = sigprocmask (2, 0x228078, 0x22807C) 29 494043 [main] sendmail 836 pthread_sigmask: 0 = pthread_sigmask(0, 0x0, 0x228184) 50 494093 [main] sendmail 836 pthread_sigmask: 0 = pthread_sigmask(0, 0x0, 0x228184) 28 494121 [main] sendmail 836 getpid: 836 = getpid() 304 494425 [main] sendmail 836 do_exit: do_exit (0), exit_state 1 28 494453 [main] sendmail 836 void: 0x0 = signal (20, 0x1) 28 494481 [main] sendmail 836 void: 0x401840 = signal (1, 0x1) 26 494507 [main] sendmail 836 void: 0x401840 = signal (2, 0x1) 27 494534 [main] sendmail 836 void: 0x0 = signal (3, 0x1) 30 494564 [main] sendmail 836 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x612AD58C> usecount + -1 = 2 29 494593 [main] sendmail 836 fhandler_base::close_with_arch: not closing archetype 29 494622 [main] sendmail 836 fhandler_base::close: closing '/usr/local/src/sendmail-8.14.9/sendmail_strace.txt' handle 0x658 37 494659 [main] sendmail 836 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x612AD58C> usecount + -1 = 1 102 494761 [main] sendmail 836 fhandler_base::close_with_arch: not closing archetype 31 494792 [main] sendmail 836 init_cygheap::close_ctty: closing cygheap->ctty 0x612AD58C 27 494819 [main] sendmail 836 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0 28 494847 [main] sendmail 836 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0 28 494875 [main] sendmail 836 fhandler_pty_slave::close: closing last open /dev/pty0 handle 54 494929 [main] sendmail 836 fhandler_console::free_console: freed console, res 1 29 494958 [main] sendmail 836 fhandler_pty_common::close: pty0 <0x74C,0x744> closing 65 495023 [main] sendmail 836 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0) 30 495053 [main] sendmail 836 getpid: 836 = getpid() 31 495084 [main] sendmail 836 proc_terminate: nprocs 0 27 495111 [main] sendmail 836 proc_terminate: leaving 41 495152 [main] sendmail 836 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0 --------------4D64EB3B94DF07C9D7F1BDBF 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 --------------4D64EB3B94DF07C9D7F1BDBF--