public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ps -W now showing STIME Dec 31
@ 2019-03-21 14:07 Brian Inglis
  2019-03-21 14:52 ` Corinna Vinschen
  0 siblings, 1 reply; 9+ messages in thread
From: Brian Inglis @ 2019-03-21 14:07 UTC (permalink / raw)
  To: Cygwin

With latest Cygwin ps -W is now showing STIME Dec 31 for Windows startup
processes - these should be limited to actual start or uptime if possible.

$ uname -a
CYGWIN_NT-10.0 BWInglisD 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 Cygwin
$ uptime
 07:50:48 up 6 days, 57 min,  0 users,  load average: 2.08, 1.62, 1.31
$ head /proc/uptime
521841.18 456218.87
$ ps -W
       PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND
    65540       0       0          4  ?              0   Dec 31 System
    65640       0       0        104  ?              0   Dec 31 Registry
    65944       0       0        408  ?              0   Dec 31
C:\Windows\System32\smss.exe
    66096       0       0        560  ?              0   Dec 31
C:\Windows\System32\csrss.exe
    66196       0       0        660  ?              0   Dec 31
C:\Windows\System32\wininit.exe
    66316       0       0        780  ?              0   Dec 31
C:\Windows\System32\services.exe
    66360       0       0        824  ?              0   Dec 31
C:\Windows\System32\lsass.exe
    66464       0       0        928  ?              0   Dec 31
C:\Windows\System32\svchost.exe
    66488       0       0        952  ?              0   Dec 31
C:\Windows\System32\svchost.exe

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ps -W now showing STIME Dec 31
  2019-03-21 14:07 ps -W now showing STIME Dec 31 Brian Inglis
@ 2019-03-21 14:52 ` Corinna Vinschen
  2019-03-21 15:58   ` EXT: " Garber, Dave (BHGE, Non-GE)
  2019-03-21 16:03   ` Brian Inglis
  0 siblings, 2 replies; 9+ messages in thread
From: Corinna Vinschen @ 2019-03-21 14:52 UTC (permalink / raw)
  To: cygwin

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

On Mar 21 08:07, Brian Inglis wrote:
> With latest Cygwin ps -W is now showing STIME Dec 31 for Windows startup
> processes - these should be limited to actual start or uptime if possible.

It's not possible.  Starttime requires ability to open process.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: EXT: Re: ps -W now showing STIME Dec 31
  2019-03-21 14:52 ` Corinna Vinschen
@ 2019-03-21 15:58   ` Garber, Dave (BHGE, Non-GE)
  2019-03-21 16:07     ` Bill Stewart
  2019-03-21 16:03   ` Brian Inglis
  1 sibling, 1 reply; 9+ messages in thread
From: Garber, Dave (BHGE, Non-GE) @ 2019-03-21 15:58 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1019 bytes --]


> -----Original Message-----
> From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> On Behalf
> Of Corinna Vinschen
> Sent: Thursday, March 21, 2019 10:53 AM
> To: cygwin@cygwin.com
> Subject: EXT: Re: ps -W now showing STIME Dec 31
> 
> On Mar 21 08:07, Brian Inglis wrote:
> > With latest Cygwin ps -W is now showing STIME Dec 31 for Windows
> > startup processes - these should be limited to actual start or uptime if
> possible.
> 
> It's not possible.  Starttime requires ability to open process.


Run from an elevated shell it shows correctly.

But Windows command 'wmic process get name, creationdate' in a non-elevated command prompt also works.  So it looks like it should be possible.

> 
> 
> Corinna
> 
> --
> Corinna Vinschen
> Cygwin Maintainer
\x03B‹KCB”\x1c›Ø›\x19[H\x1c™\^[ܝ\x1cΈ\b\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÜ\x1c›Ø›\x19[\Ëš\x1d^[[\x03B‘TNˆ\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÙ˜\KÃB‘^[ØÝ[Y[\x18]\x1a[ÛŽˆ\b\b\b\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÙ^[ØÜËš\x1d^[[\x03B•[œÝXœØÜšX™H\x1a[™›Îˆ\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÛ[\vÈÝ[œÝXœØÜšX™K\Ú[\^[\x19CBƒB

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ps -W now showing STIME Dec 31
  2019-03-21 14:52 ` Corinna Vinschen
  2019-03-21 15:58   ` EXT: " Garber, Dave (BHGE, Non-GE)
@ 2019-03-21 16:03   ` Brian Inglis
  2019-03-21 19:08     ` Corinna Vinschen
  1 sibling, 1 reply; 9+ messages in thread
From: Brian Inglis @ 2019-03-21 16:03 UTC (permalink / raw)
  To: cygwin

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

On 2019-03-21 08:52, Corinna Vinschen wrote:
> On Mar 21 08:07, Brian Inglis wrote:
>> With latest Cygwin ps -W is now showing STIME Dec 31 for Windows startup
>> processes - these should be limited to actual start or uptime if possible.
> It's not possible.  Starttime requires ability to open process.

Everything on Cygwin updated Mar 18.
Running ps under bash from mintty launched from XDG.
Ran cygcheck on ps below, and attached strace not showing much useful.
Running under gdb, ps appears never to call GetProcessTimes on startup processes
including my own startup scheduled tasks, so start_time is always zero, and is
offset -7 to MST.
Showing below also unique startup programs, unique other programs with normal
times from System32, running Cygwin processes, and installed releases FYI.
I could rebuild ps with debugging and add logging if not reproducible.

$ cygcheck ps
Found: C:\...\cygwin64\bin\ps.exe
C:\...\cygwin64\bin\ps.exe
  C:\...\cygwin64\bin\cygwin1.dll
    C:\WINDOWS\system32\KERNEL32.dll
      C:\WINDOWS\system32\ntdll.dll
      C:\WINDOWS\system32\KERNELBASE.dll
      C:\WINDOWS\system32\api-ms-win-core-processthreads-l1-1-1.dll
      C:\WINDOWS\system32\api-ms-win-core-synch-l1-2-0.dll
      C:\WINDOWS\system32\api-ms-win-core-file-l1-2-0.dll
      C:\WINDOWS\system32\api-ms-win-core-timezone-l1-1-0.dll
      C:\WINDOWS\system32\api-ms-win-core-localization-l1-2-0.dll
      C:\WINDOWS\system32\api-ms-win-core-file-l2-1-0.dll
      C:\WINDOWS\system32\api-ms-win-core-xstate-l2-1-0.dll
  C:\WINDOWS\system32\ADVAPI32.dll
    C:\WINDOWS\system32\msvcrt.dll:
    C:\WINDOWS\system32\SECHOST.dll
      C:\WINDOWS\system32\RPCRT4.dll
$ ps -Ws | fgrep Dec\ 31 | sort -u -k2,5
  68404 ?          Dec 31 C:\Program
Files\OpenHardwareMonitor\OpenHardwareMonitor.exe
  70348 ?          Dec 31 C:\ProgramData\Microsoft\Windows
Defender\Platform\4.18.1902.2-0\MsMpEng.exe
  69732 ?          Dec 31
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SMSvcHost.exe
  75044 ?          Dec 31 C:\Windows\servicing\TrustedInstaller.exe
  67220 ?          Dec 31 C:\Windows\System32\atiesrxx.exe
  69240 ?          Dec 31 C:\Windows\System32\conhost.exe
  66096 ?          Dec 31 C:\Windows\System32\csrss.exe
  67280 ?          Dec 31 C:\Windows\System32\dasHost.exe
  72692 ?          Dec 31 C:\Windows\System32\dwm.exe
  69092 ?          Dec 31 C:\Windows\System32\escsvc64.exe
  66512 ?          Dec 31 C:\Windows\System32\fontdrvhost.exe
  69436 ?          Dec 31 C:\Windows\System32\ibtsiva.exe
  66360 ?          Dec 31 C:\Windows\System32\lsass.exe
  70252 ?          Dec 31 C:\Windows\System32\mqsvc.exe
  72976 ?          Dec 31 C:\Windows\System32\SearchFilterHost.exe
  67528 ?          Dec 31 C:\Windows\System32\SearchIndexer.exe
  77244 ?          Dec 31 C:\Windows\System32\SearchProtocolHost.exe
  70304 ?          Dec 31 C:\Windows\System32\SecurityHealthService.exe
  66316 ?          Dec 31 C:\Windows\System32\services.exe
  67188 ?          Dec 31 C:\Windows\System32\SgrmBroker.exe
  65944 ?          Dec 31 C:\Windows\System32\smss.exe
  69940 ?          Dec 31 C:\Windows\System32\snmp.exe
  69160 ?          Dec 31 C:\Windows\System32\spoolsv.exe
  66464 ?          Dec 31 C:\Windows\System32\svchost.exe
  69112 ?          Dec 31 C:\Windows\System32\wbem\WmiPrvSE.exe
  66196 ?          Dec 31 C:\Windows\System32\wininit.exe
  70808 ?          Dec 31 C:\Windows\System32\winlogon.exe
  69232 ?          Dec 31 C:\Windows\System32\wlanext.exe
  67180 ?          Dec 31 C:\Windows\System32\WUDFHost.exe
  74244 ?          Dec 31
C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.164_none_7e114a3d4d0589d4\TiWorker.exe
  67696 ?          Dec 31 MemCompression
  65640 ?          Dec 31 Registry
  65540 ?          Dec 31 System
$ ps -Ws | fgrep -v Dec\ 31 | fgrep System32 | sort -u -k4
  71732 ?        20:10:39 C:\Windows\System32\CompPkgSrv.exe
  73416 ?        19:36:34 C:\Windows\System32\conhost.exe
  70468 ?        19:36:07 C:\Windows\System32\ctfmon.exe
  74748 ?        19:36:07 C:\Windows\System32\RuntimeBroker.exe
  71720 ?        19:36:18 C:\Windows\System32\SecurityHealthSystray.exe
  67476 ?        19:36:03 C:\Windows\System32\sihost.exe
  75028 ?        19:36:18 C:\Windows\System32\smartscreen.exe
  73996 ?        19:36:20 C:\Windows\System32\spool\drivers\x64\3\E_YATIQFE.EXE
  73676 ?        19:36:03 C:\Windows\System32\svchost.exe
  73368 ?        19:36:03 C:\Windows\System32\taskhostw.exe
$ ps -aef
     UID     PID    PPID  TTY        STIME COMMAND
  SYSTEM    3405    3404 ?          Mar 18 /usr/libexec/sendmail
  SYSTEM    3404       1 ?          Mar 18 /usr/bin/cygrunsrv
  SYSTEM    3376    3374 ?          Mar 18 /usr/sbin/syslog-ng
  SYSTEM    3374       1 ?          Mar 18 /usr/bin/cygrunsrv
  SYSTEM    3398       1 ?          Mar 18 /usr/bin/cygrunsrv
   $USER   52471   52448 ?        19:37:26 /usr/bin/fbxkb
   $USER   52494       1 ?        19:37:32 /usr/libexec/gvfsd
   $USER   52341       1 cons0    19:36:34 /usr/bin/sh
   $USER   52459       1 ?        19:37:22 /usr/bin/dbus-daemon
   $USER   52458       1 ?        19:37:22 /usr/bin/dbus-launch
  SYSTEM    3399    3398 ?          Mar 18 /usr/sbin/cron
   $USER   52474   52473 pty0     19:37:28 /usr/bin/bash
   $USER   52445   52444 cons0    19:37:10 /usr/bin/XWin
   $USER   52463       1 ?        19:37:25 /usr/bin/gnome-keyring-daemon
  SYSTEM    3393    3392 ?          Mar 18 /usr/sbin/cygserver
   $USER   52444   52341 cons0    19:37:10 /usr/bin/xinit
   $USER    1115   52474 pty0     09:18:33 /usr/bin/bash
   $USER   64883       1 ?        08:14:52 /usr/bin/dbus-daemon
   $USER   52515       1 ?        19:37:35 /usr/libexec/gam_server
   $USER   52448   52444 ?        19:37:19 /usr/bin/xwin-xdg-menu
  SYSTEM    3392       1 ?          Mar 18 /usr/bin/cygrunsrv
   $USER   52473       1 ?        19:37:27 /usr/bin/mintty
   $USER    1114   52474 pty0     09:18:33 /usr/bin/ps
$ apt list cygwin
base-cygwin 3.8-1 x86_64 [installed, automatic]
cygwin 3.0.4-1 x86_64 [installed, automatic]
cygwin-debuginfo 3.0.4-1 x86_64 [installed, manual]
cygwin-devel 3.0.4-1 x86_64 [installed, automatic]
cygwin-doc 3.0.4-1 x86_64 [installed, manual]
...

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

[-- Attachment #2: ps.strace --]
[-- Type: text/plain, Size: 190845 bytes --]

--- Process 6856 created
--- Process 6856 loaded C:\Windows\System32\ntdll.dll at 00007ffa3bd70000
--- Process 6856 loaded C:\Windows\System32\kernel32.dll at 00007ffa3b630000
--- Process 6856 loaded C:\Windows\System32\KernelBase.dll at 00007ffa38a30000
--- Process 6856 thread 1276 created
--- Process 6856 loaded C:\Windows\System32\advapi32.dll at 00007ffa3aeb0000
--- Process 6856 loaded C:\Windows\System32\msvcrt.dll at 00007ffa3b440000
--- Process 6856 thread 6200 created
--- Process 6856 loaded C:\...\cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 6856 loaded C:\Windows\System32\sechost.dll at 00007ffa3b4e0000
--- Process 6856 loaded C:\Windows\System32\rpcrt4.dll at 00007ffa3af60000
--- Process 6856 thread 7220 created
    0       0 [main] ps (6856) **********************************************
  954     954 [main] ps (6856) Program name: C:\...\cygwin64\bin\ps.exe (windows pid 6856)
  397    1351 [main] ps (6856) OS version:   Windows NT-10.0
  387    1738 [main] ps (6856) **********************************************
--- Process 6856 loaded C:\Windows\System32\cryptbase.dll at 00007ffa37760000
--- Process 6856 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffa38cd0000
 4377    6115 [main] ps (6856) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180309D30)
  990    7105 [main] ps (6856) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xE4, *m 6
  156    7261 [main] ps (6856) user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912)
  434    7695 [main] ps (6856) open_shared: name S-1-5-21-2134659853-807844728-3189034246-1000.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xDC, *m 6
  131    7826 [main] ps (6856) user_info::create: opening user shared for 'S-1-5-21-2134659853-807844728-3189034246-1000' at 0x180020000
  335    8161 [main] ps (6856) user_info::create: user shared version AB1FCCE8
  489    8650 [main] ps (6856) fhandler_pipe::create: name \\.\pipe\cygwin-f031669020b3f992-6856-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
  245    8895 [main] ps (6856) fhandler_pipe::create: pipe read handle 0xF8
  392    9287 [main] ps (6856) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-f031669020b3f992-6856-sigwait
  514    9801 [main] ps (6856) fhandler_pipe::create: pipe write handle 0x100
  209   10010 [main] ps (6856) dll_crt0_0: finished dll_crt0_0 initialization
--- Process 6856 thread 7068 created
 1964   11974 [sig] ps (6856) wait_sig: entering ReadFile loop, my_readsig 0xF8, my_sendsig 0x100
  781   12755 [main] ps (6856) time: 1553178081 = time(0x0)
  385   13140 [main] ps (6856) mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\src\cygwin\newlib-cygwin, 0x0, no-add-slash)
  753   13893 [main] ps (6856) normalize_win32_path: C:\Users\$USER\src\cygwin\newlib-cygwin = normalize_win32_path (C:\Users\$USER\src\cygwin\newlib-cygwin)
  187   14080 [main] ps (6856) mount_info::conv_to_posix_path: /home/$USER/src/cygwin/newlib-cygwin = conv_to_posix_path (C:\Users\$USER\src\cygwin\newlib-cygwin)
  491   14571 [main] ps (6856) sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130)
 1557   16128 [main] ps (6856) _cygwin_istext_for_stdio: fd 0: not open
  363   16491 [main] ps (6856) _cygwin_istext_for_stdio: fd 1: not open
  387   16878 [main] ps (6856) _cygwin_istext_for_stdio: fd 2: not open
 1187   18065 [main] ps (6856) open_shared: name cygpid.64899, n 64899, shared 0x20000 (wanted 0x0), h 0x124, *m 5
  258   18323 [main] ps (6856) time: 1553178081 = time(0x0)
   85   18408 [main] ps 64899 pinfo::thisproc: myself dwProcessId 6856
  642   19050 [main] ps 64899 environ_init: GetEnvironmentStrings returned 0x6B9ED0
 1229   20279 [main] ps 64899 win32env_to_cygenv: 0x6000284F0: ALLUSERSPROFILE=C:\ProgramData
  438   20717 [main] ps 64899 win32env_to_cygenv: 0x600028520: AMDAPPSDKROOT=C:\Program Files (x86)\AMD APP\
  620   21337 [main] ps 64899 win32env_to_cygenv: 0x600028560: APPDATA=C:\Users\$USER\AppData\Roaming
  739   22076 [main] ps 64899 win32env_to_cygenv: 0x600028590: BK_RSH="C:\Program Files (x86)\PuTTY\plink.exe"
  819   22895 [main] ps 64899 win32env_to_cygenv: 0x6000285D0: BROWSER=ff
  761   23656 [main] ps 64899 win32env_to_cygenv: 0x6000285F0: COMMONPROGRAMFILES=C:\Program Files\Common Files
  722   24378 [main] ps 64899 win32env_to_cygenv: 0x600028630: COMPUTERNAME=$HOSTNAME
  739   25117 [main] ps 64899 win32env_to_cygenv: 0x600028650: COMSPEC=C:\WINDOWS\system32\cmd.exe
  740   25857 [main] ps 64899 win32env_to_cygenv: 0x600028680: CONFIG_SITE=/etc/config.site
  763   26620 [main] ps 64899 parse_options: glob (called func)
 1038   27658 [main] ps 64899 parse_options: error_start (called func)
  536   28194 [main] ps 64899 parse_options: returning
  398   28592 [main] ps 64899 win32env_to_cygenv: 0x6000286B0: CYGWIN=noglob error_start=C:/.../cygwin64/bin/dumper.exe
  749   29341 [main] ps 64899 win32env_to_cygenv: 0x600048790: CommonProgramW6432=C:\Program Files\Common Files
  747   30088 [main] ps 64899 win32env_to_cygenv: 0x6000487D0: DATE_FORMAT_FULL=%Y %B %e %A %T%z
  365   30453 [main] ps 64899 win32env_to_cygenv: 0x600048800: DATE_FORMAT_LONG=%Y %b %d %a %T%z
  758   31211 [main] ps 64899 win32env_to_cygenv: 0x600048830: DATE_FORMAT_MEDIUM=%F %T%z
  739   31950 [main] ps 64899 win32env_to_cygenv: 0x600048860: DATE_FORMAT_SHORT=%F %R
  741   32691 [main] ps 64899 win32env_to_cygenv: 0x600048880: DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-uer37saBOe,guid=f9d3ad5e464d9763d0f992655c92ead2
  735   33426 [main] ps 64899 win32env_to_cygenv: 0x6000488F0: DISPLAY=:0
  725   34151 [main] ps 64899 win32env_to_cygenv: 0x600048910: DriverData=C:\Windows\System32\Drivers\DriverData
  741   34892 [main] ps 64899 win32env_to_cygenv: 0x600048950: EDITOR=vim
  746   35638 [main] ps 64899 win32env_to_cygenv: 0x600048970: EXECIGNORE=*.txt;*.htm;*.html;*.tar;*.Z;*.z;*.?z;*.bz2;*.log;*.pdf;*.epub;*.jar;*.zip;*.[0-9]*;*.jpg;*.jpeg;*.png;*.svg
  522   36160 [main] ps 64899 win32env_to_cygenv: 0x6000489F0: FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
  610   36770 [main] ps 64899 win32env_to_cygenv: 0x600048A30: FPS_BROWSER_USER_PROFILE_STRING=Default
  742   37512 [main] ps 64899 win32env_to_cygenv: 0x600048A60: FP_NO_HOST_CHECK=NO
  744   38256 [main] ps 64899 win32env_to_cygenv: 0x600048A80: GNUPLOT_LIB=/home/$USER/bin:/proc/cygdrive/c/Program Files (x86)/gnuplot/demo:/proc/cygdrive/c/Program Files (x86)/gnuplot/demo/games:/proc/cygdrive/c/Program Files (x86)/gnuplot/share:/proc/cygdrive/c/.../bin:/usr/local/bin:/usr/bin:/proc/cygdrive/c/.../cygwin32/usr/local/bin:/proc/cygdrive/c/.../cygwin32/bin:/proc/cygdrive/c/.../ast/bin:/proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn/:/proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/:/proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64:/proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static:/proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0/:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/proc/cygdrive/c/Windows/System32/wbem:/proc/cygdrive/c/Windows/System32:/proc/cygdrive/c/Windows:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Windows/System32/OpenSSH/:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Program Files/gnuplot/bin
  552   38808 [main] ps 64899 getwinenv: can't set native for HOME= since no environ yet
  358   39166 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER, 0x10000000, no-add-slash)
  178   39344 [main] ps 64899 normalize_win32_path: C:\Users\$USER = normalize_win32_path (C:\Users\$USER)
  392   39736 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER = conv_to_posix_path (C:\Users\$USER)
 1085   40821 [main] ps 64899 win_env::add_cache: posix /home/$USER
  389   41210 [main] ps 64899 win_env::add_cache: native HOME=C:\Users\$USER
  391   41601 [main] ps 64899 posify_maybe: env var converted to HOME=/home/$USER
 1003   42604 [main] ps 64899 win32env_to_cygenv: 0x600048EC0: HOME=/home/$USER
  743   43347 [main] ps 64899 win32env_to_cygenv: 0x600048E60: HOMEDRIVE=C:
  740   44087 [main] ps 64899 win32env_to_cygenv: 0x600048EE0: HOMEPATH=\Users\$USER
  757   44844 [main] ps 64899 win32env_to_cygenv: 0x600048F00: HOSTNAME=$HOSTNAME
  749   45593 [main] ps 64899 win32env_to_cygenv: 0x600048F20: IMSETTINGS_INTEGRATE_DESKTOP=no
  488   46081 [main] ps 64899 win32env_to_cygenv: 0x600048F50: INFOPATH=/home/$USER/info:/usr/local/info:/usr/info:/usr/share/git-core/templates/info:/proc/cygdrive/c/.../share/info:/proc/cygdrive/c/.../cygwin32/usr/share/info:/proc/cygdrive/c/.../debian/usr/share/info:/proc/cygdrive/c/.../ubuntu/usr/share/info:/proc/cygdrive/c/.../debian/usr/share/doc/info:/proc/cygdrive/c/.../ubuntu/usr/share/doc/info
  684   46765 [main] ps 64899 win32env_to_cygenv: 0x6000490A0: LANG=en_CA.UTF-8
  799   47564 [main] ps 64899 win32env_to_cygenv: 0x6000490C0: LANGUAGE=en_CA:en_GB:en
  745   48309 [main] ps 64899 win32env_to_cygenv: 0x6000490E0: LAUNCHER=xlaunch
  741   49050 [main] ps 64899 win32env_to_cygenv: 0x600049100: LC_ALL=en_CA.UTF-8
  740   49790 [main] ps 64899 win32env_to_cygenv: 0x600049120: LESS=-c -R -M -PM?P%Pb\% %lb/%L.?p %pb\% %bb/%B.?f %f.?m %i/%m.?x %x.
  745   50535 [main] ps 64899 win32env_to_cygenv: 0x600049170: LESSCLOSE=/usr/local/bin/lesspipe %s %s
  735   51270 [main] ps 64899 win32env_to_cygenv: 0x6000491A0: LESSOPEN=| /usr/local/bin/lesspipe %s
  522   51792 [main] ps 64899 win32env_to_cygenv: 0x6000491D0: LOCALAPPDATA=C:\Users\$USER\AppData\Local
  116   51908 [main] ps 64899 win32env_to_cygenv: 0x600049200: LOGNAME=$USER
   85   51993 [main] ps 64899 win32env_to_cygenv: 0x600049220: LOGONSERVER=\\$HOSTNAME
  134   52127 [main] ps 64899 win32env_to_cygenv: 0x600049240: LS_COLORS=rs=0:di=01;34:ln=01;36:*.lnk=01;36:*.URL=01;36:*.url=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.cmd=01;32:*.exe=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.accumap=01;31:*.docx=01;31:*.epub=01;31:*.lwell=01;31:*.ods=01;31:*.pptx=01;31:*.xlsx=01;31:*.xps=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ico=01;35:*.icl=01;35:*.ogv=01;35:*.ogx=01;35:*.axv=01;35:*.anx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*.axa=00;36:
  611   52738 [main] ps 64899 win32env_to_cygenv: 0x600049900: MANPAGER=less
  742   53480 [main] ps 64899 win32env_to_cygenv: 0x600049920: MANPATH=/usr/local/man:/usr/man:/usr/ssl/man:/usr/share/sendmail/man:/usr/share/texmf-dist/doc/man:/proc/cygdrive/c/.../share/man:/proc/cygdrive/c/.../cygwin32/usr/share/man:/proc/cygdrive/c/.../debian/usr/share/man:/proc/cygdrive/c/.../ubuntu/usr/share/man:/proc/cygdrive/c/.../ast/src/lib/libast/man:/proc/cygdrive/c/.../ast/arch/cygwin.i386/man:
  441   53921 [main] ps 64899 win32env_to_cygenv: 0x600049A70: MOZ_PLUGIN_PATH=C:\Program Files (x86)\Foxit Software\Foxit Reader\plugins\
  677   54598 [main] ps 64899 win32env_to_cygenv: 0x600049AD0: NTPD_CONFIGFILE=C:/ProgramData/NTP/etc/ntp.conf
  739   55337 [main] ps 64899 win32env_to_cygenv: 0x600049B10: NTPD_CPU=4
  745   56082 [main] ps 64899 win32env_to_cygenv: 0x600049B30: NTPD_DRIFTFILE=C:/ProgramData/NTP/etc/ntp.drift
  717   56799 [main] ps 64899 win32env_to_cygenv: 0x600049B70: NTPD_LEAPFILE=C:/ProgramData/NTP/etc/leap-seconds.list
  746   57545 [main] ps 64899 win32env_to_cygenv: 0x600049BB0: NTPD_LOGFILE=C:/ProgramData/NTP/etc/ntp.log
  496   58041 [main] ps 64899 win32env_to_cygenv: 0x600049BF0: NTPD_MODIFYMMTIMER=1
  742   58783 [main] ps 64899 win32env_to_cygenv: 0x600049C10: NTPD_NICE=1
  738   59521 [main] ps 64899 win32env_to_cygenv: 0x600049C30: NTPD_PANICGATE=1
  742   60263 [main] ps 64899 win32env_to_cygenv: 0x600049C50: NTPD_PCC=1
  745   61008 [main] ps 64899 win32env_to_cygenv: 0x600049C70: NTPD_PIDFILE=C:/ProgramData/NTP/etc/ntp.pid
  717   61725 [main] ps 64899 win32env_to_cygenv: 0x600049CB0: NTPD_STATSDIR=C:/ProgramData/NTP/etc/
  748   62473 [main] ps 64899 win32env_to_cygenv: 0x600049CE0: NUMBER_OF_PROCESSORS=4
  742   63215 [main] ps 64899 win32env_to_cygenv: 0x600049D00: OLDPWD=/home/$USER/src/cygwin/newlib-cygwin
  761   63976 [main] ps 64899 win32env_to_cygenv: 0x600049D40: OPENSSL64_LIB=/usr/lib
  714   64690 [main] ps 64899 win32env_to_cygenv: 0x600049D60: OPENSSL_LIB=/usr/lib
  712   65402 [main] ps 64899 win32env_to_cygenv: 0x600049D80: ORIGINAL_PATH=/proc/cygdrive/c/.../bin:/usr/local/bin:/usr/bin:/proc/cygdrive/c/.../cygwin32/usr/local/bin:/proc/cygdrive/c/.../cygwin32/bin:/proc/cygdrive/c/.../ast/bin:/proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64:/proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static:/proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Windows/System32/wbem:/proc/cygdrive/c/Windows/System32:/proc/cygdrive/c/Windows:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Windows/System32/OpenSSH:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Program Files/gnuplot/bin:/home/$USER/bin:/proc/cygdrive/c/Program Files/Calibre2:/proc/cygdrive/c/Program Files/TortoiseHg:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files (x86)/GNU/GnuPG/pub:/proc/cygdrive/c/Program Files (x86)/gnuplot/bin:/proc/cygdrive/c/Program Files (x86)/PuTTY:/proc/cygdrive/c/Program Files (x86)/Vim/vim80:/proc/cygdrive/c/.../bin:/usr/local/bin:/usr/bin:/proc/cygdrive/c/.../cygwin32/usr/local/bin:/proc/cygdrive/c/.../cygwin32/bin:/proc/cygdrive/c/.../ast/bin:/proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64:/proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static:/proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Windows/System32/wbem:/proc/cygdrive/c/Windows/System32:/proc/cygdrive/c/Windows:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Windows/System32/OpenSSH:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Program Files/gnuplot/bin:/home/$USER/AppData/Local/Microsoft/WindowsApps
  545   65947 [main] ps 64899 win32env_to_cygenv: 0x60004A540: OS=Windows_NT
  737   66684 [main] ps 64899 win32env_to_cygenv: 0x60004A560: OneDrive=C:\Users\$USER\OneDrive
  478   67162 [main] ps 64899 win32env_to_cygenv: 0x60004A590: PAGER=less
  513   67675 [main] ps 64899 getwinenv: can't set native for PATH= since no environ yet
  620   68295 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\bin, 0x10000100, no-add-slash)
  390   68685 [main] ps 64899 normalize_win32_path: C:\Users\$USER\bin = normalize_win32_path (C:\Users\$USER\bin)
  475   69160 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/bin = conv_to_posix_path (C:\Users\$USER\bin)
  238   69398 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\local\bin, 0x10000100, no-add-slash)
  517   69915 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\local\bin = normalize_win32_path (C:\...\cygwin64\usr\local\bin)
  429   70344 [main] ps 64899 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\...\cygwin64\usr\local\bin)
  338   70682 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\local\sbin, 0x10000100, no-add-slash)
  392   71074 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\local\sbin = normalize_win32_path (C:\...\cygwin64\usr\local\sbin)
  397   71471 [main] ps 64899 mount_info::conv_to_posix_path: /usr/local/sbin = conv_to_posix_path (C:\...\cygwin64\usr\local\sbin)
  394   71865 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin, 0x10000100, no-add-slash)
  335   72200 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin = normalize_win32_path (C:\...\cygwin64\bin)
  396   72596 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\...\cygwin64\bin)
  392   72988 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\sbin, 0x10000100, no-add-slash)
  388   73376 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\sbin = normalize_win32_path (C:\...\cygwin64\usr\sbin)
  396   73772 [main] ps 64899 mount_info::conv_to_posix_path: /usr/sbin = conv_to_posix_path (C:\...\cygwin64\usr\sbin)
  354   74126 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\sbin, 0x10000100, no-add-slash)
  406   74532 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\sbin = normalize_win32_path (C:\...\cygwin64\sbin)
  391   74923 [main] ps 64899 mount_info::conv_to_posix_path: /sbin = conv_to_posix_path (C:\...\cygwin64\sbin)
  390   75313 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\i686-pc-cygwin\bin, 0x10000100, no-add-slash)
  388   75701 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\i686-pc-cygwin\bin = normalize_win32_path (C:\...\cygwin64\usr\i686-pc-cygwin\bin)
  392   76093 [main] ps 64899 mount_info::conv_to_posix_path: /usr/i686-pc-cygwin/bin = conv_to_posix_path (C:\...\cygwin64\usr\i686-pc-cygwin\bin)
  392   76485 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\i686-w64-mingw32\bin, 0x10000100, no-add-slash)
  390   76875 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\i686-w64-mingw32\bin = normalize_win32_path (C:\...\cygwin64\usr\i686-w64-mingw32\bin)
  391   77266 [main] ps 64899 mount_info::conv_to_posix_path: /usr/i686-w64-mingw32/bin = conv_to_posix_path (C:\...\cygwin64\usr\i686-w64-mingw32\bin)
  406   77672 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\x86_64-pc-cygwin\bin, 0x10000100, no-add-slash)
  396   78068 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\x86_64-pc-cygwin\bin = normalize_win32_path (C:\...\cygwin64\usr\x86_64-pc-cygwin\bin)
  396   78464 [main] ps 64899 mount_info::conv_to_posix_path: /usr/x86_64-pc-cygwin/bin = conv_to_posix_path (C:\...\cygwin64\usr\x86_64-pc-cygwin\bin)
  496   78960 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\x86_64-w64-mingw32\bin, 0x10000100, no-add-slash)
  223   79183 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\x86_64-w64-mingw32\bin = normalize_win32_path (C:\...\cygwin64\usr\x86_64-w64-mingw32\bin)
  451   79634 [main] ps 64899 mount_info::conv_to_posix_path: /usr/x86_64-w64-mingw32/bin = conv_to_posix_path (C:\...\cygwin64\usr\x86_64-w64-mingw32\bin)
  239   79873 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\bin, 0x10000100, no-add-slash)
  451   80324 [main] ps 64899 normalize_win32_path: C:\...\bin = normalize_win32_path (C:\...\bin)
  482   80806 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../bin = conv_to_posix_path (C:\...\bin)
  383   81189 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\sbin, 0x10000100, no-add-slash)
  472   81661 [main] ps 64899 normalize_win32_path: C:\...\sbin = normalize_win32_path (C:\...\sbin)
  389   82050 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../sbin = conv_to_posix_path (C:\...\sbin)
  393   82443 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\ast\bin, 0x10000100, no-add-slash)
  389   82832 [main] ps 64899 normalize_win32_path: C:\...\ast\bin = normalize_win32_path (C:\...\ast\bin)
  242   83074 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../ast/bin = conv_to_posix_path (C:\...\ast\bin)
  432   83506 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin32\bin, 0x10000100, no-add-slash)
  394   83900 [main] ps 64899 normalize_win32_path: C:\...\cygwin32\bin = normalize_win32_path (C:\...\cygwin32\bin)
  361   84261 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../cygwin32/bin = conv_to_posix_path (C:\...\cygwin32\bin)
  399   84660 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin32\sbin, 0x10000100, no-add-slash)
  132   84792 [main] ps 64899 normalize_win32_path: C:\...\cygwin32\sbin = normalize_win32_path (C:\...\cygwin32\sbin)
  402   85194 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../cygwin32/sbin = conv_to_posix_path (C:\...\cygwin32\sbin)
  391   85585 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\bin, 0x10000100, no-add-slash)
  387   85972 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\bin = normalize_win32_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\bin)
  137   86109 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/bin = conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\bin)
  401   86510 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\sbin, 0x10000100, no-add-slash)
  157   86667 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\sbin = normalize_win32_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\sbin)
   90   86757 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/sbin = conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\sbin)
   47   86804 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\bin, 0x10000100, no-add-slash)
   45   86849 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\lxss\rootfs\bin = normalize_win32_path (C:\Users\$USER\AppData\Local\lxss\rootfs\bin)
   48   86897 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/lxss/rootfs/bin = conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\bin)
   40   86937 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\sbin, 0x10000100, no-add-slash)
   43   86980 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\lxss\rootfs\sbin = normalize_win32_path (C:\Users\$USER\AppData\Local\lxss\rootfs\sbin)
   47   87027 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/lxss/rootfs/sbin = conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\sbin)
   52   87079 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin32\usr\local\bin, 0x10000100, no-add-slash)
   50   87129 [main] ps 64899 normalize_win32_path: C:\...\cygwin32\usr\local\bin = normalize_win32_path (C:\...\cygwin32\usr\local\bin)
   46   87175 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../cygwin32/usr/local/bin = conv_to_posix_path (C:\...\cygwin32\usr\local\bin)
   44   87219 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin32\usr\local\sbin, 0x10000100, no-add-slash)
   46   87265 [main] ps 64899 normalize_win32_path: C:\...\cygwin32\usr\local\sbin = normalize_win32_path (C:\...\cygwin32\usr\local\sbin)
   41   87306 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../cygwin32/usr/local/sbin = conv_to_posix_path (C:\...\cygwin32\usr\local\sbin)
   39   87345 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\bin, 0x10000100, no-add-slash)
   44   87389 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\bin = normalize_win32_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\bin)
   47   87436 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/bin = conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\bin)
   45   87481 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\sbin, 0x10000100, no-add-slash)
   46   87527 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\sbin = normalize_win32_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\sbin)
   44   87571 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/sbin = conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\sbin)
   46   87617 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\bin, 0x10000100, no-add-slash)
   40   87657 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\bin = normalize_win32_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\bin)
   44   87701 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/lxss/rootfs/usr/local/bin = conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\bin)
   45   87746 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\sbin, 0x10000100, no-add-slash)
   44   87790 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\sbin = normalize_win32_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\sbin)
   44   87834 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/lxss/rootfs/usr/local/sbin = conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\sbin)
   44   87878 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin32\usr\sbin, 0x10000100, no-add-slash)
   45   87923 [main] ps 64899 normalize_win32_path: C:\...\cygwin32\usr\sbin = normalize_win32_path (C:\...\cygwin32\usr\sbin)
   53   87976 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../cygwin32/usr/sbin = conv_to_posix_path (C:\...\cygwin32\usr\sbin)
   50   88026 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\bin, 0x10000100, no-add-slash)
   42   88068 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\bin = normalize_win32_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\bin)
   40   88108 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/bin = conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\bin)
   41   88149 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\sbin, 0x10000100, no-add-slash)
   40   88189 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\sbin = normalize_win32_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\sbin)
   46   88235 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/sbin = conv_to_posix_path (C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\sbin)
   46   88281 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\bin, 0x10000100, no-add-slash)
   40   88321 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\lxss\rootfs\usr\bin = normalize_win32_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\bin)
   44   88365 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/lxss/rootfs/usr/bin = conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\bin)
   46   88411 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\sbin, 0x10000100, no-add-slash)
   41   88452 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\lxss\rootfs\usr\sbin = normalize_win32_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\sbin)
   44   88496 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/lxss/rootfs/usr/sbin = conv_to_posix_path (C:\Users\$USER\AppData\Local\lxss\rootfs\usr\sbin)
   48   88544 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\ast\arch\cygwin.i386\bin, 0x10000100, no-add-slash)
   39   88583 [main] ps 64899 normalize_win32_path: C:\...\ast\arch\cygwin.i386\bin = normalize_win32_path (C:\...\ast\arch\cygwin.i386\bin)
   40   88623 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/.../ast/arch/cygwin.i386/bin = conv_to_posix_path (C:\...\ast\arch\cygwin.i386\bin)
   43   88666 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\bin, 0x10000100, no-add-slash)
   45   88711 [main] ps 64899 normalize_win32_path: C:\bin = normalize_win32_path (C:\bin)
   40   88751 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/bin = conv_to_posix_path (C:\bin)
   44   88795 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\sbin, 0x10000100, no-add-slash)
   48   88843 [main] ps 64899 normalize_win32_path: C:\sbin = normalize_win32_path (C:\sbin)
   39   88882 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/sbin = conv_to_posix_path (C:\sbin)
   44   88926 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Microsoft SQL Server\120\Tools\Binn, 0x10000100, no-add-slash)
   44   88970 [main] ps 64899 normalize_win32_path: C:\Program Files\Microsoft SQL Server\120\Tools\Binn = normalize_win32_path (C:\Program Files\Microsoft SQL Server\120\Tools\Binn)
   46   89016 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn = conv_to_posix_path (C:\Program Files\Microsoft SQL Server\120\Tools\Binn)
   46   89062 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Microsoft SQL Server\110\Tools\Binn, 0x10000100, no-add-slash)
   45   89107 [main] ps 64899 normalize_win32_path: C:\Program Files\Microsoft SQL Server\110\Tools\Binn = normalize_win32_path (C:\Program Files\Microsoft SQL Server\110\Tools\Binn)
   41   89148 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn = conv_to_posix_path (C:\Program Files\Microsoft SQL Server\110\Tools\Binn)
   39   89187 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\AMD APP\bin\x86_64, 0x10000100, no-add-slash)
   40   89227 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\AMD APP\bin\x86_64 = normalize_win32_path (C:\Program Files (x86)\AMD APP\bin\x86_64)
   44   89271 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64 = conv_to_posix_path (C:\Program Files (x86)\AMD APP\bin\x86_64)
   44   89315 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\ATI\ATI.ACE\Core-Static, 0x10000100, no-add-slash)
   40   89355 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\ATI\ATI.ACE\Core-Static = normalize_win32_path (C:\Program Files (x86)\ATI\ATI.ACE\Core-Static)
   45   89400 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static = conv_to_posix_path (C:\Program Files (x86)\ATI\ATI.ACE\Core-Static)
   45   89445 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0, 0x10000100, no-add-slash)
   43   89488 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0 = normalize_win32_path (C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0)
   45   89533 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0 = conv_to_posix_path (C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0)
   43   89576 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\NTP\bin, 0x10000100, no-add-slash)
   43   89619 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\NTP\bin = normalize_win32_path (C:\Program Files (x86)\NTP\bin)
   45   89664 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/NTP/bin = conv_to_posix_path (C:\Program Files (x86)\NTP\bin)
   44   89708 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, 0x10000100, no-add-slash)
   44   89752 [main] ps 64899 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   44   89796 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0)
   45   89841 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\wbem, 0x10000100, no-add-slash)
   44   89885 [main] ps 64899 normalize_win32_path: C:\Windows\System32\wbem = normalize_win32_path (C:\Windows\System32\wbem)
   46   89931 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Windows/System32/wbem = conv_to_posix_path (C:\Windows\System32\wbem)
   44   89975 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32, 0x10000100, no-add-slash)
   43   90018 [main] ps 64899 normalize_win32_path: C:\Windows\System32 = normalize_win32_path (C:\Windows\System32)
   43   90061 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Windows/System32 = conv_to_posix_path (C:\Windows\System32)
   43   90104 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, 0x10000100, no-add-slash)
   48   90152 [main] ps 64899 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows)
   40   90192 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Windows = conv_to_posix_path (C:\Windows)
   43   90235 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\GnuPG\bin, 0x10000100, no-add-slash)
   45   90280 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\GnuPG\bin = normalize_win32_path (C:\Program Files (x86)\GnuPG\bin)
   44   90324 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/GnuPG/bin = conv_to_posix_path (C:\Program Files (x86)\GnuPG\bin)
   45   90369 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\OpenSSH, 0x10000100, no-add-slash)
   43   90412 [main] ps 64899 normalize_win32_path: C:\Windows\System32\OpenSSH = normalize_win32_path (C:\Windows\System32\OpenSSH)
   43   90455 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Windows/System32/OpenSSH = conv_to_posix_path (C:\Windows\System32\OpenSSH)
   45   90500 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\gnuplot\bin, 0x10000100, no-add-slash)
   45   90545 [main] ps 64899 normalize_win32_path: C:\Program Files\gnuplot\bin = normalize_win32_path (C:\Program Files\gnuplot\bin)
   40   90585 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files/gnuplot/bin = conv_to_posix_path (C:\Program Files\gnuplot\bin)
   44   90629 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseHg, 0x10000100, no-add-slash)
   44   90673 [main] ps 64899 normalize_win32_path: C:\Program Files\TortoiseHg = normalize_win32_path (C:\Program Files\TortoiseHg)
   40   90713 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files/TortoiseHg = conv_to_posix_path (C:\Program Files\TortoiseHg)
   41   90754 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\BitKeeper, 0x10000100, no-add-slash)
   43   90797 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\BitKeeper = normalize_win32_path (C:\Program Files (x86)\BitKeeper)
   37   90834 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/BitKeeper = conv_to_posix_path (C:\Program Files (x86)\BitKeeper)
   45   90879 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\gnuplot\bin, 0x10000100, no-add-slash)
   44   90923 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\gnuplot\bin = normalize_win32_path (C:\Program Files (x86)\gnuplot\bin)
   45   90968 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/gnuplot/bin = conv_to_posix_path (C:\Program Files (x86)\gnuplot\bin)
   44   91012 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\PuTTY, 0x10000100, no-add-slash)
   45   91057 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\PuTTY = normalize_win32_path (C:\Program Files (x86)\PuTTY)
   41   91098 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/PuTTY = conv_to_posix_path (C:\Program Files (x86)\PuTTY)
   40   91138 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Vim\vim80, 0x10000100, no-add-slash)
   41   91179 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\Vim\vim80 = normalize_win32_path (C:\Program Files (x86)\Vim\vim80)
   43   91222 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/Vim/vim80 = conv_to_posix_path (C:\Program Files (x86)\Vim\vim80)
   45   91267 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\$USER\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)
   40   91307 [main] ps 64899 normalize_win32_path: C:\Users\$USER\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\Users\$USER\AppData\Local\Microsoft\WindowsApps)
   48   91355 [main] ps 64899 mount_info::conv_to_posix_path: /home/$USER/AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\Users\$USER\AppData\Local\Microsoft\WindowsApps)
   49   91404 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\lib\lapack, 0x10000100, no-add-slash)
   44   91448 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\lib\lapack = normalize_win32_path (C:\...\cygwin64\lib\lapack)
   46   91494 [main] ps 64899 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\...\cygwin64\lib\lapack)
   44   91538 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Vim\vim80, 0x10000100, no-add-slash)
   45   91583 [main] ps 64899 normalize_win32_path: C:\Program Files (x86)\Vim\vim80 = normalize_win32_path (C:\Program Files (x86)\Vim\vim80)
   41   91624 [main] ps 64899 mount_info::conv_to_posix_path: /proc/cygdrive/c/Program Files (x86)/Vim/vim80 = conv_to_posix_path (C:\Program Files (x86)\Vim\vim80)
  117   91741 [main] ps 64899 win_env::add_cache: posix /home/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/usr/i686-pc-cygwin/bin:/usr/i686-w64-mingw32/bin:/usr/x86_64-pc-cygwin/bin:/usr/x86_64-w64-mingw32/bin:/proc/cygdrive/c/.../bin:/proc/cygdrive/c/.../sbin:/proc/cygdrive/c/.../ast/bin:/proc/cygdrive/c/.../cygwin32/bin:/proc/cygdrive/c/.../cygwin32/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/sbin:/home/$USER/AppData/Local/lxss/rootfs/bin:/home/$USER/AppData/Local/lxss/rootfs/sbin:/proc/cygdrive/c/.../cygwin32/usr/local/bin:/proc/cygdrive/c/.../cygwin32/usr/local/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/sbin:/home/$USER/AppData/Local/lxss/rootfs/usr/local/bin:/home/$USER/AppData/Local/lxss/rootfs/usr/local/sbin:/proc/cygdrive/c/.../cygwin32/usr/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/sbin:/home/$USER/AppData/Local/lxss/rootfs/usr/bin:/home/$USER/AppData/Local/lxss/rootfs/usr/sbin:/proc/cygdrive/c/.../ast/arch/cygwin.i386/bin:/proc/cygdrive/c/bin:/proc/cygdrive/c/sbin:/proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64:/proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static:/proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Windows/System32/wbem:/proc/cygdrive/c/Windows/System32:/proc/cygdrive/c/Windows:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Windows/System32/OpenSSH:/proc/cygdrive/c/Program Files/gnuplot/bin:/proc/cygdrive/c/Program Files/TortoiseHg:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files (x86)/gnuplot/bin:/proc/cygdrive/c/Program Files (x86)/PuTTY:/proc/cygdrive/c/Program Files (x86)/Vim/vim80:/home/$USER/AppData/Local/Microsoft/WindowsApps:/usr/lib/lapack:/proc/cygdrive/c/Program Files (x86)/Vim/vim80
   56   91797 [main] ps 64899 win_env::add_cache: native PATH=C:\Users\$USER\bin;C:\...\cygwin64\usr\local\bin;C:\...\cygwin64\usr\local\sbin;C:\...\cygwin64\bin;C:\...\cygwin64\usr\sbin;C:\...\cygwin64\sbin;C:\...\cygwin64\usr\i686-pc-cygwin\bin;C:\...\cygwin64\usr\i686-w64-mingw32\bin;C:\...\cygwin64\usr\x86_64-pc-cygwin\bin;C:\...\cygwin64\usr\x86_64-w64-mingw32\bin;C:\...\bin;C:\...\sbin;C:\...\ast\bin;C:\...\cygwin32\bin;C:\...\cygwin32\sbin;C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\bin;C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\sbin;C:\Users\$USER\AppData\Local\lxss\rootfs\bin;C:\Users\$USER\AppData\Local\lxss\rootfs\sbin;C:\...\cygwin32\usr\local\bin;C:\...\cygwin32\usr\local\sbin;C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\bin;C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\local\sbin;C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\bin;C:\Users\$USER\AppData\Local\lxss\rootfs\usr\local\sbin;C:\...\cygwin32\usr\sbin;C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\bin;C:\Users\$USER\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\usr\sbin;C:\Users\$USER\AppData\Local\lxss\rootfs\usr\bin;C:\Users\$USER\AppData\Local\lxss\rootfs\usr\sbin;C:\...\ast\arch\cygwin.i386\bin;C:\bin;C:\sbin;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\ATI\ATI.ACE\Core-Static;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0;C:\Program Files (x86)\NTP\bin;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\wbem;C:\Windows\System32;C:\Windows;C:\Program Files (x86)\GnuPG\bin;C:\Windows\System32\OpenSSH;C:\Program Files\gnuplot\bin;C:\Program Files\TortoiseHg;C:\Program Files (x86)\BitKeeper;C:\Program Files (x86)\gnuplot\bin;C:\Program Files (x86)\PuTTY;C:\Program Files (x86)\Vim\vim80;C:\Users\$USER\AppData\Local\Microsoft\WindowsApps;C:\...\cygwin64\lib\lapack;C:\Program Files (x86)\Vim\vim80
   67   91864 [main] ps 64899 posify_maybe: env var converted to PATH=/home/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/usr/i686-pc-cygwin/bin:/usr/i686-w64-mingw32/bin:/usr/x86_64-pc-cygwin/bin:/usr/x86_64-w64-mingw32/bin:/proc/cygdrive/c/.../bin:/proc/cygdrive/c/.../sbin:/proc/cygdrive/c/.../ast/bin:/proc/cygdrive/c/.../cygwin32/bin:/proc/cygdrive/c/.../cygwin32/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/sbin:/home/$USER/AppData/Local/lxss/rootfs/bin:/home/$USER/AppData/Local/lxss/rootfs/sbin:/proc/cygdrive/c/.../cygwin32/usr/local/bin:/proc/cygdrive/c/.../cygwin32/usr/local/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/sbin:/home/$USER/AppData/Local/lxss/rootfs/usr/local/bin:/home/$USER/AppData/Local/lxss/rootfs/usr/local/sbin:/proc/cygdrive/c/.../cygwin32/usr/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/sbin:/home/$USER/AppData/Local/lxss/rootfs/usr/bin:/home/$USER/AppData/Local/lxss/rootfs/usr/sbin:/proc/cygdrive/c/.../ast/arch/cygwin.i386/bin:/proc/cygdrive/c/bin:/proc/cygdrive/c/sbin:/proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64:/proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static:/proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Windows/System32/wbem:/proc/cygdrive/c/Windows/System32:/proc/cygdrive/c/Windows:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Windows/System32/OpenSSH:/proc/cygdrive/c/Program Files/gnuplot/bin:/proc/cygdrive/c/Program Files/TortoiseHg:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files (x86)/gnuplot/bin:/proc/cygdrive/c/Program Files (x86)/PuTTY:/proc/cygdrive/c/Program Files (x86)/Vim/vim80:/home/$USER/AppData/Local/Microsoft/WindowsApps:/usr/lib/lapack:/proc/cygdrive/c/Program Files (x86)/Vim/vim80
  123   91987 [main] ps 64899 win32env_to_cygenv: 0x60005C100: PATH=/home/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/usr/i686-pc-cygwin/bin:/usr/i686-w64-mingw32/bin:/usr/x86_64-pc-cygwin/bin:/usr/x86_64-w64-mingw32/bin:/proc/cygdrive/c/.../bin:/proc/cygdrive/c/.../sbin:/proc/cygdrive/c/.../ast/bin:/proc/cygdrive/c/.../cygwin32/bin:/proc/cygdrive/c/.../cygwin32/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/sbin:/home/$USER/AppData/Local/lxss/rootfs/bin:/home/$USER/AppData/Local/lxss/rootfs/sbin:/proc/cygdrive/c/.../cygwin32/usr/local/bin:/proc/cygdrive/c/.../cygwin32/usr/local/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/local/sbin:/home/$USER/AppData/Local/lxss/rootfs/usr/local/bin:/home/$USER/AppData/Local/lxss/rootfs/usr/local/sbin:/proc/cygdrive/c/.../cygwin32/usr/sbin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/bin:/home/$USER/AppData/Local/Packages/TheDebianProject.DebianGNULinux_76v4gfsz19hv4/LocalState/rootfs/usr/sbin:/home/$USER/AppData/Local/lxss/rootfs/usr/bin:/home/$USER/AppData/Local/lxss/rootfs/usr/sbin:/proc/cygdrive/c/.../ast/arch/cygwin.i386/bin:/proc/cygdrive/c/bin:/proc/cygdrive/c/sbin:/proc/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/proc/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/proc/cygdrive/c/Program Files (x86)/AMD APP/bin/x86_64:/proc/cygdrive/c/Program Files (x86)/ATI/ATI.ACE/Core-Static:/proc/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/Windows/System32/wbem:/proc/cygdrive/c/Windows/System32:/proc/cygdrive/c/Windows:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Windows/System32/OpenSSH:/proc/cygdrive/c/Program Files/gnuplot/bin:/proc/cygdrive/c/Program Files/TortoiseHg:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files (x86)/gnuplot/bin:/proc/cygdrive/c/Program Files (x86)/PuTTY:/proc/cygdrive/c/Program Files (x86)/Vim/vim80:/home/$USER/AppData/Local/Microsoft/WindowsApps:/usr/lib/lapack:/proc/cygdrive/c/Program Files (x86)/Vim/vim80
   99   92086 [main] ps 64899 win32env_to_cygenv: 0x60004A5B0: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw
   76   92162 [main] ps 64899 win32env_to_cygenv: 0x60004A600: PPSAPI_DLLS=C:\Program Files (x86)\NTP\bin\loopback-ppsapi-provider.dll
   72   92234 [main] ps 64899 win32env_to_cygenv: 0x60004A650: PRINTER=EPSON WF-3720 Series
   73   92307 [main] ps 64899 win32env_to_cygenv: 0x60004A680: PROCESSOR_ARCHITECTURE=AMD64
   70   92377 [main] ps 64899 win32env_to_cygenv: 0x60004A6B0: PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 101 Stepping 1, AuthenticAMD
   75   92452 [main] ps 64899 win32env_to_cygenv: 0x60004A700: PROCESSOR_LEVEL=21
   71   92523 [main] ps 64899 win32env_to_cygenv: 0x60004A720: PROCESSOR_REVISION=6501
   72   92595 [main] ps 64899 win32env_to_cygenv: 0x60004A740: PROFILEREAD=true
   77   92672 [main] ps 64899 win32env_to_cygenv: 0x60004A760: PROGRAMFILES=C:\Program Files
   73   92745 [main] ps 64899 win32env_to_cygenv: 0x60004A790: PROMPT=$USER@$HOSTNAME$S$M$+$P$S$G$S
   73   92818 [main] ps 64899 win32env_to_cygenv: 0x60004A7C0: PS1=\[\e]0;[X:0 Cygwin 64] \u@\h \w\a\]\[^[[32m\]\u@\h \[^[[36m\]\W \[^[[34m\]\! \[^[[39;49m^[[1m\]\$ \[^[(B^[[m\]
   72   92890 [main] ps 64899 win32env_to_cygenv: 0x60004A840: PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\
   74   92964 [main] ps 64899 win32env_to_cygenv: 0x60004A890: PUBLIC=C:\Users\Public
   74   93038 [main] ps 64899 win32env_to_cygenv: 0x60004A8B0: PWD=/home/$USER/src/cygwin/newlib-cygwin
   74   93112 [main] ps 64899 win32env_to_cygenv: 0x60004A8F0: ProgramData=C:\ProgramData
   75   93187 [main] ps 64899 win32env_to_cygenv: 0x60004A920: ProgramW6432=C:\Program Files
   72   93259 [main] ps 64899 win32env_to_cygenv: 0x60004A950: QT_QPA_PLATFORMTHEME=qt5ct
   79   93338 [main] ps 64899 win32env_to_cygenv: 0x60004A980: RANDFILE=C:/ProgramData/NTP/etc/.rnd
   80   93418 [main] ps 64899 win32env_to_cygenv: 0x60004A9B0: SESSIONNAME=Console
   71   93489 [main] ps 64899 win32env_to_cygenv: 0x60004A9D0: SHELL=/bin/bash
   72   93561 [main] ps 64899 win32env_to_cygenv: 0x60004A9F0: SHLVL=1
   71   93632 [main] ps 64899 win32env_to_cygenv: 0x60004AA10: SSH_AUTH_SOCK=/run/user/197608/keyring/ssh
   72   93704 [main] ps 64899 win32env_to_cygenv: 0x60004AA50: SYSTEMDRIVE=C:
   73   93777 [main] ps 64899 win32env_to_cygenv: 0x60004AA70: SYSTEMROOT=C:\WINDOWS
   72   93849 [main] ps 64899 getwinenv: can't set native for TEMP= since no environ yet
   44   93893 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\tmp, 0x10000000, no-add-slash)
   45   93938 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\tmp = normalize_win32_path (C:\...\cygwin64\tmp)
   43   93981 [main] ps 64899 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\...\cygwin64\tmp)
  108   94089 [main] ps 64899 win_env::add_cache: posix /tmp
   40   94129 [main] ps 64899 win_env::add_cache: native TEMP=C:\...\cygwin64\tmp
   40   94169 [main] ps 64899 posify_maybe: env var converted to TEMP=/tmp
  107   94276 [main] ps 64899 win32env_to_cygenv: 0x60004AB10: TEMP=/tmp
   77   94353 [main] ps 64899 win32env_to_cygenv: 0x60004AB30: TERM=xterm-256color
   75   94428 [main] ps 64899 getwinenv: can't set native for TMP= since no environ yet
   40   94468 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\tmp, 0x10000000, no-add-slash)
   40   94508 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\tmp = normalize_win32_path (C:\...\cygwin64\tmp)
   48   94556 [main] ps 64899 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\...\cygwin64\tmp)
  105   94661 [main] ps 64899 win_env::add_cache: posix /tmp
   42   94703 [main] ps 64899 win_env::add_cache: native TMP=C:\...\cygwin64\tmp
   45   94748 [main] ps 64899 posify_maybe: env var converted to TMP=/tmp
  103   94851 [main] ps 64899 win32env_to_cygenv: 0x60004ABA0: TMP=/tmp
   76   94927 [main] ps 64899 getwinenv: can't set native for TMPDIR= since no environ yet
   43   94970 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\tmp, 0x10000000, no-add-slash)
   43   95013 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\tmp = normalize_win32_path (C:\...\cygwin64\tmp)
   45   95058 [main] ps 64899 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\...\cygwin64\tmp)
  102   95160 [main] ps 64899 win_env::add_cache: posix /tmp
   40   95200 [main] ps 64899 win_env::add_cache: native TMPDIR=C:\...\cygwin64\tmp
   44   95244 [main] ps 64899 posify_maybe: env var converted to TMPDIR=/tmp
  106   95350 [main] ps 64899 win32env_to_cygenv: 0x60004AC10: TMPDIR=/tmp
   77   95427 [main] ps 64899 win32env_to_cygenv: 0x60004AC30: TZ=America/Edmonton
   72   95499 [main] ps 64899 win32env_to_cygenv: 0x60004AC50: USER=$USER
   76   95575 [main] ps 64899 win32env_to_cygenv: 0x60004AC70: USERDOMAIN=$HOSTNAME
   74   95649 [main] ps 64899 win32env_to_cygenv: 0x60004AA90: USERDOMAIN_ROAMINGPROFILE=$HOSTNAME
   76   95725 [main] ps 64899 win32env_to_cygenv: 0x60004AC90: USERNAME=$USER
   75   95800 [main] ps 64899 win32env_to_cygenv: 0x60004ACB0: USERPROFILE=C:\Users\$USER
   71   95871 [main] ps 64899 win32env_to_cygenv: 0x60004ACE0: VIM=/home/$USER/.vim
   74   95945 [main] ps 64899 win32env_to_cygenv: 0x60004AD10: VIMRUNTIME=/usr/share/vim/vim80
  106   96051 [main] ps 64899 win32env_to_cygenv: 0x60004AD40: VISUAL=gvim -f
   73   96124 [main] ps 64899 win32env_to_cygenv: 0x60004AD60: VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
   76   96200 [main] ps 64899 win32env_to_cygenv: 0x60004ADC0: WINDIR=C:\WINDOWS
   71   96271 [main] ps 64899 win32env_to_cygenv: 0x60004ADE0: XAUTHORITY=/home/$USER/.Xauthority
   77   96348 [main] ps 64899 win32env_to_cygenv: 0x60004AE10: XDG_CURRENT_DESKTOP=X-Cygwin
   77   96425 [main] ps 64899 win32env_to_cygenv: 0x60004AE40: XDG_MENU_PREFIX=xwin-
   75   96500 [main] ps 64899 win32env_to_cygenv: 0x60004AE60: XDG_RUNTIME_DIR=/run/user/197608/
   71   96571 [main] ps 64899 win32env_to_cygenv: 0x60004AE90: _=/usr/bin/strace
   56   96627 [main] ps 64899 pinfo_init: Set nice to 0
   44   96671 [main] ps 64899 pinfo_init: pid 64899, pgid 64899, process_state 0x41
   45   96716 [main] ps 64899 App version:  3000.4, api: 0.338
   42   96758 [main] ps 64899 DLL version:  3000.4, api: 0.338
   44   96802 [main] ps 64899 DLL build:    2019-03-16 09:50
   51   96853 [main] ps 64899 dtable::extend: size 32, fds 0x180332EA0
  162   97015 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  499   97514 [main] ps 64899 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-f031669020b3f992-lpc
  291   97805 [main] ps 64899 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-f031669020b3f992-lpc
  265   98070 [main] ps 64899 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-f031669020b3f992-lpc
  186   98256 [main] ps 64899 cygheap_user::ontherange: what 2, pw 0x1803330C0
   48   98304 [main] ps 64899 cygheap_user::ontherange: HOME is already in the environment /home/$USER
  128   98432 [main] ps 64899 build_argv: argv[0] = 'ps'
   45   98477 [main] ps 64899 build_argv: argv[1] = '-Ws'
   44   98521 [main] ps 64899 build_argv: argc 2
  403   98924 [main] ps 64899 build_fh_pc: created an archetype (0x1803340F0) for /dev/pty0(136/0)
   49   98973 [main] ps 64899 build_fh_pc: fh 0x180333D80, dev 00880000
   62   99035 [main] ps 64899 fhandler_pipe::create: name \\.\pipe\cygwin-f031669020b3f992-pty0-from-master, size 131072, mode PIPE_TYPE_MESSAGE
   88   99123 [main] ps 64899 fhandler_pipe::create: pipe busy
   45   99168 [main] ps 64899 tty::exists: exists 1
  111   99279 [main] ps 64899 set_posix_access: ACL-Size: 112
   77   99356 [main] ps 64899 set_posix_access: Created SD-Size: 176
   40   99396 [main] ps 64899 fhandler_pty_slave::open: (393): pty output_mutex (0x130): waiting -1 ms
   48   99444 [main] ps 64899 fhandler_pty_slave::open: (393): pty output_mutex: acquired
   58   99502 [main] ps 64899 tty::create_inuse: cygtty.slave_alive.0 0x13C
   46   99548 [main] ps 64899 fhandler_pty_slave::open: (396): pty output_mutex(0x130) released
   97   99645 [main] ps 64899 open_shared: name cygpid.52473, n 52473, shared 0x150000 (wanted 0x0), h 0x140, *m 6
   74   99719 [main] ps 64899 fhandler_pty_slave::open: dup handles directly since I'm the owner
  101   99820 [main] ps 64899 fhandler_pty_slave::open: duplicated from_master 0x428->0x140 from pty_owner
   59   99879 [main] ps 64899 fhandler_pty_slave::open: duplicated to_master 0x434->0x148 from pty_owner
   48   99927 [main] ps 64899 fhandler_pty_slave::open: duplicated to_master_cyg 0x43C->0x14C from pty_owner
   95  100022 [main] ps 64899 fhandler_console::need_invisible: invisible_console 0
   47  100069 [main] ps 64899 fhandler_base::open_with_arch: line 467:  /dev/pty0<0x1803340F0> usecount + 1 = 1
   45  100114 [main] ps 64899 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   44  100158 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   45  100203 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   43  100246 [main] ps 64899 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   45  100291 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x1803340F0
   42  100333 [main] ps 64899 _pinfo::set_ctty: ctty was NULL
   41  100374 [main] ps 64899 _pinfo::set_ctty: line 547:  /dev/pty0<0x1803340F0> usecount + 1 = 2
   47  100421 [main] ps 64899 _pinfo::set_ctty: /dev/pty0 ctty, usecount 2
   46  100467 [main] ps 64899 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 64899, pid 64899, pgid 64899, tty->pgid 64897, tty->sid 52474
   51  100518 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty now 0x1803340F0, archetype 0x1803340F0
   47  100565 [main] ps 64899 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2
   42  100607 [main] ps 64899 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   45  100652 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   43  100695 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   45  100740 [main] ps 64899 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   46  100786 [main] ps 64899 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 52474, pid 64899, pgid 64897, tty->pgid 64897, tty->sid 52474
   47  100833 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty now 0x1803340F0, archetype 0x1803340F0
   44  100877 [main] ps 64899 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2
   98  100975 [main] ps 64899 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x140
   42  101017 [main] ps 64899 build_fh_pc: fh 0x1803344D0, dev 00880000
   44  101061 [main] ps 64899 fhandler_base::open_with_arch: line 487:  /dev/pty0<0x1803340F0> usecount + 1 = 3
   44  101105 [main] ps 64899 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   45  101150 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   41  101191 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   43  101234 [main] ps 64899 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   49  101283 [main] ps 64899 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 52474, pid 64899, pgid 64897, tty->pgid 64897, tty->sid 52474
   45  101328 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty now 0x1803340F0, archetype 0x1803340F0
   44  101372 [main] ps 64899 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3
   45  101417 [main] ps 64899 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   46  101463 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   43  101506 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   45  101551 [main] ps 64899 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   45  101596 [main] ps 64899 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 52474, pid 64899, pgid 64897, tty->pgid 64897, tty->sid 52474
   46  101642 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty now 0x1803340F0, archetype 0x1803340F0
   43  101685 [main] ps 64899 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3
   88  101773 [main] ps 64899 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x140
   44  101817 [main] ps 64899 build_fh_pc: fh 0x180334840, dev 00880000
   47  101864 [main] ps 64899 fhandler_base::open_with_arch: line 487:  /dev/pty0<0x1803340F0> usecount + 1 = 4
   44  101908 [main] ps 64899 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   44  101952 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   43  101995 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   47  102042 [main] ps 64899 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   45  102087 [main] ps 64899 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 52474, pid 64899, pgid 64897, tty->pgid 64897, tty->sid 52474
   45  102132 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty now 0x1803340F0, archetype 0x1803340F0
   40  102172 [main] ps 64899 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4
   42  102214 [main] ps 64899 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   40  102254 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   42  102296 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   44  102340 [main] ps 64899 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
  131  102471 [main] ps 64899 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 52474, pid 64899, pgid 64897, tty->pgid 64897, tty->sid 52474
   46  102517 [main] ps 64899 _pinfo::set_ctty: cygheap->ctty now 0x1803340F0, archetype 0x1803340F0
   44  102561 [main] ps 64899 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4
  115  102676 [main] ps 64899 __set_errno: void dll_crt0_1(void*):983 setting errno 0
  595  103271 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  111  103382 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  142  103524 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  353  103877 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  140  104017 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  168  104185 [main] ps 64899 __get_lcid_from_locale: LCID=0x1009
  259  104444 [main] ps 64899 time: 1553178081 = time(0x0)
  123  104567 [main] ps 64899 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-f031669020b3f992-lpc
  264  104831 [main] ps 64899 stat64: entering
   45  104876 [main] ps 64899 normalize_posix_path: src /dev
   39  104915 [main] ps 64899 normalize_posix_path: /dev = normalize_posix_path (/dev)
   48  104963 [main] ps 64899 mount_info::conv_to_win32_path: conv_to_win32_path (/dev)
   50  105013 [main] ps 64899 mount_info::conv_to_win32_path: src_path /dev, dst C:\...\cygwin64\dev, flags 0x30008, rc 0
   94  105107 [main] ps 64899 symlink_info::check: 0x0 = NtCreateFile (\??\C:\...\cygwin64\dev)
   87  105194 [main] ps 64899 symlink_info::check: not a symlink
   41  105235 [main] ps 64899 symlink_info::check: 0 = symlink.check(C:\...\cygwin64\dev, 0xFFFFB4E0) (mount_flags 0x30008, path_flags 0x0)
   61  105296 [main] ps 64899 build_fh_pc: fh 0x180334F88, dev 000000C1
   45  105341 [main] ps 64899 stat_worker: (\??\C:\...\cygwin64\dev, 0x180309BA0, 0x180334F88), file_attributes 16
  180  105521 [main] ps 64899 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-f031669020b3f992-lpc
  246  105767 [main] ps 64899 fhandler_base::fstat_helper: 0 = fstat (\??\C:\...\cygwin64\dev, 0x180309BA0) st_size=0, st_mode=040775, st_ino=281474977203754st_atim=5C8F8FAF.9C9378C st_ctim=5C8F8FAF.9C9378C st_mtim=5C8F8FAF.9C9378C st_birthtim=5193096A.12A4EDEC
   50  105817 [main] ps 64899 stat_worker: 0 = (\??\C:\...\cygwin64\dev,0x180309BA0)
   74  105891 [main] ps 64899 fstat64: 0 = fstat(1, 0xFFFFC830)
   72  105963 [main] ps 64899 isatty: 1 = isatty(1)
  152  106115 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 34)
   46  106161 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   46  106207 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  106255 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  106299 [main] ps 64899 write: 34 = write(1, 0x60005D8E0, 34)
10051  116350 [main] ps 64899 mmap64: addr 0x0, len 327680, prot 0x3, flags 0x22, fd -1, off 0x0
  335  116685 [main] ps 64899 mmap64: 0x6FFFFFB0000 = mmap() 
 3856  120541 [main] ps 64899 munmap: munmap (addr 0x6FFFFFB0000, len 327680)
  412  120953 [main] ps 64899 munmap: 0 = munmap(): 0x6FFFFFB0000
 4283  125236 [main] ps 64899 open_shared: name cygpid.3374, n 3374, shared 0x170000 (wanted 0x0), h 0x188, *m 6
  250  125486 [main] ps 64899 open_shared: name cygpid.3376, n 3376, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  209  125695 [main] ps 64899 open_shared: name cygpid.3392, n 3392, shared 0x170000 (wanted 0x0), h 0x188, *m 6
  209  125904 [main] ps 64899 open_shared: name cygpid.3393, n 3393, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  205  126109 [main] ps 64899 open_shared: name cygpid.3398, n 3398, shared 0x170000 (wanted 0x0), h 0x188, *m 6
  215  126324 [main] ps 64899 open_shared: name cygpid.3399, n 3399, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  204  126528 [main] ps 64899 open_shared: name cygpid.3404, n 3404, shared 0x170000 (wanted 0x0), h 0x188, *m 6
  228  126756 [main] ps 64899 open_shared: name cygpid.3405, n 3405, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  448  127204 [main] ps 64899 open_shared: name cygpid.52341, n 52341, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  202  127406 [main] ps 64899 open_shared: name cygpid.52341, n 52341, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  189  127595 [main] ps 64899 open_shared: name cygpid.52444, n 52444, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  200  127795 [main] ps 64899 open_shared: name cygpid.52445, n 52445, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  236  128031 [main] ps 64899 open_shared: name cygpid.52458, n 52458, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  204  128235 [main] ps 64899 open_shared: name cygpid.52459, n 52459, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  197  128432 [main] ps 64899 open_shared: name cygpid.52463, n 52463, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  225  128657 [main] ps 64899 open_shared: name cygpid.52448, n 52448, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  207  128864 [main] ps 64899 open_shared: name cygpid.52471, n 52471, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  188  129052 [main] ps 64899 open_shared: name cygpid.52473, n 52473, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  213  129265 [main] ps 64899 open_shared: name cygpid.52474, n 52474, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  205  129470 [main] ps 64899 open_shared: name cygpid.52494, n 52494, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  208  129678 [main] ps 64899 open_shared: name cygpid.52515, n 52515, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  295  129973 [main] ps 64899 open_shared: name cygpid.64880, n 64880, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  217  130190 [main] ps 64899 open_shared: name cygpid.64883, n 64883, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  222  130412 [main] ps 64899 open_shared: name cygpid.64897, n 64897, shared 0x170000 (wanted 0x0), h 0x18C, *m 6
  235  130647 [main] ps 64899 time: 1553178081 = time(0x0)
  169  130816 [main] ps 64899 open: open(/usr/share/zoneinfo/America/Edmonton, 0x10000)
   43  130859 [main] ps 64899 normalize_posix_path: src /usr/share/zoneinfo/America/Edmonton
   66  130925 [main] ps 64899 normalize_posix_path: /usr/share/zoneinfo/America/Edmonton = normalize_posix_path (/usr/share/zoneinfo/America/Edmonton)
   45  130970 [main] ps 64899 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/America/Edmonton)
   47  131017 [main] ps 64899 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/America/Edmonton, dst C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton, flags 0x30008, rc 0
  120  131137 [main] ps 64899 symlink_info::check: 0x0 = NtCreateFile (\??\C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton)
   75  131212 [main] ps 64899 symlink_info::check: not a symlink
   76  131288 [main] ps 64899 symlink_info::check: 0 = symlink.check(C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton, 0xFFFF6DE0) (mount_flags 0x30008, path_flags 0x0)
   47  131335 [main] ps 64899 path_conv::check: this->path(C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton), has_acls(1)
   50  131385 [main] ps 64899 build_fh_pc: fh 0x180334F88, dev 000000C3
   40  131425 [main] ps 64899 fhandler_base::open: (\??\C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton, 0x118000)
  103  131528 [main] ps 64899 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000
   41  131569 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   39  131608 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   44  131652 [main] ps 64899 fhandler_base::open: 0x0 = NtCreateFile (0x18C, 0x80100000, \??\C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   47  131699 [main] ps 64899 fhandler_base::open: 1 = fhandler_base::open(\??\C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton, 0x118000)
   41  131740 [main] ps 64899 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\...\cygwin64\usr\share\zoneinfo\America\Edmonton, 0x18000)
   45  131785 [main] ps 64899 open: 3 = open(/usr/share/zoneinfo/America/Edmonton, 0x18000)
   50  131835 [main] ps 64899 read: read(3, 0x600243D70, 41448) blocking
   86  131921 [main] ps 64899 fhandler_base::read: returning 2388, binary mode
   41  131962 [main] ps 64899 read: 2388 = read(3, 0x600243D70, 2388)
   45  132007 [main] ps 64899 close: close(3)
   55  132062 [main] ps 64899 fhandler_base::close: closing '/usr/share/zoneinfo/America/Edmonton' handle 0x18C
   54  132116 [main] ps 64899 close: 0 = close(3)
  124  132240 [main] ps 64899 open: open(/usr/share/zoneinfo/posixrules, 0x10000)
   41  132281 [main] ps 64899 normalize_posix_path: src /usr/share/zoneinfo/posixrules
   39  132320 [main] ps 64899 normalize_posix_path: /usr/share/zoneinfo/posixrules = normalize_posix_path (/usr/share/zoneinfo/posixrules)
   40  132360 [main] ps 64899 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/posixrules)
   46  132406 [main] ps 64899 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/posixrules, dst C:\...\cygwin64\usr\share\zoneinfo\posixrules, flags 0x30008, rc 0
   78  132484 [main] ps 64899 symlink_info::check: 0x0 = NtCreateFile (\??\C:\...\cygwin64\usr\share\zoneinfo\posixrules)
   60  132544 [main] ps 64899 symlink_info::check: not a symlink
   59  132603 [main] ps 64899 symlink_info::check: 0 = symlink.check(C:\...\cygwin64\usr\share\zoneinfo\posixrules, 0xFFFF2460) (mount_flags 0x30008, path_flags 0x0)
   44  132647 [main] ps 64899 path_conv::check: this->path(C:\...\cygwin64\usr\share\zoneinfo\posixrules), has_acls(1)
   50  132697 [main] ps 64899 build_fh_pc: fh 0x180334F88, dev 000000C3
   41  132738 [main] ps 64899 fhandler_base::open: (\??\C:\...\cygwin64\usr\share\zoneinfo\posixrules, 0x118000)
   83  132821 [main] ps 64899 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000
   47  132868 [main] ps 64899 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   44  132912 [main] ps 64899 fhandler_base::set_flags: filemode set to binary
   44  132956 [main] ps 64899 fhandler_base::open: 0x0 = NtCreateFile (0x18C, 0x80100000, \??\C:\...\cygwin64\usr\share\zoneinfo\posixrules, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   41  132997 [main] ps 64899 fhandler_base::open: 1 = fhandler_base::open(\??\C:\...\cygwin64\usr\share\zoneinfo\posixrules, 0x118000)
   40  133037 [main] ps 64899 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\...\cygwin64\usr\share\zoneinfo\posixrules, 0x18000)
   45  133082 [main] ps 64899 open: 3 = open(/usr/share/zoneinfo/posixrules, 0x18000)
   45  133127 [main] ps 64899 read: read(3, 0x60024DF60, 41448) blocking
   73  133200 [main] ps 64899 fhandler_base::read: returning 3536, binary mode
   43  133243 [main] ps 64899 read: 3536 = read(3, 0x60024DF60, 3536)
   39  133282 [main] ps 64899 close: close(3)
   40  133322 [main] ps 64899 fhandler_base::close: closing '/usr/share/zoneinfo/posixrules' handle 0x18C
   52  133374 [main] ps 64899 close: 0 = close(3)
  383  133757 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 33)
   40  133797 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   47  133844 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  133890 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   47  133937 [main] ps 64899 write: 33 = write(1, 0x60005D8E0, 33)
  181  134118 [main] ps 64899 time: 1553178081 = time(0x0)
  207  134325 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 35)
   40  134365 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  134405 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  134449 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   52  134501 [main] ps 64899 write: 35 = write(1, 0x60005D8E0, 35)
  179  134680 [main] ps 64899 time: 1553178081 = time(0x0)
  207  134887 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 55)
   43  134930 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  134974 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  135019 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  135062 [main] ps 64899 write: 55 = write(1, 0x60005D8E0, 55)
  176  135238 [main] ps 64899 time: 1553178081 = time(0x0)
  203  135441 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 56)
   44  135485 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  135530 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  135571 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  135613 [main] ps 64899 write: 56 = write(1, 0x60005D8E0, 56)
  176  135789 [main] ps 64899 time: 1553178081 = time(0x0)
  206  135995 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  136035 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  136079 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  136125 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  136170 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  177  136347 [main] ps 64899 time: 1553178081 = time(0x0)
  209  136556 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 59)
   42  136598 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  136640 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  136685 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  136733 [main] ps 64899 write: 59 = write(1, 0x60005D8E0, 59)
  173  136906 [main] ps 64899 time: 1553178081 = time(0x0)
  203  137109 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 56)
   39  137148 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  137193 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  137238 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  137282 [main] ps 64899 write: 56 = write(1, 0x60005D8E0, 56)
  176  137458 [main] ps 64899 time: 1553178081 = time(0x0)
  207  137665 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  137708 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  137752 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   47  137799 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  137841 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  174  138015 [main] ps 64899 time: 1553178081 = time(0x0)
  203  138218 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  138259 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  138301 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  138344 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  138390 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  176  138566 [main] ps 64899 time: 1553178081 = time(0x0)
  205  138771 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 62)
   48  138819 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  138860 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  138901 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  138942 [main] ps 64899 write: 62 = write(1, 0x60005D8E0, 62)
  169  139111 [main] ps 64899 time: 1553178081 = time(0x0)
  209  139320 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  139359 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  139404 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  139448 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  139496 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  169  139665 [main] ps 64899 time: 1553178081 = time(0x0)
  207  139872 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  139915 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  139956 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  139997 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  140039 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  177  140216 [main] ps 64899 time: 1553178081 = time(0x0)
  210  140426 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  140465 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  140509 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  140555 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  140600 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  178  140778 [main] ps 64899 time: 1553178081 = time(0x0)
  204  140982 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  141022 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  141067 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  141113 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  141159 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  176  141335 [main] ps 64899 time: 1553178081 = time(0x0)
  208  141543 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  141587 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  141627 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  141672 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  141720 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  175  141895 [main] ps 64899 time: 1553178081 = time(0x0)
  209  142104 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  142144 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  142185 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  142230 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  142278 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  170  142448 [main] ps 64899 time: 1553178081 = time(0x0)
  200  142648 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  142692 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  142736 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   50  142786 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  142834 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  178  143012 [main] ps 64899 time: 1553178081 = time(0x0)
  205  143217 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  143257 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  143300 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  143348 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  143390 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  170  143560 [main] ps 64899 time: 1553178081 = time(0x0)
  202  143762 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  143801 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  143845 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   47  143892 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  143937 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  174  144111 [main] ps 64899 time: 1553178081 = time(0x0)
  202  144313 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  144353 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  144393 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  144433 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  144474 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  171  144645 [main] ps 64899 time: 1553178081 = time(0x0)
  203  144848 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  144891 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   46  144937 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  144981 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  145027 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  172  145199 [main] ps 64899 time: 1553178081 = time(0x0)
  210  145409 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   45  145454 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
  151  145605 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   75  145680 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   49  145729 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  186  145915 [main] ps 64899 time: 1553178081 = time(0x0)
  231  146146 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 59)
   46  146192 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  146237 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  146281 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   47  146328 [main] ps 64899 write: 59 = write(1, 0x60005D8E0, 59)
  191  146519 [main] ps 64899 time: 1553178081 = time(0x0)
  223  146742 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 59)
   42  146784 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  146829 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  146872 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  146918 [main] ps 64899 write: 59 = write(1, 0x60005D8E0, 59)
  195  147113 [main] ps 64899 time: 1553178081 = time(0x0)
  267  147380 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   55  147435 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   47  147482 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   38  147520 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  147566 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  186  147752 [main] ps 64899 time: 1553178081 = time(0x0)
  212  147964 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  148004 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  148045 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  148085 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   93  148178 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  168  148346 [main] ps 64899 time: 1553178081 = time(0x0)
  189  148535 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   37  148572 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  148613 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  148652 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  148694 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  166  148860 [main] ps 64899 time: 1553178081 = time(0x0)
  195  149055 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  149095 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  149136 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  149176 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   39  149215 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  165  149380 [main] ps 64899 time: 1553178081 = time(0x0)
  186  149566 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  149604 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  149645 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  149685 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   36  149721 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  182  149903 [main] ps 64899 time: 1553178081 = time(0x0)
  196  150099 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   35  150134 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   38  150172 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   38  150210 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  150250 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  162  150412 [main] ps 64899 time: 1553178081 = time(0x0)
  187  150599 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  150637 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  150676 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  150716 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  150758 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  162  150920 [main] ps 64899 time: 1553178081 = time(0x0)
  194  151114 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  151153 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   47  151200 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  151244 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  151284 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  158  151442 [main] ps 64899 time: 1553178081 = time(0x0)
  186  151628 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  151666 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  151705 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  151745 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  151785 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  160  151945 [main] ps 64899 time: 1553178081 = time(0x0)
  194  152139 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  152179 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  152222 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  152262 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   37  152299 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  210  152509 [main] ps 64899 time: 1553178081 = time(0x0)
  198  152707 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   51  152758 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   46  152804 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   38  152842 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   51  152893 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  167  153060 [main] ps 64899 time: 1553178081 = time(0x0)
  193  153253 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  153291 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  153331 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  153371 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  153411 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  156  153567 [main] ps 64899 time: 1553178081 = time(0x0)
  191  153758 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 41)
   38  153796 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  153837 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  153876 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  153917 [main] ps 64899 write: 41 = write(1, 0x60005D8E0, 41)
  155  154072 [main] ps 64899 time: 1553178081 = time(0x0)
  202  154274 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  154312 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  154351 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  154390 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  154430 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  165  154595 [main] ps 64899 time: 1553178081 = time(0x0)
  185  154780 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  154819 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  154860 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  154905 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  154945 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  159  155104 [main] ps 64899 time: 1553178081 = time(0x0)
  187  155291 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  155330 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  155369 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  155410 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  155450 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  161  155611 [main] ps 64899 time: 1553178081 = time(0x0)
  190  155801 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  155839 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  155882 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  155923 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   37  155960 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  166  156126 [main] ps 64899 time: 1553178081 = time(0x0)
  198  156324 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  156363 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  156403 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  156443 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  156484 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  162  156646 [main] ps 64899 time: 1553178081 = time(0x0)
  190  156836 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  156874 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  156913 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  156952 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  156993 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  160  157153 [main] ps 64899 time: 1553178081 = time(0x0)
  186  157339 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 87)
   40  157379 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  157420 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   68  157488 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   47  157535 [main] ps 64899 write: 87 = write(1, 0x60005D8E0, 87)
  162  157697 [main] ps 64899 time: 1553178081 = time(0x0)
  191  157888 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  157926 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  157965 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  158004 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   39  158043 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  165  158208 [main] ps 64899 time: 1553178081 = time(0x0)
  192  158400 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   37  158437 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   38  158475 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  158515 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  158555 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  181  158736 [main] ps 64899 time: 1553178081 = time(0x0)
  204  158940 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  158981 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  159022 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  159061 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  159102 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  155  159257 [main] ps 64899 time: 1553178081 = time(0x0)
  185  159442 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   36  159478 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   38  159516 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  159555 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  159596 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  155  159751 [main] ps 64899 time: 1553178081 = time(0x0)
  191  159942 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  159983 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   38  160021 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  160061 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   39  160100 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  161  160261 [main] ps 64899 time: 1553178081 = time(0x0)
  186  160447 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  160487 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  160527 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  160567 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  160608 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  165  160773 [main] ps 64899 time: 1553178081 = time(0x0)
  188  160961 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  161001 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  161041 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  161082 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
  118  161200 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  163  161363 [main] ps 64899 time: 1553178081 = time(0x0)
  197  161560 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  161599 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   67  161666 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  161712 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  161752 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  160  161912 [main] ps 64899 time: 1553178081 = time(0x0)
  194  162106 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  162145 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   57  162202 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   64  162266 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   55  162321 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  213  162534 [main] ps 64899 time: 1553178081 = time(0x0)
  244  162778 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  162822 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   49  162871 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   47  162918 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  162963 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  188  163151 [main] ps 64899 time: 1553178081 = time(0x0)
  222  163373 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  163417 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  163461 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  163505 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  163550 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  187  163737 [main] ps 64899 time: 1553178081 = time(0x0)
  246  163983 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   54  164037 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   57  164094 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   50  164144 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   57  164201 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  231  164432 [main] ps 64899 time: 1553178081 = time(0x0)
  623  165055 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   54  165109 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   37  165146 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   36  165182 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  165225 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  153  165378 [main] ps 64899 time: 1553178081 = time(0x0)
  157  165535 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   34  165569 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   37  165606 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   35  165641 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   36  165677 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  186  165863 [main] ps 64899 time: 1553178081 = time(0x0)
  194  166057 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  166096 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  166137 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  166177 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   78  166255 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  168  166423 [main] ps 64899 time: 1553178081 = time(0x0)
  282  166705 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   45  166750 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  166798 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  166844 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   54  166898 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  208  167106 [main] ps 64899 time: 1553178081 = time(0x0)
  233  167339 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  167382 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  167426 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  167470 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   57  167527 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  215  167742 [main] ps 64899 time: 1553178081 = time(0x0)
  223  167965 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  168008 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  168052 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  168097 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   47  168144 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  189  168333 [main] ps 64899 time: 1553178081 = time(0x0)
  226  168559 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  168602 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  168645 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  168691 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  168737 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  204  168941 [main] ps 64899 time: 1553178081 = time(0x0)
  227  169168 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  169211 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  169255 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  169299 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  169343 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  190  169533 [main] ps 64899 time: 1553178081 = time(0x0)
  223  169756 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  169794 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  169834 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  169874 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  169917 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  165  170082 [main] ps 64899 time: 1553178081 = time(0x0)
  214  170296 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 59)
   39  170335 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  170375 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  170415 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   39  170454 [main] ps 64899 write: 59 = write(1, 0x60005D8E0, 59)
  160  170614 [main] ps 64899 time: 1553178081 = time(0x0)
  192  170806 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 86)
   39  170845 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   72  170917 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  170961 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  171003 [main] ps 64899 write: 86 = write(1, 0x60005D8E0, 86)
  162  171165 [main] ps 64899 time: 1553178081 = time(0x0)
  192  171357 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   36  171393 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  171432 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  171472 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  171512 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  159  171671 [main] ps 64899 time: 1553178081 = time(0x0)
  193  171864 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  171908 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  171950 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  171989 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  172030 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  156  172186 [main] ps 64899 time: 1553178081 = time(0x0)
  185  172371 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   38  172409 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  172449 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  172490 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   39  172529 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  161  172690 [main] ps 64899 time: 1553178081 = time(0x0)
  193  172883 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 88)
   66  172949 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  172993 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  173032 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   37  173069 [main] ps 64899 write: 88 = write(1, 0x60005D8E0, 88)
  162  173231 [main] ps 64899 time: 1553178081 = time(0x0)
  186  173417 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 106)
   37  173454 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  173494 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  173533 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  173576 [main] ps 64899 write: 106 = write(1, 0x60005D8E0, 106)
  153  173729 [main] ps 64899 time: 1553178081 = time(0x0)
  163  173892 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   34  173926 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   35  173961 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   33  173994 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   79  174073 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  215  174288 [main] ps 64899 time: 1553178081 = time(0x0)
  310  174598 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   47  174645 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   46  174691 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  174736 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   47  174783 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  219  175002 [main] ps 64899 time: 1553178081 = time(0x0)
  225  175227 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  175270 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  175313 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  175356 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   72  175428 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  181  175609 [main] ps 64899 time: 1553178081 = time(0x0)
  208  175817 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  175858 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  175900 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   49  175949 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   53  176002 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  176  176178 [main] ps 64899 time: 1553178081 = time(0x0)
  231  176409 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  176448 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   46  176494 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  176535 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  176579 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  349  176928 [main] ps 64899 time: 1553178081 = time(0x0)
  246  177174 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 55)
   52  177226 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   47  177273 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   53  177326 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   54  177380 [main] ps 64899 write: 55 = write(1, 0x60005D8E0, 55)
  180  177560 [main] ps 64899 time: 1553178081 = time(0x0)
  229  177789 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  177832 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  177873 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  177917 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  177962 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  178  178140 [main] ps 64899 time: 1553178081 = time(0x0)
  218  178358 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 56)
   44  178402 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  178447 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  178490 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  178534 [main] ps 64899 write: 56 = write(1, 0x60005D8E0, 56)
  179  178713 [main] ps 64899 time: 1553178081 = time(0x0)
  210  178923 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 103)
   44  178967 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  179008 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  179051 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  179097 [main] ps 64899 write: 103 = write(1, 0x60005D8E0, 103)
  176  179273 [main] ps 64899 time: 1553178081 = time(0x0)
  253  179526 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  179569 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  179612 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  179653 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  179698 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  178  179876 [main] ps 64899 time: 1553178081 = time(0x0)
  213  180089 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  180132 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  180175 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  180220 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   98  180318 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  193  180511 [main] ps 64899 time: 1553178081 = time(0x0)
  714  181225 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 88)
   98  181323 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   97  181420 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   57  181477 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   66  181543 [main] ps 64899 write: 88 = write(1, 0x60005D8E0, 88)
  265  181808 [main] ps 64899 time: 1553178081 = time(0x0)
  238  182046 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   45  182091 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   47  182138 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   47  182185 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   56  182241 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  356  182597 [main] ps 64899 time: 1553178081 = time(0x0)
  292  182889 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 102)
   56  182945 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  182993 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
  153  183146 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   53  183199 [main] ps 64899 write: 102 = write(1, 0x60005D8E0, 102)
  180  183379 [main] ps 64899 time: 1553178081 = time(0x0)
  211  183590 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 66)
   42  183632 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  183675 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  183718 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  183763 [main] ps 64899 write: 66 = write(1, 0x60005D8E0, 66)
  223  183986 [main] ps 64899 time: 1553178081 = time(0x0)
  211  184197 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   42  184239 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  184282 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  184323 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  184367 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  172  184539 [main] ps 64899 time: 1553178081 = time(0x0)
  206  184745 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 61)
   40  184785 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  184828 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  184870 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  184913 [main] ps 64899 write: 61 = write(1, 0x60005D8E0, 61)
  174  185087 [main] ps 64899 time: 1553178081 = time(0x0)
  207  185294 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  185335 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  185377 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  185419 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  185464 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  173  185637 [main] ps 64899 time: 1553178081 = time(0x0)
  205  185842 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   54  185896 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  185944 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  185985 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  186029 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  175  186204 [main] ps 64899 time: 1553178081 = time(0x0)
  206  186410 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 64)
   41  186451 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  186494 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  186538 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  186583 [main] ps 64899 write: 64 = write(1, 0x60005D8E0, 64)
  173  186756 [main] ps 64899 time: 1553178081 = time(0x0)
  206  186962 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 72)
   41  187003 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  187045 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  187086 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  187129 [main] ps 64899 write: 72 = write(1, 0x60005D8E0, 72)
  173  187302 [main] ps 64899 time: 1553178081 = time(0x0)
  207  187509 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  187550 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  187593 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  187635 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  187676 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  179  187855 [main] ps 64899 time: 1553178081 = time(0x0)
  206  188061 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   45  188106 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  188148 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  188190 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  188232 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  172  188404 [main] ps 64899 time: 1553178081 = time(0x0)
  217  188621 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   42  188663 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  188704 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  188746 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  188789 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  220  189009 [main] ps 64899 time: 1553178081 = time(0x0)
  209  189218 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  189261 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  189306 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  189348 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  189392 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  178  189570 [main] ps 64899 time: 1553178081 = time(0x0)
  212  189782 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  189823 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  189866 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
  146  190012 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   55  190067 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  179  190246 [main] ps 64899 time: 1553178081 = time(0x0)
  211  190457 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  190501 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  190544 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  190589 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  190632 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  180  190812 [main] ps 64899 time: 1553178081 = time(0x0)
  218  191030 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   42  191072 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  191116 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  191161 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  191204 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  176  191380 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe, 0x0, no-add-slash)
   44  191424 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\cygrunsrv.exe = normalize_win32_path (C:\...\cygwin64\bin\cygrunsrv.exe)
   44  191468 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/cygrunsrv.exe = conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe)
   43  191511 [main] ps 64899 time: 1553178081 = time(0x0)
  215  191726 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 45)
   44  191770 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  191814 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  191858 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  191901 [main] ps 64899 write: 45 = write(1, 0x60005D8E0, 45)
  183  192084 [main] ps 64899 time: 1553178081 = time(0x0)
  209  192293 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
  136  192429 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   57  192486 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   60  192546 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  192590 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  211  192801 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\sbin\syslog-ng.exe, 0x0, no-add-slash)
   43  192844 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\sbin\syslog-ng.exe = normalize_win32_path (C:\...\cygwin64\usr\sbin\syslog-ng.exe)
   44  192888 [main] ps 64899 mount_info::conv_to_posix_path: /usr/sbin/syslog-ng.exe = conv_to_posix_path (C:\...\cygwin64\usr\sbin\syslog-ng.exe)
   44  192932 [main] ps 64899 time: 1553178081 = time(0x0)
  214  193146 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 46)
   44  193190 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  193235 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  193276 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  193320 [main] ps 64899 write: 46 = write(1, 0x60005D8E0, 46)
  173  193493 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe, 0x0, no-add-slash)
   43  193536 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\cygrunsrv.exe = normalize_win32_path (C:\...\cygwin64\bin\cygrunsrv.exe)
  131  193667 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/cygrunsrv.exe = conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe)
   54  193721 [main] ps 64899 time: 1553178081 = time(0x0)
  213  193934 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 45)
   44  193978 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  194021 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  194063 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  194108 [main] ps 64899 write: 45 = write(1, 0x60005D8E0, 45)
  180  194288 [main] ps 64899 time: 1553178081 = time(0x0)
  211  194499 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  194542 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  194586 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  194628 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  194672 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  175  194847 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\sbin\cygserver.exe, 0x0, no-add-slash)
   43  194890 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\sbin\cygserver.exe = normalize_win32_path (C:\...\cygwin64\usr\sbin\cygserver.exe)
   43  194933 [main] ps 64899 mount_info::conv_to_posix_path: /usr/sbin/cygserver.exe = conv_to_posix_path (C:\...\cygwin64\usr\sbin\cygserver.exe)
   42  194975 [main] ps 64899 time: 1553178081 = time(0x0)
  210  195185 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 46)
   43  195228 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  195273 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  195316 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  195359 [main] ps 64899 write: 46 = write(1, 0x60005D8E0, 46)
  177  195536 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe, 0x0, no-add-slash)
   42  195578 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\cygrunsrv.exe = normalize_win32_path (C:\...\cygwin64\bin\cygrunsrv.exe)
   43  195621 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/cygrunsrv.exe = conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe)
   45  195666 [main] ps 64899 time: 1553178081 = time(0x0)
  208  195874 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 45)
   43  195917 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  195960 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  196005 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  196048 [main] ps 64899 write: 45 = write(1, 0x60005D8E0, 45)
  179  196227 [main] ps 64899 time: 1553178081 = time(0x0)
  209  196436 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   46  196482 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  196526 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  196569 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  196612 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  174  196786 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\sbin\cron.exe, 0x0, no-add-slash)
  151  196937 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\sbin\cron.exe = normalize_win32_path (C:\...\cygwin64\usr\sbin\cron.exe)
   53  196990 [main] ps 64899 mount_info::conv_to_posix_path: /usr/sbin/cron.exe = conv_to_posix_path (C:\...\cygwin64\usr\sbin\cron.exe)
   43  197033 [main] ps 64899 time: 1553178081 = time(0x0)
  211  197244 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 41)
   43  197287 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  197330 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
  143  197473 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
  101  197574 [main] ps 64899 write: 41 = write(1, 0x60005D8E0, 41)
  223  197797 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe, 0x0, no-add-slash)
   58  197855 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\cygrunsrv.exe = normalize_win32_path (C:\...\cygwin64\bin\cygrunsrv.exe)
  157  198012 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/cygrunsrv.exe = conv_to_posix_path (C:\...\cygwin64\bin\cygrunsrv.exe)
  449  198461 [main] ps 64899 time: 1553178081 = time(0x0)
  714  199175 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 45)
   53  199228 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  199271 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  199313 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   50  199363 [main] ps 64899 write: 45 = write(1, 0x60005D8E0, 45)
  222  199585 [main] ps 64899 time: 1553178081 = time(0x0)
  221  199806 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   45  199851 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  199892 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  199933 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  199975 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  199  200174 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\libexec\sendmail.exe, 0x0, no-add-slash)
   51  200225 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\libexec\sendmail.exe = normalize_win32_path (C:\...\cygwin64\usr\libexec\sendmail.exe)
   45  200270 [main] ps 64899 mount_info::conv_to_posix_path: /usr/libexec/sendmail.exe = conv_to_posix_path (C:\...\cygwin64\usr\libexec\sendmail.exe)
   44  200314 [main] ps 64899 time: 1553178081 = time(0x0)
  211  200525 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 48)
   42  200567 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  200608 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  200648 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  200689 [main] ps 64899 write: 48 = write(1, 0x60005D8E0, 48)
  171  200860 [main] ps 64899 time: 1553178081 = time(0x0)
  209  201069 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  201108 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   40  201148 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  201188 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  201229 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  194  201423 [main] ps 64899 time: 1553178081 = time(0x0)
  208  201631 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   52  201683 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   49  201732 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  201774 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  201814 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  175  201989 [main] ps 64899 time: 1553178081 = time(0x0)
  208  202197 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  202238 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  202279 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  202319 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  202365 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  175  202540 [main] ps 64899 time: 1553178081 = time(0x0)
  227  202767 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 56)
   40  202807 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  202850 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   47  202897 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   59  202956 [main] ps 64899 write: 56 = write(1, 0x60005D8E0, 56)
  215  203171 [main] ps 64899 time: 1553178081 = time(0x0)
  207  203378 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 59)
   38  203416 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  203458 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  203498 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  203546 [main] ps 64899 write: 59 = write(1, 0x60005D8E0, 59)
  157  203703 [main] ps 64899 time: 1553178081 = time(0x0)
  189  203892 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 62)
   38  203930 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   39  203969 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  204009 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   64  204073 [main] ps 64899 write: 62 = write(1, 0x60005D8E0, 62)
  196  204269 [main] ps 64899 time: 1553178082 = time(0x0)
  229  204498 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 54)
   41  204539 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   59  204598 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  204646 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  204688 [main] ps 64899 write: 54 = write(1, 0x60005D8E0, 54)
  192  204880 [main] ps 64899 time: 1553178082 = time(0x0)
  206  205086 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 57)
   39  205125 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  205166 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  205205 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  205246 [main] ps 64899 write: 57 = write(1, 0x60005D8E0, 57)
  181  205427 [main] ps 64899 time: 1553178082 = time(0x0)
  207  205634 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  205677 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  205725 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   52  205777 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   53  205830 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  174  206004 [main] ps 64899 time: 1553178082 = time(0x0)
  204  206208 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  206248 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  206289 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  206334 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   49  206383 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  177  206560 [main] ps 64899 time: 1553178082 = time(0x0)
  205  206765 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 60)
   43  206808 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   45  206853 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  206893 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  206938 [main] ps 64899 write: 60 = write(1, 0x60005D8E0, 60)
  193  207131 [main] ps 64899 time: 1553178082 = time(0x0)
  209  207340 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 50)
   46  207386 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  207427 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  207467 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  207510 [main] ps 64899 write: 50 = write(1, 0x60005D8E0, 50)
  177  207687 [main] ps 64899 time: 1553178082 = time(0x0)
  206  207893 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  207932 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
  131  208063 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   47  208110 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  208153 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  190  208343 [main] ps 64899 time: 1553178082 = time(0x0)
  216  208559 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 106)
   41  208600 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  208642 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  208683 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  208727 [main] ps 64899 write: 106 = write(1, 0x60005D8E0, 106)
  183  208910 [main] ps 64899 time: 1553178082 = time(0x0)
  211  209121 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 101)
   45  209166 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  209208 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  209250 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  209293 [main] ps 64899 write: 101 = write(1, 0x60005D8E0, 101)
  181  209474 [main] ps 64899 time: 1553178082 = time(0x0)
  210  209684 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 64)
   44  209728 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  209770 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  209813 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   55  209868 [main] ps 64899 write: 64 = write(1, 0x60005D8E0, 64)
  183  210051 [main] ps 64899 time: 1553178082 = time(0x0)
  207  210258 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 64)
   43  210301 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  210343 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  210386 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  210430 [main] ps 64899 write: 64 = write(1, 0x60005D8E0, 64)
  177  210607 [main] ps 64899 time: 1553178082 = time(0x0)
  210  210817 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 57)
   42  210859 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  210900 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  210941 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  210987 [main] ps 64899 write: 57 = write(1, 0x60005D8E0, 57)
  177  211164 [main] ps 64899 time: 1553178082 = time(0x0)
  208  211372 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 64)
   43  211415 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  211458 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  211500 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  211544 [main] ps 64899 write: 64 = write(1, 0x60005D8E0, 64)
  175  211719 [main] ps 64899 time: 1553178082 = time(0x0)
  209  211928 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   41  211969 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  212010 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  212051 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  212094 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  177  212271 [main] ps 64899 time: 1553178082 = time(0x0)
  203  212474 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 62)
   41  212515 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  212557 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  212601 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  212645 [main] ps 64899 write: 62 = write(1, 0x60005D8E0, 62)
  176  212821 [main] ps 64899 time: 1553178082 = time(0x0)
  208  213029 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 72)
   42  213071 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  213112 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  213157 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  213199 [main] ps 64899 write: 72 = write(1, 0x60005D8E0, 72)
  178  213377 [main] ps 64899 time: 1553178082 = time(0x0)
  211  213588 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 74)
   41  213629 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  213672 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  213717 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  213761 [main] ps 64899 write: 74 = write(1, 0x60005D8E0, 74)
  178  213939 [main] ps 64899 time: 1553178082 = time(0x0)
  239  214178 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 82)
   71  214249 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   62  214311 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  214359 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   56  214415 [main] ps 64899 write: 82 = write(1, 0x60005D8E0, 82)
  313  214728 [main] ps 64899 time: 1553178082 = time(0x0)
  199  214927 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 80)
   34  214961 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   35  214996 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   38  215034 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   40  215074 [main] ps 64899 write: 80 = write(1, 0x60005D8E0, 80)
  235  215309 [main] ps 64899 time: 1553178082 = time(0x0)
  208  215517 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 80)
   42  215559 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  215602 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  215645 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  215688 [main] ps 64899 write: 80 = write(1, 0x60005D8E0, 80)
  194  215882 [main] ps 64899 time: 1553178082 = time(0x0)
  207  216089 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 71)
   42  216131 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  216173 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  216216 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  216260 [main] ps 64899 write: 71 = write(1, 0x60005D8E0, 71)
  182  216442 [main] ps 64899 time: 1553178082 = time(0x0)
  192  216634 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 96)
   41  216675 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   35  216710 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   39  216749 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
  101  216850 [main] ps 64899 write: 96 = write(1, 0x60005D8E0, 96)
  208  217058 [main] ps 64899 time: 1553178082 = time(0x0)
  222  217280 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 71)
   48  217328 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   46  217374 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   51  217425 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  217471 [main] ps 64899 write: 71 = write(1, 0x60005D8E0, 71)
  178  217649 [main] ps 64899 time: 1553178082 = time(0x0)
  209  217858 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 89)
   42  217900 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  217943 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  217987 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  218029 [main] ps 64899 write: 89 = write(1, 0x60005D8E0, 89)
  182  218211 [main] ps 64899 time: 1553178082 = time(0x0)
  208  218419 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 89)
   41  218460 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  218503 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   59  218562 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   52  218614 [main] ps 64899 write: 89 = write(1, 0x60005D8E0, 89)
  182  218796 [main] ps 64899 time: 1553178082 = time(0x0)
  207  219003 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 71)
   46  219049 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  219092 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  219134 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  219177 [main] ps 64899 write: 71 = write(1, 0x60005D8E0, 71)
  180  219357 [main] ps 64899 time: 1553178082 = time(0x0)
  206  219563 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 71)
   41  219604 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  219646 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  219688 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  219732 [main] ps 64899 write: 71 = write(1, 0x60005D8E0, 71)
  189  219921 [main] ps 64899 time: 1553178082 = time(0x0)
  209  220130 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 85)
   44  220174 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  220217 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  220259 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  220301 [main] ps 64899 write: 85 = write(1, 0x60005D8E0, 85)
  177  220478 [main] ps 64899 time: 1553178082 = time(0x0)
  208  220686 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  220729 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  220772 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   40  220812 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  220856 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  177  221033 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\sh.exe, 0x0, no-add-slash)
   42  221075 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\sh.exe = normalize_win32_path (C:\...\cygwin64\bin\sh.exe)
   44  221119 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/sh.exe = conv_to_posix_path (C:\...\cygwin64\bin\sh.exe)
   43  221162 [main] ps 64899 time: 1553178082 = time(0x0)
  210  221372 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 38)
   42  221414 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  221456 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  221498 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  221542 [main] ps 64899 write: 38 = write(1, 0x60005D8E0, 38)
  172  221714 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\sh.exe, 0x0, no-add-slash)
   42  221756 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\sh.exe = normalize_win32_path (C:\...\cygwin64\bin\sh.exe)
   42  221798 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/sh.exe = conv_to_posix_path (C:\...\cygwin64\bin\sh.exe)
   41  221839 [main] ps 64899 time: 1553178082 = time(0x0)
  206  222045 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 38)
   42  222087 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   54  222141 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  222189 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  222234 [main] ps 64899 write: 38 = write(1, 0x60005D8E0, 38)
  171  222405 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\xinit.exe, 0x0, no-add-slash)
   42  222447 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\xinit.exe = normalize_win32_path (C:\...\cygwin64\bin\xinit.exe)
   42  222489 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/xinit.exe = conv_to_posix_path (C:\...\cygwin64\bin\xinit.exe)
   41  222530 [main] ps 64899 time: 1553178082 = time(0x0)
  209  222739 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 41)
   41  222780 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  222823 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  222864 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   44  222908 [main] ps 64899 write: 41 = write(1, 0x60005D8E0, 41)
  170  223078 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\XWin.exe, 0x0, no-add-slash)
   42  223120 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\XWin.exe = normalize_win32_path (C:\...\cygwin64\bin\XWin.exe)
   45  223165 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/XWin.exe = conv_to_posix_path (C:\...\cygwin64\bin\XWin.exe)
   44  223209 [main] ps 64899 time: 1553178082 = time(0x0)
  207  223416 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 40)
   41  223457 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  223500 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  223541 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
  103  223644 [main] ps 64899 write: 40 = write(1, 0x60005D8E0, 40)
  253  223897 [main] ps 64899 time: 1553178082 = time(0x0)
  215  224112 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   42  224154 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  224197 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  224241 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  224284 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  181  224465 [main] ps 64899 time: 1553178082 = time(0x0)
  209  224674 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  224717 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  224759 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  224801 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  224844 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  170  225014 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\dbus-launch.exe, 0x0, no-add-slash)
   42  225056 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\dbus-launch.exe = normalize_win32_path (C:\...\cygwin64\bin\dbus-launch.exe)
   43  225099 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/dbus-launch.exe = conv_to_posix_path (C:\...\cygwin64\bin\dbus-launch.exe)
   42  225141 [main] ps 64899 time: 1553178082 = time(0x0)
  210  225351 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 47)
   44  225395 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   59  225454 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   54  225508 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   54  225562 [main] ps 64899 write: 47 = write(1, 0x60005D8E0, 47)
  166  225728 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\dbus-daemon.exe, 0x0, no-add-slash)
   48  225776 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\dbus-daemon.exe = normalize_win32_path (C:\...\cygwin64\bin\dbus-daemon.exe)
   34  225810 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/dbus-daemon.exe = conv_to_posix_path (C:\...\cygwin64\bin\dbus-daemon.exe)
   33  225843 [main] ps 64899 time: 1553178082 = time(0x0)
  179  226022 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 47)
   59  226081 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   65  226146 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   62  226208 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  226256 [main] ps 64899 write: 47 = write(1, 0x60005D8E0, 47)
  189  226445 [main] ps 64899 time: 1553178082 = time(0x0)
  285  226730 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   43  226773 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   57  226830 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  226878 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  226926 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  179  227105 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\gnome-keyring-daemon.exe, 0x0, no-add-slash)
   44  227149 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\gnome-keyring-daemon.exe = normalize_win32_path (C:\...\cygwin64\bin\gnome-keyring-daemon.exe)
   48  227197 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/gnome-keyring-daemon.exe = conv_to_posix_path (C:\...\cygwin64\bin\gnome-keyring-daemon.exe)
   41  227238 [main] ps 64899 time: 1553178082 = time(0x0)
  208  227446 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 56)
   44  227490 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   47  227537 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  227578 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  227623 [main] ps 64899 write: 56 = write(1, 0x60005D8E0, 56)
  216  227839 [main] ps 64899 time: 1553178082 = time(0x0)
  214  228053 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   39  228092 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   37  228129 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   49  228178 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  228224 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  182  228406 [main] ps 64899 time: 1553178082 = time(0x0)
  206  228612 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   44  228656 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  228704 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  228748 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   49  228797 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  175  228972 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\xwin-xdg-menu.exe, 0x0, no-add-slash)
   55  229027 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\xwin-xdg-menu.exe = normalize_win32_path (C:\...\cygwin64\bin\xwin-xdg-menu.exe)
   61  229088 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/xwin-xdg-menu.exe = conv_to_posix_path (C:\...\cygwin64\bin\xwin-xdg-menu.exe)
   44  229132 [main] ps 64899 time: 1553178082 = time(0x0)
  212  229344 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 49)
   43  229387 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  229435 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  229476 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  229518 [main] ps 64899 write: 49 = write(1, 0x60005D8E0, 49)
  169  229687 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\fbxkb.exe, 0x0, no-add-slash)
   39  229726 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\fbxkb.exe = normalize_win32_path (C:\...\cygwin64\bin\fbxkb.exe)
   44  229770 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/fbxkb.exe = conv_to_posix_path (C:\...\cygwin64\bin\fbxkb.exe)
   47  229817 [main] ps 64899 time: 1553178082 = time(0x0)
  205  230022 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 41)
   40  230062 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  230105 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  230153 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   41  230194 [main] ps 64899 write: 41 = write(1, 0x60005D8E0, 41)
  170  230364 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\mintty.exe, 0x0, no-add-slash)
   43  230407 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\mintty.exe = normalize_win32_path (C:\...\cygwin64\bin\mintty.exe)
   45  230452 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/mintty.exe = conv_to_posix_path (C:\...\cygwin64\bin\mintty.exe)
   45  230497 [main] ps 64899 time: 1553178082 = time(0x0)
  210  230707 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 42)
   39  230746 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   84  230830 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   87  230917 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   67  230984 [main] ps 64899 write: 42 = write(1, 0x60005D8E0, 42)
  221  231205 [main] ps 64899 time: 1553178082 = time(0x0)
  224  231429 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   53  231482 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   48  231530 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  231576 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   55  231631 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  195  231826 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\bash.exe, 0x0, no-add-slash)
   90  231916 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\bash.exe = normalize_win32_path (C:\...\cygwin64\bin\bash.exe)
   57  231973 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/bash.exe = conv_to_posix_path (C:\...\cygwin64\bin\bash.exe)
   58  232031 [main] ps 64899 time: 1553178082 = time(0x0)
  305  232336 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 40)
   37  232373 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   62  232435 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  232483 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  232528 [main] ps 64899 write: 40 = write(1, 0x60005D8E0, 40)
  174  232702 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\libexec\gvfsd.exe, 0x0, no-add-slash)
   44  232746 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\libexec\gvfsd.exe = normalize_win32_path (C:\...\cygwin64\usr\libexec\gvfsd.exe)
   47  232793 [main] ps 64899 mount_info::conv_to_posix_path: /usr/libexec/gvfsd.exe = conv_to_posix_path (C:\...\cygwin64\usr\libexec\gvfsd.exe)
   39  232832 [main] ps 64899 time: 1553178082 = time(0x0)
  209  233041 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 45)
   46  233087 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  233131 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   46  233177 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  233219 [main] ps 64899 write: 45 = write(1, 0x60005D8E0, 45)
  169  233388 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\usr\libexec\gam_server.exe, 0x0, no-add-slash)
   42  233430 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\usr\libexec\gam_server.exe = normalize_win32_path (C:\...\cygwin64\usr\libexec\gam_server.exe)
   44  233474 [main] ps 64899 mount_info::conv_to_posix_path: /usr/libexec/gam_server.exe = conv_to_posix_path (C:\...\cygwin64\usr\libexec\gam_server.exe)
   47  233521 [main] ps 64899 time: 1553178082 = time(0x0)
  211  233732 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 50)
   43  233775 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  233819 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   87  233906 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  233949 [main] ps 64899 write: 50 = write(1, 0x60005D8E0, 50)
  189  234138 [main] ps 64899 time: 1553178082 = time(0x0)
  210  234348 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 58)
   40  234388 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   52  234440 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  234484 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  234532 [main] ps 64899 write: 58 = write(1, 0x60005D8E0, 58)
  194  234726 [main] ps 64899 time: 1553178082 = time(0x0)
  213  234939 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 138)
   44  234983 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  235024 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   45  235069 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   50  235119 [main] ps 64899 write: 138 = write(1, 0x60005D8E0, 138)
  184  235303 [main] ps 64899 time: 1553178082 = time(0x0)
  208  235511 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 61)
   48  235559 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  235600 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  235641 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  235687 [main] ps 64899 write: 61 = write(1, 0x60005D8E0, 61)
  189  235876 [main] ps 64899 time: 1553178082 = time(0x0)
  223  236099 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 73)
   46  236145 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  236186 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  236230 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   50  236280 [main] ps 64899 write: 73 = write(1, 0x60005D8E0, 73)
  202  236482 [main] ps 64899 time: 1553178082 = time(0x0)
  218  236700 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 71)
   45  236745 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  236787 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  236829 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  236875 [main] ps 64899 write: 71 = write(1, 0x60005D8E0, 71)
  193  237068 [main] ps 64899 time: 1553178082 = time(0x0)
  214  237282 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 139)
   47  237329 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   44  237373 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   48  237421 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  237463 [main] ps 64899 write: 139 = write(1, 0x60005D8E0, 139)
  183  237646 [main] ps 64899 time: 1553178082 = time(0x0)
  219  237865 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 64)
   40  237905 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  237947 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  237989 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  238035 [main] ps 64899 write: 64 = write(1, 0x60005D8E0, 64)
  190  238225 [main] ps 64899 time: 1553178082 = time(0x0)
  211  238436 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 71)
   42  238478 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  238520 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  238561 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   47  238608 [main] ps 64899 write: 71 = write(1, 0x60005D8E0, 71)
  173  238781 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\gvim.exe, 0x0, no-add-slash)
   40  238821 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\gvim.exe = normalize_win32_path (C:\...\cygwin64\bin\gvim.exe)
   41  238862 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/gvim.exe = conv_to_posix_path (C:\...\cygwin64\bin\gvim.exe)
   46  238908 [main] ps 64899 time: 1553178082 = time(0x0)
  253  239161 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 40)
  154  239315 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   57  239372 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  239414 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   46  239460 [main] ps 64899 write: 40 = write(1, 0x60005D8E0, 40)
  169  239629 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\dbus-daemon.exe, 0x0, no-add-slash)
   41  239670 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\dbus-daemon.exe = normalize_win32_path (C:\...\cygwin64\bin\dbus-daemon.exe)
   43  239713 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/dbus-daemon.exe = conv_to_posix_path (C:\...\cygwin64\bin\dbus-daemon.exe)
   51  239764 [main] ps 64899 time: 1553178082 = time(0x0)
  213  239977 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 47)
   43  240020 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  240061 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   42  240103 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  240148 [main] ps 64899 write: 47 = write(1, 0x60005D8E0, 47)
  178  240326 [main] ps 64899 time: 1553178082 = time(0x0)
  213  240539 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 69)
   42  240581 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  240623 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  240664 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  240707 [main] ps 64899 write: 69 = write(1, 0x60005D8E0, 69)
  174  240881 [main] ps 64899 time: 1553178082 = time(0x0)
  209  241090 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 67)
   43  241133 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   42  241175 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   44  241219 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   45  241264 [main] ps 64899 write: 67 = write(1, 0x60005D8E0, 67)
  183  241447 [main] ps 64899 time: 1553178082 = time(0x0)
  208  241655 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 61)
   44  241699 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   41  241740 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   43  241783 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   42  241825 [main] ps 64899 write: 61 = write(1, 0x60005D8E0, 61)
  169  241994 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\strace.exe, 0x0, no-add-slash)
   43  242037 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\strace.exe = normalize_win32_path (C:\...\cygwin64\bin\strace.exe)
   41  242078 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/strace.exe = conv_to_posix_path (C:\...\cygwin64\bin\strace.exe)
   43  242121 [main] ps 64899 time: 1553178082 = time(0x0)
  207  242328 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 42)
   41  242369 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  242412 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   41  242453 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   43  242496 [main] ps 64899 write: 42 = write(1, 0x60005D8E0, 42)
  173  242669 [main] ps 64899 mount_info::conv_to_posix_path: conv_to_posix_path (C:\...\cygwin64\bin\ps.exe, 0x0, no-add-slash)
   43  242712 [main] ps 64899 normalize_win32_path: C:\...\cygwin64\bin\ps.exe = normalize_win32_path (C:\...\cygwin64\bin\ps.exe)
   42  242754 [main] ps 64899 mount_info::conv_to_posix_path: /usr/bin/ps.exe = conv_to_posix_path (C:\...\cygwin64\bin\ps.exe)
   42  242796 [main] ps 64899 time: 1553178082 = time(0x0)
  206  243002 [main] ps 64899 fhandler_pty_slave::write: pty0, write(0x60005D8E0, 38)
   43  243045 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex (0x130): waiting -1 ms
   43  243088 [main] ps 64899 fhandler_pty_common::process_opost_output: (1902): pty output_mutex: acquired
   52  243140 [main] ps 64899 fhandler_pty_common::process_opost_output: (1941): pty output_mutex(0x130) released
   48  243188 [main] ps 64899 write: 38 = write(1, 0x60005D8E0, 38)
 1591  244779 [main] ps 64899 do_exit: do_exit (0), exit_state 1
   45  244824 [main] ps 64899 void: 0x0 = signal (20, 0x1)
   42  244866 [main] ps 64899 void: 0x0 = signal (1, 0x1)
   41  244907 [main] ps 64899 void: 0x0 = signal (2, 0x1)
   41  244948 [main] ps 64899 void: 0x0 = signal (3, 0x1)
   52  245000 [main] ps 64899 fhandler_base::close_with_arch: line 1180:  /dev/pty0<0x1803340F0> usecount + -1 = 3
   44  245044 [main] ps 64899 fhandler_base::close_with_arch: not closing archetype
   43  245087 [main] ps 64899 fhandler_base::close_with_arch: line 1180:  /dev/pty0<0x1803340F0> usecount + -1 = 2
   41  245128 [main] ps 64899 fhandler_base::close_with_arch: not closing archetype
   47  245175 [main] ps 64899 fhandler_base::close_with_arch: line 1180:  /dev/pty0<0x1803340F0> usecount + -1 = 1
   42  245217 [main] ps 64899 fhandler_base::close_with_arch: not closing archetype
   43  245260 [main] ps 64899 init_cygheap::close_ctty: closing cygheap->ctty 0x1803340F0
   40  245300 [main] ps 64899 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   42  245342 [main] ps 64899 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0
   41  245383 [main] ps 64899 fhandler_pty_slave::close: closing last open /dev/pty0 handle
   77  245460 [main] ps 64899 fhandler_console::free_console: freed console, res 1
   45  245505 [main] ps 64899 fhandler_pty_common::close: pty0 <0x140,0x148> closing
   44  245549 [main] ps 64899 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0)
   46  245595 [main] ps 64899 getpid: 64899 = getpid()
   44  245639 [main] ps 64899 proc_terminate: nprocs 0
   40  245679 [main] ps 64899 proc_terminate: leaving
   55  245734 [main] ps 64899 pinfo::exit: Calling dlls.cleanup_forkables n 0x0, exitcode 0x0
   44  245778 [main] ps 64899 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
--- Process 6856 thread 7220 exited with status 0x0
--- Process 6856 thread 796 exited with status 0x0
--- Process 6856 thread 1276 exited with status 0x0
--- Process 6856 thread 7068 exited with status 0x0
--- Process 6856 exited with status 0x0

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


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: EXT: Re: ps -W now showing STIME Dec 31
  2019-03-21 15:58   ` EXT: " Garber, Dave (BHGE, Non-GE)
@ 2019-03-21 16:07     ` Bill Stewart
  2019-03-21 17:45       ` Brian Inglis
  0 siblings, 1 reply; 9+ messages in thread
From: Bill Stewart @ 2019-03-21 16:07 UTC (permalink / raw)
  To: cygwin

On Thu, Mar 21, 2019 at 9:58 AM Garber, Dave (BHGE, Non-GE) wrote:

> But Windows command 'wmic process get name, creationdate' in a
non-elevated command prompt also works. So it looks like it should be
possible.

This might be because WMIC uses WMI which runs as a system service (which
runs as SYSTEM and has access to the data).

I'm not sure anybody wants Cygwin to have a dependency on WMI, though...

Bill

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ps -W now showing STIME Dec 31
  2019-03-21 16:07     ` Bill Stewart
@ 2019-03-21 17:45       ` Brian Inglis
  2019-03-21 20:35         ` Andrey Repin
  0 siblings, 1 reply; 9+ messages in thread
From: Brian Inglis @ 2019-03-21 17:45 UTC (permalink / raw)
  To: cygwin

On 2019-03-21 10:06, Bill Stewart wrote:
> On Thu, Mar 21, 2019 at 9:58 AM Garber, Dave (BHGE, Non-GE) wrote:
>> But Windows command 'wmic process get name, creationdate' in a
> non-elevated command prompt also works. So it looks like it should be
> possible.
> This might be because WMIC uses WMI which runs as a system service (which
> runs as SYSTEM and has access to the data).
> I'm not sure anybody wants Cygwin to have a dependency on WMI, though...

So are these a +1 or ++1 for ps -W showing startup process as Dec 31/Jan 1 on
Windows release 10, 1809, 1803, 8.1, 8, 7, and Home, Pro, Ultimate, Enterprise?

$ uname -srvmo
CYGWIN_NT-10.0 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 Cygwin
$ cmd /c ver
Microsoft Windows [Version 10.0.17763.379]
$ win-ver.sh	# regtool dump from /HKLM/.../CurrentVersion vars
Windows 10 Home ... 6.3 1809 rs5_release 10 0 17763 379

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ps -W now showing STIME Dec 31
  2019-03-21 16:03   ` Brian Inglis
@ 2019-03-21 19:08     ` Corinna Vinschen
  2019-03-22 18:53       ` Brian Inglis
  0 siblings, 1 reply; 9+ messages in thread
From: Corinna Vinschen @ 2019-03-21 19:08 UTC (permalink / raw)
  To: cygwin

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

On Mar 21 10:02, Brian Inglis wrote:
> On 2019-03-21 08:52, Corinna Vinschen wrote:
> > On Mar 21 08:07, Brian Inglis wrote:
> >> With latest Cygwin ps -W is now showing STIME Dec 31 for Windows startup
> >> processes - these should be limited to actual start or uptime if possible.
> > It's not possible.  Starttime requires ability to open process.
> 
> Everything on Cygwin updated Mar 18.
> Running ps under bash from mintty launched from XDG.
> Ran cygcheck on ps below, and attached strace not showing much useful.
> Running under gdb, ps appears never to call GetProcessTimes on startup processes
> including my own startup scheduled tasks, so start_time is always zero, and is
> offset -7 to MST.
> Showing below also unique startup programs, unique other programs with normal
> times from System32, running Cygwin processes, and installed releases FYI.
> I could rebuild ps with debugging and add logging if not reproducible.

Sorry, but I really can't follow.  It's really simple:  If the user
can open a process, starttime is available, if the user can not open
the process, starttime is not available.  Just check the ps source.
If you see another solution (no WMI, Bill is right there), feel free
to providea patch.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ps -W now showing STIME Dec 31
  2019-03-21 17:45       ` Brian Inglis
@ 2019-03-21 20:35         ` Andrey Repin
  0 siblings, 0 replies; 9+ messages in thread
From: Andrey Repin @ 2019-03-21 20:35 UTC (permalink / raw)
  To: Brian Inglis, cygwin

Greetings, Brian Inglis!

> On 2019-03-21 10:06, Bill Stewart wrote:
>> On Thu, Mar 21, 2019 at 9:58 AM Garber, Dave (BHGE, Non-GE) wrote:
>>> But Windows command 'wmic process get name, creationdate' in a
>> non-elevated command prompt also works. So it looks like it should be
>> possible.
>> This might be because WMIC uses WMI which runs as a system service (which
>> runs as SYSTEM and has access to the data).
>> I'm not sure anybody wants Cygwin to have a dependency on WMI, though...

> So are these a +1 or ++1 for ps -W showing startup process as Dec 31/Jan 1 on
> Windows release 10, 1809, 1803, 8.1, 8, 7, and Home, Pro, Ultimate, Enterprise?

Do note which processes show "Jan 1", and which - real STIME.

      PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND
    65540       0       0          4  ?              0   Jan  1 System
    65912       0       0        376  ?              0   Jan  1 C:\Windows\System32\smss.exe
    66084       0       0        548  ?              0   Jan  1 C:\Windows\System32\csrss.exe
    66176       0       0        640  ?              0   Jan  1 C:\Windows\System32\csrss.exe
    66184       0       0        648  ?              0   Jan  1 C:\Windows\System32\wininit.exe
    66240       0       0        704  ?              0   Jan  1 C:\Windows\System32\winlogon.exe
    66620       0       0       1084  ?              0   Mar 13 C:\Windows\System32\audiodg.exe
    66656       0       0       1120  ?              0   Jan  1 C:\Windows\System32\svchost.exe
    66780       0       0       1244  ?              0   Jan  1 C:\Windows\System32\svchost.exe
    67460       0       0       1924  ?              0   Mar 13 C:\Windows\System32\taskhost.exe
    67548       0       0       2012  ?              0   Mar 13 C:\Windows\System32\dwm.exe
    67520       0       0       1984  ?              0   Jan  1 C:\DrWeb\dwservice.exe
    67680       0       0       2144  ?              0   Jan  1 \Device\HarddiskVolume5\Profiles\anrdaemon\.far\Support\BGCopy\bin\bcsvc.exe
    68052       0       0       2516  ?              0   Mar 13 C:\Program Files\PowerISO\PWRISOVM.EXE
    68080       0       0       2544  ?              0   Mar 13 C:\DrWeb\spideragent.exe
    68028       0       0       2492  ?              0   Jan  1 C:\Program Files (x86)\Ralink Corporation\Ralink Bluetooth Stack\BsHelpCS.exe
    66748       0       0       1212  ?              0   Mar 13 C:\Windows\System32\rundll32.exe
    68432       0       0       2896  ?              0   Jan  1 C:\Windows\System32\svchost.exe
    69032       0       0       3496  ?              0   Jan  1 C:\Program Files\Common Files\Doctor Web\Scanning Engine\dwengine.exe
    69080       0       0       3544  ?              0   Jan  1 C:\Program Files\Common Files\Doctor Web\Scanning Engine\dwarkdaemon.exe
    69212       0       0       3676  ?              0   Mar 13 C:\Program Files (x86)\Ralink Corporation\Ralink Bluetooth Stack\BtTray.exe
    69296       0       0       3760  ?              0   Mar 13 C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe
    69308       0       0       3772  ?              0   Mar 13 C:\Program Files (x86)\ownCloud\owncloud.exe
    69336       0       0       3800  ?              0   Mar 13 C:\Programs\LiteStep\bin\litestep.exe
    69348       0       0       3812  ?              0   Mar 13 C:\Program Files (x86)\Virtual Magnifying Glass\magnifier.exe
    69400       0       0       3864  ?              0   Mar 13 C:\Program Files\MirandaIM\miranda32.exe
    69412       0       0       3876  ?              0   Mar 13 \Device\HarddiskVolume5\usr\sbin\MyGate\mygate.exe
    69488       0       0       3952  ?              0   Mar 13 C:\Program Files (x86)\OpenOffice 4\program\soffice.exe
    69496       0       0       3960  ?              0   Mar 13 \Device\HarddiskVolume5\usr\util\wampd\wampd4.exe
    68644       0       0       3108  ?              0   Mar 13 C:\Program Files (x86)\OpenOffice 4\program\soffice.bin
    68300       0       0       2764  ?              0   Mar 13 C:\Programs\PuTTY\PAGEANT.EXE
    68076       0       0       2540  ?              0   Jan  1 C:\Windows\System32\wbem\WmiPrvSE.exe
    68404       0       0       2868  ?              0   Jan  1 C:\Windows\System32\sppsvc.exe
    70080       0       0       4544  ?              0   Jan  1 C:\Windows\System32\svchost.exe
    70164       0       0       4628  ?              0   Jan  1 C:\Program Files (x86)\Remote Utilities - Host\rutserv.exe
    70380       0       0       4844  ?              0   Jan  1 C:\Program Files (x86)\Remote Utilities - Host\rfusclient.exe
    70388       0       0       4852  ?              0   Mar 13 C:\Program Files (x86)\Remote Utilities - Host\rfusclient.exe
    70460       0       0       4924  ?              0   Jan  1 C:\Windows\System32\svchost.exe
    69720       0       0       4184  ?              0   Jan  1 C:\Program Files\Common Files\Doctor Web\Scanning Engine\dwwatcher.exe
    70016       0       0       4480  ?              0   Mar 13 C:\Programs\Fraps\fraps.exe
    69360       0       0       3824  ?              0   Mar 13 \Device\HarddiskVolume5\usr\sbin\nnCron\nncron.exe
    69668       0       0       4132  ?              0   Mar 13 C:\Program Files (x86)\Punto Switcher\punto.exe
    68696       0       0       3160  ?              0   Mar 13 \Device\HarddiskVolume5\usr\sbin\nnCron\nnguard.exe
    67604       0       0       2068  ?              0   Mar 13 C:\Program Files (x86)\Punto Switcher\ps64ldr.exe
    66792       0       0       1256  ?              0   Mar 13 C:\Windows\System32\dllhost.exe
    69704       0       0       4168  ?              0   Mar 13 C:\Programs\Fraps\fraps64.dat
    69476       0       0       3940  ?              0   Mar 13 C:\Windows\System32\wuauclt.exe
    78172       0       0      12636  ?              0   Mar 13 C:\Programs\XMPlay\xmplay.exe
    86720       0       0      21184  ?              0   Mar 14 C:\Programs\Greenshot\Greenshot.exe
    86824       0       0      21288  ?              0   Mar 14 C:\Program Files\Internet Explorer\iexplore.exe
    86192       0       0      20656  ?              0   Mar 14 C:\Program Files (x86)\Internet Explorer\iexplore.exe
    87532       0       0      21996  ?              0   Mar 14 \Device\HarddiskVolume6\Games\EVE\.info\EVEMon\EVEMon.exe
    87728       0       0      22192  ?              0   Mar 15 C:\Programs\ReGetDx\ReGetDx.exe
    85504       0       0      19968  ?              0   Jan  1 C:\Program Files\USBDLM\USBDLM.exe
    87416       0       0      21880  ?              0   Mar 15 C:\Program Files\USBDLM\USBDLM_usr.exe
    89436       0       0      23900  ?              0   Mar 15 C:\Programs\LiteStep\bin_64\litestep.exe
    75960       0       0      10424  ?              0   Mar 15 \Device\HarddiskVolume5\Profiles\anrdaemon\AppData\Roaming\Duner\Duner.exe
    86580       0       0      21044  ?              0   Mar 15 C:\Programs\MySQL\Tools-5.0\MySQLQueryBrowser.exe
    97192       0       0      31656  ?              0   Mar 17 C:\Program Files\Vuze\Azureus.exe
    99756       0       0      34220  ?              0   Mar 17 C:\Windows\explorer.exe
   101180       0       0      35644  ?              0   Mar 17 C:\Windows\System32\rundll32.exe
   113796       0       0      48260  ?              0   Mar 19 C:\Program Files\WebMoney\WebMoney.exe
    91872       0       0      26336  ?              0   Mar 20 C:\Program Files\Vivaldi\Application\vivaldi.exe
      398       1     398      55428  ?         197608 23:41:45 /usr/bin/ssh-pageant
      399       1     399      54456  ?             18 23:41:45 /usr/bin/cygrunsrv
   122248       0       0      56712  ?              0   Jan  1 C:\Windows\System32\conhost.exe
      400     399     400      47184  ?             18 23:41:45 /usr/sbin/cygserver
   121056       0       0      55520  ?              0 10:07:10 C:\Program Files\Opera\opera.exe
   125504       0       0      59968  ?              0 22:53:50 C:\Program Files\Vivaldi\Application\vivaldi.exe
   125948       0       0      60412  ?              0 23:12:22 C:\Programs\TheBat!\thebat64.exe
   127892       0       0      62356  ?              0 23:14:22 C:\Programs\Far\Far.exe
   127504       0       0      61968  ?              0 23:14:22 C:\Windows\System32\conhost.exe
   126640       0       0      61104  ?              0 23:15:38 C:\Windows\System32\cmd.exe
      411       1     411      61184  cons0     197608 23:15:38 /usr/bin/ps

> $ uname -srvmo
> CYGWIN_NT-10.0 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 Cygwin
> $ cmd /c ver
> Microsoft Windows [Version 10.0.17763.379]
> $ win-ver.sh    # regtool dump from /HKLM/.../CurrentVersion vars
> Windows 10 Home ... 6.3 1809 rs5_release 10 0 17763 379



-- 
With best regards,
Andrey Repin
Thursday, March 21, 2019 23:15:30

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ps -W now showing STIME Dec 31
  2019-03-21 19:08     ` Corinna Vinschen
@ 2019-03-22 18:53       ` Brian Inglis
  0 siblings, 0 replies; 9+ messages in thread
From: Brian Inglis @ 2019-03-22 18:53 UTC (permalink / raw)
  To: cygwin

On 2019-03-21 13:08, Corinna Vinschen wrote:
> On Mar 21 10:02, Brian Inglis wrote:
>> On 2019-03-21 08:52, Corinna Vinschen wrote:
>>> On Mar 21 08:07, Brian Inglis wrote:
>>>> With latest Cygwin ps -W is now showing STIME Dec 31 for Windows 
>>>> startup processes - these should be limited to actual start or uptime 
>>>> if possible.
>>> It's not possible.  Starttime requires ability to open process.
>> Everything on Cygwin updated Mar 18. Running ps under bash from mintty 
>> launched from XDG. Ran cygcheck on ps below, and attached strace not 
>> showing much useful. Running under gdb, ps appears never to call 
>> GetProcessTimes on startup processes including my own startup scheduled 
>> tasks, so start_time is always zero, and is offset -7 to MST. Showing
>> below also unique startup programs, unique other programs with normal times
>> from System32, running Cygwin processes, and installed releases FYI. I
>> could rebuild ps with debugging and add logging if not reproducible.
> Sorry, but I really can't follow.  It's really simple:  If the user can open 
> a process, starttime is available, if the user can not open the process, 
> starttime is not available.  Just check the ps source. If you see another 
> solution (no WMI, Bill is right there), feel free to provide a patch.

Tried in PS and system startup process and task StartTime is not available:
	Get-Process | where {$_.StartTime} | Format-Table Id, StartTime, Name
with or without the StartTime filter, in a unelevated process not in a domain;
an elevated process shows it for all but the System Idle Process.
It is available from WMI as shown by SysInternals ProcExp64 and directly by:
$ wmic process get processid, creationdate, name # rearranged with awk
Proce CreationDate               Name
  104 20190315065342.676287-360  Registry
    4 20190315065436.434418-360  System
    0 20190315065436.434418-360  System
  408 20190315065436.891830-360  smss.exe
  560 20190315065500.672209-360  csrss.exe
  660 20190315065502.159992-360  wininit.exe
  780 20190315065502.406370-360  services.exe
  824 20190315065502.618164-360  lsass.exe
  928 20190315065504.236736-360  svchost.exe
  952 20190315065504.262313-360  svchost.exe
  976 20190315065504.364113-360  fontdrvhost.exe

In Cygwin ps, think zero could be subbed by what goes out as /proc/stat btime.
I will try to pull it together and remember how git format-patch and send-email
work. ;^>

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-03-22 18:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 14:07 ps -W now showing STIME Dec 31 Brian Inglis
2019-03-21 14:52 ` Corinna Vinschen
2019-03-21 15:58   ` EXT: " Garber, Dave (BHGE, Non-GE)
2019-03-21 16:07     ` Bill Stewart
2019-03-21 17:45       ` Brian Inglis
2019-03-21 20:35         ` Andrey Repin
2019-03-21 16:03   ` Brian Inglis
2019-03-21 19:08     ` Corinna Vinschen
2019-03-22 18:53       ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).