public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Xwin 1.17.2.1 exits early
@ 2015-07-28 15:43 Rainer Blome
  2015-07-29 16:15 ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Blome @ 2015-07-28 15:43 UTC (permalink / raw)
  To: cygwin

First off: I have been using Cygwin for about 15 years now,
thanks to the maintainers!!!

For a few months now, the only way for me to get Cygwin/X to run
was to start a Cygwin terminal ("C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -"),
then run "XWin -multiwindow -clipboard" from there, in the foreground.
That has worked for many weeks now.

Today, I upgraded from 1.17.1-5 to 1.17.2-1 (I think),
and XWin no longer starts as it used to.
No X icon appears, XWin exits almost immediately, with return code zero.

This is the output:
----
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.17.2.0
OS: CYGWIN_NT-6.1-WOW ************ 2.1.0(0.287/5/3) 2015-07-14 21:26 i686
OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (WoW64)
Package: version 1.17.2-1 built 2015-07-09

XWin was started with the following command line:

Xwin -multiwindow

(II) xorg.conf is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
LoadPreferences: /cygdrive/c/blome/.XWinrc not found
LoadPreferences: Loading /etc/X11/system.XWinrc
LoadPreferences: Done parsing the configuration file...
winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
winDetectSupportedEngines - Returning, supported engines 00000005
----


* The machine is not loaded, has plenty of RAM and works fine otherwise.
* I used dash -> /usr/bin/rebaseall -v, and
  feel stupid actually jumping through this particular type of hoop.
  Still no success.
* I rebooted MS Windows. Still no success.
* I disabled the firewall. Still no success.
* I tried leaving out all command-line args but "-multiwindow". Still no success.
* I searched the internet for some of the messages,
  especially the "xorg.conf is not supported" one. Nothing appropriate.
* I read some of the FAQ (searched for "xorg.conf" in it). Nothing appropriate.
* I looked at the past two months of mailing list. Nothing appropriate.
* I used the Cygwin installer to roll back to 1.17.1.5. Still no success.

With Version 1.17.1-5, the package version differed, of course:

 Package: version 1.17.1-5 built 2015-06-02

and there were additional messages like this,
which may have ben caused by the downgrade:

 Could not load crashreporter dll

Other than that, the output was the same.

* I also tried the startxwin script, which not surprisingly,
  gives the above messages plus these:

 xinit: giving up
 xinit: unable to connect to X server: Connection refused
 xinit: server error

How can I troubleshoot this further?

Rainer

PS: My expectation is this:

In Cygwin installer, select newest package xorg.server, install,
accept suggested set of additional packages to install (dependencies),
opt to create shortcuts.
Start X11 server via the new shortcut,
an X icon appears in the "system tray" (lower right-hand corner).
Right-click the X icon, start X11 apps from there.
At some point a few years back (at least 2012), this actually worked.


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

* Re: Xwin 1.17.2.1 exits early
  2015-07-28 15:43 Xwin 1.17.2.1 exits early Rainer Blome
@ 2015-07-29 16:15 ` Jon TURNEY
  2015-07-29 17:50   ` Aw: " Rainer Blome
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2015-07-29 16:15 UTC (permalink / raw)
  To: cygwin; +Cc: rainer.blome

On 28/07/2015 16:43, Rainer Blome wrote:
> For a few months now, the only way for me to get Cygwin/X to run
> was to start a Cygwin terminal ("C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -"),
> then run "XWin -multiwindow -clipboard" from there, in the foreground.
> That has worked for many weeks now.

I think this is saying that using the start menu shortcuts doesn't work, 
but I'm not sure.

> Today, I upgraded from 1.17.1-5 to 1.17.2-1 (I think),
> and XWin no longer starts as it used to.
> No X icon appears, XWin exits almost immediately, with return code zero.
>
> This is the output:
> ----
> Welcome to the XWin X Server
> Vendor: The Cygwin/X Project
> Release: 1.17.2.0
> OS: CYGWIN_NT-6.1-WOW ************ 2.1.0(0.287/5/3) 2015-07-14 21:26 i686
> OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (WoW64)
> Package: version 1.17.2-1 built 2015-07-09
>
> XWin was started with the following command line:
>
> Xwin -multiwindow
>
> (II) xorg.conf is not supported
> (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
> LoadPreferences: /cygdrive/c/blome/.XWinrc not found
> LoadPreferences: Loading /etc/X11/system.XWinrc
> LoadPreferences: Done parsing the configuration file...
> winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
> winDetectSupportedEngines - Returning, supported engines 00000005

This is pretty odd.

> * I tried leaving out all command-line args but "-multiwindow". Still no success.

How about leaving out all command-line args completely?

> * I used the Cygwin installer to roll back to 1.17.1.5. Still no success.

This tends to argue against that you were using 1.17.1-5 previously, or 
that other things e.g. the cygwin DLL were upgraded at the same time.

> How can I troubleshoot this further?

Can you provide the logfile written by 'strace -o logfile XWin 
-multiwindow' which might shed some light.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

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

* Aw: Re: Xwin 1.17.2.1 exits early
  2015-07-29 16:15 ` Jon TURNEY
@ 2015-07-29 17:50   ` Rainer Blome
  2015-07-29 21:52     ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Blome @ 2015-07-29 17:50 UTC (permalink / raw)
  To: Jon TURNEY; +Cc: cygwin

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

 
Gesendet: Mittwoch, 29. Juli 2015 um 18:14 Uhr
Von: "Jon TURNEY"
> I think this is saying that using the start menu shortcuts doesn't work,
> but I'm not sure.

Yes, a few months ago, they stopped working for me.
For my report this is "merely" context, although I would appreciate it if they worked.

On 28/07/2015 16:43, Rainer Blome wrote:
>> * I tried leaving out all command-line args but "-multiwindow". Still no success.

> How about leaving out all command-line args completely?

Same symptoms, exits after less than a second with same output (didn't diff, though).

>> * I used the Cygwin installer to roll back to 1.17.1.5. Still no success.

> This tends to argue against that you were using 1.17.1-5 previously, or
> that other things e.g. the cygwin DLL were upgraded at the same time.

Yes, I may have come to 1.17.2 from a release earlier than 1.17.1-5

To be able to work, I installed VcXsrv which has "1.17.0.0" in its version string.
That mostly works fine, except that it refuses connections from remote SSH-X-forwarding clients
(did not try to troubleshoot that yet, it's just been a few hours).

>> How can I troubleshoot this further?

> Can you provide the logfile written by 'strace -o logfile XWin -multiwindow' which might shed some light.

Yes, attached.

Regards, Rainer

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: strace-XWin-multiwindow-RB.log --]
[-- Type: text/x-log, Size: 95433 bytes --]

--- Process 7432 created
--- Process 7432 loaded C:\Windows\SysWOW64\ntdll.dll at 77D80000
--- Process 7432 unloaded DLL at 77A80000
--- Process 7432 unloaded DLL at 76920000
--- Process 7432 unloaded DLL at 77A80000
--- Process 7432 unloaded DLL at 77980000
--- Process 7432 loaded C:\Windows\SysWOW64\kernel32.dll at 76920000
--- Process 7432 loaded C:\Windows\SysWOW64\KernelBase.dll at 76AD0000
--- Process 7432 loaded C:\Windows\SysWOW64\sysfer.dll at 756C0000
--- Process 7432 loaded C:\ProgramData\Symantec\Symantec Endpoint Protection\12.1.4013.4013.105\Data\Definitions\BASHDefs\20150625.011\UMEngx86.dll at 6E5D0000
--- Process 7432 loaded C:\cygwin\bin\cygwin1.dll at 61000000
--- Process 7432 loaded C:\cygwin\bin\cygxcb-icccm-4.dll at 5ED90000
--- Process 7432 loaded C:\cygwin\bin\cygxcb-1.dll at 5EDC0000
--- Process 7432 loaded C:\cygwin\bin\cygXau-6.dll at 6A2B0000
--- Process 7432 loaded C:\cygwin\bin\cygXdmcp-6.dll at 6A200000
--- Process 7432 loaded C:\cygwin\bin\cygxcb-image-0.dll at 5ED80000
--- Process 7432 loaded C:\cygwin\bin\cygxcb-shm-0.dll at 5ED60000
--- Process 7432 loaded C:\cygwin\bin\cygxcb-util-1.dll at 5ED50000
--- Process 7432 loaded C:\cygwin\bin\cyggcc_s-1.dll at 68950000
--- Process 7432 loaded C:\cygwin\bin\cygpixman-1-0.dll at 618C0000
--- Process 7432 loaded C:\cygwin\bin\cygX11-xcb-1.dll at 6A2C0000
--- Process 7432 loaded C:\cygwin\bin\cygX11-6.dll at 6A2D0000
--- Process 7432 loaded C:\cygwin\bin\cygXfixes-3.dll at 6A1D0000
--- Process 7432 loaded C:\cygwin\bin\cygXfont-1.dll at 6A190000
--- Process 7432 loaded C:\cygwin\bin\cygbz2-1.dll at 697E0000
--- Process 7432 loaded C:\cygwin\bin\cygfontenc-1.dll at 68BA0000
--- Process 7432 loaded C:\cygwin\bin\cygz.dll at 5EB50000
--- Process 7432 loaded C:\cygwin\bin\cygfreetype-6.dll at 689A0000
--- Process 7432 loaded C:\cygwin\bin\cygpng16-16.dll at 616D0000
--- Process 7432 loaded C:\Windows\SysWOW64\advapi32.dll at 75CA0000
--- Process 7432 loaded C:\Windows\SysWOW64\msvcrt.dll at 76870000
--- Process 7432 loaded C:\Windows\SysWOW64\sechost.dll at 766A0000
--- Process 7432 loaded C:\Windows\SysWOW64\rpcrt4.dll at 77850000
--- Process 7432 loaded C:\Windows\SysWOW64\sspicli.dll at 75890000
--- Process 7432 loaded C:\Windows\SysWOW64\cryptbase.dll at 75880000
--- Process 7432 loaded C:\Windows\SysWOW64\gdi32.dll at 76A40000
--- Process 7432 loaded C:\Windows\SysWOW64\user32.dll at 76140000
--- Process 7432 loaded C:\Windows\SysWOW64\lpk.dll at 76580000
--- Process 7432 loaded C:\Windows\SysWOW64\usp10.dll at 75B70000
--- Process 7432 loaded C:\Windows\SysWOW64\ole32.dll at 76710000
--- Process 7432 loaded C:\Windows\SysWOW64\opengl32.dll at 5E240000
--- Process 7432 loaded C:\Windows\SysWOW64\glu32.dll at 5E510000
--- Process 7432 loaded C:\Windows\SysWOW64\ddraw.dll at 6BDB0000
--- Process 7432 loaded C:\Windows\SysWOW64\dciman32.dll at 6BDA0000
--- Process 7432 loaded C:\Windows\SysWOW64\setupapi.dll at 76240000
--- Process 7432 loaded C:\Windows\SysWOW64\cfgmgr32.dll at 77800000
--- Process 7432 loaded C:\Windows\SysWOW64\oleaut32.dll at 75C10000
--- Process 7432 loaded C:\Windows\SysWOW64\devobj.dll at 77830000
--- Process 7432 loaded C:\Windows\SysWOW64\dwmapi.dll at 74AA0000
--- Process 7432 loaded C:\Windows\SysWOW64\shell32.dll at 76B20000
--- Process 7432 loaded C:\Windows\SysWOW64\shlwapi.dll at 758F0000
--- Process 7432 thread 7692 created
    1       1 [main] XWin (7432) **********************************************
  239     240 [main] XWin (7432) Program name: C:\cygwin\bin\XWin.exe (windows pid 7432)
  145     385 [main] XWin (7432) OS version:   Windows NT-6.1
  201     586 [main] XWin (7432) **********************************************
  182     768 [main] XWin (7432) sigprocmask: 0 = sigprocmask (0, 0x0, 0x612B3B08)
  622    1390 [main] XWin 7432 open_shared: name shared.5, n 5, shared 0x60FF0000 (wanted 0x60FF0000), h 0x80, *m 6
  199    1589 [main] XWin 7432 user_heap_info::init: heap base 0x80000000, heap top 0x80000000, heap size 0x18000000 (402653184)
  159    1748 [main] XWin 7432 open_shared: name S-1-5-21-3307150361-246964846-1140100849-1000.1, n 1, shared 0x60FE0000 (wanted 0x60FE0000), h 0x7C, *m 6
  131    1879 [main] XWin 7432 user_info::create: opening user shared for 'S-1-5-21-3307150361-246964846-1140100849-1000' at 0x60FE0000
   74    1953 [main] XWin 7432 user_info::create: user shared version AB1FCCE8
  195    2148 [main] XWin 7432 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-7432-sigwait, size 5412, mode PIPE_TYPE_MESSAGE
  123    2271 [main] XWin 7432 fhandler_pipe::create: pipe read handle 0x98
   95    2366 [main] XWin 7432 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-7432-sigwait
   90    2456 [main] XWin 7432 fhandler_pipe::create: pipe write handle 0x9C
   92    2548 [main] XWin 7432 dll_crt0_0: finished dll_crt0_0 initialization
--- Process 7432 loaded C:\Windows\SysWOW64\imm32.dll at 76520000
--- Process 7432 loaded C:\Windows\SysWOW64\msctf.dll at 75960000
--- Process 7432 thread 8184 created
 6688    9236 [sig] XWin 7432 wait_sig: entering ReadFile loop, my_readsig 0x98, my_sendsig 0x9C
  170    9406 [main] XWin 7432 time: 1438190608 = time(0x0)
  233    9639 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\blome, no-keep-rel, no-add-slash)
  130    9769 [main] XWin 7432 normalize_win32_path: C:\blome = normalize_win32_path (C:\blome)
   70    9839 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/blome = conv_to_posix_path (C:\blome)
  129    9968 [main] XWin 7432 sigprocmask: 0 = sigprocmask (0, 0x0, 0x800180A8)
  358   10326 [main] XWin 7432 _cygwin_istext_for_stdio: fd 0: not open
   73   10399 [main] XWin 7432 _cygwin_istext_for_stdio: fd 1: not open
   81   10480 [main] XWin 7432 _cygwin_istext_for_stdio: fd 2: not open
  217   10697 [main] XWin (7432) open_shared: name cygpid.7432, n 7432, shared 0x60FD0000 (wanted 0x60FD0000), h 0x14C, *m 2
   67   10764 [main] ? (7432) time: 1438190608 = time(0x0)
   68   10832 [main] XWin 7432 pinfo::thisproc: myself dwProcessId 7432
  198   11030 [main] XWin 7432 environ_init: GetEnvironmentStrings returned 0x829438
  126   11156 [main] XWin 7432 environ_init: 0x80028290: !::=::\
  120   11276 [main] XWin 7432 environ_init: 0x800282A0: ALLUSERSPROFILE=C:\ProgramData
  118   11394 [main] XWin 7432 environ_init: 0x800282C8: APPDATA=C:\Users\THEUSER\AppData\Roaming
  133   11527 [main] XWin 7432 environ_init: 0x800282F8: COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files
  123   11650 [main] XWin 7432 environ_init: 0x80028338: COMMPath=C:\Program Files\Lenovo\Communications Utility
  122   11772 [main] XWin 7432 environ_init: 0x80028378: COMPUTERNAME=THEHOST
  116   11888 [main] XWin 7432 environ_init: 0x800283A0: COMSPEC=C:\windows\system32\cmd.exe
  123   12011 [main] XWin 7432 environ_init: 0x800283D0: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
  121   12132 [main] XWin 7432 environ_init: 0x80028418: CommonProgramW6432=C:\Program Files\Common Files
  124   12256 [main] XWin 7432 parse_options: glob (called func)
  120   12376 [main] XWin 7432 parse_options: returning
   69   12445 [main] XWin 7432 environ_init: 0x80028450: CYGWIN=noglob
  142   12587 [main] XWin 7432 environ_init: 0x80028478: DISPLAY=:0.0
  117   12704 [main] XWin 7432 environ_init: 0x80028490: DOTDIR=/cygdrive/c/blome/lib/dotdir
  117   12821 [main] XWin 7432 environ_init: 0x800284C0: EDITOR=emacs
  117   12938 [main] XWin 7432 environ_init: 0x800284D8: ENV=/cygdrive/c/blome/.kshrc
  119   13057 [main] XWin 7432 environ_init: 0x80028500: EXECIGNORE=*.dll
  120   13177 [main] XWin 7432 environ_init: 0x80028518: FP_NO_HOST_CHECK=NO
  120   13297 [main] XWin 7432 environ_init: 0x80028538: GIT_EDITOR=nedit
  120   13417 [main] XWin 7432 getwinenv: can't set native for HOME= since no environ yet
   76   13493 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\blome, no-keep-rel, no-add-slash)
   69   13562 [main] XWin 7432 normalize_win32_path: C:\blome = normalize_win32_path (C:\blome)
   63   13625 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/blome = conv_to_posix_path (C:\blome)
  179   13804 [main] XWin 7432 win_env::add_cache: posix /cygdrive/c/blome
   64   13868 [main] XWin 7432 win_env::add_cache: native HOME=C:\blome
   63   13931 [main] XWin 7432 posify_maybe: env var converted to HOME=/cygdrive/c/blome
  177   14108 [main] XWin 7432 environ_init: 0x80028598: HOME=/cygdrive/c/blome
  120   14228 [main] XWin 7432 environ_init: 0x80028550: HOMEDRIVE=C:
  119   14347 [main] XWin 7432 environ_init: 0x800285B8: HOMEPATH=\Users\THEUSER
  128   14475 [main] XWin 7432 environ_init: 0x800285D8: HOME_PROFILE_WAS_READ=1
  120   14595 [main] XWin 7432 environ_init: 0x800285F8: HOME_bash_profile_was_read=1
  120   14715 [main] XWin 7432 environ_init: 0x80028620: HOSTNAME=THEHOST
  119   14834 [main] XWin 7432 environ_init: 0x80028640: INFOPATH=/usr/local/info:/usr/share/info:/usr/info
  119   14953 [main] XWin 7432 environ_init: 0x80028678: LANG=en_US.UTF-8
  120   15073 [main] XWin 7432 environ_init: 0x80028690: LOCALAPPDATA=C:\Users\THEUSER\AppData\Local
  119   15192 [main] XWin 7432 environ_init: 0x800286C8: LOGONSERVER=\\THEHOST
  118   15310 [main] XWin 7432 environ_init: 0x800286F0: NUMBER_OF_PROCESSORS=4
  120   15430 [main] XWin 7432 environ_init: 0x80028710: OLDPWD=/cygdrive/c/windows/system32
  139   15569 [main] XWin 7432 environ_init: 0x80028740: ORIGINAL_PATH=/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/IBM/Infoprint Select:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software/syswow64:/cygdrive/c/Program Files/Broadcom/WHL:/cygdrive/c/Program Files/Broadcom/WHL/syswow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64/syswow64:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/XYZClient/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Users/THEUSER/AppData/Local/atom/bin
  143   15712 [main] XWin 7432 environ_init: 0x80028AB0: OS=Windows_NT
  133   15845 [main] XWin 7432 getwinenv: can't set native for PATH= since no environ yet
  128   15973 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\blome\lib\scripts, keep-rel, no-add-slash)
   63   16036 [main] XWin 7432 normalize_win32_path: C:\blome\lib\scripts = normalize_win32_path (C:\blome\lib\scripts)
   64   16100 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/blome/lib/scripts = conv_to_posix_path (C:\blome\lib\scripts)
   63   16163 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\blome\bin, keep-rel, no-add-slash)
   64   16227 [main] XWin 7432 normalize_win32_path: C:\blome\bin = normalize_win32_path (C:\blome\bin)
   63   16290 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/blome/bin = conv_to_posix_path (C:\blome\bin)
   63   16353 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   64   16417 [main] XWin 7432 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   89   16506 [main] XWin 7432 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   65   16571 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
   63   16634 [main] XWin 7432 normalize_win32_path: C:\cygwin\usr\X11R6\bin = normalize_win32_path (C:\cygwin\usr\X11R6\bin)
   64   16698 [main] XWin 7432 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\cygwin\usr\X11R6\bin)
   63   16761 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
   64   16825 [main] XWin 7432 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
   63   16888 [main] XWin 7432 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
   65   16953 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath, keep-rel, no-add-slash)
   64   17017 [main] XWin 7432 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath)
   63   17080 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/ProgramData/Oracle/Java/javapath = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath)
   64   17144 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\system32, keep-rel, no-add-slash)
   64   17208 [main] XWin 7432 normalize_win32_path: C:\windows\system32 = normalize_win32_path (C:\windows\system32)
   65   17273 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/windows/system32 = conv_to_posix_path (C:\windows\system32)
   63   17336 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows, keep-rel, no-add-slash)
   64   17400 [main] XWin 7432 normalize_win32_path: C:\windows = normalize_win32_path (C:\windows)
   86   17486 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/windows = conv_to_posix_path (C:\windows)
   71   17557 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\System32\Wbem, keep-rel, no-add-slash)
   71   17628 [main] XWin 7432 normalize_win32_path: C:\windows\System32\Wbem = normalize_win32_path (C:\windows\System32\Wbem)
   63   17691 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/windows/System32/Wbem = conv_to_posix_path (C:\windows\System32\Wbem)
   63   17754 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
   62   17816 [main] XWin 7432 normalize_win32_path: C:\windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\windows\System32\WindowsPowerShell\v1.0)
   64   17880 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\windows\System32\WindowsPowerShell\v1.0)
   63   17943 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\IBM\Infoprint Select, keep-rel, no-add-slash)
   62   18005 [main] XWin 7432 normalize_win32_path: C:\Program Files\IBM\Infoprint Select = normalize_win32_path (C:\Program Files\IBM\Infoprint Select)
   64   18069 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/IBM/Infoprint Select = conv_to_posix_path (C:\Program Files\IBM\Infoprint Select)
   63   18132 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\ThinkPad\Bluetooth Software, keep-rel, no-add-slash)
   63   18195 [main] XWin 7432 normalize_win32_path: C:\Program Files\ThinkPad\Bluetooth Software = normalize_win32_path (C:\Program Files\ThinkPad\Bluetooth Software)
   63   18258 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/ThinkPad/Bluetooth Software = conv_to_posix_path (C:\Program Files\ThinkPad\Bluetooth Software)
   64   18322 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\ThinkPad\Bluetooth Software\syswow64, keep-rel, no-add-slash)
   62   18384 [main] XWin 7432 normalize_win32_path: C:\Program Files\ThinkPad\Bluetooth Software\syswow64 = normalize_win32_path (C:\Program Files\ThinkPad\Bluetooth Software\syswow64)
   69   18453 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/ThinkPad/Bluetooth Software/syswow64 = conv_to_posix_path (C:\Program Files\ThinkPad\Bluetooth Software\syswow64)
   62   18515 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Broadcom\WHL, keep-rel, no-add-slash)
   62   18577 [main] XWin 7432 normalize_win32_path: C:\Program Files\Broadcom\WHL = normalize_win32_path (C:\Program Files\Broadcom\WHL)
   62   18639 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Broadcom/WHL = conv_to_posix_path (C:\Program Files\Broadcom\WHL)
   98   18737 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Broadcom\WHL\syswow64, keep-rel, no-add-slash)
   68   18805 [main] XWin 7432 normalize_win32_path: C:\Program Files\Broadcom\WHL\syswow64 = normalize_win32_path (C:\Program Files\Broadcom\WHL\syswow64)
   64   18869 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Broadcom/WHL/syswow64 = conv_to_posix_path (C:\Program Files\Broadcom\WHL\syswow64)
   65   18934 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Broadcom\WHL\SysWow64, keep-rel, no-add-slash)
   63   18997 [main] XWin 7432 normalize_win32_path: C:\Program Files\Broadcom\WHL\SysWow64 = normalize_win32_path (C:\Program Files\Broadcom\WHL\SysWow64)
   63   19060 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Broadcom/WHL/SysWow64 = conv_to_posix_path (C:\Program Files\Broadcom\WHL\SysWow64)
   64   19124 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Broadcom\WHL\SysWow64\syswow64, keep-rel, no-add-slash)
   63   19187 [main] XWin 7432 normalize_win32_path: C:\Program Files\Broadcom\WHL\SysWow64\syswow64 = normalize_win32_path (C:\Program Files\Broadcom\WHL\SysWow64\syswow64)
   63   19250 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Broadcom/WHL/SysWow64/syswow64 = conv_to_posix_path (C:\Program Files\Broadcom\WHL\SysWow64\syswow64)
   64   19314 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, keep-rel, no-add-slash)
   63   19377 [main] XWin 7432 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
   69   19446 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
   63   19509 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, keep-rel, no-add-slash)
   63   19572 [main] XWin 7432 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   63   19635 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Intel/WirelessCommon = conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   63   19698 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\XYZClient\bin, keep-rel, no-add-slash)
   63   19761 [main] XWin 7432 normalize_win32_path: C:\Program Files (x86)\XYZClient\bin = normalize_win32_path (C:\Program Files (x86)\XYZClient\bin)
   63   19824 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/XYZClient/bin = conv_to_posix_path (C:\Program Files (x86)\XYZClient\bin)
   63   19887 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, keep-rel, no-add-slash)
   63   19950 [main] XWin 7432 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
   63   20013 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
   63   20076 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, keep-rel, no-add-slash)
   63   20139 [main] XWin 7432 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   63   20202 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Intel/WirelessCommon = conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon)
   63   20265 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\THEUSER\AppData\Local\atom\bin, keep-rel, no-add-slash)
   64   20329 [main] XWin 7432 normalize_win32_path: C:\Users\THEUSER\AppData\Local\atom\bin = normalize_win32_path (C:\Users\THEUSER\AppData\Local\atom\bin)
   65   20394 [main] XWin 7432 mount_info::conv_to_posix_path: /cygdrive/c/Users/THEUSER/AppData/Local/atom/bin = conv_to_posix_path (C:\Users\THEUSER\AppData\Local\atom\bin)
   71   20465 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (., keep-rel, no-add-slash)
   80   20545 [main] XWin 7432 mount_info::conv_to_posix_path: . = conv_to_posix_path (.)
  211   20756 [main] XWin 7432 win_env::add_cache: posix /cygdrive/c/blome/lib/scripts:/cygdrive/c/blome/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/IBM/Infoprint Select:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software/syswow64:/cygdrive/c/Program Files/Broadcom/WHL:/cygdrive/c/Program Files/Broadcom/WHL/syswow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64/syswow64:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/XYZClient/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Users/THEUSER/AppData/Local/atom/bin:.
  139   20895 [main] XWin 7432 win_env::add_cache: native PATH=C:\blome\lib\scripts;C:\blome\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;C:\cygwin\usr\local\bin;C:\ProgramData\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0;C:\Program Files\IBM\Infoprint Select;C:\Program Files\ThinkPad\Bluetooth Software;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Broadcom\WHL;C:\Program Files\Broadcom\WHL\syswow64;C:\Program Files\Broadcom\WHL\SysWow64;C:\Program Files\Broadcom\WHL\SysWow64\syswow64;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\XYZClient\bin;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Users\THEUSER\AppData\Local\atom\bin;.
  119   21014 [main] XWin 7432 posify_maybe: env var converted to PATH=/cygdrive/c/blome/lib/scripts:/cygdrive/c/blome/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/IBM/Infoprint Select:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software/syswow64:/cygdrive/c/Program Files/Broadcom/WHL:/cygdrive/c/Program Files/Broadcom/WHL/syswow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64/syswow64:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/XYZClient/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Users/THEUSER/AppData/Local/atom/bin:.
  257   21271 [main] XWin 7432 environ_init: 0x800394C8: PATH=/cygdrive/c/blome/lib/scripts:/cygdrive/c/blome/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/windows/system32:/cygdrive/c/windows:/cygdrive/c/windows/System32/Wbem:/cygdrive/c/windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/IBM/Infoprint Select:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software:/cygdrive/c/Program Files/ThinkPad/Bluetooth Software/syswow64:/cygdrive/c/Program Files/Broadcom/WHL:/cygdrive/c/Program Files/Broadcom/WHL/syswow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64:/cygdrive/c/Program Files/Broadcom/WHL/SysWow64/syswow64:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files (x86)/XYZClient/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Users/THEUSER/AppData/Local/atom/bin:.
  168   21439 [main] XWin 7432 environ_init: 0x80028AC8: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
  151   21590 [main] XWin 7432 environ_init: 0x80028B10: PDBASE=C:\Program Files\IBM\Infoprint Select
  132   21722 [main] XWin 7432 environ_init: 0x80028B48: PD_SOCKET=6874
  121   21843 [main] XWin 7432 environ_init: 0x80028B60: PRINTER=OKI C830 Archiv
  132   21975 [main] XWin 7432 environ_init: 0x80028B80: PROCESSOR_ARCHITECTURE=x86
  120   22095 [main] XWin 7432 environ_init: 0x80028BA0: PROCESSOR_ARCHITEW6432=AMD64
  133   22228 [main] XWin 7432 environ_init: 0x80028BC8: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
  138   22366 [main] XWin 7432 environ_init: 0x80028C18: PROCESSOR_LEVEL=6
  124   22490 [main] XWin 7432 environ_init: 0x80028C30: PROCESSOR_REVISION=2a07
  118   22608 [main] XWin 7432 environ_init: 0x80028C50: PROFILEREAD=true
  136   22744 [main] XWin 7432 environ_init: 0x80028C68: PROGRAMFILES=C:\Program Files (x86)
  118   22862 [main] XWin 7432 environ_init: 0x80028C98: PS1=\u@\h:\w> 
  115   22977 [main] XWin 7432 environ_init: 0x80028CB0: PS2=> 
  116   23093 [main] XWin 7432 environ_init: 0x80028CC0: PSModulePath=C:\windows\system32\WindowsPowerShell\v1.0\Modules\
  131   23224 [main] XWin 7432 environ_init: 0x80028D08: PUBLIC=C:\Users\Public
  120   23344 [main] XWin 7432 environ_init: 0x80028D28: PWD=/cygdrive/c/blome
  125   23469 [main] XWin 7432 environ_init: 0x80028D48: ProgramData=C:\ProgramData
  206   23675 [main] XWin 7432 environ_init: 0x80028D68: ProgramFiles(x86)=C:\Program Files (x86)
  151   23826 [main] XWin 7432 environ_init: 0x80028D98: ProgramW6432=C:\Program Files
  153   23979 [main] XWin 7432 environ_init: 0x80028DC0: SESSIONNAME=Console
  122   24101 [main] XWin 7432 environ_init: 0x80039888: SHELL=/bin/bash
  133   24234 [main] XWin 7432 environ_init: 0x800398A0: SHLVL=1
  121   24355 [main] XWin 7432 environ_init: 0x800398B0: START=/cygdrive/c/blome/.kshrc
  129   24484 [main] XWin 7432 environ_init: 0x800398D8: SYSTEMDRIVE=C:
  137   24621 [main] XWin 7432 environ_init: 0x800398F0: SYSTEMROOT=C:\windows
  118   24739 [main] XWin 7432 getwinenv: can't set native for TEMP= since no environ yet
   60   24799 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   79   24878 [main] XWin 7432 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   65   24943 [main] XWin 7432 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  174   25117 [main] XWin 7432 win_env::add_cache: posix /tmp
   57   25174 [main] XWin 7432 win_env::add_cache: native TEMP=C:\cygwin\tmp
   63   25237 [main] XWin 7432 posify_maybe: env var converted to TEMP=/tmp
  173   25410 [main] XWin 7432 environ_init: 0x80039950: TEMP=/tmp
  130   25540 [main] XWin 7432 environ_init: 0x80039910: TERM=xterm
  126   25666 [main] XWin 7432 environ_init: 0x80039960: TERMINFO=/cygdrive/c/blome/lib/terminfo
  118   25784 [main] XWin 7432 environ_init: 0x80039990: TMOUT=0
  118   25902 [main] XWin 7432 getwinenv: can't set native for TMP= since no environ yet
   78   25980 [main] XWin 7432 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
   65   26045 [main] XWin 7432 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
   63   26108 [main] XWin 7432 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  193   26301 [main] XWin 7432 win_env::add_cache: posix /tmp
   61   26362 [main] XWin 7432 win_env::add_cache: native TMP=C:\cygwin\tmp
   63   26425 [main] XWin 7432 posify_maybe: env var converted to TMP=/tmp
  177   26602 [main] XWin 7432 environ_init: 0x800399E0: TMP=/tmp
  120   26722 [main] XWin 7432 environ_init: 0x800399F0: TSMPATH=C:\Program Files\ThinkPad\UltraNav Utility
  137   26859 [main] XWin 7432 environ_init: 0x80039A28: TVT=C:\Program Files (x86)\Lenovo
  118   26977 [main] XWin 7432 environ_init: 0x800399A0: TZ=Europe/Berlin
  116   27093 [main] XWin 7432 environ_init: 0x80039A50: USER=TheUser
  133   27226 [main] XWin 7432 environ_init: 0x80039A68: USERDOMAIN=THEHOST
  121   27347 [main] XWin 7432 environ_init: 0x80039A88: USERNAME=TheUser
  136   27483 [main] XWin 7432 environ_init: 0x80039AA0: USERPROFILE=C:\Users\THEUSER
  259   27742 [main] XWin 7432 environ_init: 0x80039AC8: WINDIR=C:\windows
  301   28043 [main] XWin 7432 environ_init: 0x80039AE0: _=/usr/bin/strace
  174   28217 [main] XWin 7432 pinfo_init: Set nice to 0
  172   28389 [main] XWin 7432 pinfo_init: pid 7432, pgid 7432, process_state 0x41
  158   28547 [main] XWin 7432 App version:  2000.4, api: 0.287
  109   28656 [main] XWin 7432 DLL version:  2001.0, api: 0.287
  146   28802 [main] XWin 7432 DLL build:    2015-07-14 21:26
  150   28952 [main] XWin 7432 dtable::extend: size 32, fds 0x612F06F8
--- Process 7432 loaded C:\Windows\SysWOW64\kernel32.dll at 02A00000
--- Process 7432 unloaded DLL at 02A00000
 1078   30030 [main] XWin 7432 __get_lcid_from_locale: LCID=0x0409
 1490   31520 [main] XWin 7432 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  126   31646 [main] XWin 7432 transport_layer_pipes::connect: Error opening the pipe (2)
  147   31793 [main] XWin 7432 client_request::make_request: cygserver un-available
--- Process 7432 loaded C:\Windows\SysWOW64\advapi32.dll at 02A00000
--- Process 7432 unloaded DLL at 02A00000
--- Process 7432 thread 7256 created
 3216   35009 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:>
  326   35335 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:>
  268   35603 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:>
  260   35863 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:>
  255   36118 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:>
  255   36373 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-561295:4095:>
  275   36648 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:>
  272   36920 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:>
  252   37172 [main] XWin 7432 pwdgrp::fetch_account_from_windows: line: <Medium Mandatory Level:S-1-16-8192:401408:>
   74   37246 [main] XWin 7432 cygheap_user::ontherange: what 2, pw 0x612F08D0
   66   37312 [main] XWin 7432 cygheap_user::ontherange: HOME is already in the environment /cygdrive/c/blome
  192   37504 [main] XWin 7432 build_argv: argv[0] = 'XWin'
   66   37570 [main] XWin 7432 build_argv: argv[1] = '-multiwindow'
   67   37637 [main] XWin 7432 build_argv: argc 2
  165   37802 [main] XWin 7432 build_fh_pc: created an archetype (0x612F1C70) for /dev/pty0(136/0)
   68   37870 [main] XWin 7432 build_fh_pc: fh 0x612F1A28, dev 00880000
   72   37942 [main] XWin 7432 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pty0-from-master, size 131072, mode PIPE_TYPE_MESSAGE
   93   38035 [main] XWin 7432 fhandler_pipe::create: pipe busy
   65   38100 [main] XWin 7432 tty::exists: exists 1
  185   38285 [main] XWin 7432 alloc_sd: uid 1000, gid 513, attribute 020620
   66   38351 [main] XWin 7432 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000 (+)
   66   38417 [main] XWin 7432 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-3307150361-246964846-1140100849-513 (+)
   77   38494 [main] XWin 7432 alloc_sd: ACL-Size: 124
  183   38677 [main] XWin 7432 alloc_sd: Created SD-Size: 200
   65   38742 [main] XWin 7432 fhandler_pty_slave::open: (395): pty output_mutex (0x1AC): waiting -1 ms
  105   38847 [main] XWin 7432 fhandler_pty_slave::open: (395): pty output_mutex: acquired
   82   38929 [main] XWin 7432 tty::create_inuse: cygtty.slave_alive.0 0x1B4
   67   38996 [main] XWin 7432 fhandler_pty_slave::open: (398): pty output_mutex(0x1AC) released
  137   39133 [main] XWin 7432 open_shared: name cygpid.2560, n 2560, shared 0x6E0000 (wanted 0x0), h 0x1B8, *m 6
   81   39214 [main] XWin 7432 fhandler_pty_slave::open: dup handles directly since I'm the owner
   98   39312 [main] XWin 7432 fhandler_pty_slave::open: duplicated from_master 0x1D8->0x1B8 from pty_owner
   66   39378 [main] XWin 7432 fhandler_pty_slave::open: duplicated to_master 0x1E8->0x1C0 from pty_owner
   72   39450 [main] XWin 7432 fhandler_pty_slave::open: duplicated to_master_cyg 0x1F0->0x1C4 from pty_owner
--- Process 7432 loaded C:\Windows\SysWOW64\user32.dll at 02C00000
--- Process 7432 unloaded DLL at 02C00000
  944   40394 [main] XWin 7432 fhandler_console::need_invisible: invisible_console 1
   99   40493 [main] XWin 7432 fhandler_base::open_with_arch: line 476:  /dev/pty0<0x612F1C70> usecount + 1 = 1
   69   40562 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   66   40628 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68   40696 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   66   40762 [main] XWin 7432 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   66   40828 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x612F1C70
   67   40895 [main] XWin 7432 _pinfo::set_ctty: ctty was NULL
   65   40960 [main] XWin 7432 _pinfo::set_ctty: line 482:  /dev/pty0<0x612F1C70> usecount + 1 = 2
   67   41027 [main] XWin 7432 _pinfo::set_ctty: /dev/pty0 ctty, usecount 2
   67   41094 [main] XWin 7432 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 7432, pid 7432, pgid 7432, tty->pgid 7752, tty->sid 6316
   64   41158 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty now 0x612F1C70, archetype 0x612F1C70
   68   41226 [main] XWin 7432 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2
   68   41294 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   64   41358 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   66   41424 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   73   41497 [main] XWin 7432 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   76   41573 [main] XWin 7432 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6316, pid 7432, pgid 7752, tty->pgid 7752, tty->sid 6316
   68   41641 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty now 0x612F1C70, archetype 0x612F1C70
   66   41707 [main] XWin 7432 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2
  179   41886 [main] XWin 7432 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x1B8
   64   41950 [main] XWin 7432 build_fh_pc: fh 0x612F1EF0, dev 00880000
   70   42020 [main] XWin 7432 fhandler_base::open_with_arch: line 496:  /dev/pty0<0x612F1C70> usecount + 1 = 3
   64   42084 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   66   42150 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65   42215 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   68   42283 [main] XWin 7432 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   67   42350 [main] XWin 7432 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6316, pid 7432, pgid 7752, tty->pgid 7752, tty->sid 6316
   66   42416 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty now 0x612F1C70, archetype 0x612F1C70
   74   42490 [main] XWin 7432 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3
   67   42557 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   68   42625 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68   42693 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   67   42760 [main] XWin 7432 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   67   42827 [main] XWin 7432 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6316, pid 7432, pgid 7752, tty->pgid 7752, tty->sid 6316
   66   42893 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty now 0x612F1C70, archetype 0x612F1C70
   65   42958 [main] XWin 7432 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3
  167   43125 [main] XWin 7432 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x1B8
   64   43189 [main] XWin 7432 build_fh_pc: fh 0x612F2138, dev 00880000
   69   43258 [main] XWin 7432 fhandler_base::open_with_arch: line 496:  /dev/pty0<0x612F1C70> usecount + 1 = 4
   63   43321 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   67   43388 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   74   43462 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   66   43528 [main] XWin 7432 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   66   43594 [main] XWin 7432 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6316, pid 7432, pgid 7752, tty->pgid 7752, tty->sid 6316
   67   43661 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty now 0x612F1C70, archetype 0x612F1C70
   66   43727 [main] XWin 7432 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4
   69   43796 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   64   43860 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67   43927 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   66   43993 [main] XWin 7432 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
   67   44060 [main] XWin 7432 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6316, pid 7432, pgid 7752, tty->pgid 7752, tty->sid 6316
   66   44126 [main] XWin 7432 _pinfo::set_ctty: cygheap->ctty now 0x612F1C70, archetype 0x612F1C70
   66   44192 [main] XWin 7432 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4
 4737   48929 [main] XWin 7432 __set_errno: void dll_crt0_1(void*):999 setting errno 0
 8676   57605 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 29)
  154   57759 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
  145   57904 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
  147   58051 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
  153   58204 [main] XWin 7432 write: 29 = write(2, 0x28C5E0, 29)
  547   58751 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 29)
  122   58873 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
  117   58990 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
  122   59112 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
  151   59263 [main] XWin 7432 write: 29 = write(2, 0x28C5E0, 29)
  296   59559 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 18)
   66   59625 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   67   59692 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   67   59759 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   67   59826 [main] XWin 7432 write: 18 = write(2, 0x28C5E0, 18)
--- Process 7432 loaded C:\Windows\SysWOW64\ws2_32.dll at 77940000
--- Process 7432 loaded C:\Windows\SysWOW64\nsi.dll at 764E0000
 6391   66217 [main] XWin 7432 wsock_init: res 0
  165   66382 [main] XWin 7432 wsock_init: wVersion 514
  126   66508 [main] XWin 7432 wsock_init: wHighVersion 514
  120   66628 [main] XWin 7432 wsock_init: szDescription WinSock 2.0
  145   66773 [main] XWin 7432 wsock_init: szSystemStatus Running
  145   66918 [main] XWin 7432 wsock_init: iMaxSockets 0
  119   67037 [main] XWin 7432 wsock_init: iMaxUdpDg 0
--- Process 7432 loaded C:\Windows\SysWOW64\nlaapi.dll at 6E840000
--- Process 7432 loaded C:\Windows\SysWOW64\NapiNSP.dll at 6E830000
--- Process 7432 loaded C:\Windows\SysWOW64\pnrpnsp.dll at 6E810000
--- Process 7432 loaded C:\Windows\SysWOW64\mswsock.dll at 6E880000
--- Process 7432 loaded C:\Windows\SysWOW64\dnsapi.dll at 73600000
--- Process 7432 loaded C:\Windows\SysWOW64\winrnr.dll at 6E800000
--- Process 7432 loaded C:\Windows\SysWOW64\wshbth.dll at 6E7F0000
 8278   75315 [main] XWin 7432 cygwin_gethostname: name THEHOST
  329   75644 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 77)
   99   75743 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
  123   75866 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
  115   75981 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
  130   76111 [main] XWin 7432 write: 77 = write(2, 0x28C5E0, 77)
  414   76525 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 65)
   85   76610 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   86   76696 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   86   76782 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   88   76870 [main] XWin 7432 write: 65 = write(2, 0x28C5E0, 65)
  261   77131 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 43)
   75   77206 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   67   77273 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   65   77338 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   68   77406 [main] XWin 7432 write: 43 = write(2, 0x28C5E0, 43)
  335   77741 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C5E0, 1)
   68   77809 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   72   77881 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   70   77951 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   71   78022 [main] XWin 7432 write: 1 = write(2, 0x28C5E0, 1)
  339   78361 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C680, 71)
   65   78426 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   71   78497 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   70   78567 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   71   78638 [main] XWin 7432 write: 71 = write(2, 0x28C680, 71)
  232   78870 [main] XWin 7432 sigaction_worker: signal 11, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   69   78939 [main] XWin 7432 sigaction: 0 = sigaction(11, 0x28CBA0, 0x28CBAC)
   69   79008 [main] XWin 7432 sigaction_worker: signal 3, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   70   79078 [main] XWin 7432 sigaction: 0 = sigaction(3, 0x28CBA0, 0x28CBAC)
   69   79147 [main] XWin 7432 sigaction_worker: signal 4, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   64   79211 [main] XWin 7432 sigaction: 0 = sigaction(4, 0x28CBA0, 0x28CBAC)
   66   79277 [main] XWin 7432 sigaction_worker: signal 8, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   69   79346 [main] XWin 7432 sigaction: 0 = sigaction(8, 0x28CBA0, 0x28CBAC)
   69   79415 [main] XWin 7432 sigaction_worker: signal 10, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   72   79487 [main] XWin 7432 sigaction: 0 = sigaction(10, 0x28CBA0, 0x28CBAC)
   67   79554 [main] XWin 7432 sigaction_worker: signal 12, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   66   79620 [main] XWin 7432 sigaction: 0 = sigaction(12, 0x28CBA0, 0x28CBAC)
   66   79686 [main] XWin 7432 sigaction_worker: signal 24, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   67   79753 [main] XWin 7432 sigaction: 0 = sigaction(24, 0x28CBA0, 0x28CBAC)
   66   79819 [main] XWin 7432 sigaction_worker: signal 25, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   66   79885 [main] XWin 7432 sigaction: 0 = sigaction(25, 0x28CBA0, 0x28CBAC)
   67   79952 [main] XWin 7432 sigaction_worker: signal 7, newact 0x28CBA0 (handler 0x570F70), oa 0x0
   67   80019 [main] XWin 7432 sigaction: 0 = sigaction(7, 0x28CBA0, 0x28CBAC)
   67   80086 [main] XWin 7432 sigaction_worker: signal 10, newact 0x28CB68 (handler 0x57ADE0), oa 0x570F70
   65   80151 [main] XWin 7432 sigaction: 0 = sigaction(10, 0x28CB68, 0x28CB74)
   80   80231 [main] XWin 7432 getpid: 7432 = getpid()
   73   80304 [main] XWin 7432 open: open(/tmp/.tX0-lock, 0xA01)
   66   80370 [main] XWin 7432 normalize_posix_path: src /tmp/.tX0-lock
   71   80441 [main] XWin 7432 normalize_posix_path: /tmp/.tX0-lock = normalize_posix_path (/tmp/.tX0-lock)
   65   80506 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.tX0-lock)
   69   80575 [main] XWin 7432 set_flags: flags: binary (0x2)
   65   80640 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.tX0-lock, dst C:\cygwin\tmp\.tX0-lock, flags 0x3000A, rc 0
 1216   81856 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock)
   84   81940 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.tX0-lock)
  204   82144 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock.exe)
   70   82214 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.tX0-lock.exe)
  191   82405 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock.lnk)
   75   82480 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.tX0-lock.lnk)
  204   82684 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock.exe.lnk)
   70   82754 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.tX0-lock.exe.lnk)
   66   82820 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.tX0-lock, 0x28A858) (0x3000A)
   67   82887 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp)
   66   82953 [main] XWin 7432 set_flags: flags: binary (0x2)
   65   83018 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp, dst C:\cygwin\tmp, flags 0x3000A, rc 0
  168   83186 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp)
   80   83266 [main] XWin 7432 symlink_info::check: not a symlink
   74   83340 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp, 0x28A858) (0x3000A)
   66   83406 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.tX0-lock), has_acls(1)
   76   83482 [main] XWin 7432 build_fh_pc: fh 0x612F23B8, dev 000000C3
   76   83558 [main] XWin 7432 fhandler_base::open: (\??\C:\cygwin\tmp\.tX0-lock, 0x108A01)
  952   84510 [main] XWin 7432 alloc_sd: uid 4294967295, gid 4294967295, attribute 020000000644
   79   84589 [main] XWin 7432 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000 (+)
   67   84656 [main] XWin 7432 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-3307150361-246964846-1140100849-513 (+)
   68   84724 [main] XWin 7432 alloc_sd: ACL-Size: 100
  181   84905 [main] XWin 7432 alloc_sd: Created SD-Size: 176
  257   85162 [main] XWin 7432 set_file_attribute: 0 = set_file_attribute(\??\C:\cygwin\tmp\.tX0-lock, -1, -1, 020000000644)
   67   85229 [main] XWin 7432 fhandler_base::set_flags: flags 0x108A01, supplied_bin 0x10000
   67   85296 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   67   85363 [main] XWin 7432 fhandler_base::open: 0x0 = NtCreateFile (0x280, 0x40120080, \??\C:\cygwin\tmp\.tX0-lock, io, NULL, 0x80, 0x7, 0x2, 0x4020, NULL, 0)
   66   85429 [main] XWin 7432 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\tmp\.tX0-lock, 0x108A01)
  114   85543 [main] XWin 7432 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\tmp\.tX0-lock, 0x8A01)
   70   85613 [main] XWin 7432 open: 3 = open(/tmp/.tX0-lock, 0x8A01)
   66   85679 [main] XWin 7432 getpid: 7432 = getpid()
   71   85750 [main] XWin 7432 write: write(3, 0x28BB50, 11)
  104   85854 [main] XWin 7432 write: 11 = write(3, 0x28BB50, 11)
  138   85992 [main] XWin 7432 alloc_sd: uid 4294967295, gid 4294967295, attribute 0444
   65   86057 [main] XWin 7432 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000 (+)
   66   86123 [main] XWin 7432 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-3307150361-246964846-1140100849-513 (+)
   67   86190 [main] XWin 7432 alloc_sd: ACL-Size: 100
  183   86373 [main] XWin 7432 alloc_sd: Created SD-Size: 176
  245   86618 [main] XWin 7432 set_file_attribute: 0 = set_file_attribute(\??\C:\cygwin\tmp\.tX0-lock, -1, -1, 0444)
  129   86747 [main] XWin 7432 close: close(3)
   80   86827 [main] XWin 7432 fhandler_base::close: closing '/tmp/.tX0-lock' handle 0x280
  229   87056 [main] XWin 7432 close: 0 = close(3)
  103   87159 [main] XWin 7432 normalize_posix_path: src /tmp/.tX0-lock
   74   87233 [main] XWin 7432 normalize_posix_path: /tmp/.tX0-lock = normalize_posix_path (/tmp/.tX0-lock)
   83   87316 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.tX0-lock)
   74   87390 [main] XWin 7432 set_flags: flags: binary (0x2)
   77   87467 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.tX0-lock, dst C:\cygwin\tmp\.tX0-lock, flags 0x3000A, rc 0
  222   87689 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock)
   96   87785 [main] XWin 7432 symlink_info::check: not a symlink
   73   87858 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.tX0-lock, 0x28A958) (0x43000A)
   71   87929 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.tX0-lock), has_acls(1)
   74   88003 [main] XWin 7432 build_fh_pc: fh 0x612F23B8, dev 000000C3
   75   88078 [main] XWin 7432 normalize_posix_path: src /tmp/.X0-lock
   70   88148 [main] XWin 7432 normalize_posix_path: /tmp/.X0-lock = normalize_posix_path (/tmp/.X0-lock)
   70   88218 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X0-lock)
   69   88287 [main] XWin 7432 set_flags: flags: binary (0x2)
   69   88356 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X0-lock, dst C:\cygwin\tmp\.X0-lock, flags 0x3000A, rc 0
  257   88613 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock)
   91   88704 [main] XWin 7432 symlink_info::check: not a symlink
   83   88787 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X0-lock, 0x28A928) (0x3000A)
   73   88860 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X0-lock), has_acls(1)
   74   88934 [main] XWin 7432 fhandler_disk_file::link: file '\??\C:\cygwin\tmp\.X0-lock' exists?
   69   89003 [main] XWin 7432 __set_errno: virtual int fhandler_disk_file::link(const char*):1260 setting errno 17
   83   89086 [main] XWin 7432 link: -1 = link(/tmp/.tX0-lock, /tmp/.X0-lock), errno 17
   74   89160 [main] XWin 7432 open: open(/tmp/.X0-lock, 0x100000)
   70   89230 [main] XWin 7432 normalize_posix_path: src /tmp/.X0-lock
   70   89300 [main] XWin 7432 normalize_posix_path: /tmp/.X0-lock = normalize_posix_path (/tmp/.X0-lock)
   68   89368 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X0-lock)
   91   89459 [main] XWin 7432 set_flags: flags: binary (0x2)
   75   89534 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X0-lock, dst C:\cygwin\tmp\.X0-lock, flags 0x3000A, rc 0
  191   89725 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock)
   89   89814 [main] XWin 7432 symlink_info::check: not a symlink
   82   89896 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X0-lock, 0x28A858) (0x3000A)
   73   89969 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X0-lock), has_acls(1)
   74   90043 [main] XWin 7432 build_fh_pc: fh 0x612F23B8, dev 000000C3
   72   90115 [main] XWin 7432 fhandler_base::open: (\??\C:\cygwin\tmp\.X0-lock, 0x108000)
 1806   91921 [main] XWin 7432 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
  160   92081 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
  110   92191 [main] XWin 7432 fhandler_base::open: 0x0 = NtCreateFile (0x288, 0x80100000, \??\C:\cygwin\tmp\.X0-lock, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  105   92296 [main] XWin 7432 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\tmp\.X0-lock, 0x108000)
  117   92413 [main] XWin 7432 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\tmp\.X0-lock, 0x108000)
   85   92498 [main] XWin 7432 open: 3 = open(/tmp/.X0-lock, 0x108000)
   75   92573 [main] XWin 7432 read: read(3, 0x28BB50, 11) blocking
  180   92753 [main] XWin 7432 fhandler_base::read: returning 11, binary mode
   77   92830 [main] XWin 7432 read: 11 = read(3, 0x28BB50, 11)
   90   92920 [main] XWin 7432 close: close(3)
   97   93017 [main] XWin 7432 fhandler_base::close: closing '/tmp/.X0-lock' handle 0x288
  102   93119 [main] XWin 7432 close: 0 = close(3)
   73   93192 [main] XWin 7432 kill0: kill (1020, 0)
   87   93279 [main] XWin 7432 __set_errno: int _pinfo::kill(siginfo_t&):274 setting errno 3
   75   93354 [main] XWin 7432 _pinfo::kill: -1 = _pinfo::kill (0), pid 0, process_state 0x0
   75   93429 [main] XWin 7432 normalize_posix_path: src /tmp/.X0-lock
   83   93512 [main] XWin 7432 normalize_posix_path: /tmp/.X0-lock = normalize_posix_path (/tmp/.X0-lock)
   72   93584 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X0-lock)
   73   93657 [main] XWin 7432 set_flags: flags: binary (0x2)
   71   93728 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X0-lock, dst C:\cygwin\tmp\.X0-lock, flags 0x3000A, rc 0
  274   94002 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock)
  106   94108 [main] XWin 7432 symlink_info::check: not a symlink
   94   94202 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X0-lock, 0x28A988) (0x3000A)
   82   94284 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X0-lock), has_acls(1)
   70   94354 [main] XWin 7432 unlink_nt: Trying to delete \??\C:\cygwin\tmp\.X0-lock, isdir = 0
  308   94662 [main] XWin 7432 unlink_nt: \??\C:\cygwin\tmp\.X0-lock, return status = 0x0
   88   94750 [main] XWin 7432 unlink: 0 = unlink(/tmp/.X0-lock)
   81   94831 [main] XWin 7432 normalize_posix_path: src /tmp/.tX0-lock
   74   94905 [main] XWin 7432 normalize_posix_path: /tmp/.tX0-lock = normalize_posix_path (/tmp/.tX0-lock)
   73   94978 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.tX0-lock)
   79   95057 [main] XWin 7432 set_flags: flags: binary (0x2)
   73   95130 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.tX0-lock, dst C:\cygwin\tmp\.tX0-lock, flags 0x3000A, rc 0
  257   95387 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock)
  104   95491 [main] XWin 7432 symlink_info::check: not a symlink
   81   95572 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.tX0-lock, 0x28A958) (0x43000A)
   80   95652 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.tX0-lock), has_acls(1)
   74   95726 [main] XWin 7432 build_fh_pc: fh 0x612F23B8, dev 000000C3
   83   95809 [main] XWin 7432 normalize_posix_path: src /tmp/.X0-lock
   82   95891 [main] XWin 7432 normalize_posix_path: /tmp/.X0-lock = normalize_posix_path (/tmp/.X0-lock)
   71   95962 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X0-lock)
   76   96038 [main] XWin 7432 set_flags: flags: binary (0x2)
   76   96114 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X0-lock, dst C:\cygwin\tmp\.X0-lock, flags 0x3000A, rc 0
  386   96500 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock)
   98   96598 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.X0-lock)
  237   96835 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock.exe)
   90   96925 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.X0-lock.exe)
  227   97152 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock.lnk)
   88   97240 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.X0-lock.lnk)
  232   97472 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.X0-lock.exe.lnk)
   81   97553 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.X0-lock.exe.lnk)
   79   97632 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X0-lock, 0x28A928) (0x3000A)
   80   97712 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp)
   70   97782 [main] XWin 7432 set_flags: flags: binary (0x2)
   80   97862 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp, dst C:\cygwin\tmp, flags 0x3000A, rc 0
  220   98082 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp)
   97   98179 [main] XWin 7432 symlink_info::check: not a symlink
   86   98265 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp, 0x28A928) (0x3000A)
   78   98343 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X0-lock), has_acls(1)
  563   98906 [main] XWin 7432 link: 0 = link(/tmp/.tX0-lock, /tmp/.X0-lock)
  103   99009 [main] XWin 7432 normalize_posix_path: src /tmp/.tX0-lock
   69   99078 [main] XWin 7432 normalize_posix_path: /tmp/.tX0-lock = normalize_posix_path (/tmp/.tX0-lock)
   70   99148 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.tX0-lock)
   77   99225 [main] XWin 7432 set_flags: flags: binary (0x2)
   79   99304 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.tX0-lock, dst C:\cygwin\tmp\.tX0-lock, flags 0x3000A, rc 0
  251   99555 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.tX0-lock)
  103   99658 [main] XWin 7432 symlink_info::check: not a symlink
   93   99751 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.tX0-lock, 0x28A988) (0x3000A)
   72   99823 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.tX0-lock), has_acls(1)
   79   99902 [main] XWin 7432 unlink_nt: Trying to delete \??\C:\cygwin\tmp\.tX0-lock, isdir = 0
  291  100193 [main] XWin 7432 unlink_nt: \??\C:\cygwin\tmp\.tX0-lock, return status = 0x0
   86  100279 [main] XWin 7432 unlink: 0 = unlink(/tmp/.tX0-lock)
  256  100535 [main] XWin 7432 stat64: entering
   79  100614 [main] XWin 7432 normalize_posix_path: src /var/log/xwin/XWin.0.log
   68  100682 [main] XWin 7432 normalize_posix_path: /var/log/xwin/XWin.0.log = normalize_posix_path (/var/log/xwin/XWin.0.log)
   75  100757 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/var/log/xwin/XWin.0.log)
   79  100836 [main] XWin 7432 set_flags: flags: binary (0x2)
   67  100903 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /var/log/xwin/XWin.0.log, dst C:\cygwin\var\log\xwin\XWin.0.log, flags 0x3000A, rc 0
 2065  102968 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log)
  161  103129 [main] XWin 7432 symlink_info::check: not a symlink
   79  103208 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\var\log\xwin\XWin.0.log, 0x28B968) (0x43000A)
   80  103288 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\var\log\xwin\XWin.0.log), has_acls(1)
   99  103387 [main] XWin 7432 build_fh_pc: fh 0x612F23B8, dev 000000C3
  151  103538 [main] XWin 7432 stat_worker: (\??\C:\cygwin\var\log\xwin\XWin.0.log, 0x28CB00, 0x612F23B8), file_attributes 32
  195  103733 [main] XWin 7432 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000
  104  103837 [main] XWin 7432 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3307150361-246964846-1140100849-513
  132  103969 [main] XWin 7432 get_info_from_sd: ACL 0x1A4, uid 1000, gid 513
  276  104245 [main] XWin 7432 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\var\log\xwin\XWin.0.log, 0x28CB00) st_size=996, st_mode=0100644, st_ino=9851624184874017st_atim=55B8C03B.13DC23D8 st_ctim=55B8C03C.2EBAD780 st_mtim=55B8C03C.2EBAD780 st_birthtim=4F7C691F.2D45100
  161  104406 [main] XWin 7432 stat_worker: 0 = (\??\C:\cygwin\var\log\xwin\XWin.0.log,0x28CB00)
  838  105244 [main] XWin 7432 normalize_posix_path: src /var/log/xwin/XWin.0.log
  134  105378 [main] XWin 7432 normalize_posix_path: /var/log/xwin/XWin.0.log = normalize_posix_path (/var/log/xwin/XWin.0.log)
  124  105502 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/var/log/xwin/XWin.0.log)
  120  105622 [main] XWin 7432 set_flags: flags: binary (0x2)
  145  105767 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /var/log/xwin/XWin.0.log, dst C:\cygwin\var\log\xwin\XWin.0.log, flags 0x3000A, rc 0
  284  106051 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log)
  111  106162 [main] XWin 7432 symlink_info::check: not a symlink
  133  106295 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\var\log\xwin\XWin.0.log, 0x28B5C8) (0x3000A)
   94  106389 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\var\log\xwin\XWin.0.log), has_acls(1)
  132  106521 [main] XWin 7432 normalize_posix_path: src /var/log/xwin/XWin.0.log.old
   78  106599 [main] XWin 7432 normalize_posix_path: /var/log/xwin/XWin.0.log.old = normalize_posix_path (/var/log/xwin/XWin.0.log.old)
   71  106670 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/var/log/xwin/XWin.0.log.old)
   72  106742 [main] XWin 7432 set_flags: flags: binary (0x2)
   69  106811 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /var/log/xwin/XWin.0.log.old, dst C:\cygwin\var\log\xwin\XWin.0.log.old, flags 0x3000A, rc 0
  200  107011 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.old)
  109  107120 [main] XWin 7432 symlink_info::check: not a symlink
  104  107224 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\var\log\xwin\XWin.0.log.old, 0x28B5C8) (0x3000A)
   93  107317 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\var\log\xwin\XWin.0.log.old), has_acls(1)
  873  108190 [main] XWin 7432 rename: 0 = rename(/var/log/xwin/XWin.0.log, /var/log/xwin/XWin.0.log.old)
  967  109157 [main] XWin 7432 open: open(/var/log/xwin/XWin.0.log, 0x601)
   85  109242 [main] XWin 7432 normalize_posix_path: src /var/log/xwin/XWin.0.log
   70  109312 [main] XWin 7432 normalize_posix_path: /var/log/xwin/XWin.0.log = normalize_posix_path (/var/log/xwin/XWin.0.log)
   71  109383 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/var/log/xwin/XWin.0.log)
   88  109471 [main] XWin 7432 set_flags: flags: binary (0x2)
  111  109582 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /var/log/xwin/XWin.0.log, dst C:\cygwin\var\log\xwin\XWin.0.log, flags 0x3000A, rc 0
 1197  110779 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log)
  202  110981 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\log\xwin\XWin.0.log)
  285  111266 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.exe)
  190  111456 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.exe)
  317  111773 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.lnk)
  126  111899 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.lnk)
  227  112126 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.exe.lnk)
  109  112235 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\var\log\xwin\XWin.0.log.exe.lnk)
   73  112308 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\var\log\xwin\XWin.0.log, 0x28B788) (0x3000A)
   73  112381 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/var/log/xwin)
   88  112469 [main] XWin 7432 set_flags: flags: binary (0x2)
   91  112560 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /var/log/xwin, dst C:\cygwin\var\log\xwin, flags 0x3000A, rc 0
 1411  113971 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\var\log\xwin)
  131  114102 [main] XWin 7432 symlink_info::check: not a symlink
  111  114213 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\var\log\xwin, 0x28B788) (0x3000A)
   99  114312 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\var\log\xwin\XWin.0.log), has_acls(1)
   76  114388 [main] XWin 7432 build_fh_pc: fh 0x612F23B8, dev 000000C3
  101  114489 [main] XWin 7432 fhandler_base::open: (\??\C:\cygwin\var\log\xwin\XWin.0.log, 0x108601)
 1009  115498 [main] XWin 7432 alloc_sd: uid 4294967295, gid 4294967295, attribute 020000000644
  101  115599 [main] XWin 7432 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000 (+)
   70  115669 [main] XWin 7432 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-3307150361-246964846-1140100849-513 (+)
   71  115740 [main] XWin 7432 alloc_sd: ACL-Size: 100
  191  115931 [main] XWin 7432 alloc_sd: Created SD-Size: 176
  292  116223 [main] XWin 7432 set_file_attribute: 0 = set_file_attribute(\??\C:\cygwin\var\log\xwin\XWin.0.log, -1, -1, 020000000644)
   72  116295 [main] XWin 7432 fhandler_base::set_flags: flags 0x108601, supplied_bin 0x10000
   71  116366 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   83  116449 [main] XWin 7432 fhandler_base::open: 0x0 = NtCreateFile (0x288, 0x40120080, \??\C:\cygwin\var\log\xwin\XWin.0.log, io, NULL, 0x80, 0x7, 0x3, 0x4020, NULL, 0)
   71  116520 [main] XWin 7432 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\var\log\xwin\XWin.0.log, 0x108601)
   74  116594 [main] XWin 7432 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\var\log\xwin\XWin.0.log, 0x8601)
   82  116676 [main] XWin 7432 open: 3 = open(/var/log/xwin/XWin.0.log, 0x8601)
  435  117111 [main] XWin 7432 _cygwin_istext_for_stdio: fd 3: opened as binary
 2079  119190 [main] XWin 7432 write: write(3, 0x8003B898, 496)
  109  119299 [main] XWin 7432 write: 496 = write(3, 0x8003B898, 496)
 8432  127731 [main] XWin 7432 cygwin_gethostname: name THEHOST
  655  128386 [main] XWin 7432 cygwin_socket: socket (1, 1 (flags 0x0), 0)
--- Process 7432 loaded C:\Windows\SysWOW64\WSHTCPIP.DLL at 6E870000
 1609  129995 [main] XWin 7432 build_fh_pc: fh 0x612F27DC, dev 001E0079
  350  130345 [main] XWin 7432 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   72  130417 [main] XWin 7432 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   80  130497 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   67  130564 [main] XWin 7432 fdsock: fd 4, name '', soc 0x294
   72  130636 [main] XWin 7432 cygwin_socket: 4 = socket(1, 1 (flags 0x0), 0)
   72  130708 [main] XWin 7432 cygwin_getsockopt: 0 = getsockopt(4, 65535, 0x1001, 0x28C96C, 0x28C968)
   66  130774 [main] XWin 7432 cygwin_setsockopt: setsockopt optval=10000
   63  130837 [main] XWin 7432 cygwin_setsockopt: 0 = setsockopt(4, 65535, 0x1001, 0x28C96C, 4)
  181  131018 [main] XWin 7432 lstat64: entering
   63  131081 [main] XWin 7432 normalize_posix_path: src /tmp/.X11-unix
   63  131144 [main] XWin 7432 normalize_posix_path: /tmp/.X11-unix = normalize_posix_path (/tmp/.X11-unix)
   62  131206 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X11-unix)
   63  131269 [main] XWin 7432 set_flags: flags: binary (0x2)
   63  131332 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X11-unix, dst C:\cygwin\tmp\.X11-unix, flags 0x3000A, rc 0
  220  131552 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X11-unix)
   85  131637 [main] XWin 7432 symlink_info::check: not a symlink
   64  131701 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X11-unix, 0x28B678) (0x43000A)
   64  131765 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X11-unix), has_acls(1)
   67  131832 [main] XWin 7432 build_fh_pc: fh 0x612F2A0C, dev 000000C3
   63  131895 [main] XWin 7432 stat_worker: (\??\C:\cygwin\tmp\.X11-unix, 0x28C810, 0x612F2A0C), file_attributes 16
  136  132031 [main] XWin 7432 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000
   63  132094 [main] XWin 7432 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3307150361-246964846-1140100849-513
   65  132159 [main] XWin 7432 get_info_from_sd: ACL 0x43FF, uid 1000, gid 513
  121  132280 [main] XWin 7432 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\tmp\.X11-unix, 0x28C810) st_size=0, st_mode=041777, st_ino=1688849860466033st_atim=55B8C03B.14CA2DBC st_ctim=55B8C03B.14CA2DBC st_mtim=55B8C03B.14CA2DBC st_birthtim=4F7C691F.9FB58C
   66  132346 [main] XWin 7432 stat_worker: 0 = (\??\C:\cygwin\tmp\.X11-unix,0x28C810)
   77  132423 [main] XWin 7432 open: open(/tmp/.X11-unix, 0x0)
   75  132498 [main] XWin 7432 normalize_posix_path: src /tmp/.X11-unix
   64  132562 [main] XWin 7432 normalize_posix_path: /tmp/.X11-unix = normalize_posix_path (/tmp/.X11-unix)
   63  132625 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X11-unix)
   64  132689 [main] XWin 7432 set_flags: flags: binary (0x2)
   62  132751 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X11-unix, dst C:\cygwin\tmp\.X11-unix, flags 0x3000A, rc 0
  185  132936 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X11-unix)
   75  133011 [main] XWin 7432 symlink_info::check: not a symlink
   73  133084 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X11-unix, 0x28B538) (0x3000A)
   65  133149 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X11-unix), has_acls(1)
   66  133215 [main] XWin 7432 build_fh_pc: fh 0x612F2A0C, dev 000000C3
   64  133279 [main] XWin 7432 fhandler_base::open: (\??\C:\cygwin\tmp\.X11-unix, 0x108000)
  181  133460 [main] XWin 7432 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
   70  133530 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   63  133593 [main] XWin 7432 fhandler_base::open: 0x0 = NtCreateFile (0x2A4, 0x80100000, \??\C:\cygwin\tmp\.X11-unix, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   63  133656 [main] XWin 7432 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\tmp\.X11-unix, 0x108000)
   68  133724 [main] XWin 7432 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\tmp\.X11-unix, 0x8000)
   64  133788 [main] XWin 7432 open: 5 = open(/tmp/.X11-unix, 0x8000)
  133  133921 [main] XWin 7432 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000
   62  133983 [main] XWin 7432 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3307150361-246964846-1140100849-513
   63  134046 [main] XWin 7432 get_info_from_sd: ACL 0x43FF, uid 1000, gid 513
  118  134164 [main] XWin 7432 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\tmp\.X11-unix, 0x28C870) st_size=0, st_mode=041777, st_ino=1688849860466033st_atim=55B8C03B.14CA2DBC st_ctim=55B8C03B.14CA2DBC st_mtim=55B8C03B.14CA2DBC st_birthtim=4F7C691F.9FB58C
   65  134229 [main] XWin 7432 fstat64: 0 = fstat(5, 0x28C870)
  124  134353 [main] XWin 7432 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000
   61  134414 [main] XWin 7432 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3307150361-246964846-1140100849-513
   74  134488 [main] XWin 7432 get_info_from_sd: ACL 0x43FF, uid 1000, gid 513
  178  134666 [main] XWin 7432 alloc_sd: uid 0, gid 0, attribute 041777
  584  135250 [main] XWin 7432 pwdgrp::fetch_account_from_windows: LookupAccountSidW (S-1-5-0), Win32 error 1332
   83  135333 [main] XWin 7432 __set_errno: void* alloc_sd(path_conv&, uid_t, gid_t, int, security_descriptor&):563 setting errno 22
  128  135461 [main] XWin 7432 set_file_attribute: -1 = set_file_attribute(\??\C:\cygwin\tmp\.X11-unix, 0, 0, 041777)
   63  135524 [main] XWin 7432 fchown32: -1 = fchown(/tmp/.X11-unix,...), errno 22
   64  135588 [main] XWin 7432 close: close(5)
   64  135652 [main] XWin 7432 fhandler_base::close: closing '/tmp/.X11-unix' handle 0x2A4
   80  135732 [main] XWin 7432 close: 0 = close(5)
   69  135801 [main] XWin 7432 normalize_posix_path: src /tmp/.X11-unix/X0
   63  135864 [main] XWin 7432 normalize_posix_path: /tmp/.X11-unix/X0 = normalize_posix_path (/tmp/.X11-unix/X0)
   62  135926 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X11-unix/X0)
   63  135989 [main] XWin 7432 set_flags: flags: binary (0x2)
   63  136052 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X11-unix/X0, dst C:\cygwin\tmp\.X11-unix\X0, flags 0x3000A, rc 0
 1317  137369 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X11-unix\X0)
  344  137713 [main] XWin 7432 symlink_info::check: not a symlink
   76  137789 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X11-unix\X0, 0x28B768) (0x4003000A)
   87  137876 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X11-unix\X0), has_acls(1)
   67  137943 [main] XWin 7432 unlink_nt: Trying to delete \??\C:\cygwin\tmp\.X11-unix\X0, isdir = 0
  232  138175 [main] XWin 7432 unlink_nt: \??\C:\cygwin\tmp\.X11-unix\X0, return status = 0x0
   98  138273 [main] XWin 7432 unlink: 0 = unlink(/tmp/.X11-unix/X0)
   90  138363 [main] XWin 7432 normalize_posix_path: src /tmp/.X11-unix/X0
   68  138431 [main] XWin 7432 normalize_posix_path: /tmp/.X11-unix/X0 = normalize_posix_path (/tmp/.X11-unix/X0)
   72  138503 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X11-unix/X0)
   66  138569 [main] XWin 7432 set_flags: flags: binary (0x2)
   64  138633 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X11-unix/X0, dst C:\cygwin\tmp\.X11-unix\X0, flags 0x3000A, rc 0
  237  138870 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.X11-unix\X0)
   70  138940 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.X11-unix\X0)
  191  139131 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\tmp\.X11-unix\X0.lnk)
   69  139200 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\tmp\.X11-unix\X0.lnk)
   64  139264 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X11-unix\X0, 0x28B4F8) (0x3000A)
   64  139328 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/.X11-unix)
   64  139392 [main] XWin 7432 set_flags: flags: binary (0x2)
   82  139474 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /tmp/.X11-unix, dst C:\cygwin\tmp\.X11-unix, flags 0x3000A, rc 0
  184  139658 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\tmp\.X11-unix)
   79  139737 [main] XWin 7432 symlink_info::check: not a symlink
   76  139813 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\tmp\.X11-unix, 0x28B4F8) (0x3000A)
   65  139878 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\tmp\.X11-unix\X0), has_acls(1)
  210  140088 [main] XWin 7432 fhandler_socket::bind: AF_LOCAL: socket bound to port 54170
  784  140872 [main] XWin 7432 alloc_sd: uid 4294967295, gid 4294967295, attribute 020000000777
   74  140946 [main] XWin 7432 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000 (+)
   66  141012 [main] XWin 7432 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-3307150361-246964846-1140100849-513 (+)
   67  141079 [main] XWin 7432 alloc_sd: ACL-Size: 100
  181  141260 [main] XWin 7432 alloc_sd: Created SD-Size: 176
  184  141444 [main] XWin 7432 set_file_attribute: 0 = set_file_attribute(\??\C:\cygwin\tmp\.X11-unix\X0, -1, -1, 020000000777)
  354  141798 [main] XWin 7432 cygwin_bind: 0 = bind(4, 0x28C992, 19)
  137  141935 [main] XWin 7432 getpid: 7432 = getpid()
   87  142022 [main] XWin 7432 cygwin_listen: 0 = listen(4, 2147483647)
  245  142267 [main] XWin 7432 sigaction_worker: signal 13, newact 0x28CBA8 (handler 0x1), oa 0x0
   62  142329 [main] XWin 7432 sigaction: 0 = sigaction(13, 0x28CBA8, 0x28CBB4)
   64  142393 [main] XWin 7432 sigaction_worker: signal 1, newact 0x28CBA8 (handler 0x571740), oa 0x0
   85  142478 [main] XWin 7432 sigaction: 0 = sigaction(1, 0x28CBA8, 0x28CBB4)
   79  142557 [main] XWin 7432 sigaction_worker: signal 2, newact 0x28CBA8 (handler 0x571770), oa 0x0
   66  142623 [main] XWin 7432 sigaction: 0 = sigaction(2, 0x28CBA8, 0x28CBB4)
   65  142688 [main] XWin 7432 sigaction_worker: signal 15, newact 0x28CBA8 (handler 0x571770), oa 0x0
   64  142752 [main] XWin 7432 sigaction: 0 = sigaction(15, 0x28CBA8, 0x28CBB4)
  780  143532 [main] XWin 7432 open: open(/etc/X0.hosts, 0x0)
   69  143601 [main] XWin 7432 normalize_posix_path: src /etc/X0.hosts
   68  143669 [main] XWin 7432 normalize_posix_path: /etc/X0.hosts = normalize_posix_path (/etc/X0.hosts)
   67  143736 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/X0.hosts)
   68  143804 [main] XWin 7432 set_flags: flags: binary (0x2)
   67  143871 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /etc/X0.hosts, dst C:\cygwin\etc\X0.hosts, flags 0x3000A, rc 0
  235  144106 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\X0.hosts)
   84  144190 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\X0.hosts)
  210  144400 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\X0.hosts.exe)
   83  144483 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\X0.hosts.exe)
  200  144683 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\X0.hosts.lnk)
   69  144752 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\X0.hosts.lnk)
  189  144941 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\etc\X0.hosts.exe.lnk)
   69  145010 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\etc\X0.hosts.exe.lnk)
   65  145075 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\X0.hosts, 0x28A738) (0x3000A)
   64  145139 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   65  145204 [main] XWin 7432 set_flags: flags: binary (0x2)
   64  145268 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x3000A, rc 0
  165  145433 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc)
   99  145532 [main] XWin 7432 symlink_info::check: not a symlink
   76  145608 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\etc, 0x28A738) (0x3000A)
   67  145675 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\etc\X0.hosts), has_acls(1)
   67  145742 [main] XWin 7432 build_fh_pc: fh 0x612F2A0C, dev 000000C3
   65  145807 [main] XWin 7432 fhandler_base::open: (\??\C:\cygwin\etc\X0.hosts, 0x108000)
  188  145995 [main] XWin 7432 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.1.0/cygwin-2.1.0-1.i686/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC0000034 -> windows error 2
   72  146067 [main] XWin 7432 geterrno_from_win_error: windows error 2 == errno 2
   66  146133 [main] XWin 7432 fhandler_base::open: 0xC0000034 = NtCreateFile (0x0, 0x80100000, \??\C:\cygwin\etc\X0.hosts, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   65  146198 [main] XWin 7432 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\etc\X0.hosts, 0x108000)
   64  146262 [main] XWin 7432 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\etc\X0.hosts, 0x8000)
   65  146327 [main] XWin 7432 open: -1 = open(/etc/X0.hosts, 0x8000), errno 2
  519  146846 [main] XWin 7432 sigaction_worker: signal 30, newact 0x28CBA8 (handler 0x1), oa 0x0
   62  146908 [main] XWin 7432 sigaction: 0 = sigaction(30, 0x28CBA8, 0x28CBB4)
   64  146972 [main] XWin 7432 sigaction_worker: signal 30, newact 0x28CBA8 (handler 0x0), oa 0x1
   63  147035 [main] XWin 7432 sigaction: 0 = sigaction(30, 0x28CBA8, 0x28CBB4)
   63  147098 [main] XWin 7432 getppid: 1 = getppid()
 4405  151503 [main] XWin 7432 mmap64: addr 0x0, len 327680, prot 0x3, flags 0x22, fd -1, off 0x0
  107  151610 [main] XWin 7432 mmap64: 0xFFEF0000 = mmap() 
  484  152094 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C740, 32)
   63  152157 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   65  152222 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   65  152287 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   65  152352 [main] XWin 7432 write: 32 = write(2, 0x28C740, 32)
 1460  153812 [main] XWin 7432 write: write(3, 0x28C020, 13)
   93  153905 [main] XWin 7432 write: 13 = write(3, 0x28C020, 13)
  617  154522 [main] XWin 7432 write: write(3, 0x28C740, 32)
  151  154673 [main] XWin 7432 write: 32 = write(3, 0x28C740, 32)
 1146  155819 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C740, 77)
   86  155905 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   88  155993 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   87  156080 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   89  156169 [main] XWin 7432 write: 77 = write(2, 0x28C740, 77)
 1822  157991 [main] XWin 7432 write: write(3, 0x28C020, 13)
  112  158103 [main] XWin 7432 write: 13 = write(3, 0x28C020, 13)
  625  158728 [main] XWin 7432 write: write(3, 0x28C740, 77)
  115  158843 [main] XWin 7432 write: 77 = write(3, 0x28C740, 77)
 1639  160482 [main] XWin 7432 open: open(/cygdrive/c/blome/.XWinrc, 0x0)
   94  160576 [main] XWin 7432 normalize_posix_path: src /cygdrive/c/blome/.XWinrc
   84  160660 [main] XWin 7432 normalize_posix_path: /cygdrive/c/blome/.XWinrc = normalize_posix_path (/cygdrive/c/blome/.XWinrc)
   78  160738 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/blome/.XWinrc)
   93  160831 [main] XWin 7432 mount_info::cygdrive_win32_path: src '/cygdrive/c/blome/.XWinrc', dst 'C:\blome\.XWinrc'
   90  160921 [main] XWin 7432 set_flags: flags: binary (0x2)
   88  161009 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /cygdrive/c/blome/.XWinrc, dst C:\blome\.XWinrc, flags 0x4022, rc 0
  948  161957 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\blome\.XWinrc)
   88  162045 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\blome\.XWinrc)
  204  162249 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\blome\.XWinrc.exe)
   72  162321 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\blome\.XWinrc.exe)
  204  162525 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\blome\.XWinrc.lnk)
   73  162598 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\blome\.XWinrc.lnk)
  193  162791 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\blome\.XWinrc.exe.lnk)
  132  162923 [main] XWin 7432 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\blome\.XWinrc.exe.lnk)
   81  163004 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\blome\.XWinrc, 0x286348) (0x4022)
   87  163091 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/blome)
   88  163179 [main] XWin 7432 mount_info::cygdrive_win32_path: src '/cygdrive/c/blome', dst 'C:\blome'
   74  163253 [main] XWin 7432 set_flags: flags: binary (0x2)
   64  163317 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /cygdrive/c/blome, dst C:\blome, flags 0x4022, rc 0
  179  163496 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\blome)
  104  163600 [main] XWin 7432 symlink_info::check: not a symlink
  166  163766 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\blome, 0x286348) (0x4022)
  104  163870 [main] XWin 7432 path_conv::check: this->path(C:\blome\.XWinrc), has_acls(1)
   95  163965 [main] XWin 7432 build_fh_pc: fh 0x612F2A0C, dev 000000C3
   92  164057 [main] XWin 7432 fhandler_base::open: (\??\C:\blome\.XWinrc, 0x108000)
  244  164301 [main] XWin 7432 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-2.1.0/cygwin-2.1.0-1.i686/src/newlib-cygwin/winsup/cygwin/fhandler.cc:693 status 0xC0000034 -> windows error 2
   97  164398 [main] XWin 7432 geterrno_from_win_error: windows error 2 == errno 2
   96  164494 [main] XWin 7432 fhandler_base::open: 0xC0000034 = NtCreateFile (0x0, 0x80100000, \??\C:\blome\.XWinrc, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   85  164579 [main] XWin 7432 fhandler_base::open: 0 = fhandler_base::open(\??\C:\blome\.XWinrc, 0x108000)
   76  164655 [main] XWin 7432 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\blome\.XWinrc, 0x8000)
   65  164720 [main] XWin 7432 open: -1 = open(/cygdrive/c/blome/.XWinrc, 0x8000), errno 2
  635  165355 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x287230, 53)
   62  165417 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   73  165490 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   65  165555 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   93  165648 [main] XWin 7432 write: 53 = write(2, 0x287230, 53)
 1524  167172 [main] XWin 7432 write: write(3, 0x286B10, 13)
   74  167246 [main] XWin 7432 write: 13 = write(3, 0x286B10, 13)
  605  167851 [main] XWin 7432 write: write(3, 0x287230, 53)
   70  167921 [main] XWin 7432 write: 53 = write(3, 0x287230, 53)
 1260  169181 [main] XWin 7432 open: open(/etc/X11/system.XWinrc, 0x0)
   65  169246 [main] XWin 7432 normalize_posix_path: src /etc/X11/system.XWinrc
   63  169309 [main] XWin 7432 normalize_posix_path: /etc/X11/system.XWinrc = normalize_posix_path (/etc/X11/system.XWinrc)
   64  169373 [main] XWin 7432 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/X11/system.XWinrc)
   64  169437 [main] XWin 7432 set_flags: flags: binary (0x2)
   70  169507 [main] XWin 7432 mount_info::conv_to_win32_path: src_path /etc/X11/system.XWinrc, dst C:\cygwin\etc\X11\system.XWinrc, flags 0x3000A, rc 0
 1209  170716 [main] XWin 7432 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\X11\system.XWinrc)
  132  170848 [main] XWin 7432 symlink_info::check: not a symlink
  106  170954 [main] XWin 7432 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\X11\system.XWinrc, 0x286348) (0x3000A)
   92  171046 [main] XWin 7432 path_conv::check: this->path(C:\cygwin\etc\X11\system.XWinrc), has_acls(1)
   84  171130 [main] XWin 7432 build_fh_pc: fh 0x612F2A0C, dev 000000C3
   81  171211 [main] XWin 7432 fhandler_base::open: (\??\C:\cygwin\etc\X11\system.XWinrc, 0x108000)
  233  171444 [main] XWin 7432 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
  103  171547 [main] XWin 7432 fhandler_base::set_flags: filemode set to binary
   86  171633 [main] XWin 7432 fhandler_base::open: 0x0 = NtCreateFile (0x2AC, 0x80100000, \??\C:\cygwin\etc\X11\system.XWinrc, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
   85  171718 [main] XWin 7432 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\X11\system.XWinrc, 0x108000)
   92  171810 [main] XWin 7432 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\X11\system.XWinrc, 0x8000)
   80  171890 [main] XWin 7432 open: 5 = open(/etc/X11/system.XWinrc, 0x8000)
  570  172460 [main] XWin 7432 _cygwin_istext_for_stdio: fd 5: opened as binary
  588  173048 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x287230, 48)
   82  173130 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   85  173215 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   82  173297 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   90  173387 [main] XWin 7432 write: 48 = write(2, 0x287230, 48)
 1757  175144 [main] XWin 7432 write: write(3, 0x286B10, 13)
  105  175249 [main] XWin 7432 write: 13 = write(3, 0x286B10, 13)
  764  176013 [main] XWin 7432 write: write(3, 0x287230, 48)
   91  176104 [main] XWin 7432 write: 48 = write(3, 0x287230, 48)
 1730  177834 [main] XWin 7432 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3307150361-246964846-1140100849-1000
   93  177927 [main] XWin 7432 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3307150361-246964846-1140100849-513
   87  178014 [main] XWin 7432 get_info_from_sd: ACL 0x1A4, uid 1000, gid 513
  157  178171 [main] XWin 7432 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\X11\system.XWinrc, 0x286FA0) st_size=3984, st_mode=0100644, st_ino=1970324837073636st_atim=55B8B7A5.7A3B680 st_ctim=55B8B7A5.7B2F8C0 st_mtim=55B8B7A5.7B2F8C0 st_birthtim=55B8B7A5.7A3B680
   82  178253 [main] XWin 7432 fstat64: 0 = fstat(5, 0x286FA0)
  160  178413 [main] XWin 7432 read: read(5, 0x800489F0, 65536) blocking
  153  178566 [main] XWin 7432 fhandler_base::read: returning 3984, binary mode
  218  178784 [main] XWin 7432 read: 3984 = read(5, 0x800489F0, 3984)
  221  179005 [main] XWin 7432 read: read(5, 0x800489F0, 65536) blocking
  244  179249 [main] XWin 7432 fhandler_base::read: returning 0, binary mode
  229  179478 [main] XWin 7432 read: 0 = read(5, 0x800489F0, 0)
 6312  185790 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x286C90, 56)
   81  185871 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   68  185939 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   64  186003 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   67  186070 [main] XWin 7432 write: 56 = write(2, 0x286C90, 56)
 1669  187739 [main] XWin 7432 write: write(3, 0x286570, 13)
  100  187839 [main] XWin 7432 write: 13 = write(3, 0x286570, 13)
  782  188621 [main] XWin 7432 write: write(3, 0x286C90, 56)
   95  188716 [main] XWin 7432 write: 56 = write(3, 0x286C90, 56)
 1419  190135 [main] XWin 7432 read: read(5, 0x800489F0, 65536) blocking
  111  190246 [main] XWin 7432 fhandler_base::read: returning 0, binary mode
   75  190321 [main] XWin 7432 read: 0 = read(5, 0x800489F0, 0)
  831  191152 [main] XWin 7432 close: close(5)
   71  191223 [main] XWin 7432 fhandler_base::close: closing '/etc/X11/system.XWinrc' handle 0x2AC
  131  191354 [main] XWin 7432 close: 0 = close(5)
--- Process 7432 loaded C:\Windows\SysWOW64\igdumd32.dll at 0F080000
41692  233046 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C680, 71)
   85  233131 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   69  233200 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   92  233292 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   85  233377 [main] XWin 7432 write: 71 = write(2, 0x28C680, 71)
 1544  234921 [main] XWin 7432 write: write(3, 0x28BF60, 13)
   79  235000 [main] XWin 7432 write: 13 = write(3, 0x28BF60, 13)
  600  235600 [main] XWin 7432 write: write(3, 0x28C680, 71)
   70  235670 [main] XWin 7432 write: 71 = write(3, 0x28C680, 71)
--- Process 7432 unloaded DLL at 0F080000
10700  246370 [main] XWin 7432 fhandler_pty_slave::write: pty0, write(0x28C680, 66)
   83  246453 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x1AC): waiting -1 ms
   83  246536 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired
   70  246606 [main] XWin 7432 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x1AC) released
   69  246675 [main] XWin 7432 write: 66 = write(2, 0x28C680, 66)
 1358  248033 [main] XWin 7432 write: write(3, 0x28BF60, 13)
   73  248106 [main] XWin 7432 write: 13 = write(3, 0x28BF60, 13)
  637  248743 [main] XWin 7432 write: write(3, 0x28C680, 66)
   87  248830 [main] XWin 7432 write: 66 = write(3, 0x28C680, 66)
 1056  249886 [main] XWin 7432 sigprocmask: 0 = sigprocmask (0, 0x0, 0x80058E08)
--- Process 7432 thread 8132 created
--- Process 7432, exception 80000001 at 756F69C1
--- Process 7432 thread 8132 exited with status 0x80000001
--- Process 7432 thread 8184 exited with status 0x80000001
--- Process 7432 thread 7692 exited with status 0x80000001
--- Process 7432 thread 7256 exited with status 0x80000001
--- Process 7432 exited with status 0x80000001


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

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

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

* Re: Aw: Re: Xwin 1.17.2.1 exits early
  2015-07-29 17:50   ` Aw: " Rainer Blome
@ 2015-07-29 21:52     ` Jon TURNEY
  2015-08-02 19:07       ` Rainer Blome
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2015-07-29 21:52 UTC (permalink / raw)
  To: Rainer Blome; +Cc: cygwin

On 29/07/2015 18:49, Rainer Blome wrote:
> Gesendet: Mittwoch, 29. Juli 2015 um 18:14 Uhr Von: "Jon TURNEY"
>> >I think this is saying that using the start menu shortcuts doesn't work,
>> >but I'm not sure.
> Yes, a few months ago, they stopped working for me.
> For my report this is "merely" context, although I would appreciate it if they worked.
>
> On 28/07/2015 16:43, Rainer Blome wrote:
>>> >>* I tried leaving out all command-line args but "-multiwindow". Still no success.
>> >How about leaving out all command-line args completely?
> Same symptoms, exits after less than a second with same output (didn't diff, though).
>
>>> >>* I used the Cygwin installer to roll back to 1.17.1.5. Still no success.
>> >This tends to argue against that you were using 1.17.1-5 previously, or
>> >that other things e.g. the cygwin DLL were upgraded at the same time.
> Yes, I may have come to 1.17.2 from a release earlier than 1.17.1-5
>
> To be able to work, I installed VcXsrv which has "1.17.0.0" in its version string.
> That mostly works fine, except that it refuses connections from remote SSH-X-forwarding clients
> (did not try to troubleshoot that yet, it's just been a few hours).
>
>>> >>How can I troubleshoot this further?
>> >Can you provide the logfile written by 'strace -o logfile XWin -multiwindow' which might shed some light.
> Yes, attached.

Thanks for this.

> strace-XWin-multiwindow-RB.log
>
> --- Process 7432 created
> --- Process 7432 loaded C:\Windows\SysWOW64\ntdll.dll at 77D80000
> --- Process 7432 unloaded DLL at 77A80000
> --- Process 7432 unloaded DLL at 76920000
> --- Process 7432 unloaded DLL at 77A80000
> --- Process 7432 unloaded DLL at 77980000
> --- Process 7432 loaded C:\Windows\SysWOW64\kernel32.dll at 76920000
> --- Process 7432 loaded C:\Windows\SysWOW64\KernelBase.dll at 76AD0000
> --- Process 7432 loaded C:\Windows\SysWOW64\sysfer.dll at 756C0000
> --- Process 7432 loaded C:\ProgramData\Symantec\Symantec Endpoint Protection\12.1.4013.4013.105\Data\Definitions\BASHDefs\20150625.011\UMEngx86.dll at 6E5D0000
[...]
> --- Process 7432 thread 8132 created
> --- Process 7432, exception 80000001 at 756F69C1
> --- Process 7432 thread 8132 exited with status 0x80000001
> --- Process 7432 thread 8184 exited with status 0x80000001
> --- Process 7432 thread 7692 exited with status 0x80000001
> --- Process 7432 thread 7256 exited with status 0x80000001
> --- Process 7432 exited with status 0x80000001

This looks very much like an exception is occurring in sysfer.dll (which 
is part of 'Symantec Endpoint Protection'

This has been reported as causing problems a few times recently (See 
[1],[2]).  If possible, you should try to update it or create an 
exception for XWin.exe

I think exception 0x80000001 is STATUS_GUARD_PAGE_VIOLATION.  I'm not 
sure why this doesn't get translated into a non-zero exit code by Cygwin.

[1] https://cygwin.com/ml/cygwin/2015-03/msg00080.html
[2] https://cygwin.com/ml/cygwin/2015-05/msg00146.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] 5+ messages in thread

* Re: Aw: Re: Xwin 1.17.2.1 exits early
  2015-07-29 21:52     ` Jon TURNEY
@ 2015-08-02 19:07       ` Rainer Blome
  0 siblings, 0 replies; 5+ messages in thread
From: Rainer Blome @ 2015-08-02 19:07 UTC (permalink / raw)
  To: Jon TURNEY; +Cc: cygwin

Jon, thanks for the help.

On 29.07.2015 23:52, Jon TURNEY wrote:
> On 29/07/2015 18:49, Rainer Blome wrote:
>> strace-XWin-multiwindow-RB.log
>> Protection\12.1.4013.4013.105\Data\Definitions\BASHDefs\20150625.011\UMEngx86.dll
>> at 6E5D0000

> This looks very much like an exception is occurring in sysfer.dll (which
> is part of 'Symantec Endpoint Protection'

Looks and sounds plausible.

> This has been reported as causing problems a few times recently (See
> [1],[2]).  If possible, you should try to update it or create an
> exception for XWin.exe

It updates automatically, not sure if I can "create an exception".
I'll give that a try in the coming weeks. I already tried to temporarily
disable it, and that did not help.

> I think exception 0x80000001 is STATUS_GUARD_PAGE_VIOLATION.  I'm not
> sure why this doesn't get translated into a non-zero exit code by Cygwin.
> 
> [1] https://cygwin.com/ml/cygwin/2015-03/msg00080.html
> [2] https://cygwin.com/ml/cygwin/2015-05/msg00146.html

And thanks for the links.
From these I gather that the problem might disappear with a 64-bit
Cygwin installation.
I'll also try that.

Regards,  Rainer

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

end of thread, other threads:[~2015-08-02 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-28 15:43 Xwin 1.17.2.1 exits early Rainer Blome
2015-07-29 16:15 ` Jon TURNEY
2015-07-29 17:50   ` Aw: " Rainer Blome
2015-07-29 21:52     ` Jon TURNEY
2015-08-02 19:07       ` Rainer Blome

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