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 >