public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] cygwin 3.1.0-1
@ 2019-12-16 23:26 Corinna Vinschen
  2019-12-17  6:35 ` Thomas Wolff
                   ` (2 more replies)
  0 siblings, 3 replies; 39+ messages in thread
From: Corinna Vinschen @ 2019-12-16 23:26 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.1.0-1
* cygwin-devel-3.1.0-1
* cygwin-doc-3.1.0-1

This release comes with a couple of new features and quite a few
bug fixes.


What's new:
-----------

- Add 24 bit color support using xterm compatibility mode in Windows 10
  1703 or later.  Add fake 24 bit color support for legacy console,
  which uses the nearest color from 16 system colors.

- Support pseudo console in PTY. Pseudo console is a new feature
  in Windows 10 1809, which provides console APIs on virtual
  terminal. With this patch, native console applications can work
  in PTYs such as mintty, ssh, gnu screen or tmux.

- New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
  pthread_setaffinity_np, plus CPU_SET macros.

- New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error,
  dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store.


What changed:
-------------

- FIFOs can now be opened multiple times for writing.
  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00047.html
             https://cygwin.com/ml/cygwin/2015-12/msg00311.html

- If a SA_SIGINFO signal handler changes the ucontext_t pointed to by
  the third parameter, follow it after returning from the handler.

- Eliminate a header file name collision with <X11/XLocale.h> on case
  insensitive filesystems by reverting <xlocale.h> back to <sys/_locale.h>.

- Allow times(2) to have a NULL argument, as on Linux.
  Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00141.html

- Improve /proc/cpuinfo output and align more closely with Linux.

- Raise stackdump frame limit from 16 to 32.
  Addresses: https://cygwin.com/ml/cygwin/2019-11/msg00038.html


Bug Fixes
---------

- Fix select() on console in canonical mode.  Return after one line is
  completed, instead of when only one key is typed.

- Make console I/O functions thread-safe.

- Define missing MSG_EOR.  It's unsupported by the underlying Winsock
  layer so using it in send(2), sendto(2), or sendmsg(2) will return -1
  with errno set to EOPNOTSUPP and recvmsg(2) will never return it.

- Fix a timerfd deadlock.
  Addresses: https://cygwin.com/ml/cygwin/2019-06/msg00096.html

- Fix sigpending() incorrectly returning signals for unrelated threads.
  Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00051.html

- Fix a hang when opening a FIFO with O_PATH.
  Addresses: https://cygwin.com/ml/cygwin-developers/2019-06/msg00001.html

- Don't append ".lnk" when renaming a socket file.
  Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00139.html

- Make tcsetpgrp() return -1 if its argument is negative.
  Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00166.html

- Avoid mistakenly moving a process under debugger control into the
  process group of the debugger.
  Addresses a problem visible in GDB 8.1.1, related to
  https://cygwin.com/ml/cygwin/2019-07/msg00166.html

- Return ENOEXEC from execve for arbitrary files only if the files are
  executable.
  Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00054.html

- Fix off-by-one in environment evaluation leading to an abort.
  Addresses: https://cygwin.com/ml/cygwin-patches/2019-q3/msg00069.html

- Make output of /proc/[PID]/stat consistent with getpriority().
  Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00082.html

- 64 bit only: Avoid collisions between memory maps created with shmat
  and Windows datastructures during fork.
  Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00107.html

- Make rmdir fail if its argument is a symlink.
  Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00221.html

- Fix an assertion failure on an invalid path.
  Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00228.html

- If the argument to mkdir(2) or rmdir(2) is 'x:\', don't strip the
  trailing backslash.
  Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00334.html

- Make spawnvp, spawnvpe fail if the executable is not in $PATH.
  Addresses: https://cygwin.com/ml/cygwin/2019-10/msg00032.html

- Fix parent/child relationship after parent dies.
  Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00263.html

- Fix a security problem if Cygwin is installed into a path
  with spaces in it.
  Addresses: https://cygwin.com/ml/cygwin/2019-11/msg00018.html

- Fix an assertion failure when /cygdrive contains an offline network
  drive.
  Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00016.html

- Fix return value of ilogbl for 0 input.
  Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00074.html

- Let strtold set errno to ERANGE on underflow per POSIX.
  Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00072.html


Have fun,
Corinna

--
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] 39+ messages in thread

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-16 23:26 [ANNOUNCEMENT] cygwin 3.1.0-1 Corinna Vinschen
@ 2019-12-17  6:35 ` Thomas Wolff
  2019-12-17  8:49   ` [GOLDSTAR][PLUSH HIPPO] " Corinna Vinschen
  2019-12-17 18:57 ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Achim Gratz
  2019-12-18 10:18 ` [ANNOUNCEMENT] cygwin 3.1.0-1 Henning
  2 siblings, 1 reply; 39+ messages in thread
From: Thomas Wolff @ 2019-12-17  6:35 UTC (permalink / raw)
  To: cygwin



Am 16.12.2019 um 20:11 schrieb Corinna Vinschen:
> The following packages have been uploaded to the Cygwin distribution:
>
> * cygwin-3.1.0-1
> * cygwin-devel-3.1.0-1
> * cygwin-doc-3.1.0-1
>
> This release comes with a couple of new features and quite a few
> bug fixes.
>
>
> What's new:
> -----------
>
> ...
>
> - Support pseudo console in PTY. Pseudo console is a new feature
>    in Windows 10 1809, which provides console APIs on virtual
>    terminal. With this patch, native console applications can work
>    in PTYs such as mintty, ssh, gnu screen or tmux.
May I suggest a plush hippo for Takashi Yano, please.
Cheers
Thomas

--
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] 39+ messages in thread

* [GOLDSTAR][PLUSH HIPPO] Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-17  6:35 ` Thomas Wolff
@ 2019-12-17  8:49   ` Corinna Vinschen
  2019-12-17 20:58     ` Andrew Schulman via cygwin
  0 siblings, 1 reply; 39+ messages in thread
From: Corinna Vinschen @ 2019-12-17  8:49 UTC (permalink / raw)
  To: cygwin; +Cc: Andrew Schulman

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

On Dec 17 00:26, Thomas Wolff wrote:
> Am 16.12.2019 um 20:11 schrieb Corinna Vinschen:
> > The following packages have been uploaded to the Cygwin distribution:
> > 
> > * cygwin-3.1.0-1
> > * cygwin-devel-3.1.0-1
> > * cygwin-doc-3.1.0-1
> > 
> > This release comes with a couple of new features and quite a few
> > bug fixes.
> > 
> > 
> > What's new:
> > -----------
> > 
> > ...
> > 
> > - Support pseudo console in PTY. Pseudo console is a new feature
> >    in Windows 10 1809, which provides console APIs on virtual
> >    terminal. With this patch, native console applications can work
> >    in PTYs such as mintty, ssh, gnu screen or tmux.
> May I suggest a plush hippo for Takashi Yano, please.

Absolutely!  I was still thinking about a nice number of goldstars,
but that's actually worth a plush hippo.  Thanks for the suggestion.

Andrew, can ypu please give a well deserved plush hippo to Takashi?

And while we're at it, please send three goldstars to Ken for his revamp
of the FIFO code.

A big THANK YOU to both of you and all other contributors!


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

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

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

* cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1)
  2019-12-16 23:26 [ANNOUNCEMENT] cygwin 3.1.0-1 Corinna Vinschen
  2019-12-17  6:35 ` Thomas Wolff
@ 2019-12-17 18:57 ` Achim Gratz
  2019-12-18  9:07   ` Corinna Vinschen
  2019-12-18 12:28   ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Takashi Yano
  2019-12-18 10:18 ` [ANNOUNCEMENT] cygwin 3.1.0-1 Henning
  2 siblings, 2 replies; 39+ messages in thread
From: Achim Gratz @ 2019-12-17 18:57 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:
> The following packages have been uploaded to the Cygwin distribution:
>
> * cygwin-3.1.0-1
> * cygwin-devel-3.1.0-1
> * cygwin-doc-3.1.0-1
>

There is some undesirable interaction when I try to start mintty from my
desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
mintty starts (whether a shell or something else) just goes into a
spinloop (Windows says it's mostly kernel time).  Starting Cygwin
through a console works and I can then run mintty from there without any
problems.  Funnily enough I can start strace inside mintty and it'll
fire up a console window to run a shell in OK as well.  The hung mintty
often doesn't show up in the Cygwin processes when trying to find it
from a previously started shell.  Closing mintty with the mouse does not
stop either the hung mintty nor the amok running process.  Killing the
spinning process from Windows will also kill the hung mintty.

Now, that only happens on one machine and only for my user account (I
have a seperate admin account that doesn't have the problem).  One
difference is that my Cygwin home directory is in my user profile for my
normal account, but I haven't had time to investigate further.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
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] 39+ messages in thread

* Re: [GOLDSTAR][PLUSH HIPPO] Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-17  8:49   ` [GOLDSTAR][PLUSH HIPPO] " Corinna Vinschen
@ 2019-12-17 20:58     ` Andrew Schulman via cygwin
  0 siblings, 0 replies; 39+ messages in thread
From: Andrew Schulman via cygwin @ 2019-12-17 20:58 UTC (permalink / raw)
  To: cygwin

> > > - Support pseudo console in PTY. Pseudo console is a new feature
> > >    in Windows 10 1809, which provides console APIs on virtual
> > >    terminal. With this patch, native console applications can work
> > >    in PTYs such as mintty, ssh, gnu screen or tmux.
> > May I suggest a plush hippo for Takashi Yano, please.
> 
> Absolutely!  I was still thinking about a nice number of goldstars,
> but that's actually worth a plush hippo.  Thanks for the suggestion.
> 
> Andrew, can ypu please give a well deserved plush hippo to Takashi?
> 
> And while we're at it, please send three goldstars to Ken for his revamp
> of the FIFO code.

Awarded! https://cygwin.com/goldstars/


--
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] 39+ messages in thread

* Re: cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1)
  2019-12-17 18:57 ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Achim Gratz
@ 2019-12-18  9:07   ` Corinna Vinschen
  2019-12-18 16:56     ` cygwin-3.1.0 and mintty from desktop shortcut Achim Gratz
  2019-12-18 12:28   ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Takashi Yano
  1 sibling, 1 reply; 39+ messages in thread
From: Corinna Vinschen @ 2019-12-18  9:07 UTC (permalink / raw)
  To: cygwin

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

On Dec 17 19:00, Achim Gratz wrote:
> Corinna Vinschen writes:
> > The following packages have been uploaded to the Cygwin distribution:
> >
> > * cygwin-3.1.0-1
> > * cygwin-devel-3.1.0-1
> > * cygwin-doc-3.1.0-1
> >
> 
> There is some undesirable interaction when I try to start mintty from my
> desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
> mintty starts (whether a shell or something else) just goes into a
> spinloop (Windows says it's mostly kernel time).

Windows version?

> Starting Cygwin
> through a console works and I can then run mintty from there without any
> problems.  Funnily enough I can start strace inside mintty and it'll
> fire up a console window to run a shell in OK as well.  The hung mintty
> often doesn't show up in the Cygwin processes when trying to find it
> from a previously started shell.  Closing mintty with the mouse does not
> stop either the hung mintty nor the amok running process.  Killing the
> spinning process from Windows will also kill the hung mintty.
> 
> Now, that only happens on one machine and only for my user account (I
> have a seperate admin account that doesn't have the problem).  One
> difference is that my Cygwin home directory is in my user profile for my
> normal account, but I haven't had time to investigate further.

It would be great if you could nail this down to a specific aspect.
Alternatively, a bisect might help.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

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

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

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-16 23:26 [ANNOUNCEMENT] cygwin 3.1.0-1 Corinna Vinschen
  2019-12-17  6:35 ` Thomas Wolff
  2019-12-17 18:57 ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Achim Gratz
@ 2019-12-18 10:18 ` Henning
  2019-12-18 11:25   ` Corinna Vinschen
  2020-01-13 21:30   ` Houder
  2 siblings, 2 replies; 39+ messages in thread
From: Henning @ 2019-12-18 10:18 UTC (permalink / raw)
  To: cygwin

On 16/12/2019 20:11, Corinna Vinschen wrote:
> The following packages have been uploaded to the Cygwin distribution:
> 
> * cygwin-3.1.0-1
> * cygwin-devel-3.1.0-1
> * cygwin-doc-3.1.0-1

After cygwin-3.0.7 all attempts to update (to test or normal versions) 
terminated with errors:

Package: 0/Perpetual
	0p_000_autorebase.dash exit code -1073741819
	0p_update-info-dir.dash exit code -1073741819
Package: _/cygwin-doc
	cygwin-doc.sh exit code 256
Package: z/Perpetual
	zp_desktop-file-utils.sh exit code 256
	zp_glib2.0.sh exit code 256
	zp_man-db.sh exit code 256
	zp_shared-mime-info.sh exit code 256

After terminating setup I'm unable to start a console (mintty/bash).
After uninstalling the new cygwin{,-devel,-doc} version and 
re-installing 3.0.7-1 everything is back to normal.

Until now I didn't go to this list, as I hoped the problem would be
solved with the next version. But as this was the third or forth failure
I thought I should consult the list as otherwise I might be unable to
get an updated cygwin dll.

OS:		Windows 8.1 Professional 32bit
cygwin:		updated daily
setup.log:	pasted below
mintty command line (one of 16):
		U:\bin\mintty.exe -d -C /0/e/tty/4/minttyrc -i /Cygwin-Terminal.ico -T 
tty4 /bin/env TTY=4 /bin/bash -il

Please tell me what I can do to (help) solve the problem.

many thanks in advance.

Henning



---------------------------


setup.log extract:




2019/12/17 09:58:10 Starting cygwin install, version 2.897
2019/12/17 09:58:10 User has backup/restore rights
2019/12/17 09:58:10 Current Directory: U:\usr\pkg\cygwin
2019/12/17 09:58:10 Could not open service McShield for query, start and 
stop. McAfee may not be installed, or we don't have access.
2019/12/17 09:58:13 source: network install
2019/12/17 09:58:13 root: U:\ system
2019/12/17 09:58:13 Selected local directory: U:\usr\pkg\cygwin
2019/12/17 09:58:14 net: Preconfig
2019/12/17 09:58:14 connection error: 12007 fetching 
https://cygwin.com/mirrors.lst
2019/12/17 09:58:15 site: http://ftp.acc.umu.se/mirror/cygwin/
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.zst.sig
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.zst
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.xz.sig
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.xz
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.bz2.sig
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.bz2
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.ini.sig
2019/12/17 09:58:15 connection error: 12007 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.ini
2019/12/17 09:58:15 mbox note: Unable to get setup from 
<http://ftp.acc.umu.se/mirror/cygwin/>
2019/12/17 10:03:38 site: http://ftp.acc.umu.se/mirror/cygwin/
2019/12/17 10:03:38 HTTP status 404 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.zst.sig
2019/12/17 10:03:38 HTTP status 404 fetching 
http://ftp.acc.umu.se/mirror/cygwin/x86/setup.zst
2019/12/17 10:03:53 solving: 0 tasks, update: yes, use test packages: no
2019/12/17 10:45:09 solving: 3 tasks, update: no, use test packages: no
2019/12/17 10:45:09 Augmented Transaction List:
2019/12/17 10:45:09    0 install 
  cygwin             3.1.0-1
2019/12/17 10:45:09    1   erase 
  cygwin             3.0.7-1
2019/12/17 10:45:09    2 install 
cygwin-devel             3.1.0-1
2019/12/17 10:45:09    3   erase 
cygwin-devel             3.0.7-1
2019/12/17 10:45:09    4 install 
cygwin-doc             3.1.0-1
2019/12/17 10:45:09    5   erase 
cygwin-doc             3.0.7-1
2019/12/17 10:45:31 Downloaded 
U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-3.1.0-1.tar.xz
2019/12/17 10:45:34 Downloaded 
U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-devel/cygwin-devel-3.1.0-1.tar.xz
2019/12/17 10:45:48 Downloaded 
U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-doc/cygwin-doc-3.1.0-1.tar.xz
2019/12/17 10:45:48 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/preremove/cygwin-doc.sh"
2019/12/17 10:45:49 Uninstalling cygwin
2019/12/17 10:45:50 Uninstalling cygwin-devel
2019/12/17 10:45:50 Uninstalling cygwin-doc
2019/12/17 10:45:54 Extracting from 
file://U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-3.1.0-1.tar.xz
2019/12/17 10:45:56 Extracting from 
file://U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-devel/cygwin-devel-3.1.0-1.tar.xz
2019/12/17 10:46:01 Extracting from 
file://U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-doc/cygwin-doc-3.1.0-1.tar.xz
2019/12/17 10:46:21 Changing gid back to original
2019/12/17 10:46:21 running: U:\\bin\dash.exe 
"/etc/postinstall/0p_000_autorebase.dash"
2019/12/17 10:46:22 abnormal exit: exit code=-1073741819
2019/12/17 10:46:22 running: U:\\bin\dash.exe 
"/etc/postinstall/0p_update-info-dir.dash"
2019/12/17 10:46:22 abnormal exit: exit code=-1073741819
2019/12/17 10:46:26 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/cygwin-doc.sh"
2019/12/17 10:46:26 abnormal exit: exit code=256
2019/12/17 10:46:28 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_desktop-file-utils.sh"
2019/12/17 10:46:28 abnormal exit: exit code=256
2019/12/17 10:46:28 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_glib2.0.sh"
2019/12/17 10:46:28 abnormal exit: exit code=256
2019/12/17 10:46:28 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_man-db.sh"
2019/12/17 10:46:28 abnormal exit: exit code=256
2019/12/17 10:46:28 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_shared-mime-info.sh"
2019/12/17 10:46:28 abnormal exit: exit code=256
2019/12/17 10:46:31 Changing gid to Administrators
2019/12/17 10:52:00 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/preremove/cygwin-doc.sh"
2019/12/17 10:52:00 abnormal exit: exit code=256
2019/12/17 10:52:00 Uninstalling cygwin
2019/12/17 10:52:01 Uninstalling cygwin-devel
2019/12/17 10:52:01 Uninstalling cygwin-doc
2019/12/17 10:52:04 Extracting from 
file://U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-3.1.0-1.tar.xz
2019/12/17 10:52:06 Extracting from 
file://U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-devel/cygwin-devel-3.1.0-1.tar.xz
2019/12/17 10:52:11 Extracting from 
file://U:\usr\pkg\cygwin/http%3a%2f%2fftp.acc.umu.se%2fmirror%2fcygwin%2f/x86/release/cygwin/cygwin-doc/cygwin-doc-3.1.0-1.tar.xz
2019/12/17 10:52:27 Changing gid back to original
2019/12/17 10:52:27 running: U:\\bin\dash.exe 
"/etc/postinstall/0p_000_autorebase.dash"
2019/12/17 10:52:27 abnormal exit: exit code=-1073741819
2019/12/17 10:52:27 running: U:\\bin\dash.exe 
"/etc/postinstall/0p_update-info-dir.dash"
2019/12/17 10:52:27 abnormal exit: exit code=-1073741819
2019/12/17 10:52:30 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/cygwin-doc.sh"
2019/12/17 10:52:31 abnormal exit: exit code=256
2019/12/17 10:52:31 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/cygwin-doc.sh"
2019/12/17 10:52:31 abnormal exit: exit code=256
2019/12/17 10:52:33 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_desktop-file-utils.sh"
2019/12/17 10:52:33 abnormal exit: exit code=256
2019/12/17 10:52:33 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_glib2.0.sh"
2019/12/17 10:52:33 abnormal exit: exit code=256
2019/12/17 10:52:33 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_man-db.sh"
2019/12/17 10:52:33 abnormal exit: exit code=256
2019/12/17 10:52:33 running: U:\\bin\bash.exe --norc --noprofile 
"/etc/postinstall/zp_shared-mime-info.sh"
2019/12/17 10:52:33 abnormal exit: exit code=256
2019/12/17 10:52:35 Changing gid to Administrators
2019/12/17 10:52:42 note: Installation Complete
2019/12/17 10:52:42 Ending cygwin install



--
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] 39+ messages in thread

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-18 10:18 ` [ANNOUNCEMENT] cygwin 3.1.0-1 Henning
@ 2019-12-18 11:25   ` Corinna Vinschen
  2019-12-20  9:40     ` Henning
  2020-01-13 21:30   ` Houder
  1 sibling, 1 reply; 39+ messages in thread
From: Corinna Vinschen @ 2019-12-18 11:25 UTC (permalink / raw)
  To: cygwin

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

On Dec 18 10:23, Henning wrote:
> On 16/12/2019 20:11, Corinna Vinschen wrote:
> > The following packages have been uploaded to the Cygwin distribution:
> > 
> > * cygwin-3.1.0-1
> > * cygwin-devel-3.1.0-1
> > * cygwin-doc-3.1.0-1
> 
> After cygwin-3.0.7 all attempts to update (to test or normal versions)
> terminated with errors:
> 
> Package: 0/Perpetual
> 	0p_000_autorebase.dash exit code -1073741819
> 	0p_update-info-dir.dash exit code -1073741819
> Package: _/cygwin-doc
> 	cygwin-doc.sh exit code 256
> Package: z/Perpetual
> 	zp_desktop-file-utils.sh exit code 256
> 	zp_glib2.0.sh exit code 256
> 	zp_man-db.sh exit code 256
> 	zp_shared-mime-info.sh exit code 256
> 
> After terminating setup I'm unable to start a console (mintty/bash).
> After uninstalling the new cygwin{,-devel,-doc} version and re-installing
> 3.0.7-1 everything is back to normal.
> 
> Until now I didn't go to this list, as I hoped the problem would be
> solved with the next version. But as this was the third or forth failure
> I thought I should consult the list as otherwise I might be unable to
> get an updated cygwin dll.
> 
> OS:		Windows 8.1 Professional 32bit
> cygwin:		updated daily
> setup.log:	pasted below
> mintty command line (one of 16):
> 		U:\bin\mintty.exe -d -C /0/e/tty/4/minttyrc -i /Cygwin-Terminal.ico -T
> tty4 /bin/env TTY=4 /bin/bash -il
> 
> Please tell me what I can do to (help) solve the problem.

Hard to tell.  I just updated a 8.1 32 bit test machine to Cygwin
3.1.0-1 (plus lots of other packages I hadn't updated for a while) and
the update itself as well as the updated Cygwin installation worked as
desired.

I *assume* in your case there's an unfortunate combination of a bigger
Cygwin DLL in conjunction with another essential DLL overlapping the
address space.

Two things to try coming to mind:

- With the Cygwin 3.1.0 DLL installed, from Windows, double click on the
  "dash.exe" shell executable.  If that starts (it should, it only uses
  the Cygwin DLL itself), try running the `rebaseall' script.  If that
  doesn't work, try running `rebase -si > rebase.out' and send the
  output here.  Also, if there's a collision, the rebase output should
  indicate that by appending a '*' to the colliding DLLs.

- If the above fails, try to create a minimal Cygwin installation from
  the current setup-x86.exe in another directory.  If that works, maybe
  you could reinstall the packages you need and see if it still works,
  and eventually just copy over your home dir...?


HTH,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

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

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1)
  2019-12-17 18:57 ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Achim Gratz
  2019-12-18  9:07   ` Corinna Vinschen
@ 2019-12-18 12:28   ` Takashi Yano
  2019-12-18 17:17     ` cygwin-3.1.0 and mintty from desktop shortcut Achim Gratz
  1 sibling, 1 reply; 39+ messages in thread
From: Takashi Yano @ 2019-12-18 12:28 UTC (permalink / raw)
  To: cygwin

On Tue, 17 Dec 2019 19:00:04 +0100
Achim Gratz wrote:

> Corinna Vinschen writes:
> > The following packages have been uploaded to the Cygwin distribution:
> >
> > * cygwin-3.1.0-1
> > * cygwin-devel-3.1.0-1
> > * cygwin-doc-3.1.0-1
> >
> 
> There is some undesirable interaction when I try to start mintty from my
> desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
> mintty starts (whether a shell or something else) just goes into a
> spinloop (Windows says it's mostly kernel time).  Starting Cygwin
> through a console works and I can then run mintty from there without any
> problems.  Funnily enough I can start strace inside mintty and it'll
> fire up a console window to run a shell in OK as well.  The hung mintty
> often doesn't show up in the Cygwin processes when trying to find it
> from a previously started shell.  Closing mintty with the mouse does not
> stop either the hung mintty nor the amok running process.  Killing the
> spinning process from Windows will also kill the hung mintty.
> 
> Now, that only happens on one machine and only for my user account (I
> have a seperate admin account that doesn't have the problem).  One
> difference is that my Cygwin home directory is in my user profile for my
> normal account, but I haven't had time to investigate further.

Does anything change if the registry value ForceV2 is set to 0 under
HKEY_CURRENT_USER\Console? This disables the pseudo console feature.

Note: Do not forget to revert the registry value.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
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] 39+ messages in thread

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2019-12-18  9:07   ` Corinna Vinschen
@ 2019-12-18 16:56     ` Achim Gratz
  2020-03-11 17:47       ` Achim Gratz
  0 siblings, 1 reply; 39+ messages in thread
From: Achim Gratz @ 2019-12-18 16:56 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:
>> There is some undesirable interaction when I try to start mintty from my
>> desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
>> mintty starts (whether a shell or something else) just goes into a
>> spinloop (Windows says it's mostly kernel time).
>
> Windows version?

Win10 Enterprise 1803

> It would be great if you could nail this down to a specific aspect.
> Alternatively, a bisect might help.

Haven't got the time to get much further.  The symptoms are: a
consolehost and mintty are started.  Instead of just the shell or
whatever other program it's been told to run, there is now a second
mintty process and the forked program spinning CPU on something.  I have
either not been able to attach strace to that process (for lack of a
Cygwin process number) or strace hasn't given me any output.  When I
kill the forked process usually (but not always) mintty exits, but the
consolehost does not.

No changes with the suggestion from Takashi Yano and the 3.1.1 release
from today.  I've rolled back to 3.0.7 for now (so it's not the other
updates that were installed at the same time), can't do any further
investigation at the moment.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
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] 39+ messages in thread

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2019-12-18 12:28   ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Takashi Yano
@ 2019-12-18 17:17     ` Achim Gratz
  0 siblings, 0 replies; 39+ messages in thread
From: Achim Gratz @ 2019-12-18 17:17 UTC (permalink / raw)
  To: cygwin

Takashi Yano writes:
> Does anything change if the registry value ForceV2 is set to 0 under
> HKEY_CURRENT_USER\Console? This disables the pseudo console feature.

No, nothing that I can determine changes, but thanks for the suggestion.

> Note: Do not forget to revert the registry value.

Yup,. reset it back to '1' after testing.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

--
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] 39+ messages in thread

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-18 11:25   ` Corinna Vinschen
@ 2019-12-20  9:40     ` Henning
  2019-12-20 10:22       ` Corinna Vinschen
  0 siblings, 1 reply; 39+ messages in thread
From: Henning @ 2019-12-20  9:40 UTC (permalink / raw)
  To: cygwin

On 18/12/2019 11:18, Corinna Vinschen wrote:
> On Dec 18 10:23, Henning wrote:
>> On 16/12/2019 20:11, Corinna Vinschen wrote:
>>> The following packages have been uploaded to the Cygwin distribution:
>>>
>>> * cygwin-3.1.0-1
>>> * cygwin-devel-3.1.0-1
>>> * cygwin-doc-3.1.0-1
>>
>> After cygwin-3.0.7 all attempts to update (to test or normal versions)
>> terminated with errors:
...
>> Please tell me what I can do to (help) solve the problem.
...
> I *assume* in your case there's an unfortunate combination of a bigger
> Cygwin DLL in conjunction with another essential DLL overlapping the
> address space.
> 
> Two things to try coming to mind:
...

Thank you for your reply. I am going to test your proposals the next
days.
But meanwhile since 3.1.1 there is another problem. I installed 3.1.1,
but forced to again go back to 3.0.7. But since today setup.exe now
longer offers to install 3.0.7. That means: one more installation
attempt and I can not go back and thus can't use cygwin. But I _really_
_need_ this installation. Is there a way to install the downloaded
3.0.7 packages?

Thanks for your efforts.

Henning




--
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] 39+ messages in thread

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-20  9:40     ` Henning
@ 2019-12-20 10:22       ` Corinna Vinschen
  2019-12-20 16:20         ` Henning
  0 siblings, 1 reply; 39+ messages in thread
From: Corinna Vinschen @ 2019-12-20 10:22 UTC (permalink / raw)
  To: Henning; +Cc: cygwin

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

On Dec 20 10:25, Henning wrote:
> On 18/12/2019 11:18, Corinna Vinschen wrote:
> > On Dec 18 10:23, Henning wrote:
> > > On 16/12/2019 20:11, Corinna Vinschen wrote:
> > > > The following packages have been uploaded to the Cygwin distribution:
> > > > 
> > > > * cygwin-3.1.0-1
> > > > * cygwin-devel-3.1.0-1
> > > > * cygwin-doc-3.1.0-1
> > > 
> > > After cygwin-3.0.7 all attempts to update (to test or normal versions)
> > > terminated with errors:
> ...
> > > Please tell me what I can do to (help) solve the problem.
> ...
> > I *assume* in your case there's an unfortunate combination of a bigger
> > Cygwin DLL in conjunction with another essential DLL overlapping the
> > address space.
> > 
> > Two things to try coming to mind:
> ...
> 
> Thank you for your reply. I am going to test your proposals the next
> days.
> But meanwhile since 3.1.1 there is another problem. I installed 3.1.1,
> but forced to again go back to 3.0.7. But since today setup.exe now
> longer offers to install 3.0.7. That means: one more installation
> attempt and I can not go back and thus can't use cygwin. But I _really_
> _need_ this installation. Is there a way to install the downloaded
> 3.0.7 packages?

Please look again, 3.0.7-1 is still available in the distro, so it
should be installable from setup.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

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

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

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-20 10:22       ` Corinna Vinschen
@ 2019-12-20 16:20         ` Henning
  0 siblings, 0 replies; 39+ messages in thread
From: Henning @ 2019-12-20 16:20 UTC (permalink / raw)
  To: cygwin

On 20/12/2019 10:25, Corinna Vinschen wrote:
> 
> Please look again, 3.0.7-1 is still available in the distro, so it
> should be installable from setup.
> 
> 
> Corinna
> 
Ok, thanks. I looked with 3.0.7 installed.
Sorry

Henning


--
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] 39+ messages in thread

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2019-12-18 10:18 ` [ANNOUNCEMENT] cygwin 3.1.0-1 Henning
  2019-12-18 11:25   ` Corinna Vinschen
@ 2020-01-13 21:30   ` Houder
  2020-01-14  0:20     ` Ken Brown
  1 sibling, 1 reply; 39+ messages in thread
From: Houder @ 2020-01-13 21:30 UTC (permalink / raw)
  To: cygwin

On Wed, 18 Dec 2019 10:23:16, Henning  wrote:
> On 16/12/2019 20:11, Corinna Vinschen wrote:
> > The following packages have been uploaded to the Cygwin distribution:
> > 
> > * cygwin-3.1.0-1
> > * cygwin-devel-3.1.0-1
> > * cygwin-doc-3.1.0-1
> 
> After cygwin-3.0.7 all attempts to update (to test or normal versions) 
> terminated with errors:
> 
> Package: 0/Perpetual
> 	0p_000_autorebase.dash exit code -1073741819
> 	0p_update-info-dir.dash exit code -1073741819
[snip]

> OS:		Windows 8.1 Professional 32bit
[snip]

> setup.log extract:
> 
> 
> 2019/12/17 09:58:10 Starting cygwin install, version 2.897
> 2019/12/17 09:58:10 User has backup/restore rights
> 2019/12/17 09:58:10 Current Directory: U:\usr\pkg\cygwin
> 2019/12/17 09:58:10 Could not open service McShield for query, start and 
> stop. McAfee may not be installed, or we don't have access.
> 2019/12/17 09:58:13 source: network install
> 2019/12/17 09:58:13 root: U:\ system

.. for the record ...

Both 32-bits and 64-bits installations fail if one installs in the root of
a drive as result of a modification made by Ken Brown on 2019 09 25.

This statement also applies to:

 - https://cygwin.com/ml/cygwin/2020-01/msg00111.html
   ( Cygwin 3.1.X Fatal Errors - add_item ("\??\C:", "/", ...) failed, errno 22 )

Note: I am not saying that the modification made by Ken Brown is in error, but
that "something else" has to be changed as well ...
(init_cygheap::init_installation_root() in winsup/cygwin/cyheap.cc ?????)

Ken Brown's modification:

 - https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;f=winsup/cygwin/path.cc;h=283cb372e4e25d1d11123d98e3d14e85b525e48d
   ( Cygwin: normalize_win32_path: improve error checking )

Item 2.5 of the FAQ advices NOT to install in the root of a drive (but it does
forbid to do so)

 - https://cygwin.com/faq.html#faq.setup.c

Item 2.5 ends with

"(In the past, there had been genuine bugs that would cause problems for people
 who installed in C:\, but we believe those are gone now.)"

This is no longer true: the past is back ...


--
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] 39+ messages in thread

* Re: [ANNOUNCEMENT] cygwin 3.1.0-1
  2020-01-13 21:30   ` Houder
@ 2020-01-14  0:20     ` Ken Brown
  0 siblings, 0 replies; 39+ messages in thread
From: Ken Brown @ 2020-01-14  0:20 UTC (permalink / raw)
  To: cygwin

On 1/13/2020 4:30 PM, Houder wrote:
> On Wed, 18 Dec 2019 10:23:16, Henning  wrote:
>> On 16/12/2019 20:11, Corinna Vinschen wrote:
>>> The following packages have been uploaded to the Cygwin distribution:
>>>
>>> * cygwin-3.1.0-1
>>> * cygwin-devel-3.1.0-1
>>> * cygwin-doc-3.1.0-1
>>
>> After cygwin-3.0.7 all attempts to update (to test or normal versions)
>> terminated with errors:
>>
>> Package: 0/Perpetual
>> 	0p_000_autorebase.dash exit code -1073741819
>> 	0p_update-info-dir.dash exit code -1073741819
> [snip]
> 
>> OS:		Windows 8.1 Professional 32bit
> [snip]
> 
>> setup.log extract:
>>
>>
>> 2019/12/17 09:58:10 Starting cygwin install, version 2.897
>> 2019/12/17 09:58:10 User has backup/restore rights
>> 2019/12/17 09:58:10 Current Directory: U:\usr\pkg\cygwin
>> 2019/12/17 09:58:10 Could not open service McShield for query, start and
>> stop. McAfee may not be installed, or we don't have access.
>> 2019/12/17 09:58:13 source: network install
>> 2019/12/17 09:58:13 root: U:\ system
> 
> .. for the record ...
> 
> Both 32-bits and 64-bits installations fail if one installs in the root of
> a drive as result of a modification made by Ken Brown on 2019 09 25.
> 
> This statement also applies to:
> 
>   - https://cygwin.com/ml/cygwin/2020-01/msg00111.html
>     ( Cygwin 3.1.X Fatal Errors - add_item ("\??\C:", "/", ...) failed, errno 22 )
> 
> Note: I am not saying that the modification made by Ken Brown is in error, but
> that "something else" has to be changed as well ...
> (init_cygheap::init_installation_root() in winsup/cygwin/cyheap.cc ?????)
> 
> Ken Brown's modification:
> 
>   - https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;f=winsup/cygwin/path.cc;h=283cb372e4e25d1d11123d98e3d14e85b525e48d
>     ( Cygwin: normalize_win32_path: improve error checking )

I think I see how to fix this.  I'll submit a patch within the next few days.

Ken

--
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] 39+ messages in thread

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2019-12-18 16:56     ` cygwin-3.1.0 and mintty from desktop shortcut Achim Gratz
@ 2020-03-11 17:47       ` Achim Gratz
  2020-03-11 19:51         ` Corinna Vinschen
  0 siblings, 1 reply; 39+ messages in thread
From: Achim Gratz @ 2020-03-11 17:47 UTC (permalink / raw)
  To: cygwin

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

Achim Gratz writes:
>>> There is some undesirable interaction when I try to start mintty from my
>>> desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
>>> mintty starts (whether a shell or something else) just goes into a
>>> spinloop (Windows says it's mostly kernel time).

Unfortunately it seems I will not be able to keep at 3.0.7 for much
longer as octave already depends on the CPU affinity changes in 3.1.x,
so my choice is to either have octave or mintty working… :-(

Meanwhile we got two new lab PC so I could there as well.  They have a
different enough installation from my laptop that if it's related to
that I should see something.  However, reproducibly it's my work account
that has the problem of not getting a mintty started and another account
that I can use just works.  I can actually start a cmd (or other Windows
program) inside mintty and have it work, I can then also start my shell
and it will show me /dev/cons0 as the tty.  Again, trying to strace the
mintty start gets me a segfault after touching a lot of addresses that
it shouldn't touch.  Doing the same exercise without strace gets an
unresponsive mintty window (most of the time), and later attaching to
the running shell inside reveals it is livelocked on acquiring some pty
master mutex.


[-- Attachment #2: Type: text/plain, Size: 32933 bytes --]

--- Process 8760 created
--- Process 8760 loaded C:\Windows\System32\ntdll.dll at 00007ffba9ae0000
--- Process 8760 loaded C:\Windows\System32\kernel32.dll at 00007ffba8e90000
--- Process 8760 loaded C:\Windows\System32\KernelBase.dll at 00007ffba6c00000
--- Process 8760 thread 9224 created
--- Process 8760 loaded C:\programs\Cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 8760 loaded C:\Windows\System32\advapi32.dll at 00007ffba7f80000
--- Process 8760 thread 4796 created
--- Process 8760 loaded C:\Windows\System32\msvcrt.dll at 00007ffba7b90000
--- Process 8760 loaded C:\Windows\System32\sechost.dll at 00007ffba7c90000
--- Process 8760 loaded C:\Windows\System32\rpcrt4.dll at 00007ffba8580000
--- Process 8760 thread 8608 created
--- Process 8760 loaded C:\Windows\System32\comdlg32.dll at 00007ffba99d0000
--- Process 8760 loaded C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.657_none_e6c5b579130e3898\comctl32.dll at 00007ffb98130000
--- Process 8760 loaded C:\Windows\System32\combase.dll at 00007ffba9670000
--- Process 8760 loaded C:\Windows\System32\combase.dll at 0000000000ef0000
--- Process 8760 unloaded DLL at 0000000000ef0000
--- Process 8760 loaded C:\Windows\System32\ucrtbase.dll at 00007ffba6a70000
--- Process 8760 loaded C:\Windows\System32\gdi32.dll at 00007ffba8060000
--- Process 8760 loaded C:\Windows\System32\win32u.dll at 00007ffba7870000
--- Process 8760 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffba77a0000
--- Process 8760 loaded C:\Windows\System32\SHCore.dll at 00007ffba7d30000
--- Process 8760 loaded C:\Windows\System32\gdi32full.dll at 00007ffba78a0000
--- Process 8760 loaded C:\Windows\System32\msvcp_win.dll at 00007ffba7700000
--- Process 8760 loaded C:\Windows\System32\user32.dll at 00007ffba7de0000
--- Process 8760 loaded C:\Windows\System32\shlwapi.dll at 00007ffba8400000
--- Process 8760 loaded C:\Windows\System32\shell32.dll at 00007ffba87a0000
--- Process 8760 loaded C:\Windows\System32\cfgmgr32.dll at 00007ffba7820000
--- Process 8760 loaded C:\Windows\System32\windows.storage.dll at 00007ffba6ed0000
--- Process 8760 loaded C:\Windows\System32\profapi.dll at 00007ffba6a30000
--- Process 8760 loaded C:\Windows\System32\powrprof.dll at 00007ffba69c0000
--- Process 8760 loaded C:\Windows\System32\umpdc.dll at 00007ffba69b0000
--- Process 8760 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffba6a50000
--- Process 8760 loaded C:\Windows\System32\cryptsp.dll at 00007ffba6eb0000
--- Process 8760 loaded C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.657_none_17b0a85e6da0b266\GdiPlus.dll at 00007ffb97cd0000
--- Process 8760 loaded C:\Windows\System32\imm32.dll at 00007ffba8030000
--- Process 8760 loaded C:\Windows\System32\ole32.dll at 00007ffba90a0000
--- Process 8760 loaded C:\Windows\System32\usp10.dll at 00007ffb9dad0000
--- Process 8760 loaded C:\Windows\System32\winmm.dll at 00007ffba2020000
--- Process 8760 loaded C:\Windows\System32\winspool.drv at 00007ffb97f30000
--- Process 8760 loaded C:\Windows\System32\bcrypt.dll at 00007ffba6bd0000
--- Process 8760 loaded C:\Windows\System32\propsys.dll at 00007ffba2620000
--- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 00007ffba1ff0000
--- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 0000000000180000
--- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 0000000000150000
--- Process 8760 unloaded DLL at 0000000000180000
--- Process 8760 unloaded DLL at 0000000000150000
--- Process 8760 loaded C:\Windows\System32\oleaut32.dll at 00007ffba8f50000
--- Process 8760 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffba5ef0000
    0       0 [main] mintty (8760) **********************************************
  260     260 [main] mintty (8760) Program name: C:\programs\Cygwin64\bin\mintty.exe (windows pid 8760)
  176     436 [main] mintty (8760) OS version:   Windows NT-10.0
  147     583 [main] mintty (8760) **********************************************
--- Process 8760 loaded C:\Windows\System32\cryptbase.dll at 00007ffba6400000
 2108    2691 [main] mintty (8760) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180320DD0)
 1001    3692 [main] mintty (8760) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xF8, *m 6
  250    3942 [main] mintty (8760) user_heap_info::init: heap base 0x800000000, heap top 0x800000000, heap size 0x20000000 (536870912)
  279    4221 [main] mintty (8760) open_shared: name S-1-5-21-XXX-XXX-XXX-XXX.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xF4, *m 6
  185    4406 [main] mintty (8760) user_info::create: opening user shared for 'S-1-5-21-XXX-XXX-XXX-XXX' at 0x180020000
  162    4568 [main] mintty (8760) user_info::create: user shared version AB1FCCE8
  260    4828 [main] mintty (8760) fhandler_pipe::create: name \\.\pipe\cygwin-86c9bd66187fc89c-8760-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
  278    5106 [main] mintty (8760) fhandler_pipe::create: pipe read handle 0x108
  201    5307 [main] mintty (8760) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-86c9bd66187fc89c-8760-sigwait
  183    5490 [main] mintty (8760) fhandler_pipe::create: pipe write handle 0x10C
  185    5675 [main] mintty (8760) dll_crt0_0: finished dll_crt0_0 initialization
--- Process 8760, exception c0000005 at 0000000000000000
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c00000fd at 00007ffba9b8caa0
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00000001800604be
--- Process 8760, exception c0000005 at 00007ffba9b81137
--- Process 8760 thread 8608 exited with status 0xc0000005
--- Process 8760 thread 9224 exited with status 0xc0000005
--- Process 8760 thread 4796 exited with status 0xc0000005
--- Process 8760 exited with status 0xc0000005

[-- Attachment #3: mintty.attached.strace --]
[-- Type: text/plain, Size: 35961 bytes --]

  601 178362503 [main] mintty 326 select_stuff::wait: wait_ret 3, m = 3.  verifying
  272 178362775 [main] mintty 326 peek_windows: window 1(0x0) ready
  134 178362909 [main] mintty 326 select_stuff::wait: res after verify 0
  133 178363042 [main] mintty 326 select_stuff::wait: returning 0
  111 178363153 [main] mintty 326 select: sel.wait returns 0
  121 178363274 [main] mintty 326 set_bits: me 0x80004C320, testing fd 1 (/dev/windows)
  123 178363397 [main] mintty 326 set_bits: ready 1
  131 178363528 [main] mintty 326 select_stuff::cleanup: calling cleanup routines
  134 178363662 [main] mintty 326 select_stuff::destroy: deleting select records
  124 178363786 [main] mintty 326 select_stuff::cleanup: calling cleanup routines
   95 178363881 [main] mintty 326 select_stuff::destroy: deleting select records
   97 178363978 [main] mintty 326 pselect: 1 = select (2, 0xFFFFC4E0, 0x0, 0x0, 0x0)
 1623 178365601 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  111 178365712 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  103 178365815 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1792 178367607 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  190 178367797 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  196 178367993 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1656 178369649 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  182 178369831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  199 178370030 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1620 178371650 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  203 178371853 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  212 178372065 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1594 178373659 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  236 178373895 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  213 178374108 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1539 178375647 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  197 178375844 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  190 178376034 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1605 178377639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  256 178377895 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  241 178378136 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1496 178379632 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  205 178379837 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  203 178380040 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1608 178381648 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  209 178381857 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  203 178382060 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1585 178383645 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  206 178383851 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  193 178384044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1589 178385633 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  188 178385821 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  193 178386014 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1626 178387640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  194 178387834 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  194 178388028 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1623 178389651 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  217 178389868 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  190 178390058 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1592 178391650 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  205 178391855 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  191 178392046 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1583 178393629 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  217 178393846 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  191 178394037 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1581 178395618 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  224 178395842 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  202 178396044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1571 178397615 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  203 178397818 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  205 178398023 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1601 178399624 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  209 178399833 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  202 178400035 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1579 178401614 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  212 178401826 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  207 178402033 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1581 178403614 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  218 178403832 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  207 178404039 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1650 178405689 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  236 178405925 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  166 178406091 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1553 178407644 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  208 178407852 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  199 178408051 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1606 178409657 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  210 178409867 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  198 178410065 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1550 178411615 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  151 178411766 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  200 178411966 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1674 178413640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  205 178413845 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  191 178414036 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1599 178415635 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  203 178415838 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  190 178416028 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1613 178417641 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  201 178417842 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  187 178418029 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1611 178419640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  212 178419852 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  203 178420055 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1584 178421639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  192 178421831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  193 178422024 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1620 178423644 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  203 178423847 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  197 178424044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1605 178425649 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  205 178425854 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  186 178426040 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1599 178427639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  182 178427821 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  183 178428004 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1639 178429643 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  188 178429831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  179 178430010 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
 1630 178431640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  178 178431818 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
  171 178431989 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
  277 178432266 [main] mintty 326 normalize_posix_path: src /proc
  189 178432455 [main] mintty 326 normalize_posix_path: /proc = normalize_posix_path (/proc)
  182 178432637 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc)
  125 178432762 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc)
  116 178432878 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc, dst /proc, flags 0x0, rc 0
  101 178432979 [main] mintty 326 build_fh_pc: fh 0x1803804C0, dev 000000FF
   91 178433070 [main] mintty 326 fhandler_proc::exists: exists (/proc)
  169 178433239 [main] mintty 326 build_fh_pc: fh 0x1803804C0, dev 000000FF
   86 178433325 [main] mintty 326 fhandler_proc::exists: exists (/proc)
  148 178433473 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   84 178433557 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   76 178433633 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   84 178433717 [main] mintty 326 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   55 178433772 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   54 178433826 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   52 178433878 [main] mintty 326 fhandler_proc::open: 1 = fhandler_proc::open(0x100000, 00)
   52 178433930 [main] mintty 326 fhandler_virtual::opendir: 0x800087AF0 = opendir (/proc)
  193 178434123 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x370, *m 6
  124 178434247 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x5A0, *m 6
  123 178434370 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6F0000 (wanted 0x0), h 0x61C, *m 6
  118 178434488 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x700000 (wanted 0x0), h 0x5FC, *m 6
  124 178434612 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x710000 (wanted 0x0), h 0x65C, *m 6
  187 178434799 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (.)
  234 178435033 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (..)
  115 178435148 [main] mintty 326 normalize_posix_path: src /proc/..
   65 178435213 [main] mintty 326 normalize_posix_path: checking /proc before '..'
  107 178435320 [main] mintty 326 normalize_posix_path: src /proc
   53 178435373 [main] mintty 326 normalize_posix_path: /proc = normalize_posix_path (/proc)
   54 178435427 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc)
   53 178435480 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc)
   54 178435534 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc, dst /proc, flags 0x0, rc 0
   63 178435597 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FF
   55 178435652 [main] mintty 326 fhandler_proc::exists: exists (/proc)
   57 178435709 [main] mintty 326 normalize_posix_path: / = normalize_posix_path (/proc/..)
   53 178435762 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/)
   98 178435860 [main] mintty 326 mount_info::conv_to_win32_path: src_path /, dst C:\programs\Cygwin64, flags 0x30008, rc 0
  122 178435982 [main] mintty 326 symlink_info::check: 0x0 = NtCreateFile (\??\C:\programs\Cygwin64)
   69 178436051 [main] mintty 326 symlink_info::check: not a symlink
   53 178436104 [main] mintty 326 symlink_info::check: 0 = symlink.check(C:\programs\Cygwin64, 0xFFFF9D30) (mount_flags 0x30008, path_flags
 0x0)
   81 178436185 [main] mintty 326 path_conv::check: this->path(C:\programs\Cygwin64), has_acls(1)
   77 178436262 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (cpuinfo)
   66 178436328 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (cygdrive)
   59 178436387 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (devices)
   61 178436448 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (filesystems)
   58 178436506 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (loadavg)
   57 178436563 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (meminfo)
  161 178436724 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (misc)
   96 178436820 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (mounts)
  153 178436973 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (net)
  132 178437105 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (partitions)
   70 178437175 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry)
   63 178437238 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry32)
   65 178437303 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry64)
   72 178437375 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (self)
   63 178437438 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (stat)
   66 178437504 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (swaps)
   64 178437568 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (sys)
  122 178437690 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (sysvipc)
  138 178437828 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (uptime)
  107 178437935 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (version)
   99 178438034 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (315)
  179 178438213 [main] mintty 326 open: open(/proc/315/ctty, 0x10000)
  109 178438322 [main] mintty 326 normalize_posix_path: src /proc/315/ctty
   93 178438415 [main] mintty 326 normalize_posix_path: /proc/315/ctty = normalize_posix_path (/proc/315/ctty)
  136 178438551 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/315/ctty)
   96 178438647 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/315/ctty)
  151 178438798 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x720000 (wanted 0x0), h 0x364, *m 6
  108 178438906 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/315/ctty, dst /proc/315/ctty, flags 0x0, rc 0
   75 178438981 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   56 178439037 [main] mintty 326 fhandler_process::exists: exists (/proc/315/ctty)
   59 178439096 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   53 178439149 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   56 178439205 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   57 178439262 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   67 178439329 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x720000 (wanted 0x0), h 0x364, *m 6
   77 178439406 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   62 178439468 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   58 178439526 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
  109 178439635 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
  138 178439773 [main] mintty 326 open: 3 = open(/proc/315/ctty, 0x10000)
  188 178439961 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
  109 178440070 [main] mintty 326 read: 10 = read(3, 0xFFFFB0B0, 10)
   59 178440129 [main] mintty 326 close: close(3)
   53 178440182 [main] mintty 326 close: 0 = close(3)
   83 178440265 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (314)
   91 178440356 [main] mintty 326 open: open(/proc/314/ctty, 0x10000)
   56 178440412 [main] mintty 326 normalize_posix_path: src /proc/314/ctty
   53 178440465 [main] mintty 326 normalize_posix_path: /proc/314/ctty = normalize_posix_path (/proc/314/ctty)
   62 178440527 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/314/ctty)
   72 178440599 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/314/ctty)
   75 178440674 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x720000 (wanted 0x0), h 0x664, *m 6
   76 178440750 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/314/ctty, dst /proc/314/ctty, flags 0x0, rc 0
   73 178440823 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   59 178440882 [main] mintty 326 fhandler_process::exists: exists (/proc/314/ctty)
   58 178440940 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   57 178440997 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   61 178441058 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   59 178441117 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   67 178441184 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x720000 (wanted 0x0), h 0x664, *m 6
   75 178441259 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   62 178441321 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   56 178441377 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   57 178441434 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
   56 178441490 [main] mintty 326 open: 3 = open(/proc/314/ctty, 0x10000)
   76 178441566 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
  133 178441699 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
  184 178441883 [main] mintty 326 close: close(3)
  142 178442025 [main] mintty 326 close: 0 = close(3)
  126 178442151 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (326)
  133 178442284 [main] mintty 326 open: open(/proc/326/ctty, 0x10000)
   96 178442380 [main] mintty 326 normalize_posix_path: src /proc/326/ctty
   95 178442475 [main] mintty 326 normalize_posix_path: /proc/326/ctty = normalize_posix_path (/proc/326/ctty)
   64 178442539 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/326/ctty)
   74 178442613 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/326/ctty)
  106 178442719 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/326/ctty, dst /proc/326/ctty, flags 0x0, rc 0
  105 178442824 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   99 178442923 [main] mintty 326 fhandler_process::exists: exists (/proc/326/ctty)
   99 178443022 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   94 178443116 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   96 178443212 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   85 178443297 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   82 178443379 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   89 178443468 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   55 178443523 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   65 178443588 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
   98 178443686 [main] mintty 326 open: 3 = open(/proc/326/ctty, 0x10000)
  146 178443832 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
   87 178443919 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
   88 178444007 [main] mintty 326 close: close(3)
   86 178444093 [main] mintty 326 close: 0 = close(3)
  138 178444231 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (327)
   95 178444326 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (313)
  142 178444468 [main] mintty 326 open: open(/proc/313/ctty, 0x10000)
   79 178444547 [main] mintty 326 normalize_posix_path: src /proc/313/ctty
   82 178444629 [main] mintty 326 normalize_posix_path: /proc/313/ctty = normalize_posix_path (/proc/313/ctty)
   86 178444715 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/313/ctty)
   63 178444778 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/313/ctty)
   67 178444845 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x720000 (wanted 0x0), h 0x660, *m 6
   69 178444914 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/313/ctty, dst /proc/313/ctty, flags 0x0, rc 0
   63 178444977 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   53 178445030 [main] mintty 326 fhandler_process::exists: exists (/proc/313/ctty)
   58 178445088 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   53 178445141 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   54 178445195 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   53 178445248 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   59 178445307 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x720000 (wanted 0x0), h 0x660, *m 6
   70 178445377 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   61 178445438 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   55 178445493 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   52 178445545 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
   64 178445609 [main] mintty 326 open: 3 = open(/proc/313/ctty, 0x10000)
   70 178445679 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
   52 178445731 [main] mintty 326 read: 10 = read(3, 0xFFFFB0B0, 10)
   53 178445784 [main] mintty 326 close: close(3)
   51 178445835 [main] mintty 326 close: 0 = close(3)
   83 178445918 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (312)
   91 178446009 [main] mintty 326 open: open(/proc/312/ctty, 0x10000)
   52 178446061 [main] mintty 326 normalize_posix_path: src /proc/312/ctty
   52 178446113 [main] mintty 326 normalize_posix_path: /proc/312/ctty = normalize_posix_path (/proc/312/ctty)
   56 178446169 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/312/ctty)
   63 178446232 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/312/ctty)
   66 178446298 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x720000 (wanted 0x0), h 0x660, *m 6
   67 178446365 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/312/ctty, dst /proc/312/ctty, flags 0x0, rc 0
   61 178446426 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   56 178446482 [main] mintty 326 fhandler_process::exists: exists (/proc/312/ctty)
   55 178446537 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
   63 178446600 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   55 178446655 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   54 178446709 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   59 178446768 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x720000 (wanted 0x0), h 0x660, *m 6
   71 178446839 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   59 178446898 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   54 178446952 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
   55 178447007 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
   54 178447061 [main] mintty 326 open: 3 = open(/proc/312/ctty, 0x10000)
   71 178447132 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
   52 178447184 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
   57 178447241 [main] mintty 326 close: close(3)
   51 178447292 [main] mintty 326 close: 0 = close(3)
   82 178447374 [main] mintty 326 fhandler_proc::readdir: 89 = readdir(0x800087AF0, 0x800089610) (312)
  128 178447502 [main] mintty 326 close: close(2)
   51 178447553 [main] mintty 326 close: 0 = close(2)
  133 178447686 [main] mintty 326 closedir: 0 = closedir(0x800087AF0)
   93 178447779 [main] mintty 326 kill0: kill (-327, 1)
   90 178447869 [main] mintty 326 kill_pgrp: pid 327, signal 1
  266 178448135 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x66C, *m 6
  180 178448315 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x674, *m 6
  173 178448488 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6F0000 (wanted 0x0), h 0x67C, *m 6
  154 178448642 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x700000 (wanted 0x0), h 0x684, *m 6
  157 178448799 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x710000 (wanted 0x0), h 0x68C, *m 6
  107 178448906 [main] mintty 326 kill_pgrp: killing pid 327, pgrp 327, p->ctty /dev/pty2, no ctty
  667 178449573 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
  108 178449681 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
   95 178449776 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
  248 178450024 [main] mintty 326 __set_errno: sigset_t sig_send(_pinfo*, siginfo_t&, _cygtls*):575 setting errno 11
   95 178450119 [main] mintty 326 sig_send: sendsig handle never materialized
   86 178450205 [main] mintty 326 sig_send: returning 0x100000001 from sending signal 1
   85 178450290 [main] mintty 326 _pinfo::kill: 1 = sig_send, Das Handle ist ungnltig.
  571 178450861 [main] mintty 326 _pinfo::kill: -1 = _pinfo::kill (1), pid 327, process_state 0x41
   87 178450948 [main] mintty 326 kill_pgrp: -1 = kill(327, 1), errno 11
  446 178451394 [main] mintty 326 do_exit: do_exit (0), exit_state 1
  137 178451531 [main] mintty 326 void: 0x0 = signal (20, 0x1)
   67 178451598 [main] mintty 326 void: 0x1 = signal (1, 0x1)
   59 178451657 [main] mintty 326 void: 0x100403040 = signal (2, 0x1)
   54 178451711 [main] mintty 326 void: 0x100403040 = signal (3, 0x1)
   59 178451770 [main] mintty 326 fhandler_base::close_with_arch: line 1183:  /dev/ptmx<0x18037FA20> usecount + -1 = 0
   60 178451830 [main] mintty 326 fhandler_base::close_with_arch: closing archetype
   53 178451883 [main] mintty 326 fhandler_pty_master::cleanup: /dev/ptmx closing master, usecount 0
   56 178451939 [main] mintty 326 fhandler_pty_master::close: closing from_master(0x48C)/from_master_cyg(0x3E8)/to_master(0x458)/to_master_
cyg(0x3FC) since we own them(0)
   84 178452023 [main] mintty 326 fhandler_pty_master::close: (2375): pty output_mutex (0x410): waiting -1 ms
   62 178452085 [main] mintty 326 fhandler_pty_master::close: (2375): pty output_mutex: acquired
  233 178452318 [ptym] mintty 326 fhandler_pty_master::pty_master_thread: Reply: from 0x0, to 0x0, error 0
  108 178452426 [ptym] mintty 326 fhandler_pty_master::pty_master_thread: Leaving
  150 178452576 [main] mintty 326 fhandler_pty_master::close: (2385): pty output_mutex(0x410) released
  130 178452706 [main] mintty 326 cygthread::terminate_thread: thread 'ptymf', id 0x10F0, inuse 1, stack_ptr 0x3BACCA0
--- Process 5516 (pid: 326) thread 4336 exited with status 0x0
 1370 178454076 [main] mintty 326 fhandler_pty_master::close: (2394): pty output_mutex (0x410): waiting -1 ms
  152 178454228 [main] mintty 326 fhandler_pty_master::close: (2394): pty output_mutex: acquired
  131 178454359 [main] mintty 326 fhandler_pty_common::close: pty2 <0x3F8,0x3EC> closing
  135 178454494 [main] mintty 326 fhandler_pty_master::close: (2398): pty output_mutex(0x410) released
  138 178454632 [main] mintty 326 fhandler_pty_master::close: Closing last master of pty2
5002443 183457075 [waitproc] mintty 326 pinfo::maybe_set_exit_code_from_windows: pid 327, exit value - old 0x8007F00, windows 0xDEADBEEF, c
ygwin 0x8007F00
  268 183457343 [waitproc] mintty 326 sig_send: sendsig 0x100, pid 326, signal 20, its_me 1
  154 183457497 [waitproc] mintty 326 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
  187 183457684 [waitproc] mintty 326 sig_send: returning 0x0 from sending signal 20
  125 183457809 [waitproc] mintty 326 proc_waiter: exiting wait thread for pid 327
  229 183458038 [main] mintty 326 kill0: kill (327, 1)
  168 183458206 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6D0000 (wanted 0x0), h 0x36C, *m 6
  140 183458346 [main] mintty 326 _pinfo::kill: 0 = _pinfo::kill (1), pid 327, process_state 0x40000000
  160 183458506 [main] mintty 326 fhandler_pty_master::close: not clearing: 0, master_pid -1
  125 183458631 [main] mintty 326 dtable::delete_archetype: deleting element 0 for /dev/ptmx(128/2)
  125 183458756 [main] mintty 326 do_exit: 326 == pgrp 326, send SIG{HUP,CONT} to stopped children
  111 183458867 [main] mintty 326 kill_pgrp: pid 326, signal -1
  220 183459087 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x454, *m 6
  150 183459237 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x404, *m 6
  151 183459388 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x6F0000 (wanted 0x0), h 0x3F0, *m 6
  135 183459523 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x700000 (wanted 0x0), h 0x3E8, *m 6
   97 183459620 [main] mintty 326 __set_errno: int kill_pgrp(pid_t, siginfo_t&):378 setting errno 3
   88 183459708 [main] mintty 326 kill_pgrp: -1 = kill(326, -1), errno 3
  102 183459810 [main] mintty 326 getpid: 326 = getpid()
   57 183459867 [main] mintty 326 proc_terminate: nprocs 1
   52 183459919 [main] mintty 326 proc_subproc: args: 5, 1
   52 183459971 [main] mintty 326 proc_subproc: clear waiting threads
   51 183460022 [main] mintty 326 proc_subproc: finished clearing
   53 183460075 [main] mintty 326 remove_proc: removing procs[0], pid 327, nprocs 1
  132 183460207 [main] mintty 326 proc_subproc: returning 1
   54 183460261 [main] mintty 326 proc_terminate: leaving
   53 183460314 [main] mintty 326 pinfo::exit: Calling dlls.cleanup_forkables n 0x0, exitcode 0x0
   55 183460369 [main] mintty 326 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
--- Process 5516 (pid: 326) thread 13268 exited with status 0x0

[-- Attachment #4: Type: text/plain, Size: 230 bytes --]


I've attached the two traces.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-11 17:47       ` Achim Gratz
@ 2020-03-11 19:51         ` Corinna Vinschen
  2020-03-12  2:56           ` Rainer Emrich
  2020-03-12 10:57           ` Takashi Yano
  0 siblings, 2 replies; 39+ messages in thread
From: Corinna Vinschen @ 2020-03-11 19:51 UTC (permalink / raw)
  To: cygwin

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

Hi Takashi,

would you mind to take a look?  The mutex is only used in
fhandler_pty_master::pty_master_fwd_thread if the pseudo console is
used.  Unfortunately I don't see the faintest hint in the starce why
this occurs.  It happens pretty early at startup.


Thanks,
Corinna


On Mar 11 18:47, Achim Gratz wrote:
> Achim Gratz writes:
> >>> There is some undesirable interaction when I try to start mintty from my
> >>> desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
> >>> mintty starts (whether a shell or something else) just goes into a
> >>> spinloop (Windows says it's mostly kernel time).
> 
> Unfortunately it seems I will not be able to keep at 3.0.7 for much
> longer as octave already depends on the CPU affinity changes in 3.1.x,
> so my choice is to either have octave or mintty working… :-(
> 
> Meanwhile we got two new lab PC so I could there as well.  They have a
> different enough installation from my laptop that if it's related to
> that I should see something.  However, reproducibly it's my work account
> that has the problem of not getting a mintty started and another account
> that I can use just works.  I can actually start a cmd (or other Windows
> program) inside mintty and have it work, I can then also start my shell
> and it will show me /dev/cons0 as the tty.  Again, trying to strace the
> mintty start gets me a segfault after touching a lot of addresses that
> it shouldn't touch.  Doing the same exercise without strace gets an
> unresponsive mintty window (most of the time), and later attaching to
> the running shell inside reveals it is livelocked on acquiring some pty
> master mutex.
> 

> --- Process 8760 created
> --- Process 8760 loaded C:\Windows\System32\ntdll.dll at 00007ffba9ae0000
> --- Process 8760 loaded C:\Windows\System32\kernel32.dll at 00007ffba8e90000
> --- Process 8760 loaded C:\Windows\System32\KernelBase.dll at 00007ffba6c00000
> --- Process 8760 thread 9224 created
> --- Process 8760 loaded C:\programs\Cygwin64\bin\cygwin1.dll at 0000000180040000
> --- Process 8760 loaded C:\Windows\System32\advapi32.dll at 00007ffba7f80000
> --- Process 8760 thread 4796 created
> --- Process 8760 loaded C:\Windows\System32\msvcrt.dll at 00007ffba7b90000
> --- Process 8760 loaded C:\Windows\System32\sechost.dll at 00007ffba7c90000
> --- Process 8760 loaded C:\Windows\System32\rpcrt4.dll at 00007ffba8580000
> --- Process 8760 thread 8608 created
> --- Process 8760 loaded C:\Windows\System32\comdlg32.dll at 00007ffba99d0000
> --- Process 8760 loaded C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.657_none_e6c5b579130e3898\comctl32.dll at 00007ffb98130000
> --- Process 8760 loaded C:\Windows\System32\combase.dll at 00007ffba9670000
> --- Process 8760 loaded C:\Windows\System32\combase.dll at 0000000000ef0000
> --- Process 8760 unloaded DLL at 0000000000ef0000
> --- Process 8760 loaded C:\Windows\System32\ucrtbase.dll at 00007ffba6a70000
> --- Process 8760 loaded C:\Windows\System32\gdi32.dll at 00007ffba8060000
> --- Process 8760 loaded C:\Windows\System32\win32u.dll at 00007ffba7870000
> --- Process 8760 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffba77a0000
> --- Process 8760 loaded C:\Windows\System32\SHCore.dll at 00007ffba7d30000
> --- Process 8760 loaded C:\Windows\System32\gdi32full.dll at 00007ffba78a0000
> --- Process 8760 loaded C:\Windows\System32\msvcp_win.dll at 00007ffba7700000
> --- Process 8760 loaded C:\Windows\System32\user32.dll at 00007ffba7de0000
> --- Process 8760 loaded C:\Windows\System32\shlwapi.dll at 00007ffba8400000
> --- Process 8760 loaded C:\Windows\System32\shell32.dll at 00007ffba87a0000
> --- Process 8760 loaded C:\Windows\System32\cfgmgr32.dll at 00007ffba7820000
> --- Process 8760 loaded C:\Windows\System32\windows.storage.dll at 00007ffba6ed0000
> --- Process 8760 loaded C:\Windows\System32\profapi.dll at 00007ffba6a30000
> --- Process 8760 loaded C:\Windows\System32\powrprof.dll at 00007ffba69c0000
> --- Process 8760 loaded C:\Windows\System32\umpdc.dll at 00007ffba69b0000
> --- Process 8760 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffba6a50000
> --- Process 8760 loaded C:\Windows\System32\cryptsp.dll at 00007ffba6eb0000
> --- Process 8760 loaded C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.657_none_17b0a85e6da0b266\GdiPlus.dll at 00007ffb97cd0000
> --- Process 8760 loaded C:\Windows\System32\imm32.dll at 00007ffba8030000
> --- Process 8760 loaded C:\Windows\System32\ole32.dll at 00007ffba90a0000
> --- Process 8760 loaded C:\Windows\System32\usp10.dll at 00007ffb9dad0000
> --- Process 8760 loaded C:\Windows\System32\winmm.dll at 00007ffba2020000
> --- Process 8760 loaded C:\Windows\System32\winspool.drv at 00007ffb97f30000
> --- Process 8760 loaded C:\Windows\System32\bcrypt.dll at 00007ffba6bd0000
> --- Process 8760 loaded C:\Windows\System32\propsys.dll at 00007ffba2620000
> --- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 00007ffba1ff0000
> --- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 0000000000180000
> --- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 0000000000150000
> --- Process 8760 unloaded DLL at 0000000000180000
> --- Process 8760 unloaded DLL at 0000000000150000
> --- Process 8760 loaded C:\Windows\System32\oleaut32.dll at 00007ffba8f50000
> --- Process 8760 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffba5ef0000
>     0       0 [main] mintty (8760) **********************************************
>   260     260 [main] mintty (8760) Program name: C:\programs\Cygwin64\bin\mintty.exe (windows pid 8760)
>   176     436 [main] mintty (8760) OS version:   Windows NT-10.0
>   147     583 [main] mintty (8760) **********************************************
> --- Process 8760 loaded C:\Windows\System32\cryptbase.dll at 00007ffba6400000
>  2108    2691 [main] mintty (8760) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180320DD0)
>  1001    3692 [main] mintty (8760) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xF8, *m 6
>   250    3942 [main] mintty (8760) user_heap_info::init: heap base 0x800000000, heap top 0x800000000, heap size 0x20000000 (536870912)
>   279    4221 [main] mintty (8760) open_shared: name S-1-5-21-XXX-XXX-XXX-XXX.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xF4, *m 6
>   185    4406 [main] mintty (8760) user_info::create: opening user shared for 'S-1-5-21-XXX-XXX-XXX-XXX' at 0x180020000
>   162    4568 [main] mintty (8760) user_info::create: user shared version AB1FCCE8
>   260    4828 [main] mintty (8760) fhandler_pipe::create: name \\.\pipe\cygwin-86c9bd66187fc89c-8760-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
>   278    5106 [main] mintty (8760) fhandler_pipe::create: pipe read handle 0x108
>   201    5307 [main] mintty (8760) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-86c9bd66187fc89c-8760-sigwait
>   183    5490 [main] mintty (8760) fhandler_pipe::create: pipe write handle 0x10C
>   185    5675 [main] mintty (8760) dll_crt0_0: finished dll_crt0_0 initialization
> --- Process 8760, exception c0000005 at 0000000000000000
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c00000fd at 00007ffba9b8caa0
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00000001800604be
> --- Process 8760, exception c0000005 at 00007ffba9b81137
> --- Process 8760 thread 8608 exited with status 0xc0000005
> --- Process 8760 thread 9224 exited with status 0xc0000005
> --- Process 8760 thread 4796 exited with status 0xc0000005
> --- Process 8760 exited with status 0xc0000005

>   601 178362503 [main] mintty 326 select_stuff::wait: wait_ret 3, m = 3.  verifying
>   272 178362775 [main] mintty 326 peek_windows: window 1(0x0) ready
>   134 178362909 [main] mintty 326 select_stuff::wait: res after verify 0
>   133 178363042 [main] mintty 326 select_stuff::wait: returning 0
>   111 178363153 [main] mintty 326 select: sel.wait returns 0
>   121 178363274 [main] mintty 326 set_bits: me 0x80004C320, testing fd 1 (/dev/windows)
>   123 178363397 [main] mintty 326 set_bits: ready 1
>   131 178363528 [main] mintty 326 select_stuff::cleanup: calling cleanup routines
>   134 178363662 [main] mintty 326 select_stuff::destroy: deleting select records
>   124 178363786 [main] mintty 326 select_stuff::cleanup: calling cleanup routines
>    95 178363881 [main] mintty 326 select_stuff::destroy: deleting select records
>    97 178363978 [main] mintty 326 pselect: 1 = select (2, 0xFFFFC4E0, 0x0, 0x0, 0x0)
>  1623 178365601 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   111 178365712 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   103 178365815 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1792 178367607 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   190 178367797 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   196 178367993 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1656 178369649 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   182 178369831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   199 178370030 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1620 178371650 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   203 178371853 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   212 178372065 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1594 178373659 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   236 178373895 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   213 178374108 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1539 178375647 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   197 178375844 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   190 178376034 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1605 178377639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   256 178377895 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   241 178378136 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1496 178379632 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   205 178379837 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   203 178380040 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1608 178381648 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   209 178381857 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   203 178382060 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1585 178383645 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   206 178383851 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   193 178384044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1589 178385633 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   188 178385821 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   193 178386014 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1626 178387640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   194 178387834 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   194 178388028 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1623 178389651 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   217 178389868 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   190 178390058 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1592 178391650 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   205 178391855 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   191 178392046 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1583 178393629 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   217 178393846 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   191 178394037 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1581 178395618 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   224 178395842 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   202 178396044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1571 178397615 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   203 178397818 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   205 178398023 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1601 178399624 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   209 178399833 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   202 178400035 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1579 178401614 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   212 178401826 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   207 178402033 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1581 178403614 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   218 178403832 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   207 178404039 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1650 178405689 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   236 178405925 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   166 178406091 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1553 178407644 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   208 178407852 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   199 178408051 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1606 178409657 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   210 178409867 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   198 178410065 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1550 178411615 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   151 178411766 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   200 178411966 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1674 178413640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   205 178413845 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   191 178414036 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1599 178415635 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   203 178415838 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   190 178416028 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1613 178417641 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   201 178417842 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   187 178418029 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1611 178419640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   212 178419852 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   203 178420055 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1584 178421639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   192 178421831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   193 178422024 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1620 178423644 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   203 178423847 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   197 178424044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1605 178425649 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   205 178425854 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   186 178426040 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1599 178427639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   182 178427821 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   183 178428004 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1639 178429643 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   188 178429831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   179 178430010 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>  1630 178431640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   178 178431818 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>   171 178431989 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>   277 178432266 [main] mintty 326 normalize_posix_path: src /proc
>   189 178432455 [main] mintty 326 normalize_posix_path: /proc = normalize_posix_path (/proc)
>   182 178432637 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc)
>   125 178432762 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc)
>   116 178432878 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc, dst /proc, flags 0x0, rc 0
>   101 178432979 [main] mintty 326 build_fh_pc: fh 0x1803804C0, dev 000000FF
>    91 178433070 [main] mintty 326 fhandler_proc::exists: exists (/proc)
>   169 178433239 [main] mintty 326 build_fh_pc: fh 0x1803804C0, dev 000000FF
>    86 178433325 [main] mintty 326 fhandler_proc::exists: exists (/proc)
>   148 178433473 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    84 178433557 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    76 178433633 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    84 178433717 [main] mintty 326 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
>    55 178433772 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    54 178433826 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    52 178433878 [main] mintty 326 fhandler_proc::open: 1 = fhandler_proc::open(0x100000, 00)
>    52 178433930 [main] mintty 326 fhandler_virtual::opendir: 0x800087AF0 = opendir (/proc)
>   193 178434123 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x370, *m 6
>   124 178434247 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x5A0, *m 6
>   123 178434370 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6F0000 (wanted 0x0), h 0x61C, *m 6
>   118 178434488 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x700000 (wanted 0x0), h 0x5FC, *m 6
>   124 178434612 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x710000 (wanted 0x0), h 0x65C, *m 6
>   187 178434799 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (.)
>   234 178435033 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (..)
>   115 178435148 [main] mintty 326 normalize_posix_path: src /proc/..
>    65 178435213 [main] mintty 326 normalize_posix_path: checking /proc before '..'
>   107 178435320 [main] mintty 326 normalize_posix_path: src /proc
>    53 178435373 [main] mintty 326 normalize_posix_path: /proc = normalize_posix_path (/proc)
>    54 178435427 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc)
>    53 178435480 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc)
>    54 178435534 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc, dst /proc, flags 0x0, rc 0
>    63 178435597 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FF
>    55 178435652 [main] mintty 326 fhandler_proc::exists: exists (/proc)
>    57 178435709 [main] mintty 326 normalize_posix_path: / = normalize_posix_path (/proc/..)
>    53 178435762 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/)
>    98 178435860 [main] mintty 326 mount_info::conv_to_win32_path: src_path /, dst C:\programs\Cygwin64, flags 0x30008, rc 0
>   122 178435982 [main] mintty 326 symlink_info::check: 0x0 = NtCreateFile (\??\C:\programs\Cygwin64)
>    69 178436051 [main] mintty 326 symlink_info::check: not a symlink
>    53 178436104 [main] mintty 326 symlink_info::check: 0 = symlink.check(C:\programs\Cygwin64, 0xFFFF9D30) (mount_flags 0x30008, path_flags
>  0x0)
>    81 178436185 [main] mintty 326 path_conv::check: this->path(C:\programs\Cygwin64), has_acls(1)
>    77 178436262 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (cpuinfo)
>    66 178436328 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (cygdrive)
>    59 178436387 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (devices)
>    61 178436448 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (filesystems)
>    58 178436506 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (loadavg)
>    57 178436563 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (meminfo)
>   161 178436724 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (misc)
>    96 178436820 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (mounts)
>   153 178436973 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (net)
>   132 178437105 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (partitions)
>    70 178437175 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry)
>    63 178437238 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry32)
>    65 178437303 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry64)
>    72 178437375 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (self)
>    63 178437438 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (stat)
>    66 178437504 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (swaps)
>    64 178437568 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (sys)
>   122 178437690 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (sysvipc)
>   138 178437828 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (uptime)
>   107 178437935 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (version)
>    99 178438034 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (315)
>   179 178438213 [main] mintty 326 open: open(/proc/315/ctty, 0x10000)
>   109 178438322 [main] mintty 326 normalize_posix_path: src /proc/315/ctty
>    93 178438415 [main] mintty 326 normalize_posix_path: /proc/315/ctty = normalize_posix_path (/proc/315/ctty)
>   136 178438551 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/315/ctty)
>    96 178438647 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/315/ctty)
>   151 178438798 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x720000 (wanted 0x0), h 0x364, *m 6
>   108 178438906 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/315/ctty, dst /proc/315/ctty, flags 0x0, rc 0
>    75 178438981 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    56 178439037 [main] mintty 326 fhandler_process::exists: exists (/proc/315/ctty)
>    59 178439096 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    53 178439149 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    56 178439205 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    57 178439262 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    67 178439329 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x720000 (wanted 0x0), h 0x364, *m 6
>    77 178439406 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    62 178439468 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    58 178439526 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>   109 178439635 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>   138 178439773 [main] mintty 326 open: 3 = open(/proc/315/ctty, 0x10000)
>   188 178439961 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>   109 178440070 [main] mintty 326 read: 10 = read(3, 0xFFFFB0B0, 10)
>    59 178440129 [main] mintty 326 close: close(3)
>    53 178440182 [main] mintty 326 close: 0 = close(3)
>    83 178440265 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (314)
>    91 178440356 [main] mintty 326 open: open(/proc/314/ctty, 0x10000)
>    56 178440412 [main] mintty 326 normalize_posix_path: src /proc/314/ctty
>    53 178440465 [main] mintty 326 normalize_posix_path: /proc/314/ctty = normalize_posix_path (/proc/314/ctty)
>    62 178440527 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/314/ctty)
>    72 178440599 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/314/ctty)
>    75 178440674 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x720000 (wanted 0x0), h 0x664, *m 6
>    76 178440750 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/314/ctty, dst /proc/314/ctty, flags 0x0, rc 0
>    73 178440823 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    59 178440882 [main] mintty 326 fhandler_process::exists: exists (/proc/314/ctty)
>    58 178440940 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    57 178440997 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    61 178441058 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    59 178441117 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    67 178441184 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x720000 (wanted 0x0), h 0x664, *m 6
>    75 178441259 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    62 178441321 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    56 178441377 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    57 178441434 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>    56 178441490 [main] mintty 326 open: 3 = open(/proc/314/ctty, 0x10000)
>    76 178441566 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>   133 178441699 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
>   184 178441883 [main] mintty 326 close: close(3)
>   142 178442025 [main] mintty 326 close: 0 = close(3)
>   126 178442151 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (326)
>   133 178442284 [main] mintty 326 open: open(/proc/326/ctty, 0x10000)
>    96 178442380 [main] mintty 326 normalize_posix_path: src /proc/326/ctty
>    95 178442475 [main] mintty 326 normalize_posix_path: /proc/326/ctty = normalize_posix_path (/proc/326/ctty)
>    64 178442539 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/326/ctty)
>    74 178442613 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/326/ctty)
>   106 178442719 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/326/ctty, dst /proc/326/ctty, flags 0x0, rc 0
>   105 178442824 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    99 178442923 [main] mintty 326 fhandler_process::exists: exists (/proc/326/ctty)
>    99 178443022 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    94 178443116 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    96 178443212 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    85 178443297 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    82 178443379 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    89 178443468 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    55 178443523 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    65 178443588 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>    98 178443686 [main] mintty 326 open: 3 = open(/proc/326/ctty, 0x10000)
>   146 178443832 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>    87 178443919 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
>    88 178444007 [main] mintty 326 close: close(3)
>    86 178444093 [main] mintty 326 close: 0 = close(3)
>   138 178444231 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (327)
>    95 178444326 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (313)
>   142 178444468 [main] mintty 326 open: open(/proc/313/ctty, 0x10000)
>    79 178444547 [main] mintty 326 normalize_posix_path: src /proc/313/ctty
>    82 178444629 [main] mintty 326 normalize_posix_path: /proc/313/ctty = normalize_posix_path (/proc/313/ctty)
>    86 178444715 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/313/ctty)
>    63 178444778 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/313/ctty)
>    67 178444845 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>    69 178444914 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/313/ctty, dst /proc/313/ctty, flags 0x0, rc 0
>    63 178444977 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    53 178445030 [main] mintty 326 fhandler_process::exists: exists (/proc/313/ctty)
>    58 178445088 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    53 178445141 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    54 178445195 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    53 178445248 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    59 178445307 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>    70 178445377 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    61 178445438 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    55 178445493 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    52 178445545 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>    64 178445609 [main] mintty 326 open: 3 = open(/proc/313/ctty, 0x10000)
>    70 178445679 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>    52 178445731 [main] mintty 326 read: 10 = read(3, 0xFFFFB0B0, 10)
>    53 178445784 [main] mintty 326 close: close(3)
>    51 178445835 [main] mintty 326 close: 0 = close(3)
>    83 178445918 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (312)
>    91 178446009 [main] mintty 326 open: open(/proc/312/ctty, 0x10000)
>    52 178446061 [main] mintty 326 normalize_posix_path: src /proc/312/ctty
>    52 178446113 [main] mintty 326 normalize_posix_path: /proc/312/ctty = normalize_posix_path (/proc/312/ctty)
>    56 178446169 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/312/ctty)
>    63 178446232 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/312/ctty)
>    66 178446298 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>    67 178446365 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/312/ctty, dst /proc/312/ctty, flags 0x0, rc 0
>    61 178446426 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    56 178446482 [main] mintty 326 fhandler_process::exists: exists (/proc/312/ctty)
>    55 178446537 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>    63 178446600 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    55 178446655 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    54 178446709 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    59 178446768 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>    71 178446839 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>    59 178446898 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>    54 178446952 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>    55 178447007 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>    54 178447061 [main] mintty 326 open: 3 = open(/proc/312/ctty, 0x10000)
>    71 178447132 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>    52 178447184 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
>    57 178447241 [main] mintty 326 close: close(3)
>    51 178447292 [main] mintty 326 close: 0 = close(3)
>    82 178447374 [main] mintty 326 fhandler_proc::readdir: 89 = readdir(0x800087AF0, 0x800089610) (312)
>   128 178447502 [main] mintty 326 close: close(2)
>    51 178447553 [main] mintty 326 close: 0 = close(2)
>   133 178447686 [main] mintty 326 closedir: 0 = closedir(0x800087AF0)
>    93 178447779 [main] mintty 326 kill0: kill (-327, 1)
>    90 178447869 [main] mintty 326 kill_pgrp: pid 327, signal 1
>   266 178448135 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x66C, *m 6
>   180 178448315 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x674, *m 6
>   173 178448488 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6F0000 (wanted 0x0), h 0x67C, *m 6
>   154 178448642 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x700000 (wanted 0x0), h 0x684, *m 6
>   157 178448799 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x710000 (wanted 0x0), h 0x68C, *m 6
>   107 178448906 [main] mintty 326 kill_pgrp: killing pid 327, pgrp 327, p->ctty /dev/pty2, no ctty
>   667 178449573 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>   108 178449681 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>    95 178449776 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>   248 178450024 [main] mintty 326 __set_errno: sigset_t sig_send(_pinfo*, siginfo_t&, _cygtls*):575 setting errno 11
>    95 178450119 [main] mintty 326 sig_send: sendsig handle never materialized
>    86 178450205 [main] mintty 326 sig_send: returning 0x100000001 from sending signal 1
>    85 178450290 [main] mintty 326 _pinfo::kill: 1 = sig_send, Das Handle ist ungnltig.
>   571 178450861 [main] mintty 326 _pinfo::kill: -1 = _pinfo::kill (1), pid 327, process_state 0x41
>    87 178450948 [main] mintty 326 kill_pgrp: -1 = kill(327, 1), errno 11
>   446 178451394 [main] mintty 326 do_exit: do_exit (0), exit_state 1
>   137 178451531 [main] mintty 326 void: 0x0 = signal (20, 0x1)
>    67 178451598 [main] mintty 326 void: 0x1 = signal (1, 0x1)
>    59 178451657 [main] mintty 326 void: 0x100403040 = signal (2, 0x1)
>    54 178451711 [main] mintty 326 void: 0x100403040 = signal (3, 0x1)
>    59 178451770 [main] mintty 326 fhandler_base::close_with_arch: line 1183:  /dev/ptmx<0x18037FA20> usecount + -1 = 0
>    60 178451830 [main] mintty 326 fhandler_base::close_with_arch: closing archetype
>    53 178451883 [main] mintty 326 fhandler_pty_master::cleanup: /dev/ptmx closing master, usecount 0
>    56 178451939 [main] mintty 326 fhandler_pty_master::close: closing from_master(0x48C)/from_master_cyg(0x3E8)/to_master(0x458)/to_master_
> cyg(0x3FC) since we own them(0)
>    84 178452023 [main] mintty 326 fhandler_pty_master::close: (2375): pty output_mutex (0x410): waiting -1 ms
>    62 178452085 [main] mintty 326 fhandler_pty_master::close: (2375): pty output_mutex: acquired
>   233 178452318 [ptym] mintty 326 fhandler_pty_master::pty_master_thread: Reply: from 0x0, to 0x0, error 0
>   108 178452426 [ptym] mintty 326 fhandler_pty_master::pty_master_thread: Leaving
>   150 178452576 [main] mintty 326 fhandler_pty_master::close: (2385): pty output_mutex(0x410) released
>   130 178452706 [main] mintty 326 cygthread::terminate_thread: thread 'ptymf', id 0x10F0, inuse 1, stack_ptr 0x3BACCA0
> --- Process 5516 (pid: 326) thread 4336 exited with status 0x0
>  1370 178454076 [main] mintty 326 fhandler_pty_master::close: (2394): pty output_mutex (0x410): waiting -1 ms
>   152 178454228 [main] mintty 326 fhandler_pty_master::close: (2394): pty output_mutex: acquired
>   131 178454359 [main] mintty 326 fhandler_pty_common::close: pty2 <0x3F8,0x3EC> closing
>   135 178454494 [main] mintty 326 fhandler_pty_master::close: (2398): pty output_mutex(0x410) released
>   138 178454632 [main] mintty 326 fhandler_pty_master::close: Closing last master of pty2
> 5002443 183457075 [waitproc] mintty 326 pinfo::maybe_set_exit_code_from_windows: pid 327, exit value - old 0x8007F00, windows 0xDEADBEEF, c
> ygwin 0x8007F00
>   268 183457343 [waitproc] mintty 326 sig_send: sendsig 0x100, pid 326, signal 20, its_me 1
>   154 183457497 [waitproc] mintty 326 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
>   187 183457684 [waitproc] mintty 326 sig_send: returning 0x0 from sending signal 20
>   125 183457809 [waitproc] mintty 326 proc_waiter: exiting wait thread for pid 327
>   229 183458038 [main] mintty 326 kill0: kill (327, 1)
>   168 183458206 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6D0000 (wanted 0x0), h 0x36C, *m 6
>   140 183458346 [main] mintty 326 _pinfo::kill: 0 = _pinfo::kill (1), pid 327, process_state 0x40000000
>   160 183458506 [main] mintty 326 fhandler_pty_master::close: not clearing: 0, master_pid -1
>   125 183458631 [main] mintty 326 dtable::delete_archetype: deleting element 0 for /dev/ptmx(128/2)
>   125 183458756 [main] mintty 326 do_exit: 326 == pgrp 326, send SIG{HUP,CONT} to stopped children
>   111 183458867 [main] mintty 326 kill_pgrp: pid 326, signal -1
>   220 183459087 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x454, *m 6
>   150 183459237 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x404, *m 6
>   151 183459388 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x6F0000 (wanted 0x0), h 0x3F0, *m 6
>   135 183459523 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x700000 (wanted 0x0), h 0x3E8, *m 6
>    97 183459620 [main] mintty 326 __set_errno: int kill_pgrp(pid_t, siginfo_t&):378 setting errno 3
>    88 183459708 [main] mintty 326 kill_pgrp: -1 = kill(326, -1), errno 3
>   102 183459810 [main] mintty 326 getpid: 326 = getpid()
>    57 183459867 [main] mintty 326 proc_terminate: nprocs 1
>    52 183459919 [main] mintty 326 proc_subproc: args: 5, 1
>    52 183459971 [main] mintty 326 proc_subproc: clear waiting threads
>    51 183460022 [main] mintty 326 proc_subproc: finished clearing
>    53 183460075 [main] mintty 326 remove_proc: removing procs[0], pid 327, nprocs 1
>   132 183460207 [main] mintty 326 proc_subproc: returning 1
>    54 183460261 [main] mintty 326 proc_terminate: leaving
>    53 183460314 [main] mintty 326 pinfo::exit: Calling dlls.cleanup_forkables n 0x0, exitcode 0x0
>    55 183460369 [main] mintty 326 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
> --- Process 5516 (pid: 326) thread 13268 exited with status 0x0

> 
> I've attached the two traces.
> 
> 
> Regards,
> Achim.
> -- 
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
> 
> Factory and User Sound Singles for Waldorf Blofeld:
> http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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


-- 
Corinna Vinschen
Cygwin Maintainer

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

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-11 19:51         ` Corinna Vinschen
@ 2020-03-12  2:56           ` Rainer Emrich
  2020-03-12 19:39             ` Achim Gratz
  2020-03-12 10:57           ` Takashi Yano
  1 sibling, 1 reply; 39+ messages in thread
From: Rainer Emrich @ 2020-03-12  2:56 UTC (permalink / raw)
  To: cygwin; +Cc: corinna-cygwin


[-- Attachment #1.1: Type: text/plain, Size: 75599 bytes --]

Hi Corinna,

Am 11.03.2020 um 20:51 schrieb Corinna Vinschen:
> Hi Takashi,
> 
> would you mind to take a look?  The mutex is only used in
> fhandler_pty_master::pty_master_fwd_thread if the pseudo console is
> used.  Unfortunately I don't see the faintest hint in the starce why
> this occurs.  It happens pretty early at startup.
I really don't know if this the same issue. But I had similiar symptom
after upgrade from 3.0.7 to 3.1.4 on Windows 7. The mintty window pops
up, but I got no command prompt. The bash shell used all of one CPU for
ever. I tried several things. The solution after hours was uninstalling
the gettext package. That's reproducable. After installing the gettext
package I get the hang. After uninstalling all's back to normal. That's
strange.

Rainer

> 
> 
> Thanks,
> Corinna
> 
> 
> On Mar 11 18:47, Achim Gratz wrote:
>> Achim Gratz writes:
>>>>> There is some undesirable interaction when I try to start mintty from my
>>>>> desktop shortcut.  Mintty itself starts OK, but any Cygwin program that
>>>>> mintty starts (whether a shell or something else) just goes into a
>>>>> spinloop (Windows says it's mostly kernel time).
>>
>> Unfortunately it seems I will not be able to keep at 3.0.7 for much
>> longer as octave already depends on the CPU affinity changes in 3.1.x,
>> so my choice is to either have octave or mintty working… :-(
>>
>> Meanwhile we got two new lab PC so I could there as well.  They have a
>> different enough installation from my laptop that if it's related to
>> that I should see something.  However, reproducibly it's my work account
>> that has the problem of not getting a mintty started and another account
>> that I can use just works.  I can actually start a cmd (or other Windows
>> program) inside mintty and have it work, I can then also start my shell
>> and it will show me /dev/cons0 as the tty.  Again, trying to strace the
>> mintty start gets me a segfault after touching a lot of addresses that
>> it shouldn't touch.  Doing the same exercise without strace gets an
>> unresponsive mintty window (most of the time), and later attaching to
>> the running shell inside reveals it is livelocked on acquiring some pty
>> master mutex.
>>
> 
>> --- Process 8760 created
>> --- Process 8760 loaded C:\Windows\System32\ntdll.dll at 00007ffba9ae0000
>> --- Process 8760 loaded C:\Windows\System32\kernel32.dll at 00007ffba8e90000
>> --- Process 8760 loaded C:\Windows\System32\KernelBase.dll at 00007ffba6c00000
>> --- Process 8760 thread 9224 created
>> --- Process 8760 loaded C:\programs\Cygwin64\bin\cygwin1.dll at 0000000180040000
>> --- Process 8760 loaded C:\Windows\System32\advapi32.dll at 00007ffba7f80000
>> --- Process 8760 thread 4796 created
>> --- Process 8760 loaded C:\Windows\System32\msvcrt.dll at 00007ffba7b90000
>> --- Process 8760 loaded C:\Windows\System32\sechost.dll at 00007ffba7c90000
>> --- Process 8760 loaded C:\Windows\System32\rpcrt4.dll at 00007ffba8580000
>> --- Process 8760 thread 8608 created
>> --- Process 8760 loaded C:\Windows\System32\comdlg32.dll at 00007ffba99d0000
>> --- Process 8760 loaded C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.657_none_e6c5b579130e3898\comctl32.dll at 00007ffb98130000
>> --- Process 8760 loaded C:\Windows\System32\combase.dll at 00007ffba9670000
>> --- Process 8760 loaded C:\Windows\System32\combase.dll at 0000000000ef0000
>> --- Process 8760 unloaded DLL at 0000000000ef0000
>> --- Process 8760 loaded C:\Windows\System32\ucrtbase.dll at 00007ffba6a70000
>> --- Process 8760 loaded C:\Windows\System32\gdi32.dll at 00007ffba8060000
>> --- Process 8760 loaded C:\Windows\System32\win32u.dll at 00007ffba7870000
>> --- Process 8760 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffba77a0000
>> --- Process 8760 loaded C:\Windows\System32\SHCore.dll at 00007ffba7d30000
>> --- Process 8760 loaded C:\Windows\System32\gdi32full.dll at 00007ffba78a0000
>> --- Process 8760 loaded C:\Windows\System32\msvcp_win.dll at 00007ffba7700000
>> --- Process 8760 loaded C:\Windows\System32\user32.dll at 00007ffba7de0000
>> --- Process 8760 loaded C:\Windows\System32\shlwapi.dll at 00007ffba8400000
>> --- Process 8760 loaded C:\Windows\System32\shell32.dll at 00007ffba87a0000
>> --- Process 8760 loaded C:\Windows\System32\cfgmgr32.dll at 00007ffba7820000
>> --- Process 8760 loaded C:\Windows\System32\windows.storage.dll at 00007ffba6ed0000
>> --- Process 8760 loaded C:\Windows\System32\profapi.dll at 00007ffba6a30000
>> --- Process 8760 loaded C:\Windows\System32\powrprof.dll at 00007ffba69c0000
>> --- Process 8760 loaded C:\Windows\System32\umpdc.dll at 00007ffba69b0000
>> --- Process 8760 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffba6a50000
>> --- Process 8760 loaded C:\Windows\System32\cryptsp.dll at 00007ffba6eb0000
>> --- Process 8760 loaded C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.657_none_17b0a85e6da0b266\GdiPlus.dll at 00007ffb97cd0000
>> --- Process 8760 loaded C:\Windows\System32\imm32.dll at 00007ffba8030000
>> --- Process 8760 loaded C:\Windows\System32\ole32.dll at 00007ffba90a0000
>> --- Process 8760 loaded C:\Windows\System32\usp10.dll at 00007ffb9dad0000
>> --- Process 8760 loaded C:\Windows\System32\winmm.dll at 00007ffba2020000
>> --- Process 8760 loaded C:\Windows\System32\winspool.drv at 00007ffb97f30000
>> --- Process 8760 loaded C:\Windows\System32\bcrypt.dll at 00007ffba6bd0000
>> --- Process 8760 loaded C:\Windows\System32\propsys.dll at 00007ffba2620000
>> --- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 00007ffba1ff0000
>> --- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 0000000000180000
>> --- Process 8760 loaded C:\Windows\System32\winmmbase.dll at 0000000000150000
>> --- Process 8760 unloaded DLL at 0000000000180000
>> --- Process 8760 unloaded DLL at 0000000000150000
>> --- Process 8760 loaded C:\Windows\System32\oleaut32.dll at 00007ffba8f50000
>> --- Process 8760 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffba5ef0000
>>     0       0 [main] mintty (8760) **********************************************
>>   260     260 [main] mintty (8760) Program name: C:\programs\Cygwin64\bin\mintty.exe (windows pid 8760)
>>   176     436 [main] mintty (8760) OS version:   Windows NT-10.0
>>   147     583 [main] mintty (8760) **********************************************
>> --- Process 8760 loaded C:\Windows\System32\cryptbase.dll at 00007ffba6400000
>>  2108    2691 [main] mintty (8760) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180320DD0)
>>  1001    3692 [main] mintty (8760) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0xF8, *m 6
>>   250    3942 [main] mintty (8760) user_heap_info::init: heap base 0x800000000, heap top 0x800000000, heap size 0x20000000 (536870912)
>>   279    4221 [main] mintty (8760) open_shared: name S-1-5-21-XXX-XXX-XXX-XXX.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0xF4, *m 6
>>   185    4406 [main] mintty (8760) user_info::create: opening user shared for 'S-1-5-21-XXX-XXX-XXX-XXX' at 0x180020000
>>   162    4568 [main] mintty (8760) user_info::create: user shared version AB1FCCE8
>>   260    4828 [main] mintty (8760) fhandler_pipe::create: name \\.\pipe\cygwin-86c9bd66187fc89c-8760-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
>>   278    5106 [main] mintty (8760) fhandler_pipe::create: pipe read handle 0x108
>>   201    5307 [main] mintty (8760) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-86c9bd66187fc89c-8760-sigwait
>>   183    5490 [main] mintty (8760) fhandler_pipe::create: pipe write handle 0x10C
>>   185    5675 [main] mintty (8760) dll_crt0_0: finished dll_crt0_0 initialization
>> --- Process 8760, exception c0000005 at 0000000000000000
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c00000fd at 00007ffba9b8caa0
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00000001800604be
>> --- Process 8760, exception c0000005 at 00007ffba9b81137
>> --- Process 8760 thread 8608 exited with status 0xc0000005
>> --- Process 8760 thread 9224 exited with status 0xc0000005
>> --- Process 8760 thread 4796 exited with status 0xc0000005
>> --- Process 8760 exited with status 0xc0000005
> 
>>   601 178362503 [main] mintty 326 select_stuff::wait: wait_ret 3, m = 3.  verifying
>>   272 178362775 [main] mintty 326 peek_windows: window 1(0x0) ready
>>   134 178362909 [main] mintty 326 select_stuff::wait: res after verify 0
>>   133 178363042 [main] mintty 326 select_stuff::wait: returning 0
>>   111 178363153 [main] mintty 326 select: sel.wait returns 0
>>   121 178363274 [main] mintty 326 set_bits: me 0x80004C320, testing fd 1 (/dev/windows)
>>   123 178363397 [main] mintty 326 set_bits: ready 1
>>   131 178363528 [main] mintty 326 select_stuff::cleanup: calling cleanup routines
>>   134 178363662 [main] mintty 326 select_stuff::destroy: deleting select records
>>   124 178363786 [main] mintty 326 select_stuff::cleanup: calling cleanup routines
>>    95 178363881 [main] mintty 326 select_stuff::destroy: deleting select records
>>    97 178363978 [main] mintty 326 pselect: 1 = select (2, 0xFFFFC4E0, 0x0, 0x0, 0x0)
>>  1623 178365601 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   111 178365712 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   103 178365815 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1792 178367607 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   190 178367797 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   196 178367993 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1656 178369649 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   182 178369831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   199 178370030 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1620 178371650 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   203 178371853 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   212 178372065 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1594 178373659 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   236 178373895 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   213 178374108 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1539 178375647 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   197 178375844 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   190 178376034 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1605 178377639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   256 178377895 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   241 178378136 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1496 178379632 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   205 178379837 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   203 178380040 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1608 178381648 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   209 178381857 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   203 178382060 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1585 178383645 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   206 178383851 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   193 178384044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1589 178385633 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   188 178385821 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   193 178386014 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1626 178387640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   194 178387834 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   194 178388028 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1623 178389651 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   217 178389868 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   190 178390058 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1592 178391650 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   205 178391855 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   191 178392046 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1583 178393629 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   217 178393846 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   191 178394037 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1581 178395618 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   224 178395842 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   202 178396044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1571 178397615 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   203 178397818 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   205 178398023 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1601 178399624 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   209 178399833 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   202 178400035 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1579 178401614 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   212 178401826 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   207 178402033 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1581 178403614 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   218 178403832 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   207 178404039 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1650 178405689 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   236 178405925 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   166 178406091 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1553 178407644 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   208 178407852 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   199 178408051 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1606 178409657 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   210 178409867 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   198 178410065 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1550 178411615 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   151 178411766 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   200 178411966 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1674 178413640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   205 178413845 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   191 178414036 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1599 178415635 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   203 178415838 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   190 178416028 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1613 178417641 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   201 178417842 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   187 178418029 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1611 178419640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   212 178419852 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   203 178420055 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1584 178421639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   192 178421831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   193 178422024 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1620 178423644 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   203 178423847 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   197 178424044 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1605 178425649 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   205 178425854 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   186 178426040 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1599 178427639 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   182 178427821 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   183 178428004 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1639 178429643 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   188 178429831 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   179 178430010 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>  1630 178431640 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   178 178431818 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>   171 178431989 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>   277 178432266 [main] mintty 326 normalize_posix_path: src /proc
>>   189 178432455 [main] mintty 326 normalize_posix_path: /proc = normalize_posix_path (/proc)
>>   182 178432637 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc)
>>   125 178432762 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc)
>>   116 178432878 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc, dst /proc, flags 0x0, rc 0
>>   101 178432979 [main] mintty 326 build_fh_pc: fh 0x1803804C0, dev 000000FF
>>    91 178433070 [main] mintty 326 fhandler_proc::exists: exists (/proc)
>>   169 178433239 [main] mintty 326 build_fh_pc: fh 0x1803804C0, dev 000000FF
>>    86 178433325 [main] mintty 326 fhandler_proc::exists: exists (/proc)
>>   148 178433473 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    84 178433557 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    76 178433633 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    84 178433717 [main] mintty 326 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
>>    55 178433772 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    54 178433826 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    52 178433878 [main] mintty 326 fhandler_proc::open: 1 = fhandler_proc::open(0x100000, 00)
>>    52 178433930 [main] mintty 326 fhandler_virtual::opendir: 0x800087AF0 = opendir (/proc)
>>   193 178434123 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x370, *m 6
>>   124 178434247 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x5A0, *m 6
>>   123 178434370 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6F0000 (wanted 0x0), h 0x61C, *m 6
>>   118 178434488 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x700000 (wanted 0x0), h 0x5FC, *m 6
>>   124 178434612 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x710000 (wanted 0x0), h 0x65C, *m 6
>>   187 178434799 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (.)
>>   234 178435033 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (..)
>>   115 178435148 [main] mintty 326 normalize_posix_path: src /proc/..
>>    65 178435213 [main] mintty 326 normalize_posix_path: checking /proc before '..'
>>   107 178435320 [main] mintty 326 normalize_posix_path: src /proc
>>    53 178435373 [main] mintty 326 normalize_posix_path: /proc = normalize_posix_path (/proc)
>>    54 178435427 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc)
>>    53 178435480 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc)
>>    54 178435534 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc, dst /proc, flags 0x0, rc 0
>>    63 178435597 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FF
>>    55 178435652 [main] mintty 326 fhandler_proc::exists: exists (/proc)
>>    57 178435709 [main] mintty 326 normalize_posix_path: / = normalize_posix_path (/proc/..)
>>    53 178435762 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/)
>>    98 178435860 [main] mintty 326 mount_info::conv_to_win32_path: src_path /, dst C:\programs\Cygwin64, flags 0x30008, rc 0
>>   122 178435982 [main] mintty 326 symlink_info::check: 0x0 = NtCreateFile (\??\C:\programs\Cygwin64)
>>    69 178436051 [main] mintty 326 symlink_info::check: not a symlink
>>    53 178436104 [main] mintty 326 symlink_info::check: 0 = symlink.check(C:\programs\Cygwin64, 0xFFFF9D30) (mount_flags 0x30008, path_flags
>>  0x0)
>>    81 178436185 [main] mintty 326 path_conv::check: this->path(C:\programs\Cygwin64), has_acls(1)
>>    77 178436262 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (cpuinfo)
>>    66 178436328 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (cygdrive)
>>    59 178436387 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (devices)
>>    61 178436448 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (filesystems)
>>    58 178436506 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (loadavg)
>>    57 178436563 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (meminfo)
>>   161 178436724 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (misc)
>>    96 178436820 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (mounts)
>>   153 178436973 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (net)
>>   132 178437105 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (partitions)
>>    70 178437175 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry)
>>    63 178437238 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry32)
>>    65 178437303 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (registry64)
>>    72 178437375 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (self)
>>    63 178437438 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (stat)
>>    66 178437504 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (swaps)
>>    64 178437568 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (sys)
>>   122 178437690 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (sysvipc)
>>   138 178437828 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (uptime)
>>   107 178437935 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (version)
>>    99 178438034 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (315)
>>   179 178438213 [main] mintty 326 open: open(/proc/315/ctty, 0x10000)
>>   109 178438322 [main] mintty 326 normalize_posix_path: src /proc/315/ctty
>>    93 178438415 [main] mintty 326 normalize_posix_path: /proc/315/ctty = normalize_posix_path (/proc/315/ctty)
>>   136 178438551 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/315/ctty)
>>    96 178438647 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/315/ctty)
>>   151 178438798 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x720000 (wanted 0x0), h 0x364, *m 6
>>   108 178438906 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/315/ctty, dst /proc/315/ctty, flags 0x0, rc 0
>>    75 178438981 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    56 178439037 [main] mintty 326 fhandler_process::exists: exists (/proc/315/ctty)
>>    59 178439096 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    53 178439149 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    56 178439205 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    57 178439262 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    67 178439329 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x720000 (wanted 0x0), h 0x364, *m 6
>>    77 178439406 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    62 178439468 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    58 178439526 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>   109 178439635 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>>   138 178439773 [main] mintty 326 open: 3 = open(/proc/315/ctty, 0x10000)
>>   188 178439961 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>>   109 178440070 [main] mintty 326 read: 10 = read(3, 0xFFFFB0B0, 10)
>>    59 178440129 [main] mintty 326 close: close(3)
>>    53 178440182 [main] mintty 326 close: 0 = close(3)
>>    83 178440265 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (314)
>>    91 178440356 [main] mintty 326 open: open(/proc/314/ctty, 0x10000)
>>    56 178440412 [main] mintty 326 normalize_posix_path: src /proc/314/ctty
>>    53 178440465 [main] mintty 326 normalize_posix_path: /proc/314/ctty = normalize_posix_path (/proc/314/ctty)
>>    62 178440527 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/314/ctty)
>>    72 178440599 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/314/ctty)
>>    75 178440674 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x720000 (wanted 0x0), h 0x664, *m 6
>>    76 178440750 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/314/ctty, dst /proc/314/ctty, flags 0x0, rc 0
>>    73 178440823 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    59 178440882 [main] mintty 326 fhandler_process::exists: exists (/proc/314/ctty)
>>    58 178440940 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    57 178440997 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    61 178441058 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    59 178441117 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    67 178441184 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x720000 (wanted 0x0), h 0x664, *m 6
>>    75 178441259 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    62 178441321 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    56 178441377 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    57 178441434 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>>    56 178441490 [main] mintty 326 open: 3 = open(/proc/314/ctty, 0x10000)
>>    76 178441566 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>>   133 178441699 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
>>   184 178441883 [main] mintty 326 close: close(3)
>>   142 178442025 [main] mintty 326 close: 0 = close(3)
>>   126 178442151 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (326)
>>   133 178442284 [main] mintty 326 open: open(/proc/326/ctty, 0x10000)
>>    96 178442380 [main] mintty 326 normalize_posix_path: src /proc/326/ctty
>>    95 178442475 [main] mintty 326 normalize_posix_path: /proc/326/ctty = normalize_posix_path (/proc/326/ctty)
>>    64 178442539 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/326/ctty)
>>    74 178442613 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/326/ctty)
>>   106 178442719 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/326/ctty, dst /proc/326/ctty, flags 0x0, rc 0
>>   105 178442824 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    99 178442923 [main] mintty 326 fhandler_process::exists: exists (/proc/326/ctty)
>>    99 178443022 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    94 178443116 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    96 178443212 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    85 178443297 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    82 178443379 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    89 178443468 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    55 178443523 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    65 178443588 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>>    98 178443686 [main] mintty 326 open: 3 = open(/proc/326/ctty, 0x10000)
>>   146 178443832 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>>    87 178443919 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
>>    88 178444007 [main] mintty 326 close: close(3)
>>    86 178444093 [main] mintty 326 close: 0 = close(3)
>>   138 178444231 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (327)
>>    95 178444326 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (313)
>>   142 178444468 [main] mintty 326 open: open(/proc/313/ctty, 0x10000)
>>    79 178444547 [main] mintty 326 normalize_posix_path: src /proc/313/ctty
>>    82 178444629 [main] mintty 326 normalize_posix_path: /proc/313/ctty = normalize_posix_path (/proc/313/ctty)
>>    86 178444715 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/313/ctty)
>>    63 178444778 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/313/ctty)
>>    67 178444845 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>>    69 178444914 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/313/ctty, dst /proc/313/ctty, flags 0x0, rc 0
>>    63 178444977 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    53 178445030 [main] mintty 326 fhandler_process::exists: exists (/proc/313/ctty)
>>    58 178445088 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    53 178445141 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    54 178445195 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    53 178445248 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    59 178445307 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>>    70 178445377 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    61 178445438 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    55 178445493 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    52 178445545 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>>    64 178445609 [main] mintty 326 open: 3 = open(/proc/313/ctty, 0x10000)
>>    70 178445679 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>>    52 178445731 [main] mintty 326 read: 10 = read(3, 0xFFFFB0B0, 10)
>>    53 178445784 [main] mintty 326 close: close(3)
>>    51 178445835 [main] mintty 326 close: 0 = close(3)
>>    83 178445918 [main] mintty 326 fhandler_proc::readdir: 0 = readdir(0x800087AF0, 0x800089610) (312)
>>    91 178446009 [main] mintty 326 open: open(/proc/312/ctty, 0x10000)
>>    52 178446061 [main] mintty 326 normalize_posix_path: src /proc/312/ctty
>>    52 178446113 [main] mintty 326 normalize_posix_path: /proc/312/ctty = normalize_posix_path (/proc/312/ctty)
>>    56 178446169 [main] mintty 326 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/312/ctty)
>>    63 178446232 [main] mintty 326 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/312/ctty)
>>    66 178446298 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>>    67 178446365 [main] mintty 326 mount_info::conv_to_win32_path: src_path /proc/312/ctty, dst /proc/312/ctty, flags 0x0, rc 0
>>    61 178446426 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    56 178446482 [main] mintty 326 fhandler_process::exists: exists (/proc/312/ctty)
>>    55 178446537 [main] mintty 326 build_fh_pc: fh 0x180380720, dev 000000FE
>>    63 178446600 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    55 178446655 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    54 178446709 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    59 178446768 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x720000 (wanted 0x0), h 0x660, *m 6
>>    71 178446839 [main] mintty 326 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
>>    59 178446898 [main] mintty 326 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
>>    54 178446952 [main] mintty 326 fhandler_base::set_flags: filemode set to binary
>>    55 178447007 [main] mintty 326 fhandler_process::open: 1 = fhandler_proc::open(0x10000, 03235)
>>    54 178447061 [main] mintty 326 open: 3 = open(/proc/312/ctty, 0x10000)
>>    71 178447132 [main] mintty 326 read: read(3, 0xFFFFB0B0, 98) blocking
>>    52 178447184 [main] mintty 326 read: 1 = read(3, 0xFFFFB0B0, 1)
>>    57 178447241 [main] mintty 326 close: close(3)
>>    51 178447292 [main] mintty 326 close: 0 = close(3)
>>    82 178447374 [main] mintty 326 fhandler_proc::readdir: 89 = readdir(0x800087AF0, 0x800089610) (312)
>>   128 178447502 [main] mintty 326 close: close(2)
>>    51 178447553 [main] mintty 326 close: 0 = close(2)
>>   133 178447686 [main] mintty 326 closedir: 0 = closedir(0x800087AF0)
>>    93 178447779 [main] mintty 326 kill0: kill (-327, 1)
>>    90 178447869 [main] mintty 326 kill_pgrp: pid 327, signal 1
>>   266 178448135 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x66C, *m 6
>>   180 178448315 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x674, *m 6
>>   173 178448488 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6F0000 (wanted 0x0), h 0x67C, *m 6
>>   154 178448642 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x700000 (wanted 0x0), h 0x684, *m 6
>>   157 178448799 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x710000 (wanted 0x0), h 0x68C, *m 6
>>   107 178448906 [main] mintty 326 kill_pgrp: killing pid 327, pgrp 327, p->ctty /dev/pty2, no ctty
>>   667 178449573 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex (0x410): waiting -1 ms
>>   108 178449681 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3247): pty output_mutex: acquired
>>    95 178449776 [ptymf] mintty 326 fhandler_pty_master::pty_master_fwd_thread: (3250): pty output_mutex(0x410) released
>>   248 178450024 [main] mintty 326 __set_errno: sigset_t sig_send(_pinfo*, siginfo_t&, _cygtls*):575 setting errno 11
>>    95 178450119 [main] mintty 326 sig_send: sendsig handle never materialized
>>    86 178450205 [main] mintty 326 sig_send: returning 0x100000001 from sending signal 1
>>    85 178450290 [main] mintty 326 _pinfo::kill: 1 = sig_send, Das Handle ist ungnltig.
>>   571 178450861 [main] mintty 326 _pinfo::kill: -1 = _pinfo::kill (1), pid 327, process_state 0x41
>>    87 178450948 [main] mintty 326 kill_pgrp: -1 = kill(327, 1), errno 11
>>   446 178451394 [main] mintty 326 do_exit: do_exit (0), exit_state 1
>>   137 178451531 [main] mintty 326 void: 0x0 = signal (20, 0x1)
>>    67 178451598 [main] mintty 326 void: 0x1 = signal (1, 0x1)
>>    59 178451657 [main] mintty 326 void: 0x100403040 = signal (2, 0x1)
>>    54 178451711 [main] mintty 326 void: 0x100403040 = signal (3, 0x1)
>>    59 178451770 [main] mintty 326 fhandler_base::close_with_arch: line 1183:  /dev/ptmx<0x18037FA20> usecount + -1 = 0
>>    60 178451830 [main] mintty 326 fhandler_base::close_with_arch: closing archetype
>>    53 178451883 [main] mintty 326 fhandler_pty_master::cleanup: /dev/ptmx closing master, usecount 0
>>    56 178451939 [main] mintty 326 fhandler_pty_master::close: closing from_master(0x48C)/from_master_cyg(0x3E8)/to_master(0x458)/to_master_
>> cyg(0x3FC) since we own them(0)
>>    84 178452023 [main] mintty 326 fhandler_pty_master::close: (2375): pty output_mutex (0x410): waiting -1 ms
>>    62 178452085 [main] mintty 326 fhandler_pty_master::close: (2375): pty output_mutex: acquired
>>   233 178452318 [ptym] mintty 326 fhandler_pty_master::pty_master_thread: Reply: from 0x0, to 0x0, error 0
>>   108 178452426 [ptym] mintty 326 fhandler_pty_master::pty_master_thread: Leaving
>>   150 178452576 [main] mintty 326 fhandler_pty_master::close: (2385): pty output_mutex(0x410) released
>>   130 178452706 [main] mintty 326 cygthread::terminate_thread: thread 'ptymf', id 0x10F0, inuse 1, stack_ptr 0x3BACCA0
>> --- Process 5516 (pid: 326) thread 4336 exited with status 0x0
>>  1370 178454076 [main] mintty 326 fhandler_pty_master::close: (2394): pty output_mutex (0x410): waiting -1 ms
>>   152 178454228 [main] mintty 326 fhandler_pty_master::close: (2394): pty output_mutex: acquired
>>   131 178454359 [main] mintty 326 fhandler_pty_common::close: pty2 <0x3F8,0x3EC> closing
>>   135 178454494 [main] mintty 326 fhandler_pty_master::close: (2398): pty output_mutex(0x410) released
>>   138 178454632 [main] mintty 326 fhandler_pty_master::close: Closing last master of pty2
>> 5002443 183457075 [waitproc] mintty 326 pinfo::maybe_set_exit_code_from_windows: pid 327, exit value - old 0x8007F00, windows 0xDEADBEEF, c
>> ygwin 0x8007F00
>>   268 183457343 [waitproc] mintty 326 sig_send: sendsig 0x100, pid 326, signal 20, its_me 1
>>   154 183457497 [waitproc] mintty 326 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
>>   187 183457684 [waitproc] mintty 326 sig_send: returning 0x0 from sending signal 20
>>   125 183457809 [waitproc] mintty 326 proc_waiter: exiting wait thread for pid 327
>>   229 183458038 [main] mintty 326 kill0: kill (327, 1)
>>   168 183458206 [main] mintty 326 open_shared: name cygpid.327, n 327, shared 0x6D0000 (wanted 0x0), h 0x36C, *m 6
>>   140 183458346 [main] mintty 326 _pinfo::kill: 0 = _pinfo::kill (1), pid 327, process_state 0x40000000
>>   160 183458506 [main] mintty 326 fhandler_pty_master::close: not clearing: 0, master_pid -1
>>   125 183458631 [main] mintty 326 dtable::delete_archetype: deleting element 0 for /dev/ptmx(128/2)
>>   125 183458756 [main] mintty 326 do_exit: 326 == pgrp 326, send SIG{HUP,CONT} to stopped children
>>   111 183458867 [main] mintty 326 kill_pgrp: pid 326, signal -1
>>   220 183459087 [main] mintty 326 open_shared: name cygpid.315, n 315, shared 0x6D0000 (wanted 0x0), h 0x454, *m 6
>>   150 183459237 [main] mintty 326 open_shared: name cygpid.314, n 314, shared 0x6E0000 (wanted 0x0), h 0x404, *m 6
>>   151 183459388 [main] mintty 326 open_shared: name cygpid.313, n 313, shared 0x6F0000 (wanted 0x0), h 0x3F0, *m 6
>>   135 183459523 [main] mintty 326 open_shared: name cygpid.312, n 312, shared 0x700000 (wanted 0x0), h 0x3E8, *m 6
>>    97 183459620 [main] mintty 326 __set_errno: int kill_pgrp(pid_t, siginfo_t&):378 setting errno 3
>>    88 183459708 [main] mintty 326 kill_pgrp: -1 = kill(326, -1), errno 3
>>   102 183459810 [main] mintty 326 getpid: 326 = getpid()
>>    57 183459867 [main] mintty 326 proc_terminate: nprocs 1
>>    52 183459919 [main] mintty 326 proc_subproc: args: 5, 1
>>    52 183459971 [main] mintty 326 proc_subproc: clear waiting threads
>>    51 183460022 [main] mintty 326 proc_subproc: finished clearing
>>    53 183460075 [main] mintty 326 remove_proc: removing procs[0], pid 327, nprocs 1
>>   132 183460207 [main] mintty 326 proc_subproc: returning 1
>>    54 183460261 [main] mintty 326 proc_terminate: leaving
>>    53 183460314 [main] mintty 326 pinfo::exit: Calling dlls.cleanup_forkables n 0x0, exitcode 0x0
>>    55 183460369 [main] mintty 326 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
>> --- Process 5516 (pid: 326) thread 13268 exited with status 0x0
> 
>>
>> I've attached the two traces.
>>
>>
>> Regards,
>> Achim.
>> -- 
>> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
>>
>> Factory and User Sound Singles for Waldorf Blofeld:
>> http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
> 
>> --
>> 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
> 
> 
> 
> --
> 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
> 



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

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-11 19:51         ` Corinna Vinschen
  2020-03-12  2:56           ` Rainer Emrich
@ 2020-03-12 10:57           ` Takashi Yano
  2020-03-12 19:46             ` Achim Gratz
  1 sibling, 1 reply; 39+ messages in thread
From: Takashi Yano @ 2020-03-12 10:57 UTC (permalink / raw)
  To: cygwin

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

On Wed, 11 Mar 2020 20:51:42 +0100
Corinna Vinschen wrote:
> Hi Takashi,
> 
> would you mind to take a look?  The mutex is only used in
> fhandler_pty_master::pty_master_fwd_thread if the pseudo console is
> used.  Unfortunately I don't see the faintest hint in the starce why
> this occurs.  It happens pretty early at startup.

I looked the second log, but I found nothing suspicious regarding
mutex. All 'acquire' are paired with 'release' correctly.

However, I wonder why mintty did nothing for more than 60msec
after select() returned.

Achim, can you build mintty locally? If so, could you please
apply attahed patch to mintty 3.1.4 and report the output
in mintty window?

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: mintty-for-achim.diff --]
[-- Type: text/plain, Size: 811 bytes --]

--- src/child.c.orig	2020-02-14 06:27:15.000000000 +0900
+++ src/child.c	2020-03-12 19:49:12.566807600 +0900
@@ -513,7 +513,11 @@
           }
           prevtime = now;
 
+          term_write("Call read()\r\n", 13);
           int ret = read(pty_fd, buf, 1);
+          char m[32];
+          sprintf(m, "Read %d bytes\r\n", ret);
+          term_write(m, strlen(m));
           if (ret > 0)
             len = ret;
         }
@@ -522,7 +526,11 @@
         do {
           //if (kb_trace) printf("[%lu] <read\n", mtime());
 
+          term_write("Call read()\r\n", 13);
           int ret = read(pty_fd, buf + len, sizeof buf - len);
+          char m[32];
+          sprintf(m, "Read %d bytes\r\n", ret);
+          term_write(m, strlen(m));
           if (ret > 0)
             len += ret;
           else

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-12  2:56           ` Rainer Emrich
@ 2020-03-12 19:39             ` Achim Gratz
  2020-03-12 21:36               ` Thomas Wolff
  2020-03-13  1:03               ` Takashi Yano
  0 siblings, 2 replies; 39+ messages in thread
From: Achim Gratz @ 2020-03-12 19:39 UTC (permalink / raw)
  To: cygwin

Rainer Emrich writes:
> I really don't know if this the same issue. But I had similiar symptom
> after upgrade from 3.0.7 to 3.1.4 on Windows 7. The mintty window pops
> up, but I got no command prompt. The bash shell used all of one CPU for
> ever. I tried several things. The solution after hours was uninstalling
> the gettext package. That's reproducable. After installing the gettext
> package I get the hang. After uninstalling all's back to normal. That's
> strange.

I don't really want to imagine how you came up with that observation,
but yes, that's the same problem I am facing.  This is my current
workaround now:

1. Rename /usr/share/locale to something else, like local.bak.
2. Start mintty in the usual way.
3. Rename the directory from step 1 back to /usr/share/local.
4. Work just like the problem never existed either in the shell running
inside the mintty or even start a new mintty.


Andrew, can we have a Goldstar for Rainer, please?


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-12 10:57           ` Takashi Yano
@ 2020-03-12 19:46             ` Achim Gratz
  0 siblings, 0 replies; 39+ messages in thread
From: Achim Gratz @ 2020-03-12 19:46 UTC (permalink / raw)
  To: cygwin

Takashi Yano via Cygwin writes:
> Achim, can you build mintty locally? If so, could you please
> apply attahed patch to mintty 3.1.4 and report the output
> in mintty window?

I guess I can, but it will take time I don't have right now.  I'll see
what I can wedge in next week.

What I did figure out today is this:

The last working snapshot is the 2019-08-19 one, the next one
(2019-11-03) starts to fail already.  Unfortunately, between these two
snapshots most of the changes were put in.

Same as with your mintty
request I'll try to bisect the actual com,mit responsible, but I first
need to set up a build environment on another machione (SSD on my work
laptop is too full).  Again, unlikely to happen this or next week.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-12 19:39             ` Achim Gratz
@ 2020-03-12 21:36               ` Thomas Wolff
  2020-03-13  1:03               ` Takashi Yano
  1 sibling, 0 replies; 39+ messages in thread
From: Thomas Wolff @ 2020-03-12 21:36 UTC (permalink / raw)
  To: cygwin


Am 12.03.2020 um 20:39 schrieb Achim Gratz:
> Rainer Emrich writes:
>> I really don't know if this the same issue. But I had similiar symptom
>> after upgrade from 3.0.7 to 3.1.4 on Windows 7. The mintty window pops
>> up, but I got no command prompt. The bash shell used all of one CPU for
>> ever. I tried several things. The solution after hours was uninstalling
>> the gettext package. That's reproducable. After installing the gettext
>> package I get the hang. After uninstalling all's back to normal. That's
>> strange.
> I don't really want to imagine how you came up with that observation,
> but yes, that's the same problem I am facing.  This is my current
> workaround now:
>
> 1. Rename /usr/share/locale to something else, like local.bak.
> 2. Start mintty in the usual way.
> 3. Rename the directory from step 1 back to /usr/share/local.
> 4. Work just like the problem never existed either in the shell running
> inside the mintty or even start a new mintty.
>
>
> Andrew, can we have a Goldstar for Rainer, please?
This does not yet explain the issue, or did I miss a point? Since only 
few people seem to have a problem, what's the locale you run in? Any 
other special configuration?
Thomas

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-12 19:39             ` Achim Gratz
  2020-03-12 21:36               ` Thomas Wolff
@ 2020-03-13  1:03               ` Takashi Yano
  2020-03-13  2:01                 ` Takashi Yano
  2020-06-06 11:20                 ` ASSI
  1 sibling, 2 replies; 39+ messages in thread
From: Takashi Yano @ 2020-03-13  1:03 UTC (permalink / raw)
  To: cygwin

On Thu, 12 Mar 2020 20:39:39 +0100
Achim Gratz wrote:
> I don't really want to imagine how you came up with that observation,
> but yes, that's the same problem I am facing.  This is my current
> workaround now:
> 
> 1. Rename /usr/share/locale to something else, like local.bak.
> 2. Start mintty in the usual way.
> 3. Rename the directory from step 1 back to /usr/share/local.
> 4. Work just like the problem never existed either in the shell running
> inside the mintty or even start a new mintty.

I guess renaming /usr/share/locale/locale.alias is enough.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-13  1:03               ` Takashi Yano
@ 2020-03-13  2:01                 ` Takashi Yano
  2020-03-13 15:09                   ` Rainer Emrich
  2020-03-13 21:26                   ` Achim Gratz
  2020-06-06 11:20                 ` ASSI
  1 sibling, 2 replies; 39+ messages in thread
From: Takashi Yano @ 2020-03-13  2:01 UTC (permalink / raw)
  To: cygwin

On Fri, 13 Mar 2020 10:03:25 +0900
Takashi Yano wrote:
> On Thu, 12 Mar 2020 20:39:39 +0100
> Achim Gratz wrote:
> > I don't really want to imagine how you came up with that observation,
> > but yes, that's the same problem I am facing.  This is my current
> > workaround now:
> > 
> > 1. Rename /usr/share/locale to something else, like local.bak.
> > 2. Start mintty in the usual way.
> > 3. Rename the directory from step 1 back to /usr/share/local.
> > 4. Work just like the problem never existed either in the shell running
> > inside the mintty or even start a new mintty.
> 
> I guess renaming /usr/share/locale/locale.alias is enough.

Could you please test if the following cygwin1.dll resolve
the problem?

http://tyan0.dip.jp/cygwin/x86/test/cygwin1-20200313.dll.xz
http://tyan0.dip.jp/cygwin/x86_64/test/cygwin1-20200313.dll.xz

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-13  2:01                 ` Takashi Yano
@ 2020-03-13 15:09                   ` Rainer Emrich
  2020-03-13 21:26                   ` Achim Gratz
  1 sibling, 0 replies; 39+ messages in thread
From: Rainer Emrich @ 2020-03-13 15:09 UTC (permalink / raw)
  To: Takashi Yano, cygwin


[-- Attachment #1.1: Type: text/plain, Size: 1006 bytes --]

Am 13.03.2020 um 03:01 schrieb Takashi Yano via Cygwin:
> On Fri, 13 Mar 2020 10:03:25 +0900
> Takashi Yano wrote:
>> On Thu, 12 Mar 2020 20:39:39 +0100
>> Achim Gratz wrote:
>>> I don't really want to imagine how you came up with that observation,
>>> but yes, that's the same problem I am facing.  This is my current
>>> workaround now:
>>>
>>> 1. Rename /usr/share/locale to something else, like local.bak.
>>> 2. Start mintty in the usual way.
>>> 3. Rename the directory from step 1 back to /usr/share/local.
>>> 4. Work just like the problem never existed either in the shell running
>>> inside the mintty or even start a new mintty.
>>
>> I guess renaming /usr/share/locale/locale.alias is enough.
> 
> Could you please test if the following cygwin1.dll resolve
> the problem?
> 
> http://tyan0.dip.jp/cygwin/x86/test/cygwin1-20200313.dll.xz
> http://tyan0.dip.jp/cygwin/x86_64/test/cygwin1-20200313.dll.xz
> 
This one solves the issue. Tanks for alll your work!

Rainer


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

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-13  2:01                 ` Takashi Yano
  2020-03-13 15:09                   ` Rainer Emrich
@ 2020-03-13 21:26                   ` Achim Gratz
  2020-03-13 22:20                     ` Ken Brown
  1 sibling, 1 reply; 39+ messages in thread
From: Achim Gratz @ 2020-03-13 21:26 UTC (permalink / raw)
  To: cygwin

Takashi Yano via Cygwin writes:
>> I guess renaming /usr/share/locale/locale.alias is enough.

Yes it does.

> Could you please test if the following cygwin1.dll resolve
> the problem?

Mintty doesn't start when I just replace this DLL, I get a Windows error
"0x00000022".  That usually means I should have replaced some other part
of Cygwin together with the DLL or I messed the replacement up somehow.
I can try again later or whichever snapshot gets that change.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-13 21:26                   ` Achim Gratz
@ 2020-03-13 22:20                     ` Ken Brown
  2020-03-14 16:11                       ` Achim Gratz
  0 siblings, 1 reply; 39+ messages in thread
From: Ken Brown @ 2020-03-13 22:20 UTC (permalink / raw)
  To: cygwin

On 3/13/2020 5:26 PM, Achim Gratz wrote:
> Takashi Yano via Cygwin writes:
>>> I guess renaming /usr/share/locale/locale.alias is enough.
> 
> Yes it does.
> 
>> Could you please test if the following cygwin1.dll resolve
>> the problem?
> 
> Mintty doesn't start when I just replace this DLL, I get a Windows error
> "0x00000022".  That usually means I should have replaced some other part
> of Cygwin together with the DLL or I messed the replacement up somehow.
> I can try again later or whichever snapshot gets that change.

It's possible that you also need to copy /usr/bin/cygwin-console-helper.exe from 
a recent Cygwin release.

Ken

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-13 22:20                     ` Ken Brown
@ 2020-03-14 16:11                       ` Achim Gratz
  0 siblings, 0 replies; 39+ messages in thread
From: Achim Gratz @ 2020-03-14 16:11 UTC (permalink / raw)
  To: cygwin

Ken Brown via Cygwin writes:
> It's possible that you also need to copy
> /usr/bin/cygwin-console-helper.exe from a recent Cygwin release.

I was stgarting from a 3.1.4 install (and the latest snapshot from
cygwin.com works on the same installation).  I'll look at it again
later.


REgards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-03-13  1:03               ` Takashi Yano
  2020-03-13  2:01                 ` Takashi Yano
@ 2020-06-06 11:20                 ` ASSI
  2020-06-07  1:35                   ` Takashi Yano
  2021-03-22 20:13                   ` Achim Gratz
  1 sibling, 2 replies; 39+ messages in thread
From: ASSI @ 2020-06-06 11:20 UTC (permalink / raw)
  To: cygwin

Takashi Yano via Cygwin writes:
>> 1. Rename /usr/share/locale to something else, like local.bak.
>> 2. Start mintty in the usual way.
>> 3. Rename the directory from step 1 back to /usr/share/local.
>> 4. Work just like the problem never existed either in the shell running
>> inside the mintty or even start a new mintty.
>
> I guess renaming /usr/share/locale/locale.alias is enough.

I've had some time to look into this problem again after having updated
Cygwin to the latest and greatest.  Indeed, when

/usr/share/locale/locale.alias

gets renamed, the problem also goes away.  This is great because I don't
really need the locale aliases for anything.  Btw, my laptop got
upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
specific to 1803 as was supected earlier.

I then tried to figure out what exactly causes the problem and it turns
out that it's the _presence_ of this file with the additional condition
that it must not be owned by the user starting the mintty/shell.  Since
I install Cygwin on my work laptop with a different (admin) account and
not my (non-admin) user account, that explains why I am seeing the
problem there and not on other machines.  Before you are going to
suggest that it's the admin vs. non-admin rights: no, if I create a
locale.alias with my user account (either as an empty file or a copy of
the backup file), then the admin account is unable to start a shell in
mintty successfully.  I have no idea why the ownership of a file that
onnly should get read (and is readable by everyone) would have the
effect I'm seeing, but maybe that gives the clue on where to look for a
fix.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-06 11:20                 ` ASSI
@ 2020-06-07  1:35                   ` Takashi Yano
  2020-06-07  5:29                     ` ASSI
  2020-06-07  6:15                     ` Brian Inglis
  2021-03-22 20:13                   ` Achim Gratz
  1 sibling, 2 replies; 39+ messages in thread
From: Takashi Yano @ 2020-06-07  1:35 UTC (permalink / raw)
  To: cygwin

On Sat, 06 Jun 2020 13:20:16 +0200
ASSI wrote:
> Takashi Yano via Cygwin writes:
> >> 1. Rename /usr/share/locale to something else, like local.bak.
> >> 2. Start mintty in the usual way.
> >> 3. Rename the directory from step 1 back to /usr/share/local.
> >> 4. Work just like the problem never existed either in the shell running
> >> inside the mintty or even start a new mintty.
> >
> > I guess renaming /usr/share/locale/locale.alias is enough.
> 
> I've had some time to look into this problem again after having updated
> Cygwin to the latest and greatest.  Indeed, when
> 
> /usr/share/locale/locale.alias
> 
> gets renamed, the problem also goes away.  This is great because I don't
> really need the locale aliases for anything.  Btw, my laptop got
> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
> specific to 1803 as was supected earlier.
> 
> I then tried to figure out what exactly causes the problem and it turns
> out that it's the _presence_ of this file with the additional condition
> that it must not be owned by the user starting the mintty/shell.  Since
> I install Cygwin on my work laptop with a different (admin) account and
> not my (non-admin) user account, that explains why I am seeing the
> problem there and not on other machines.  Before you are going to
> suggest that it's the admin vs. non-admin rights: no, if I create a
> locale.alias with my user account (either as an empty file or a copy of
> the backup file), then the admin account is unable to start a shell in
> mintty successfully.  I have no idea why the ownership of a file that
> onnly should get read (and is readable by everyone) would have the
> effect I'm seeing, but maybe that gives the clue on where to look for a
> fix.

Thanks for the additional information. I tested the following steps
to confirm if the problem can be reproduced.

1. Enable Administrator account.
2. Remove all groups from account yano other than Users.
3. Install cygwin for all with gettext package as Administrator.
4. Run mintty from desktop shortcut as Administrator.
5. Run mintty from desktop shortcut as yano.

Both 4 and 5 successfully open mintty window with shell.

I wonder what is the difference between my environment and yours.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-07  1:35                   ` Takashi Yano
@ 2020-06-07  5:29                     ` ASSI
  2020-06-07  6:15                     ` Brian Inglis
  1 sibling, 0 replies; 39+ messages in thread
From: ASSI @ 2020-06-07  5:29 UTC (permalink / raw)
  To: cygwin

Takashi Yano via Cygwin writes:
[…]
> Both 4 and 5 successfully open mintty window with shell.

…as they do for me on other machines that have different configuration.

> I wonder what is the difference between my environment and yours.

That way lies madness… and I can't really tell you as this machine is
not under my control, so tons of GP directives.  Both my user and admin
account are actually domain accounts, not local ones, and the admin
account is from a different (but federated) domain.  Again, I have no
idea if that's needed for the problem to occur, but it isn't on at least
one other machine (that is a different install type, so gets different
GP applied).  Both accounts (but especially my user account) will return
lots of data when you ask the AD for just about anything other than just
the username, so these queries take some time.

From the different workarounds that were applicable to different
versions of Cygwin and the fact it sometimes works when trying to
strace, it still seems to me that it livelocks on some unexpected
condition.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-07  1:35                   ` Takashi Yano
  2020-06-07  5:29                     ` ASSI
@ 2020-06-07  6:15                     ` Brian Inglis
  2020-06-07  7:42                       ` Takashi Yano
  1 sibling, 1 reply; 39+ messages in thread
From: Brian Inglis @ 2020-06-07  6:15 UTC (permalink / raw)
  To: cygwin

On 2020-06-06 19:35, Takashi Yano via Cygwin wrote:
> On Sat, 06 Jun 2020 13:20:16 +0200
> ASSI wrote:
>> Takashi Yano via Cygwin writes:
>>>> 1. Rename /usr/share/locale to something else, like local.bak.
>>>> 2. Start mintty in the usual way.
>>>> 3. Rename the directory from step 1 back to /usr/share/local.
>>>> 4. Work just like the problem never existed either in the shell running
>>>> inside the mintty or even start a new mintty.
>>>
>>> I guess renaming /usr/share/locale/locale.alias is enough.
>>
>> I've had some time to look into this problem again after having updated
>> Cygwin to the latest and greatest.  Indeed, when
>>
>> /usr/share/locale/locale.alias
>>
>> gets renamed, the problem also goes away.  This is great because I don't
>> really need the locale aliases for anything.  Btw, my laptop got
>> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
>> specific to 1803 as was supected earlier.
>>
>> I then tried to figure out what exactly causes the problem and it turns
>> out that it's the _presence_ of this file with the additional condition
>> that it must not be owned by the user starting the mintty/shell.  Since
>> I install Cygwin on my work laptop with a different (admin) account and
>> not my (non-admin) user account, that explains why I am seeing the
>> problem there and not on other machines.  Before you are going to
>> suggest that it's the admin vs. non-admin rights: no, if I create a
>> locale.alias with my user account (either as an empty file or a copy of
>> the backup file), then the admin account is unable to start a shell in
>> mintty successfully.  I have no idea why the ownership of a file that
>> onnly should get read (and is readable by everyone) would have the
>> effect I'm seeing, but maybe that gives the clue on where to look for a
>> fix.
> 
> Thanks for the additional information. I tested the following steps
> to confirm if the problem can be reproduced.
> 
> 1. Enable Administrator account.
> 2. Remove all groups from account yano other than Users.
> 3. Install cygwin for all with gettext package as Administrator.
> 4. Run mintty from desktop shortcut as Administrator.
> 5. Run mintty from desktop shortcut as yano.
> 
> Both 4 and 5 successfully open mintty window with shell.
> 
> I wonder what is the difference between my environment and yours.

Locale setting?

fhandler_tty.cc(fhandler_pty_slave::setup_locale)@2854 calls
get_langinfo@2768 calls@2781
nlsfuncs.cc(__set_locale_from_locale_alias)@1462
which opens /usr/share/locale/locale.alias@1472.

One problem I see with that is that __set_locale_from_locale_alias is meant to
be called when loadlocale fails with an unrecognized locale, but in
get_langinfo@2778 if the locale is not found, it is defaulted to C before
__set_locale_from_locale_alias is called, defeating the purpose:

  const char *locale = __loadlocale (&loc, LC_CTYPE, new_locale);
  if (!locale)
    locale = "C";

  char tmp_locale[ENCODING_LEN + 1];
  char *ret = __set_locale_from_locale_alias (locale, tmp_locale);
  if (ret)
    locale = tmp_locale;

-- 
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.
[Data in IEC units and prefixes, physical quantities in SI.]

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-07  6:15                     ` Brian Inglis
@ 2020-06-07  7:42                       ` Takashi Yano
  2020-06-07  9:23                         ` Takashi Yano
  0 siblings, 1 reply; 39+ messages in thread
From: Takashi Yano @ 2020-06-07  7:42 UTC (permalink / raw)
  To: cygwin

On Sun, 7 Jun 2020 00:15:59 -0600
Brian Inglis wrote:
> On 2020-06-06 19:35, Takashi Yano via Cygwin wrote:
> > On Sat, 06 Jun 2020 13:20:16 +0200
> > ASSI wrote:
> >> Takashi Yano via Cygwin writes:
> >>>> 1. Rename /usr/share/locale to something else, like local.bak.
> >>>> 2. Start mintty in the usual way.
> >>>> 3. Rename the directory from step 1 back to /usr/share/local.
> >>>> 4. Work just like the problem never existed either in the shell running
> >>>> inside the mintty or even start a new mintty.
> >>>
> >>> I guess renaming /usr/share/locale/locale.alias is enough.
> >>
> >> I've had some time to look into this problem again after having updated
> >> Cygwin to the latest and greatest.  Indeed, when
> >>
> >> /usr/share/locale/locale.alias
> >>
> >> gets renamed, the problem also goes away.  This is great because I don't
> >> really need the locale aliases for anything.  Btw, my laptop got
> >> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
> >> specific to 1803 as was supected earlier.
> >>
> >> I then tried to figure out what exactly causes the problem and it turns
> >> out that it's the _presence_ of this file with the additional condition
> >> that it must not be owned by the user starting the mintty/shell.  Since
> >> I install Cygwin on my work laptop with a different (admin) account and
> >> not my (non-admin) user account, that explains why I am seeing the
> >> problem there and not on other machines.  Before you are going to
> >> suggest that it's the admin vs. non-admin rights: no, if I create a
> >> locale.alias with my user account (either as an empty file or a copy of
> >> the backup file), then the admin account is unable to start a shell in
> >> mintty successfully.  I have no idea why the ownership of a file that
> >> onnly should get read (and is readable by everyone) would have the
> >> effect I'm seeing, but maybe that gives the clue on where to look for a
> >> fix.
> > 
> > Thanks for the additional information. I tested the following steps
> > to confirm if the problem can be reproduced.
> > 
> > 1. Enable Administrator account.
> > 2. Remove all groups from account yano other than Users.
> > 3. Install cygwin for all with gettext package as Administrator.
> > 4. Run mintty from desktop shortcut as Administrator.
> > 5. Run mintty from desktop shortcut as yano.
> > 
> > Both 4 and 5 successfully open mintty window with shell.
> > 
> > I wonder what is the difference between my environment and yours.
> 
> Locale setting?
> 
> fhandler_tty.cc(fhandler_pty_slave::setup_locale)@2854 calls
> get_langinfo@2768 calls@2781
> nlsfuncs.cc(__set_locale_from_locale_alias)@1462
> which opens /usr/share/locale/locale.alias@1472.
> 
> One problem I see with that is that __set_locale_from_locale_alias is meant to
> be called when loadlocale fails with an unrecognized locale, but in
> get_langinfo@2778 if the locale is not found, it is defaulted to C before
> __set_locale_from_locale_alias is called, defeating the purpose:
> 
>   const char *locale = __loadlocale (&loc, LC_CTYPE, new_locale);
>   if (!locale)
>     locale = "C";
> 
>   char tmp_locale[ENCODING_LEN + 1];
>   char *ret = __set_locale_from_locale_alias (locale, tmp_locale);
>   if (ret)
>     locale = tmp_locale;

Hmm..., you are right. Furthermore, __set_locale_from_locale_alias()
here is completely unnecessary since it is already processed in
__loadlocale().

I will remove that code.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-07  7:42                       ` Takashi Yano
@ 2020-06-07  9:23                         ` Takashi Yano
  2020-06-08  3:20                           ` Brian Inglis
  0 siblings, 1 reply; 39+ messages in thread
From: Takashi Yano @ 2020-06-07  9:23 UTC (permalink / raw)
  To: cygwin

On Sun, 7 Jun 2020 16:42:52 +0900
Takashi Yano via Cygwin <cygwin@cygwin.com> wrote:
> On Sun, 7 Jun 2020 00:15:59 -0600
> Brian Inglis wrote:
> > On 2020-06-06 19:35, Takashi Yano via Cygwin wrote:
> > > On Sat, 06 Jun 2020 13:20:16 +0200
> > > ASSI wrote:
> > >> Takashi Yano via Cygwin writes:
> > >>>> 1. Rename /usr/share/locale to something else, like local.bak.
> > >>>> 2. Start mintty in the usual way.
> > >>>> 3. Rename the directory from step 1 back to /usr/share/local.
> > >>>> 4. Work just like the problem never existed either in the shell running
> > >>>> inside the mintty or even start a new mintty.
> > >>>
> > >>> I guess renaming /usr/share/locale/locale.alias is enough.
> > >>
> > >> I've had some time to look into this problem again after having updated
> > >> Cygwin to the latest and greatest.  Indeed, when
> > >>
> > >> /usr/share/locale/locale.alias
> > >>
> > >> gets renamed, the problem also goes away.  This is great because I don't
> > >> really need the locale aliases for anything.  Btw, my laptop got
> > >> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
> > >> specific to 1803 as was supected earlier.
> > >>
> > >> I then tried to figure out what exactly causes the problem and it turns
> > >> out that it's the _presence_ of this file with the additional condition
> > >> that it must not be owned by the user starting the mintty/shell.  Since
> > >> I install Cygwin on my work laptop with a different (admin) account and
> > >> not my (non-admin) user account, that explains why I am seeing the
> > >> problem there and not on other machines.  Before you are going to
> > >> suggest that it's the admin vs. non-admin rights: no, if I create a
> > >> locale.alias with my user account (either as an empty file or a copy of
> > >> the backup file), then the admin account is unable to start a shell in
> > >> mintty successfully.  I have no idea why the ownership of a file that
> > >> onnly should get read (and is readable by everyone) would have the
> > >> effect I'm seeing, but maybe that gives the clue on where to look for a
> > >> fix.
> > > 
> > > Thanks for the additional information. I tested the following steps
> > > to confirm if the problem can be reproduced.
> > > 
> > > 1. Enable Administrator account.
> > > 2. Remove all groups from account yano other than Users.
> > > 3. Install cygwin for all with gettext package as Administrator.
> > > 4. Run mintty from desktop shortcut as Administrator.
> > > 5. Run mintty from desktop shortcut as yano.
> > > 
> > > Both 4 and 5 successfully open mintty window with shell.
> > > 
> > > I wonder what is the difference between my environment and yours.
> > 
> > Locale setting?
> > 
> > fhandler_tty.cc(fhandler_pty_slave::setup_locale)@2854 calls
> > get_langinfo@2768 calls@2781
> > nlsfuncs.cc(__set_locale_from_locale_alias)@1462
> > which opens /usr/share/locale/locale.alias@1472.
> > 
> > One problem I see with that is that __set_locale_from_locale_alias is meant to
> > be called when loadlocale fails with an unrecognized locale, but in
> > get_langinfo@2778 if the locale is not found, it is defaulted to C before
> > __set_locale_from_locale_alias is called, defeating the purpose:
> > 
> >   const char *locale = __loadlocale (&loc, LC_CTYPE, new_locale);
> >   if (!locale)
> >     locale = "C";
> > 
> >   char tmp_locale[ENCODING_LEN + 1];
> >   char *ret = __set_locale_from_locale_alias (locale, tmp_locale);
> >   if (ret)
> >     locale = tmp_locale;
> 
> Hmm..., you are right. Furthermore, __set_locale_from_locale_alias()
> here is completely unnecessary since it is already processed in
> __loadlocale().

No. I was wrong. If locale alias is used, __loadlocale() returns
aliased locale. Calling __set_locale_from_locale_alias() is
necessary to resolve alias. For example, if locale is set to
"japanese", which is defined in /usr/share/locale/locale.alias,
__loadlocale() returns "japanese", while
__set_locale_from_locale_alias() returns "ja_JP.eucJP".

__loadlocale() returns NULL when the alias resolution also fails.
So the current code is as designed.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-07  9:23                         ` Takashi Yano
@ 2020-06-08  3:20                           ` Brian Inglis
  2020-06-08 10:27                             ` Takashi Yano
  0 siblings, 1 reply; 39+ messages in thread
From: Brian Inglis @ 2020-06-08  3:20 UTC (permalink / raw)
  To: cygwin

On 2020-06-07 03:23, Takashi Yano via Cygwin wrote:
> On Sun, 7 Jun 2020 16:42:52 +0900
> Takashi Yano via Cygwin <cygwin@cygwin.com> wrote:
>> On Sun, 7 Jun 2020 00:15:59 -0600
>> Brian Inglis wrote:
>>> On 2020-06-06 19:35, Takashi Yano via Cygwin wrote:
>>>> On Sat, 06 Jun 2020 13:20:16 +0200
>>>> ASSI wrote:
>>>>> Takashi Yano via Cygwin writes:
>>>>>>> 1. Rename /usr/share/locale to something else, like local.bak.
>>>>>>> 2. Start mintty in the usual way.
>>>>>>> 3. Rename the directory from step 1 back to /usr/share/local.
>>>>>>> 4. Work just like the problem never existed either in the shell running
>>>>>>> inside the mintty or even start a new mintty.
>>>>>>
>>>>>> I guess renaming /usr/share/locale/locale.alias is enough.
>>>>>
>>>>> I've had some time to look into this problem again after having updated
>>>>> Cygwin to the latest and greatest.  Indeed, when
>>>>>
>>>>> /usr/share/locale/locale.alias
>>>>>
>>>>> gets renamed, the problem also goes away.  This is great because I don't
>>>>> really need the locale aliases for anything.  Btw, my laptop got
>>>>> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
>>>>> specific to 1803 as was supected earlier.
>>>>>
>>>>> I then tried to figure out what exactly causes the problem and it turns
>>>>> out that it's the _presence_ of this file with the additional condition
>>>>> that it must not be owned by the user starting the mintty/shell.  Since
>>>>> I install Cygwin on my work laptop with a different (admin) account and
>>>>> not my (non-admin) user account, that explains why I am seeing the
>>>>> problem there and not on other machines.  Before you are going to
>>>>> suggest that it's the admin vs. non-admin rights: no, if I create a
>>>>> locale.alias with my user account (either as an empty file or a copy of
>>>>> the backup file), then the admin account is unable to start a shell in
>>>>> mintty successfully.  I have no idea why the ownership of a file that
>>>>> onnly should get read (and is readable by everyone) would have the
>>>>> effect I'm seeing, but maybe that gives the clue on where to look for a
>>>>> fix.
>>>>
>>>> Thanks for the additional information. I tested the following steps
>>>> to confirm if the problem can be reproduced.
>>>>
>>>> 1. Enable Administrator account.
>>>> 2. Remove all groups from account yano other than Users.
>>>> 3. Install cygwin for all with gettext package as Administrator.
>>>> 4. Run mintty from desktop shortcut as Administrator.
>>>> 5. Run mintty from desktop shortcut as yano.
>>>>
>>>> Both 4 and 5 successfully open mintty window with shell.
>>>>
>>>> I wonder what is the difference between my environment and yours.
>>>
>>> Locale setting?
>>>
>>> fhandler_tty.cc(fhandler_pty_slave::setup_locale)@2854 calls
>>> get_langinfo@2768 calls@2781
>>> nlsfuncs.cc(__set_locale_from_locale_alias)@1462
>>> which opens /usr/share/locale/locale.alias@1472.
>>>
>>> One problem I see with that is that __set_locale_from_locale_alias is meant to
>>> be called when loadlocale fails with an unrecognized locale, but in
>>> get_langinfo@2778 if the locale is not found, it is defaulted to C before
>>> __set_locale_from_locale_alias is called, defeating the purpose:
>>>
>>>   const char *locale = __loadlocale (&loc, LC_CTYPE, new_locale);
>>>   if (!locale)
>>>     locale = "C";
>>>
>>>   char tmp_locale[ENCODING_LEN + 1];
>>>   char *ret = __set_locale_from_locale_alias (locale, tmp_locale);
>>>   if (ret)
>>>     locale = tmp_locale;
>>
>> Hmm..., you are right. Furthermore, __set_locale_from_locale_alias()
>> here is completely unnecessary since it is already processed in
>> __loadlocale().
> 
> No. I was wrong. If locale alias is used, __loadlocale() returns
> aliased locale. Calling __set_locale_from_locale_alias() is
> necessary to resolve alias. For example, if locale is set to
> "japanese", which is defined in /usr/share/locale/locale.alias,
> __loadlocale() returns "japanese", while
> __set_locale_from_locale_alias() returns "ja_JP.eucJP".
> 
> __loadlocale() returns NULL when the alias resolution also fails.
> So the current code is as designed.

But if __loadlocale() returns a non-NULL string, then the locale and/or alias
has been resolved and loaded, so it is unnecessary to further call
__set_locale_from_locale_alias().
If __loadlocale() returns a NULL string, then you need to set it to the global
default locale "C.ASCII".

-- 
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.
[Data in IEC units and prefixes, physical quantities in SI.]

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-08  3:20                           ` Brian Inglis
@ 2020-06-08 10:27                             ` Takashi Yano
  2020-06-08 19:24                               ` Brian Inglis
  0 siblings, 1 reply; 39+ messages in thread
From: Takashi Yano @ 2020-06-08 10:27 UTC (permalink / raw)
  To: cygwin

On Sun, 7 Jun 2020 21:20:09 -0600
Brian Inglis wrote:
> On 2020-06-07 03:23, Takashi Yano via Cygwin wrote:
> > On Sun, 7 Jun 2020 16:42:52 +0900
> > Takashi Yano via Cygwin <cygwin@cygwin.com> wrote:
> >> On Sun, 7 Jun 2020 00:15:59 -0600
> >> Brian Inglis wrote:
> >>> On 2020-06-06 19:35, Takashi Yano via Cygwin wrote:
> >>>> On Sat, 06 Jun 2020 13:20:16 +0200
> >>>> ASSI wrote:
> >>>>> Takashi Yano via Cygwin writes:
> >>>>>>> 1. Rename /usr/share/locale to something else, like local.bak.
> >>>>>>> 2. Start mintty in the usual way.
> >>>>>>> 3. Rename the directory from step 1 back to /usr/share/local.
> >>>>>>> 4. Work just like the problem never existed either in the shell running
> >>>>>>> inside the mintty or even start a new mintty.
> >>>>>>
> >>>>>> I guess renaming /usr/share/locale/locale.alias is enough.
> >>>>>
> >>>>> I've had some time to look into this problem again after having updated
> >>>>> Cygwin to the latest and greatest.  Indeed, when
> >>>>>
> >>>>> /usr/share/locale/locale.alias
> >>>>>
> >>>>> gets renamed, the problem also goes away.  This is great because I don't
> >>>>> really need the locale aliases for anything.  Btw, my laptop got
> >>>>> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
> >>>>> specific to 1803 as was supected earlier.
> >>>>>
> >>>>> I then tried to figure out what exactly causes the problem and it turns
> >>>>> out that it's the _presence_ of this file with the additional condition
> >>>>> that it must not be owned by the user starting the mintty/shell.  Since
> >>>>> I install Cygwin on my work laptop with a different (admin) account and
> >>>>> not my (non-admin) user account, that explains why I am seeing the
> >>>>> problem there and not on other machines.  Before you are going to
> >>>>> suggest that it's the admin vs. non-admin rights: no, if I create a
> >>>>> locale.alias with my user account (either as an empty file or a copy of
> >>>>> the backup file), then the admin account is unable to start a shell in
> >>>>> mintty successfully.  I have no idea why the ownership of a file that
> >>>>> onnly should get read (and is readable by everyone) would have the
> >>>>> effect I'm seeing, but maybe that gives the clue on where to look for a
> >>>>> fix.
> >>>>
> >>>> Thanks for the additional information. I tested the following steps
> >>>> to confirm if the problem can be reproduced.
> >>>>
> >>>> 1. Enable Administrator account.
> >>>> 2. Remove all groups from account yano other than Users.
> >>>> 3. Install cygwin for all with gettext package as Administrator.
> >>>> 4. Run mintty from desktop shortcut as Administrator.
> >>>> 5. Run mintty from desktop shortcut as yano.
> >>>>
> >>>> Both 4 and 5 successfully open mintty window with shell.
> >>>>
> >>>> I wonder what is the difference between my environment and yours.
> >>>
> >>> Locale setting?
> >>>
> >>> fhandler_tty.cc(fhandler_pty_slave::setup_locale)@2854 calls
> >>> get_langinfo@2768 calls@2781
> >>> nlsfuncs.cc(__set_locale_from_locale_alias)@1462
> >>> which opens /usr/share/locale/locale.alias@1472.
> >>>
> >>> One problem I see with that is that __set_locale_from_locale_alias is meant to
> >>> be called when loadlocale fails with an unrecognized locale, but in
> >>> get_langinfo@2778 if the locale is not found, it is defaulted to C before
> >>> __set_locale_from_locale_alias is called, defeating the purpose:
> >>>
> >>>   const char *locale = __loadlocale (&loc, LC_CTYPE, new_locale);
> >>>   if (!locale)
> >>>     locale = "C";
> >>>
> >>>   char tmp_locale[ENCODING_LEN + 1];
> >>>   char *ret = __set_locale_from_locale_alias (locale, tmp_locale);
> >>>   if (ret)
> >>>     locale = tmp_locale;
> >>
> >> Hmm..., you are right. Furthermore, __set_locale_from_locale_alias()
> >> here is completely unnecessary since it is already processed in
> >> __loadlocale().
> > 
> > No. I was wrong. If locale alias is used, __loadlocale() returns
> > aliased locale. Calling __set_locale_from_locale_alias() is
> > necessary to resolve alias. For example, if locale is set to
> > "japanese", which is defined in /usr/share/locale/locale.alias,
> > __loadlocale() returns "japanese", while
> > __set_locale_from_locale_alias() returns "ja_JP.eucJP".
> > 
> > __loadlocale() returns NULL when the alias resolution also fails.
> > So the current code is as designed.
> 
> But if __loadlocale() returns a non-NULL string, then the locale and/or alias
> has been resolved and loaded, so it is unnecessary to further call
> __set_locale_from_locale_alias().

This is not true. When __loadlocale() returns non-NULL, the third
argument of __loadlocale() is returned.
Please see newlib/libc/locale/locale.c.

So, as for return value of __loadlocale(), alias is not resolved.
Alias-resolved locale is used in __loadlocale() only internally.

> If __loadlocale() returns a NULL string, then you need to set it to the global
> default locale "C.ASCII".


-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-08 10:27                             ` Takashi Yano
@ 2020-06-08 19:24                               ` Brian Inglis
  0 siblings, 0 replies; 39+ messages in thread
From: Brian Inglis @ 2020-06-08 19:24 UTC (permalink / raw)
  To: cygwin

On 2020-06-08 04:27, Takashi Yano via Cygwin wrote:
> On Sun, 7 Jun 2020 21:20:09 -0600
> Brian Inglis wrote:
>> On 2020-06-07 03:23, Takashi Yano via Cygwin wrote:
>>> On Sun, 7 Jun 2020 16:42:52 +0900
>>> Takashi Yano via Cygwin <cygwin@cygwin.com> wrote:
>>>> On Sun, 7 Jun 2020 00:15:59 -0600
>>>> Brian Inglis wrote:
>>>>> On 2020-06-06 19:35, Takashi Yano via Cygwin wrote:
>>>>>> On Sat, 06 Jun 2020 13:20:16 +0200
>>>>>> ASSI wrote:
>>>>>>> Takashi Yano via Cygwin writes:
>>>>>>>>> 1. Rename /usr/share/locale to something else, like local.bak.
>>>>>>>>> 2. Start mintty in the usual way.
>>>>>>>>> 3. Rename the directory from step 1 back to /usr/share/local.
>>>>>>>>> 4. Work just like the problem never existed either in the shell running
>>>>>>>>> inside the mintty or even start a new mintty.
>>>>>>>>
>>>>>>>> I guess renaming /usr/share/locale/locale.alias is enough.
>>>>>>>
>>>>>>> I've had some time to look into this problem again after having updated
>>>>>>> Cygwin to the latest and greatest.  Indeed, when
>>>>>>>
>>>>>>> /usr/share/locale/locale.alias
>>>>>>>
>>>>>>> gets renamed, the problem also goes away.  This is great because I don't
>>>>>>> really need the locale aliases for anything.  Btw, my laptop got
>>>>>>> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
>>>>>>> specific to 1803 as was supected earlier.
>>>>>>>
>>>>>>> I then tried to figure out what exactly causes the problem and it turns
>>>>>>> out that it's the _presence_ of this file with the additional condition
>>>>>>> that it must not be owned by the user starting the mintty/shell.  Since
>>>>>>> I install Cygwin on my work laptop with a different (admin) account and
>>>>>>> not my (non-admin) user account, that explains why I am seeing the
>>>>>>> problem there and not on other machines.  Before you are going to
>>>>>>> suggest that it's the admin vs. non-admin rights: no, if I create a
>>>>>>> locale.alias with my user account (either as an empty file or a copy of
>>>>>>> the backup file), then the admin account is unable to start a shell in
>>>>>>> mintty successfully.  I have no idea why the ownership of a file that
>>>>>>> onnly should get read (and is readable by everyone) would have the
>>>>>>> effect I'm seeing, but maybe that gives the clue on where to look for a
>>>>>>> fix.
>>>>>>
>>>>>> Thanks for the additional information. I tested the following steps
>>>>>> to confirm if the problem can be reproduced.
>>>>>>
>>>>>> 1. Enable Administrator account.
>>>>>> 2. Remove all groups from account yano other than Users.
>>>>>> 3. Install cygwin for all with gettext package as Administrator.
>>>>>> 4. Run mintty from desktop shortcut as Administrator.
>>>>>> 5. Run mintty from desktop shortcut as yano.
>>>>>>
>>>>>> Both 4 and 5 successfully open mintty window with shell.
>>>>>>
>>>>>> I wonder what is the difference between my environment and yours.
>>>>>
>>>>> Locale setting?
>>>>>
>>>>> fhandler_tty.cc(fhandler_pty_slave::setup_locale)@2854 calls
>>>>> get_langinfo@2768 calls@2781
>>>>> nlsfuncs.cc(__set_locale_from_locale_alias)@1462
>>>>> which opens /usr/share/locale/locale.alias@1472.
>>>>>
>>>>> One problem I see with that is that __set_locale_from_locale_alias is meant to
>>>>> be called when loadlocale fails with an unrecognized locale, but in
>>>>> get_langinfo@2778 if the locale is not found, it is defaulted to C before
>>>>> __set_locale_from_locale_alias is called, defeating the purpose:
>>>>>
>>>>>   const char *locale = __loadlocale (&loc, LC_CTYPE, new_locale);
>>>>>   if (!locale)
>>>>>     locale = "C";
>>>>>
>>>>>   char tmp_locale[ENCODING_LEN + 1];
>>>>>   char *ret = __set_locale_from_locale_alias (locale, tmp_locale);
>>>>>   if (ret)
>>>>>     locale = tmp_locale;
>>>>
>>>> Hmm..., you are right. Furthermore, __set_locale_from_locale_alias()
>>>> here is completely unnecessary since it is already processed in
>>>> __loadlocale().
>>>
>>> No. I was wrong. If locale alias is used, __loadlocale() returns
>>> aliased locale. Calling __set_locale_from_locale_alias() is
>>> necessary to resolve alias. For example, if locale is set to
>>> "japanese", which is defined in /usr/share/locale/locale.alias,
>>> __loadlocale() returns "japanese", while
>>> __set_locale_from_locale_alias() returns "ja_JP.eucJP".
>>>
>>> __loadlocale() returns NULL when the alias resolution also fails.
>>> So the current code is as designed.
>>
>> But if __loadlocale() returns a non-NULL string, then the locale and/or alias
>> has been resolved and loaded, so it is unnecessary to further call
>> __set_locale_from_locale_alias().
> 
> This is not true. When __loadlocale() returns non-NULL, the third
> argument of __loadlocale() is returned.
> Please see newlib/libc/locale/locale.c.
> 
> So, as for return value of __loadlocale(), alias is not resolved.
> Alias-resolved locale is used in __loadlocale() only internally.

The alias value is returned, so that the library can avoid re-resolving it and
re-loading locale categories if the same value is passed again: they do not
assume that any returned value will be saved and reused by the most callers in
subsequent uses, so avoid having to re-resolve aliases by keeping them around.

Internally to __loadlocale(), the alias is resolved and the resolved value is
used to set the base locale information and load all the associated locale
categories: I have custom locale/regional settings in Linux and Windows, so I
know these work well.

[It would be clearer if the charset handling was refactored into a separate
function, and also doing the language and territory separately would help
declutter __loadlocale(), but who has the time and knowledge?]

-- 
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.
[Data in IEC units and prefixes, physical quantities in SI.]

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

* Re: cygwin-3.1.0 and mintty from desktop shortcut
  2020-06-06 11:20                 ` ASSI
  2020-06-07  1:35                   ` Takashi Yano
@ 2021-03-22 20:13                   ` Achim Gratz
  1 sibling, 0 replies; 39+ messages in thread
From: Achim Gratz @ 2021-03-22 20:13 UTC (permalink / raw)
  To: cygwin

ASSI writes:
> Takashi Yano via Cygwin writes:
>>> 1. Rename /usr/share/locale to something else, like local.bak.
>>> 2. Start mintty in the usual way.
>>> 3. Rename the directory from step 1 back to /usr/share/local.
>>> 4. Work just like the problem never existed either in the shell running
>>> inside the mintty or even start a new mintty.
>>
>> I guess renaming /usr/share/locale/locale.alias is enough.
>
> I've had some time to look into this problem again after having updated
> Cygwin to the latest and greatest.  Indeed, when
>
> /usr/share/locale/locale.alias
>
> gets renamed, the problem also goes away.  This is great because I don't
> really need the locale aliases for anything.  Btw, my laptop got
> upgraded to Win10 1909 (Enterprise) in the meantime, so the issue isn't
> specific to 1803 as was supected earlier.
>
> I then tried to figure out what exactly causes the problem and it turns
> out that it's the _presence_ of this file with the additional condition
> that it must not be owned by the user starting the mintty/shell.  Since
> I install Cygwin on my work laptop with a different (admin) account and
> not my (non-admin) user account, that explains why I am seeing the
> problem there and not on other machines.  Before you are going to
> suggest that it's the admin vs. non-admin rights: no, if I create a
> locale.alias with my user account (either as an empty file or a copy of
> the backup file), then the admin account is unable to start a shell in
> mintty successfully.  I have no idea why the ownership of a file that
> only should get read (and is readable by everyone) would have the
> effect I'm seeing, but maybe that gives the clue on where to look for a
> fix.

With the 3.1.2 test version of Cygwin these errors no longer occur (as
well as a few others that I worked around with CYGWIN=disable_pcon as an
intermediate measure).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

end of thread, other threads:[~2021-03-22 20:13 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16 23:26 [ANNOUNCEMENT] cygwin 3.1.0-1 Corinna Vinschen
2019-12-17  6:35 ` Thomas Wolff
2019-12-17  8:49   ` [GOLDSTAR][PLUSH HIPPO] " Corinna Vinschen
2019-12-17 20:58     ` Andrew Schulman via cygwin
2019-12-17 18:57 ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Achim Gratz
2019-12-18  9:07   ` Corinna Vinschen
2019-12-18 16:56     ` cygwin-3.1.0 and mintty from desktop shortcut Achim Gratz
2020-03-11 17:47       ` Achim Gratz
2020-03-11 19:51         ` Corinna Vinschen
2020-03-12  2:56           ` Rainer Emrich
2020-03-12 19:39             ` Achim Gratz
2020-03-12 21:36               ` Thomas Wolff
2020-03-13  1:03               ` Takashi Yano
2020-03-13  2:01                 ` Takashi Yano
2020-03-13 15:09                   ` Rainer Emrich
2020-03-13 21:26                   ` Achim Gratz
2020-03-13 22:20                     ` Ken Brown
2020-03-14 16:11                       ` Achim Gratz
2020-06-06 11:20                 ` ASSI
2020-06-07  1:35                   ` Takashi Yano
2020-06-07  5:29                     ` ASSI
2020-06-07  6:15                     ` Brian Inglis
2020-06-07  7:42                       ` Takashi Yano
2020-06-07  9:23                         ` Takashi Yano
2020-06-08  3:20                           ` Brian Inglis
2020-06-08 10:27                             ` Takashi Yano
2020-06-08 19:24                               ` Brian Inglis
2021-03-22 20:13                   ` Achim Gratz
2020-03-12 10:57           ` Takashi Yano
2020-03-12 19:46             ` Achim Gratz
2019-12-18 12:28   ` cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Takashi Yano
2019-12-18 17:17     ` cygwin-3.1.0 and mintty from desktop shortcut Achim Gratz
2019-12-18 10:18 ` [ANNOUNCEMENT] cygwin 3.1.0-1 Henning
2019-12-18 11:25   ` Corinna Vinschen
2019-12-20  9:40     ` Henning
2019-12-20 10:22       ` Corinna Vinschen
2019-12-20 16:20         ` Henning
2020-01-13 21:30   ` Houder
2020-01-14  0:20     ` Ken Brown

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