public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* occasional failure to look up
@ 2014-11-18 14:50 Habermann, David (D)
  2014-11-18 15:22 ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-18 14:50 UTC (permalink / raw)
  To: cygwin

I am using the AD-enabled cygwin test versions (v33-0.5), with nsswitch.conf setting to "db" only.

Occasionally when starting a cygwin terminal after a reboot I find that it get the following message:

/usr/bin/id: cannot find the name for group ID 1125370

Note that this is not a group ID, but instead is my uid. 

Closing the terminal application and restarting it does not resolve the issue, as I get the same message again.

Since I have several services (cygserver, sshd, cron, httpd2) all starting at boot-time, I suspect that when these are first connecting there is some kind of failure, which then gets cached.  The easiest way I've found to solve the problem is to shut down these services, then shut down the terminal window (so there are no longer any cygwin processes running at all) and then restart them in my usual order (as shown above).  This is not a major problem, but it is a bit of a nuisance.  Any thoughts?  I'll happily provide any further information you ask for.

Dave 


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

* Re: occasional failure to look up
  2014-11-18 14:50 occasional failure to look up Habermann, David (D)
@ 2014-11-18 15:22 ` Corinna Vinschen
  2014-11-18 15:49   ` Habermann, David (D)
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-18 15:22 UTC (permalink / raw)
  To: cygwin

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

On Nov 18 14:50, Habermann, David (D) wrote:
> I am using the AD-enabled cygwin test versions (v33-0.5), with nsswitch.conf setting to "db" only.
> 
> Occasionally when starting a cygwin terminal after a reboot I find that it get the following message:
> 
> /usr/bin/id: cannot find the name for group ID 1125370
> 
> Note that this is not a group ID, but instead is my uid. 

Do you login with your Microsoft account?

In theory this shouldn't happen because in that case Cygwin converts the
primary group (set to the user's SID by the OS) to "Users" to avoid
having the same SID for user and group.

Is 1125370 your primary group id?  Can you please paste the output of
`id'?

OTOH, Windows doesn't care if the token's group list contains user SIDs
but, in theory, they should be filtered out by Cygwin.  But then again,
there should be no difference between system start and later calls.  Hmm.

Can you please paste the output of `id' and

  $ /cygdrive/c/Windows/System32/whoami /user /groups /fo list

in your reply?

> Closing the terminal application and restarting it does not resolve
> the issue, as I get the same message again.
> 
> Since I have several services (cygserver, sshd, cron, httpd2) all
> starting at boot-time, I suspect that when these are first connecting
> there is some kind of failure, which then gets cached.

Sounds like there's something with cygserver going wrong, but I have
not the faintest what that could be.

> The easiest
> way I've found to solve the problem is to shut down these services,[...]

Stopping the terminal and restarting cygserver is not sufficient?
Also, does this also happen if you don't start cygserver at all?

When the problem occurs, can you provide an strace from id?

  $ strace -o id.trace /usr/bin/id

The id.trace file would be interesting here.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: occasional failure to look up
  2014-11-18 15:22 ` Corinna Vinschen
@ 2014-11-18 15:49   ` Habermann, David (D)
  2014-11-18 15:58     ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-18 15:49 UTC (permalink / raw)
  To: cygwin

> Do you login with your Microsoft account?

I am logged into my workstation using the id "DOW\U074036".  Of course the services I mentioned to not run under my ID, but instead under "SYSTEM" (except sshd, which uses privsep)

> Is 1125370 your primary group id?  Can you please paste the output of `id'?

No, it is not my primary group ID...instead it is my uid (see below).  Here are the first few lines of my "id" output (the entire output is huge, as we make excessive use of AD groups here):

uid=1125370(U074036) gid=1049089(Domain Users) groups=1049089(Domain Users),197609(EW54384R82P30V+Debugger Users),197617(EW54384R82P30V+DorincoServerAdmins),197619(EW54384R82P30V+Offer Remote Assistance Helpers),555(Remote Desktop Users),545(Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated Users),15(This Organization),66048(LOCAL),1275934(InternetUsers),1360436(VPNUsers),1716061(CRM-SHARE-FC),1059330(ep-fc),1062240(ps-sixsigma-change),1882511(TDCC-Users),1716058(CRM-DB-FC),1854531(app-inst-acrobatpro-4),1241820(synergyadm44-chg),2261836(GDC_DR-SHR),1328857(FsmUsers1-G),1058762(Dow-Chem-Emp-List),2269908(GRP-WEB-SHR),18896

....and an abbreviated listing from 
$ /cygdrive/c/Windows/System32/whoami /user /groups /fo list

USER INFORMATION
----------------

User Name: dow\u074036
SID:       S-1-5-21-1060284298-861567501-682003330-76794


GROUP INFORMATION
-----------------

Group Name: Everyone
Type:       Well-known group
SID:        S-1-1-0
Attributes: Mandatory group, Enabled by default, Enabled group

Group Name: EW54384R82P30V\Debugger Users
Type:       Alias
SID:        S-1-5-21-2043008819-1135015519-32816079-1001
Attributes: Mandatory group, Enabled by default, Enabled group

Group Name: EW54384R82P30V\DorincoServerAdmins
Type:       Alias
SID:        S-1-5-21-2043008819-1135015519-32816079-1009
Attributes: Mandatory group, Enabled by default, Enabled group

Group Name: EW54384R82P30V\Offer Remote Assistance Helpers
Type:       Alias
SID:        S-1-5-21-2043008819-1135015519-32816079-1011
Attributes: Mandatory group, Enabled by default, Enabled group

Group Name: BUILTIN\Administrators
Type:       Alias
SID:        S-1-5-32-544
Attributes: Group used for deny only

Group Name: BUILTIN\Remote Desktop Users
Type:       Alias
SID:        S-1-5-32-555
Attributes: Mandatory group, Enabled by default, Enabled group

Group Name: BUILTIN\Users
Type:       Alias
SID:        S-1-5-32-545
Attributes: Mandatory group, Enabled by default, Enabled group

Group Name: NT AUTHORITY\INTERACTIVE
Type:       Well-known group


> Stopping the terminal and restarting cygserver is not sufficient?
> Also, does this also happen if you don't start cygserver at all?

I've not tried either of these ... and I'm not sure if it happens at every reboot now or not (I rarely reboot).  I'll see if I can reproduce it.

> When the problem occurs, can you provide an strace from id?
>
>  $ strace -o id.trace /usr/bin/id

Will do if I can get it to reproduce.  Will try later today, I have "day job" stuff to do at the moment.

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

* Re: occasional failure to look up
  2014-11-18 15:49   ` Habermann, David (D)
@ 2014-11-18 15:58     ` Corinna Vinschen
  2014-11-18 16:26       ` Habermann, David (D)
                         ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-18 15:58 UTC (permalink / raw)
  To: cygwin

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

On Nov 18 15:49, Habermann, David (D) wrote:
> > Do you login with your Microsoft account?
> 
> I am logged into my workstation using the id "DOW\U074036".  Of course the services I mentioned to not run under my ID, but instead under "SYSTEM" (except sshd, which uses privsep)
> 
> > Is 1125370 your primary group id?  Can you please paste the output of `id'?
> 
> No, it is not my primary group ID...instead it is my uid (see below).

I got that.  I was asking if the same id is uid *and* pgid.  Sorry
if that wasn't clear.

Here are the first few lines of my "id" output (the entire output is huge, as we make excessive use of AD groups here):
> 
> uid=1125370(U074036) gid=1049089(Domain Users) groups=1049089(Domain Users),197609(EW54384R82P30V+Debugger Users),197617(EW54384R82P30V+DorincoServerAdmins),197619(EW54384R82P30V+Offer Remote Assistance Helpers),555(Remote Desktop Users),545(Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated Users),15(This Organization),66048(LOCAL),1275934(InternetUsers),1360436(VPNUsers),1716061(CRM-SHARE-FC),1059330(ep-fc),1062240(ps-sixsigma-change),1882511(TDCC-Users),1716058(CRM-DB-FC),1854531(app-inst-acrobatpro-4),1241820(synergyadm44-chg),2261836(GDC_DR-SHR),1328857(FsmUsers1-G),1058762(Dow-Chem-Emp-List),2269908(GRP-WEB-SHR),18896
> 
> ....and an abbreviated listing from 
> $ /cygdrive/c/Windows/System32/whoami /user /groups /fo list

The problem here is the abbreviation in both cases.  What I was looking
for is if your user uid/SID shows up in the token group list as well.
I don't need the full list, but can you please check?

> [...]
> 
> > Stopping the terminal and restarting cygserver is not sufficient?
> > Also, does this also happen if you don't start cygserver at all?
> 
> I've not tried either of these ... and I'm not sure if it happens at
> every reboot now or not (I rarely reboot).  I'll see if I can
> reproduce it.
> 
> > When the problem occurs, can you provide an strace from id?
> >
> >  $ strace -o id.trace /usr/bin/id
> 
> Will do if I can get it to reproduce.  Will try later today, I have
> "day job" stuff to do at the moment.

Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: occasional failure to look up
  2014-11-18 15:58     ` Corinna Vinschen
@ 2014-11-18 16:26       ` Habermann, David (D)
  2014-11-18 16:54         ` Corinna Vinschen
  2014-11-18 22:10       ` Habermann, David (D)
  2014-11-24 22:40       ` Habermann, David (D)
  2 siblings, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-18 16:26 UTC (permalink / raw)
  To: cygwin



-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of Corinna Vinschen
Sent: Tuesday, November 18, 2014 10:58 AM
To: cygwin@cygwin.com
Subject: Re: occasional failure to look up

On Nov 18 15:49, Habermann, David (D) wrote:
> > Do you login with your Microsoft account?
> 
> I am logged into my workstation using the id "DOW\U074036".  Of course the services I mentioned to not run under my ID, but instead under "SYSTEM" (except sshd, which uses privsep)
> 
> > Is 1125370 your primary group id?  Can you please paste the output of `id'?
> 
> No, it is not my primary group ID...instead it is my uid (see below).

I got that.  I was asking if the same id is uid *and* pgid.  Sorry
if that wasn't clear.

Here are the first few lines of my "id" output (the entire output is huge, as we make excessive use of AD groups here):
> 
> uid=1125370(U074036) gid=1049089(Domain Users) groups=1049089(Domain Users),197609(EW54384R82P30V+Debugger Users),197617(EW54384R82P30V+DorincoServerAdmins),197619(EW54384R82P30V+Offer Remote Assistance Helpers),555(Remote Desktop Users),545(Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated Users),15(This Organization),66048(LOCAL),1275934(InternetUsers),1360436(VPNUsers),1716061(CRM-SHARE-FC),1059330(ep-fc),1062240(ps-sixsigma-change),1882511(TDCC-Users),1716058(CRM-DB-FC),1854531(app-inst-acrobatpro-4),1241820(synergyadm44-chg),2261836(GDC_DR-SHR),1328857(FsmUsers1-G),1058762(Dow-Chem-Emp-List),2269908(GRP-WEB-SHR),18896
> 
> ....and an abbreviated listing from 
> $ /cygdrive/c/Windows/System32/whoami /user /groups /fo list

The problem here is the abbreviation in both cases.  What I was looking
for is if your user uid/SID shows up in the token group list as well.
I don't need the full list, but can you please check?

1125370 does not occur anywhere else in the ID output (only as UID).  U074036 also does not appear anywhere else in the ID output (only as UID).

1125370 does not appear anywhere in the whoami output.  However, u074036 does appear twice in the whoami output.  I've included both below. 

User Name: dow\u074036
SID:       S-1-5-21-1060284298-861567501-682003330-76794

Group Name: DOW\U074036
Type:       User
SID:        S-1-5-21-4015118-2039090470-1726288727-4013
Attributes: Mandatory group, Enabled by default, Enabled group

Now this makes no sense to me....I don't understand why "I" am both a user and a group....any thoughts on that?

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

* Re: occasional failure to look up
  2014-11-18 16:26       ` Habermann, David (D)
@ 2014-11-18 16:54         ` Corinna Vinschen
  2014-11-20  9:48           ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-18 16:54 UTC (permalink / raw)
  To: cygwin

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

On Nov 18 16:26, Habermann, David (D) wrote:
> From: cygwin-owner
> The problem here is the abbreviation in both cases.  What I was looking
> for is if your user uid/SID shows up in the token group list as well.
> I don't need the full list, but can you please check?
> 
> 1125370 does not occur anywhere else in the ID output (only as UID).
> U074036 also does not appear anywhere else in the ID output (only as
> UID).

Ok, that's more or less what I expected...

> 1125370 does not appear anywhere in the whoami output.  However,
> u074036 does appear twice in the whoami output.  I've included both
> below. 
> 
> User Name: dow\u074036
> SID:       S-1-5-21-1060284298-861567501-682003330-76794
> 
> Group Name: DOW\U074036
> Type:       User
> SID:        S-1-5-21-4015118-2039090470-1726288727-4013
> Attributes: Mandatory group, Enabled by default, Enabled group

...and this too.  It explains the problem at least partially.

But... there's something weird here:  While this is both time the same
DOMAIN\user combination, it has two different SIDs.  I never, ever saw
that.  It looks broken to me, but I could be missing something.

> Now this makes no sense to me....I don't understand why "I" am both a
> user and a group....any thoughts on that?

Not really something which would help you, I guess.

It might be a deliberate corporate setting, or a mistake when setting up
your group memberships.  Windows doesn't care.  A group may be used as
owner and a user may be used as group, it's all the same to Windows.

However, the differnet SIDs for the same domain\user looks really
strange.  I can't explain that, sorry.  I'd suggest to ask the admins,
maybe somebody can explain, and, hopefully, you can share the info :}


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: occasional failure to look up
  2014-11-18 15:58     ` Corinna Vinschen
  2014-11-18 16:26       ` Habermann, David (D)
@ 2014-11-18 22:10       ` Habermann, David (D)
  2014-11-24 22:40       ` Habermann, David (D)
  2 siblings, 0 replies; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-18 22:10 UTC (permalink / raw)
  To: cygwin

>> I've not tried either of these ... and I'm not sure if it happens at
>> every reboot now or not (I rarely reboot).  I'll see if I can
>> reproduce it.
>> 
>> > When the problem occurs, can you provide an strace from id?
>> >
>> >  $ strace -o id.trace /usr/bin/id
>> 
>> Will do if I can get it to reproduce.  Will try later today, I have
>> "day job" stuff to do at the moment.

Two reboots this afternoon and the problem did not recur...I've only seen it twice so far since moving to the AD-enabled version.  If/when I see it again, I'll do the strace.

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

* Re: occasional failure to look up
  2014-11-18 16:54         ` Corinna Vinschen
@ 2014-11-20  9:48           ` Corinna Vinschen
  2014-11-20 13:03             ` cyg Simple
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-20  9:48 UTC (permalink / raw)
  To: cygwin

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

On Nov 18 17:54, Corinna Vinschen wrote:
> On Nov 18 16:26, Habermann, David (D) wrote:
> > From: cygwin-owner
> > The problem here is the abbreviation in both cases.  What I was looking
> > for is if your user uid/SID shows up in the token group list as well.
> > I don't need the full list, but can you please check?
> > 
> > 1125370 does not occur anywhere else in the ID output (only as UID).
> > U074036 also does not appear anywhere else in the ID output (only as
> > UID).
> 
> Ok, that's more or less what I expected...
> 
> > 1125370 does not appear anywhere in the whoami output.  However,
> > u074036 does appear twice in the whoami output.  I've included both
> > below. 
> > 
> > User Name: dow\u074036
> > SID:       S-1-5-21-1060284298-861567501-682003330-76794
> > 
> > Group Name: DOW\U074036
> > Type:       User
> > SID:        S-1-5-21-4015118-2039090470-1726288727-4013
> > Attributes: Mandatory group, Enabled by default, Enabled group
> 
> ...and this too.  It explains the problem at least partially.
> 
> But... there's something weird here:  While this is both time the same
> DOMAIN\user combination, it has two different SIDs.  I never, ever saw
> that.  It looks broken to me, but I could be missing something.

Yes, I'm missing something:  SID history.  This "group" is you, but from
another domain your account has been migrated from.  It seems the Cygwin
code isn't prepared for this situation.

The problem is, I can't test it myself.  ADSI Edit doesn't allow to
write a SID to the sIDHistory attribute, even using an enterprise admin
account.

What we could do in Cygwin is to ignore user accounts in the group list
of an existing token.  One downside would be the fact that your POSIX
permissions would be probably wrong, if you access a file on an old file
server still using your old SID.

OTOH, in theory, if the migration has been done long ago, and all old
file servers have gone, too, it would be a good idea from a security
perspective to remove the SID history from your AD entry.

Still, some debugging on affected systems might be enlightening.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: occasional failure to look up
  2014-11-20  9:48           ` Corinna Vinschen
@ 2014-11-20 13:03             ` cyg Simple
  0 siblings, 0 replies; 22+ messages in thread
From: cyg Simple @ 2014-11-20 13:03 UTC (permalink / raw)
  To: cygwin

On Thu, Nov 20, 2014 at 4:48 AM, Corinna Vinschen wrote:

>
> Still, some debugging on affected systems might be enlightening.

While you're thinking/debugging don't forget about a thumb drive that
contains Cygwin and is moved from computer to computer; even in and
out of domains, home and back to office.

-- 
cyg Simple

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

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

* RE: occasional failure to look up
  2014-11-18 15:58     ` Corinna Vinschen
  2014-11-18 16:26       ` Habermann, David (D)
  2014-11-18 22:10       ` Habermann, David (D)
@ 2014-11-24 22:40       ` Habermann, David (D)
  2014-11-25 15:47         ` Corinna Vinschen
  2 siblings, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-24 22:40 UTC (permalink / raw)
  To: cygwin

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

> > Stopping the terminal and restarting cygserver is not sufficient?
> > Also, does this also happen if you don't start cygserver at all?
> 
> I've not tried either of these ... and I'm not sure if it happens at
> every reboot now or not (I rarely reboot).  I'll see if I can
> reproduce it.
> 
> > When the problem occurs, can you provide an strace from id?
> >
> >  $ strace -o id.trace /usr/bin/id
> 
Finally got a recurrence today.  Strace is attached.

I can't really stop cygserver only, as (discussed here earlier) I've created dependencies.  When I attempt to shut down cygserver, I get prompted that the others must also be shut down.

[-- Attachment #2: id.trace --]
[-- Type: application/octet-stream, Size: 93833 bytes --]

    2       2 [main] id (1520) **********************************************
  352     354 [main] id (1520) Program name: C:\cygwin\bin\id.exe (windows pid 1520)
  215     569 [main] id (1520) OS version:   Windows NT-6.1
  226     795 [main] id (1520) **********************************************
  370    1165 [main] id (1520) sigprocmask: 0 = sigprocmask (0, 0x0, 0x6128D6A8)
 1108    2273 [main] id 1520 open_shared: name shared.5, n 5, shared 0x60FF0000 (wanted 0x60FF0000), h 0x68, *m 6
  359    2632 [main] id 1520 user_heap_info::init: heap base 0x20000000, heap top 0x20000000, heap size 0x18000000 (402653184)
  431    3063 [main] id 1520 open_shared: name S-1-5-21-1060284298-861567501-682003330-76794.1, n 1, shared 0x60FE0000 (wanted 0x60FE0000), h 0x60, *m 6
  392    3455 [main] id 1520 user_info::create: opening user shared for 'S-1-5-21-1060284298-861567501-682003330-76794' at 0x60FE0000
  402    3857 [main] id 1520 user_info::create: user shared version AB1FCCE8
  236    4093 [main] id 1520 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-1520-sigwait, size 5412, mode PIPE_TYPE_MESSAGE
  376    4469 [main] id 1520 fhandler_pipe::create: pipe read handle 0x7C
  483    4952 [main] id 1520 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-1520-sigwait
  502    5454 [main] id 1520 fhandler_pipe::create: pipe write handle 0x80
  433    5887 [main] id 1520 dll_crt0_0: finished dll_crt0_0 initialization
 1293    7180 [sig] id 1520 wait_sig: entering ReadFile loop, my_readsig 0x7C, my_sendsig 0x80
  435    7615 [main] id 1520 time: 1416865371 = time(0x0)
  412    8027 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin, no-keep-rel, no-add-slash)
  276    8303 [main] id 1520 normalize_win32_path: C:\cygwin = normalize_win32_path (C:\cygwin)
  312    8615 [main] id 1520 mount_info::conv_to_posix_path: / = conv_to_posix_path (C:\cygwin)
  428    9043 [main] id 1520 sigprocmask: 0 = sigprocmask (0, 0x0, 0x200180A8)
  555    9598 [main] id 1520 _cygwin_istext_for_stdio: fd 0: not open
  351    9949 [main] id 1520 _cygwin_istext_for_stdio: fd 1: not open
  365   10314 [main] id 1520 _cygwin_istext_for_stdio: fd 2: not open
  408   10722 [main] id (1520) open_shared: name cygpid.1520, n 1520, shared 0x60FD0000 (wanted 0x60FD0000), h 0xA4, *m 2
  272   10994 [main] ? (1520) time: 1416865371 = time(0x0)
  309   11303 [main] id 1520 pinfo::thisproc: myself dwProcessId 1520
 1222   12525 [main] id 1520 environ_init: GetEnvironmentStrings returned 0x604210
  369   12894 [main] id 1520 environ_init: 0x20028290: !::=::\
  291   13185 [main] id 1520 environ_init: 0x200282A0: !C:=C:\cygwin\bin
  369   13554 [main] id 1520 environ_init: 0x200282B8: ALLUSERSPROFILE=C:\ProgramData
  335   13889 [main] id 1520 environ_init: 0x200282E0: APPDATA=C:\Users\u074036\AppData\Roaming
  345   14234 [main] id 1520 environ_init: 0x20028310: CM2015DIR=C:\Program Files\Common Files\Autodesk Shared\Materials\
  341   14575 [main] id 1520 environ_init: 0x20028358: COMMONPROGRAMFILES=C:\Program Files\Common Files
  362   14937 [main] id 1520 environ_init: 0x20028390: COMPUTERNAME=EW54384R82P30V
  345   15282 [main] id 1520 environ_init: 0x200283B8: COMSPEC=C:\Windows\system32\cmd.exe
  390   15672 [main] id 1520 parse_options: glob (called func)
  398   16070 [main] id 1520 parse_options: returning
  121   16191 [main] id 1520 environ_init: 0x200283E8: CYGWIN=noglob
  425   16616 [main] id 1520 environ_init: 0x20028410: EXECIGNORE=*.dll
  341   16957 [main] id 1520 environ_init: 0x20028428: FP_NO_HOST_CHECK=NO
  302   17259 [main] id 1520 getwinenv: can't set native for HOME= since no environ yet
  358   17617 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin, no-keep-rel, no-add-slash)
  299   17916 [main] id 1520 normalize_win32_path: C:\cygwin = normalize_win32_path (C:\cygwin)
  217   18133 [main] id 1520 mount_info::conv_to_posix_path: / = conv_to_posix_path (C:\cygwin)
  294   18427 [main] id 1520 win_env::add_cache: posix /
  338   18765 [main] id 1520 win_env::add_cache: native HOME=C:\cygwin
  504   19269 [main] id 1520 posify_maybe: env var converted to HOME=/
  381   19650 [main] id 1520 environ_init: 0x20028488: HOME=/
  373   20023 [main] id 1520 environ_init: 0x20028448: HOMEDRIVE=C:
  273   20296 [main] id 1520 environ_init: 0x20028498: HOMEPATH=\Users\u074036
  418   20714 [main] id 1520 environ_init: 0x200284B8: HOSTNAME=EW54384R82P30V
  328   21042 [main] id 1520 environ_init: 0x200284D8: INFOPATH=/usr/local/info:/usr/share/info:/usr/info
  369   21411 [main] id 1520 environ_init: 0x20028510: LANG=en_US.UTF-8
  353   21764 [main] id 1520 environ_init: 0x20028528: LOCALAPPDATA=C:\Users\u074036\AppData\Local
  420   22184 [main] id 1520 environ_init: 0x20028560: LOGONSERVER=\\USMDLDDOWD003
  241   22425 [main] id 1520 environ_init: 0x20028588: NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
  320   22745 [main] id 1520 environ_init: 0x200285B8: NUMBER_OF_PROCESSORS=4
  319   23064 [main] id 1520 environ_init: 0x200285D8: OLDPWD=/usr/bin
  335   23399 [main] id 1520 environ_init: 0x200285F0: ORIGINAL_PATH=/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem
  314   23713 [main] id 1520 environ_init: 0x200288B0: OS=Windows_NT
  452   24165 [main] id 1520 getwinenv: can't set native for PATH= since no environ yet
  383   24548 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
  327   24875 [main] id 1520 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
  264   25139 [main] id 1520 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
  343   25482 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
  368   25850 [main] id 1520 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
  376   26226 [main] id 1520 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
  369   26595 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\OraClient11gR2\product\11.2.0\client_1\bin, keep-rel, no-add-slash)
  365   26960 [main] id 1520 normalize_win32_path: C:\OraClient11gR2\product\11.2.0\client_1\bin = normalize_win32_path (C:\OraClient11gR2\product\11.2.0\client_1\bin)
  273   27233 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin = conv_to_posix_path (C:\OraClient11gR2\product\11.2.0\client_1\bin)
  269   27502 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\app\U074036\product\11.2.0\client_1, keep-rel, no-add-slash)
  375   27877 [main] id 1520 normalize_win32_path: C:\app\U074036\product\11.2.0\client_1 = normalize_win32_path (C:\app\U074036\product\11.2.0\client_1)
  283   28160 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/app/U074036/product/11.2.0/client_1 = conv_to_posix_path (C:\app\U074036\product\11.2.0\client_1)
  351   28511 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Perl\site\bin, keep-rel, no-add-slash)
  371   28882 [main] id 1520 normalize_win32_path: C:\Perl\site\bin = normalize_win32_path (C:\Perl\site\bin)
  296   29178 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Perl/site/bin = conv_to_posix_path (C:\Perl\site\bin)
  353   29531 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Perl\bin, keep-rel, no-add-slash)
  372   29903 [main] id 1520 normalize_win32_path: C:\Perl\bin = normalize_win32_path (C:\Perl\bin)
  289   30192 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Perl/bin = conv_to_posix_path (C:\Perl\bin)
  376   30568 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\OraClient10gR2, keep-rel, no-add-slash)
  274   30842 [main] id 1520 normalize_win32_path: C:\OraClient10gR2 = normalize_win32_path (C:\OraClient10gR2)
  360   31202 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/OraClient10gR2 = conv_to_posix_path (C:\OraClient10gR2)
  286   31488 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Oracle\ORA90\bin, keep-rel, no-add-slash)
  371   31859 [main] id 1520 normalize_win32_path: C:\Oracle\ORA90\bin = normalize_win32_path (C:\Oracle\ORA90\bin)
  316   32175 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Oracle/ORA90/bin = conv_to_posix_path (C:\Oracle\ORA90\bin)
  251   32426 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash)
  286   32712 [main] id 1520 normalize_win32_path: C:\Windows\system32 = normalize_win32_path (C:\Windows\system32)
  271   32983 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32)
  249   33232 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, keep-rel, no-add-slash)
  431   33663 [main] id 1520 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows)
  219   33882 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Windows = conv_to_posix_path (C:\Windows)
  241   34123 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
  186   34309 [main] id 1520 normalize_win32_path: C:\Windows\System32\Wbem = normalize_win32_path (C:\Windows\System32\Wbem)
  290   34599 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem)
  390   34989 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
  265   35254 [main] id 1520 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0)
  375   35629 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0)
  274   35903 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Attachmate\EXTRA!, keep-rel, no-add-slash)
  295   36198 [main] id 1520 normalize_win32_path: C:\Program Files\Attachmate\EXTRA! = normalize_win32_path (C:\Program Files\Attachmate\EXTRA!)
  283   36481 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Attachmate/EXTRA! = conv_to_posix_path (C:\Program Files\Attachmate\EXTRA!)
  241   36722 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\RSA Security\RSA SecurID Software Token, keep-rel, no-add-slash)
  379   37101 [main] id 1520 normalize_win32_path: C:\Program Files\RSA Security\RSA SecurID Software Token = normalize_win32_path (C:\Program Files\RSA Security\RSA SecurID Software Token)
  376   37477 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token = conv_to_posix_path (C:\Program Files\RSA Security\RSA SecurID Software Token)
  374   37851 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\program files\winzip, keep-rel, no-add-slash)
  375   38226 [main] id 1520 normalize_win32_path: C:\program files\winzip = normalize_win32_path (C:\program files\winzip)
  379   38605 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/program files/winzip = conv_to_posix_path (C:\program files\winzip)
  273   38878 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
  259   39137 [main] id 1520 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
  357   39494 [main] id 1520 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
  303   39797 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, keep-rel, no-add-slash)
  345   40142 [main] id 1520 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
  379   40521 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
  374   40895 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, keep-rel, no-add-slash)
  299   41194 [main] id 1520 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
  370   41564 [main] id 1520 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)
  383   41947 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, keep-rel, no-add-slash)
  330   42277 [main] id 1520 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
  252   42529 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin)
  320   42849 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\QuickTime\QTSystem, keep-rel, no-add-slash)
  413   43262 [main] id 1520 normalize_win32_path: C:\Program Files\QuickTime\QTSystem = normalize_win32_path (C:\Program Files\QuickTime\QTSystem)
  243   43505 [main] id 1520 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/QuickTime/QTSystem = conv_to_posix_path (C:\Program Files\QuickTime\QTSystem)
  144   43649 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\lib\lapack, keep-rel, no-add-slash)
  140   43789 [main] id 1520 normalize_win32_path: C:\cygwin\lib\lapack = normalize_win32_path (C:\cygwin\lib\lapack)
  140   43929 [main] id 1520 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\cygwin\lib\lapack)
  199   44128 [main] id 1520 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem:/usr/lib/lapack
  153   44281 [main] id 1520 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\OraClient11gR2\product\11.2.0\client_1\bin;C:\app\U074036\product\11.2.0\client_1;C:\Perl\site\bin;C:\Perl\bin;C:\OraClient10gR2;C:\Oracle\ORA90\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Attachmate\EXTRA!;C:\Program Files\RSA Security\RSA SecurID Software Token;C:\program files\winzip;C:\cygwin\bin;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\TortoiseSVN\bin;C:\Program Files\QuickTime\QTSystem;C:\cygwin\lib\lapack
  148   44429 [main] id 1520 posify_maybe: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem:/usr/lib/lapack
  322   44751 [main] id 1520 environ_init: 0x20039068: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem:/usr/lib/lapack
  202   44953 [main] id 1520 environ_init: 0x200288C8: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
  192   45145 [main] id 1520 environ_init: 0x20028910: PRINTER=\\USMDLSDOWF006\P50160
  205   45350 [main] id 1520 environ_init: 0x20028938: PROCESSOR_ARCHITECTURE=x86
  301   45651 [main] id 1520 environ_init: 0x20028958: PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
  370   46021 [main] id 1520 environ_init: 0x200289A8: PROCESSOR_LEVEL=6
  324   46345 [main] id 1520 environ_init: 0x200289C0: PROCESSOR_REVISION=2502
  358   46703 [main] id 1520 environ_init: 0x200289E0: PROFILEREAD=true
  380   47083 [main] id 1520 environ_init: 0x200289F8: PROGRAMFILES=C:\Program Files
  294   47377 [main] id 1520 environ_init: 0x20028A20: PROMPT=$P$G
  358   47735 [main] id 1520 environ_init: 0x20028A38: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ 
  327   48062 [main] id 1520 environ_init: 0x20028A80: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
  263   48325 [main] id 1520 environ_init: 0x20028AC8: PUBLIC=C:\Users\Public
  302   48627 [main] id 1520 environ_init: 0x20028AE8: PWD=/
  419   49046 [main] id 1520 environ_init: 0x20028AF8: ProgramData=C:\ProgramData
  307   49353 [main] id 1520 environ_init: 0x20039348: SESSIONNAME=Console
  351   49704 [main] id 1520 environ_init: 0x20039368: SHELL=/sbin/nologin
  353   50057 [main] id 1520 environ_init: 0x20028B18: SHLVL=1
  360   50417 [main] id 1520 environ_init: 0x20039388: SMA=C:\Program Files\ThinkVantage\SMA\
  289   50706 [main] id 1520 environ_init: 0x200393B8: SYSTEMDRIVE=C:
  387   51093 [main] id 1520 environ_init: 0x200393D0: SYSTEMROOT=C:\Windows
  292   51385 [main] id 1520 getwinenv: can't set native for TEMP= since no environ yet
  325   51710 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
  260   51970 [main] id 1520 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
  387   52357 [main] id 1520 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  303   52660 [main] id 1520 win_env::add_cache: posix /tmp
  303   52963 [main] id 1520 win_env::add_cache: native TEMP=C:\cygwin\tmp
  308   53271 [main] id 1520 posify_maybe: env var converted to TEMP=/tmp
  376   53647 [main] id 1520 environ_init: 0x20039430: TEMP=/tmp
  341   53988 [main] id 1520 environ_init: 0x200393F0: TERM=cygwin
  314   54302 [main] id 1520 getwinenv: can't set native for TMP= since no environ yet
  288   54590 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
  291   54881 [main] id 1520 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
  321   55202 [main] id 1520 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  390   55592 [main] id 1520 win_env::add_cache: posix /tmp
  310   55902 [main] id 1520 win_env::add_cache: native TMP=C:\cygwin\tmp
  304   56206 [main] id 1520 posify_maybe: env var converted to TMP=/tmp
  455   56661 [main] id 1520 environ_init: 0x20039480: TMP=/tmp
  379   57040 [main] id 1520 environ_init: 0x20039490: TNS_ADMIN=C:\OraTNS
  335   57375 [main] id 1520 environ_init: 0x200394B0: TZ=America/New_York
  326   57701 [main] id 1520 environ_init: 0x200394D0: UATDATA=C:\Windows\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
  351   58052 [main] id 1520 environ_init: 0x20039528: USER=DOW+User(76794)
  319   58371 [main] id 1520 environ_init: 0x20039548: USERDNSDOMAIN=DOW.COM
  353   58724 [main] id 1520 environ_init: 0x20039440: USERDOMAIN=DOW
  362   59086 [main] id 1520 environ_init: 0x20039568: USERDOMAIN_ROAMINGPROFILE=DOW
  198   59284 [main] id 1520 environ_init: 0x20039590: USERNAME=U074036
  182   59466 [main] id 1520 environ_init: 0x200395A8: USERPROFILE=C:\Users\u074036
  184   59650 [main] id 1520 environ_init: 0x200395D0: VBOX_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\
  205   59855 [main] id 1520 environ_init: 0x20039610: VS100COMNTOOLS=C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\
  224   60079 [main] id 1520 environ_init: 0x20039668: WINDIR=C:\Windows
 1048   61127 [main] id 1520 environ_init: 0x20039680: _=/usr/bin/strace
  220   61347 [main] id 1520 environ_init: 0x20039698: _JAVA_OPTIONS=-Djava.net.preferIPv4Stack=true
  187   61534 [main] id 1520 pinfo_init: Set nice to 0
  171   61705 [main] id 1520 pinfo_init: pid 1520, pgid 1520, process_state 0x41
  165   61870 [main] id 1520 App version:  1007.32, api: 0.274
  436   62306 [main] id 1520 DLL version:  1007.33, api: 0.279
  161   62467 [main] id 1520 DLL build:    2014-11-05 11:37
  171   62638 [main] id 1520 dtable::extend: size 32, fds 0x612C74CC
  503   63141 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
  743   63884 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  364   64248 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  335   64583 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  321   64904 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
22590   87494 [ldap_init] id 1520 cygthread::stub: thread 'ldap_init', id 0x31C, stack_ptr 0xEFAD40
3610797 3698291 [main] id 1520 internal_getlogin: group not found in group DB
  308 3698599 [main] id 1520 cygheap_user::ontherange: what 2, pw 0x612C761C
  161 3698760 [main] id 1520 cygheap_user::ontherange: HOME is already in the environment /
  224 3698984 [main] id 1520 build_argv: argv[0] = 'C:\cygwin\bin\id'
  134 3699118 [main] id 1520 build_argv: argc 1
  185 3699303 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\id, keep-rel, no-add-slash)
  143 3699446 [main] id 1520 normalize_win32_path: C:\cygwin\bin\id = normalize_win32_path (C:\cygwin\bin\id)
  168 3699614 [main] id 1520 mount_info::conv_to_posix_path: /usr/bin/id = conv_to_posix_path (C:\cygwin\bin\id)
  408 3700022 [main] id 1520 open_shared: name c5e39b7a9d22bafb-cons0xD08F8.0, n 0, shared 0x60FC0000 (wanted 0x60FC0000), h 0x19C, *m 6
  199 3700221 [main] id 1520 build_fh_pc: created an archetype (0x612C8EA4) for /dev/cons0(3/0)
  154 3700375 [main] id 1520 build_fh_pc: fh 0x612C8C54, dev 00030000
  243 3700618 [main] id 1520 fhandler_console::open: opened conin$ 0x3, conout$ 0x13
  142 3700760 [main] id 1520 fhandler_base::open_with_arch: line 474:  /dev/cons0<0x612C8EA4> usecount + 1 = 1
  153 3700913 [main] id 1520 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  112 3701025 [main] id 1520 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  115 3701140 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  132 3701272 [main] id 1520 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
  116 3701388 [main] id 1520 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x612C8EA4
  110 3701498 [main] id 1520 _pinfo::set_ctty: ctty was NULL
  109 3701607 [main] id 1520 _pinfo::set_ctty: line 482:  /dev/cons0<0x612C8EA4> usecount + 1 = 2
  110 3701717 [main] id 1520 _pinfo::set_ctty: /dev/cons0 ctty, usecount 2
  110 3701827 [main] id 1520 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 1520, pid 1520, pgid 1520, tty->pgid 6936, tty->sid 6468
  212 3702039 [main] id 1520 _pinfo::set_ctty: cygheap->ctty now 0x612C8EA4, archetype 0x612C8EA4
  159 3702198 [main] id 1520 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x60FC001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
  158 3702356 [main] id 1520 fhandler_console::input_tcsetattr: this 0x612C8C54, get_ttyp () 0x60FC0000, t 0x60FC001C
  137 3702493 [main] id 1520 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  123 3702616 [main] id 1520 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  110 3702726 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  152 3702878 [main] id 1520 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
  136 3703014 [main] id 1520 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 6468, pid 1520, pgid 6936, tty->pgid 6936, tty->sid 6468
  118 3703132 [main] id 1520 _pinfo::set_ctty: cygheap->ctty now 0x612C8EA4, archetype 0x612C8EA4
53505 3756637 [main] id 1520 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume2'
 1073 3757710 [main] id 1520 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\trace.out, no-keep-rel, no-add-slash)
  438 3758148 [main] id 1520 normalize_win32_path: C:\cygwin\trace.out = normalize_win32_path (C:\cygwin\trace.out)
  301 3758449 [main] id 1520 mount_info::conv_to_posix_path: /trace.out = conv_to_posix_path (C:\cygwin\trace.out)
  301 3758750 [main] id 1520 handle_to_fn: derived path 'C:\cygwin\trace.out', posix '/trace.out'
  312 3759062 [main] id 1520 normalize_posix_path: src /trace.out
  316 3759378 [main] id 1520 normalize_posix_path: /trace.out = normalize_posix_path (/trace.out)
  289 3759667 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/trace.out)
  285 3759952 [main] id 1520 set_flags: flags: binary (0x2)
  278 3760230 [main] id 1520 mount_info::conv_to_win32_path: src_path /trace.out, dst C:\cygwin\trace.out, flags 0x3000A, rc 0
  602 3760832 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\trace.out)
  377 3761209 [main] id 1520 symlink_info::check: not a symlink
  385 3761594 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\trace.out, 0x2299B8) (0x3000A)
  319 3761913 [main] id 1520 path_conv::check: this->path(C:\cygwin\trace.out), has_acls(1)
  397 3762310 [main] id 1520 build_fh_pc: fh 0x612C915C, dev 000000C3
  304 3762614 [main] id 1520 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
  277 3762891 [main] id 1520 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  299 3763190 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  282 3763472 [main] id 1520 fhandler_base::init: created new fhandler_base for handle 0x110, bin 1
  466 3763938 [main] id 1520 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x3
  312 3764250 [main] id 1520 build_fh_pc: fh 0x612C932C, dev 00030000
  297 3764547 [main] id 1520 fhandler_base::open_with_arch: line 494:  /dev/cons0<0x612C8EA4> usecount + 1 = 3
  280 3764827 [main] id 1520 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  298 3765125 [main] id 1520 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  336 3765461 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  280 3765741 [main] id 1520 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
  270 3766011 [main] id 1520 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 6468, pid 1520, pgid 6936, tty->pgid 6936, tty->sid 6468
  321 3766332 [main] id 1520 _pinfo::set_ctty: cygheap->ctty now 0x612C8EA4, archetype 0x612C8EA4
  362 3766694 [main] id 1520 fhandler_console::output_tcsetattr: 0 = tcsetattr(,0x60FC001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
  326 3767020 [main] id 1520 fhandler_console::input_tcsetattr: this 0x612C932C, get_ttyp () 0x60FC0000, t 0x60FC001C
  296 3767316 [main] id 1520 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  279 3767595 [main] id 1520 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  316 3767911 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  289 3768200 [main] id 1520 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
  308 3768508 [main] id 1520 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 6468, pid 1520, pgid 6936, tty->pgid 6936, tty->sid 6468
  297 3768805 [main] id 1520 _pinfo::set_ctty: cygheap->ctty now 0x612C8EA4, archetype 0x612C8EA4
  719 3769524 [main] id 1520 __set_errno: uintptr_t cygwin_internal(cygwin_getinfo_types, ...):677 setting errno 88
  579 3770103 [main] id 1520 __set_errno: void dll_crt0_1(void*):999 setting errno 0
  919 3771022 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
  274 3771296 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
  389 3771685 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
  552 3772237 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
  393 3772630 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
  429 3773059 [main] id 1520 __get_lcid_from_locale: LCID=0x0409
 2168 3775227 [main] id 1520 open: open(/usr/share/locale/locale.alias, 0x0)
  307 3775534 [main] id 1520 normalize_posix_path: src /usr/share/locale/locale.alias
  341 3775875 [main] id 1520 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias)
  339 3776214 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias)
  340 3776554 [main] id 1520 set_flags: flags: binary (0x2)
  326 3776880 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale\locale.alias, flags 0x3000A, rc 0
  858 3777738 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale\locale.alias)
  329 3778067 [main] id 1520 symlink_info::check: not a symlink
  445 3778512 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\locale.alias, 0x229488) (0x3000A)
  309 3778821 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\locale.alias), has_acls(1)
  362 3779183 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  347 3779530 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\locale.alias, 0x108000)
  580 3780110 [main] id 1520 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
  358 3780468 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  328 3780796 [main] id 1520 fhandler_base::open: 0x0 = NtCreateFile (0x24C, 0x80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  331 3781127 [main] id 1520 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\locale.alias, 0x108000)
  411 3781538 [main] id 1520 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\locale.alias, 0x8000)
  336 3781874 [main] id 1520 open: 3 = open(/usr/share/locale/locale.alias, 0x8000)
  629 3782503 [main] id 1520 _cygwin_istext_for_stdio: fd 3: opened as binary
  934 3783437 [main] id 1520 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1060284298-861567501-682003330-76794
  352 3783789 [main] id 1520 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1060284298-861567501-682003330-513
  354 3784143 [main] id 1520 get_info_from_sd: ACL 0x1A4, uid 1125370, gid 1125370
  388 3784531 [main] id 1520 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\locale\locale.alias, 0x22A6F0) st_size=2605, st_mode=0100644, st_ino=844424930210505st_atim=53BD7C13.3634E58C st_ctim=53BD7C13.3634E58C st_mtim=539E5086.0 st_birthtim=53BD7C13.3634E58C
  619 3785150 [main] id 1520 fstat64: 0 = fstat(3, 0x22A6F0)
  389 3785539 [main] id 1520 read: read(3, 0x20042128, 65536) blocking
  461 3786000 [main] id 1520 fhandler_base::read: returning 2605, binary mode
  334 3786334 [main] id 1520 read: 2605 = read(3, 0x20042128, 2605)
24822 3811156 [main] id 1520 read: read(3, 0x20042128, 65536) blocking
  306 3811462 [main] id 1520 fhandler_base::read: returning 0, binary mode
  315 3811777 [main] id 1520 read: 0 = read(3, 0x20042128, 0)
  613 3812390 [main] id 1520 close: close(3)
  336 3812726 [main] id 1520 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x24C
  529 3813255 [main] id 1520 close: 0 = close(3)
 1113 3814368 [main] id 1520 open: open(/usr/local/share/locale/locale.alias, 0x0)
  312 3814680 [main] id 1520 normalize_posix_path: src /usr/local/share/locale/locale.alias
  313 3814993 [main] id 1520 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias)
  308 3815301 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias)
  288 3815589 [main] id 1520 set_flags: flags: binary (0x2)
  349 3815938 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin\usr\local\share\locale\locale.alias, flags 0x3000A, rc 0
  505 3816443 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
  257 3816700 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
  360 3817060 [main] id 1520 symlink_info::check: not a symlink
  329 3817389 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\local\share\locale\locale.alias, 0x229478) (0x3000A)
  364 3817753 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale)
  330 3818083 [main] id 1520 set_flags: flags: binary (0x2)
  307 3818390 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin\usr\local\share\locale, flags 0x3000A, rc 0
  537 3818927 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\share\locale)
  254 3819181 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale)
  504 3819685 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\local\share\locale.lnk)
  320 3820005 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale.lnk)
  323 3820328 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\local\share\locale, 0x229478) (0x3000A)
  359 3820687 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share)
  374 3821061 [main] id 1520 set_flags: flags: binary (0x2)
  323 3821384 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin\usr\local\share, flags 0x3000A, rc 0
 1058 3822442 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\local\share)
  226 3822668 [main] id 1520 symlink_info::check: not a symlink
  409 3823077 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\local\share, 0x229478) (0x3000A)
  322 3823399 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\local\share\locale\locale.alias), has_acls(1)
  241 3823640 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  325 3823965 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x108000)
  438 3824403 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3
  268 3824671 [main] id 1520 geterrno_from_win_error: windows error 3 == errno 2
  332 3825003 [main] id 1520 fhandler_base::open: 0xC000003A = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  275 3825278 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x108000)
  383 3825661 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\local\share\locale\locale.alias, 0x8000)
  265 3825926 [main] id 1520 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2
  650 3826576 [main] id 1520 open: open(/usr/share/X11/locale/locale.alias, 0x0)
  180 3826756 [main] id 1520 normalize_posix_path: src /usr/share/X11/locale/locale.alias
  245 3827001 [main] id 1520 normalize_posix_path: /usr/share/X11/locale/locale.alias = normalize_posix_path (/usr/share/X11/locale/locale.alias)
  182 3827183 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale/locale.alias)
  185 3827368 [main] id 1520 set_flags: flags: binary (0x2)
  177 3827545 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale/locale.alias, dst C:\cygwin\usr\share\X11\locale\locale.alias, flags 0x3000A, rc 0
  339 3827884 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\X11\locale\locale.alias)
  201 3828085 [main] id 1520 symlink_info::check: not a symlink
  237 3828322 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\X11\locale\locale.alias, 0x229478) (0x3000A)
  189 3828511 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\X11\locale\locale.alias), has_acls(1)
  180 3828691 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  192 3828883 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\X11\locale\locale.alias, 0x108000)
  327 3829210 [main] id 1520 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000
  183 3829393 [main] id 1520 fhandler_base::set_flags: filemode set to binary
  190 3829583 [main] id 1520 fhandler_base::open: 0x0 = NtCreateFile (0x250, 0x80100000, \??\C:\cygwin\usr\share\X11\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  188 3829771 [main] id 1520 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\usr\share\X11\locale\locale.alias, 0x108000)
  175 3829946 [main] id 1520 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\X11\locale\locale.alias, 0x8000)
  190 3830136 [main] id 1520 open: 3 = open(/usr/share/X11/locale/locale.alias, 0x8000)
  320 3830456 [main] id 1520 _cygwin_istext_for_stdio: fd 3: opened as binary
  448 3830904 [main] id 1520 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1060284298-861567501-682003330-76794
  191 3831095 [main] id 1520 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1060284298-861567501-682003330-513
  151 3831246 [main] id 1520 get_info_from_sd: ACL 0x1A4, uid 1125370, gid 1125370
  238 3831484 [main] id 1520 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\usr\share\X11\locale\locale.alias, 0x22A6E0) st_size=81609, st_mode=0100644, st_ino=2814749767186359st_atim=545A6558.153C12C4 st_ctim=545A6558.15791D54 st_mtim=5446CDFD.0 st_birthtim=545A6558.153C12C4
  194 3831678 [main] id 1520 fstat64: 0 = fstat(3, 0x22A6E0)
  272 3831950 [main] id 1520 read: read(3, 0x20042128, 65536) blocking
  251 3832201 [main] id 1520 fhandler_base::read: returning 65536, binary mode
  215 3832416 [main] id 1520 read: 65536 = read(3, 0x20042128, 65536)
294107 4126523 [main] id 1520 read: read(3, 0x20042128, 65536) blocking
  249 4126772 [main] id 1520 fhandler_base::read: returning 16073, binary mode
  126 4126898 [main] id 1520 read: 16073 = read(3, 0x20042128, 16073)
69670 4196568 [main] id 1520 read: read(3, 0x20042128, 65536) blocking
  241 4196809 [main] id 1520 fhandler_base::read: returning 0, binary mode
  179 4196988 [main] id 1520 read: 0 = read(3, 0x20042128, 0)
  256 4197244 [main] id 1520 close: close(3)
  112 4197356 [main] id 1520 fhandler_base::close: closing '/usr/share/X11/locale/locale.alias' handle 0x250
  217 4197573 [main] id 1520 close: 0 = close(3)
 2565 4200138 [main] id 1520 open: open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo, 0x10000)
  155 4200293 [main] id 1520 normalize_posix_path: src /usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo
  142 4200435 [main] id 1520 normalize_posix_path: /usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo)
  134 4200569 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo)
  120 4200689 [main] id 1520 set_flags: flags: binary (0x2)
  207 4200896 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  253 4201149 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo)
  180 4201329 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo)
  230 4201559 [main] id 1520 symlink_info::check: not a symlink
  149 4201708 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x229698) (0x3000A)
  209 4201917 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8/LC_MESSAGES)
  159 4202076 [main] id 1520 set_flags: flags: binary (0x2)
  122 4202198 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES, flags 0x3000A, rc 0
  184 4202382 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES)
  202 4202584 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES)
  115 4202699 [main] id 1520 symlink_info::check: not a symlink
  108 4202807 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES, 0x229698) (0x3000A)
  172 4202979 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.UTF-8)
  135 4203114 [main] id 1520 set_flags: flags: binary (0x2)
  119 4203233 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.UTF-8, dst C:\cygwin\usr\share\locale\en_US.UTF-8, flags 0x3000A, rc 0
  170 4203403 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8)
  205 4203608 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8)
  170 4203778 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8.lnk)
  157 4203935 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.UTF-8.lnk)
  115 4204050 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US.UTF-8, 0x229698) (0x3000A)
  113 4204163 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
  112 4204275 [main] id 1520 set_flags: flags: binary (0x2)
  110 4204385 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
  242 4204627 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale)
  216 4204843 [main] id 1520 symlink_info::check: not a symlink
  168 4205011 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale, 0x229698) (0x3000A)
  160 4205171 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo), has_acls(1)
  127 4205298 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  137 4205435 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
  179 4205614 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3
  187 4205801 [main] id 1520 geterrno_from_win_error: windows error 3 == errno 2
  139 4205940 [main] id 1520 fhandler_base::open: 0xC000003A = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  111 4206051 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
  118 4206169 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\en_US.UTF-8\LC_MESSAGES\coreutils.mo, 0x18000)
  113 4206282 [main] id 1520 open: -1 = open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  147 4206429 [main] id 1520 open: open(/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, 0x10000)
  109 4206538 [main] id 1520 normalize_posix_path: src /usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo
  110 4206648 [main] id 1520 normalize_posix_path: /usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo)
  113 4206761 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo)
  109 4206870 [main] id 1520 set_flags: flags: binary (0x2)
  112 4206982 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  173 4207155 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo)
  153 4207308 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo)
  116 4207424 [main] id 1520 symlink_info::check: not a symlink
  107 4207531 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x229698) (0x3000A)
  112 4207643 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8/LC_MESSAGES)
  113 4207756 [main] id 1520 set_flags: flags: binary (0x2)
  111 4207867 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES, flags 0x3000A, rc 0
  172 4208039 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES)
  191 4208230 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES)
  139 4208369 [main] id 1520 symlink_info::check: not a symlink
  108 4208477 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES, 0x229698) (0x3000A)
  111 4208588 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US.utf8)
  110 4208698 [main] id 1520 set_flags: flags: binary (0x2)
  130 4208828 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US.utf8, dst C:\cygwin\usr\share\locale\en_US.utf8, flags 0x3000A, rc 0
  212 4209040 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.utf8)
  189 4209229 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8)
  171 4209400 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US.utf8.lnk)
  152 4209552 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US.utf8.lnk)
  136 4209688 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US.utf8, 0x229698) (0x3000A)
  118 4209806 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
  122 4209928 [main] id 1520 set_flags: flags: binary (0x2)
  111 4210039 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
  229 4210268 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale)
  136 4210404 [main] id 1520 symlink_info::check: not a symlink
  160 4210564 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale, 0x229698) (0x3000A)
  150 4210714 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo), has_acls(1)
  165 4210879 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  141 4211020 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
  201 4211221 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3
  160 4211381 [main] id 1520 geterrno_from_win_error: windows error 3 == errno 2
  115 4211496 [main] id 1520 fhandler_base::open: 0xC000003A = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  112 4211608 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
  112 4211720 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\en_US.utf8\LC_MESSAGES\coreutils.mo, 0x18000)
  143 4211863 [main] id 1520 open: -1 = open(/usr/share/locale/en_US.utf8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  178 4212041 [main] id 1520 open: open(/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, 0x10000)
  127 4212168 [main] id 1520 normalize_posix_path: src /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo
  112 4212280 [main] id 1520 normalize_posix_path: /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
  112 4212392 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo)
  111 4212503 [main] id 1520 set_flags: flags: binary (0x2)
  109 4212612 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  274 4212886 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
  184 4213070 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo)
  195 4213265 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo.exe)
  198 4213463 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo.exe)
  187 4213650 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo.lnk)
  213 4213863 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo.lnk)
  190 4214053 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo.exe.lnk)
  260 4214313 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo.exe.lnk)
  139 4214452 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x229698) (0x3000A)
  121 4214573 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES)
  155 4214728 [main] id 1520 set_flags: flags: binary (0x2)
  147 4214875 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en_US\LC_MESSAGES, flags 0x3000A, rc 0
  491 4215366 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES)
  213 4215579 [main] id 1520 symlink_info::check: not a symlink
  157 4215736 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en_US\LC_MESSAGES, 0x229698) (0x3000A)
  161 4215897 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo), has_acls(1)
  123 4216020 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  144 4216164 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x118000)
  176 4216340 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC0000034 -> windows error 2
  205 4216545 [main] id 1520 geterrno_from_win_error: windows error 2 == errno 2
  116 4216661 [main] id 1520 fhandler_base::open: 0xC0000034 = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  111 4216772 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x118000)
  115 4216887 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\en_US\LC_MESSAGES\coreutils.mo, 0x18000)
  110 4216997 [main] id 1520 open: -1 = open(/usr/share/locale/en_US/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  151 4217148 [main] id 1520 open: open(/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, 0x10000)
  139 4217287 [main] id 1520 normalize_posix_path: src /usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo
  127 4217414 [main] id 1520 normalize_posix_path: /usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo)
  112 4217526 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo)
  113 4217639 [main] id 1520 set_flags: flags: binary (0x2)
  111 4217750 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  188 4217938 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo)
  210 4218148 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo)
  248 4218396 [main] id 1520 symlink_info::check: not a symlink
  144 4218540 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x229698) (0x3000A)
  116 4218656 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_MESSAGES)
  113 4218769 [main] id 1520 set_flags: flags: binary (0x2)
  137 4218906 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES, flags 0x3000A, rc 0
  175 4219081 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES)
  185 4219266 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES)
  116 4219382 [main] id 1520 symlink_info::check: not a symlink
  106 4219488 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES, 0x229698) (0x3000A)
  111 4219599 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8)
  110 4219709 [main] id 1520 set_flags: flags: binary (0x2)
  129 4219838 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8, dst C:\cygwin\usr\share\locale\en.UTF-8, flags 0x3000A, rc 0
  195 4220033 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.UTF-8)
  166 4220199 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8)
  173 4220372 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.UTF-8.lnk)
  152 4220524 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.UTF-8.lnk)
  135 4220659 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en.UTF-8, 0x229698) (0x3000A)
  115 4220774 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
  112 4220886 [main] id 1520 set_flags: flags: binary (0x2)
  109 4220995 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
  219 4221214 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale)
  167 4221381 [main] id 1520 symlink_info::check: not a symlink
  157 4221538 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale, 0x229698) (0x3000A)
  128 4221666 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo), has_acls(1)
  126 4221792 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  180 4221972 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
  225 4222197 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3
  161 4222358 [main] id 1520 geterrno_from_win_error: windows error 3 == errno 2
  116 4222474 [main] id 1520 fhandler_base::open: 0xC000003A = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  112 4222586 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x118000)
  112 4222698 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\en.UTF-8\LC_MESSAGES\coreutils.mo, 0x18000)
  112 4222810 [main] id 1520 open: -1 = open(/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  170 4222980 [main] id 1520 open: open(/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo, 0x10000)
  110 4223090 [main] id 1520 normalize_posix_path: src /usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo
  115 4223205 [main] id 1520 normalize_posix_path: /usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo)
  111 4223316 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo)
  111 4223427 [main] id 1520 set_flags: flags: binary (0x2)
  110 4223537 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  173 4223710 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo)
  179 4223889 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo)
  117 4224006 [main] id 1520 symlink_info::check: not a symlink
  116 4224122 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x229698) (0x3000A)
  117 4224239 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_MESSAGES)
  112 4224351 [main] id 1520 set_flags: flags: binary (0x2)
  109 4224460 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES, flags 0x3000A, rc 0
  174 4224634 [main] id 1520 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES)
  208 4224842 [main] id 1520 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES)
  116 4224958 [main] id 1520 symlink_info::check: not a symlink
  108 4225066 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES, 0x229698) (0x3000A)
  119 4225185 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8)
  112 4225297 [main] id 1520 set_flags: flags: binary (0x2)
  109 4225406 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8, dst C:\cygwin\usr\share\locale\en.utf8, flags 0x3000A, rc 0
  202 4225608 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.utf8)
  123 4225731 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.utf8)
  197 4225928 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en.utf8.lnk)
  206 4226134 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en.utf8.lnk)
  120 4226254 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en.utf8, 0x229698) (0x3000A)
  111 4226365 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale)
  110 4226475 [main] id 1520 set_flags: flags: binary (0x2)
  111 4226586 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags 0x3000A, rc 0
  219 4226805 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale)
  237 4227042 [main] id 1520 symlink_info::check: not a symlink
  165 4227207 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale, 0x229698) (0x3000A)
  152 4227359 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo), has_acls(1)
  122 4227481 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  140 4227621 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
  176 4227797 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3
  185 4227982 [main] id 1520 geterrno_from_win_error: windows error 3 == errno 2
  117 4228099 [main] id 1520 fhandler_base::open: 0xC000003A = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  129 4228228 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x118000)
  115 4228343 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\en.utf8\LC_MESSAGES\coreutils.mo, 0x18000)
  123 4228466 [main] id 1520 open: -1 = open(/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  151 4228617 [main] id 1520 open: open(/usr/share/locale/en/LC_MESSAGES/coreutils.mo, 0x10000)
  109 4228726 [main] id 1520 normalize_posix_path: src /usr/share/locale/en/LC_MESSAGES/coreutils.mo
  145 4228871 [main] id 1520 normalize_posix_path: /usr/share/locale/en/LC_MESSAGES/coreutils.mo = normalize_posix_path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
  117 4228988 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES/coreutils.mo)
  111 4229099 [main] id 1520 set_flags: flags: binary (0x2)
  121 4229220 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES/coreutils.mo, dst C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, flags 0x3000A, rc 0
  333 4229553 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
  200 4229753 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo)
  191 4229944 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe)
  199 4230143 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe)
  199 4230342 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.lnk)
  193 4230535 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.lnk)
  185 4230720 [main] id 1520 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe.lnk)
  203 4230923 [main] id 1520 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo.exe.lnk)
  115 4231038 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x229698) (0x3000A)
  112 4231150 [main] id 1520 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES)
  121 4231271 [main] id 1520 set_flags: flags: binary (0x2)
  111 4231382 [main] id 1520 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES, dst C:\cygwin\usr\share\locale\en\LC_MESSAGES, flags 0x3000A, rc 0
  448 4231830 [main] id 1520 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES)
  223 4232053 [main] id 1520 symlink_info::check: not a symlink
  163 4232216 [main] id 1520 symlink_info::check: 0 = symlink.check(C:\cygwin\usr\share\locale\en\LC_MESSAGES, 0x229698) (0x3000A)
  138 4232354 [main] id 1520 path_conv::check: this->path(C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo), has_acls(1)
  130 4232484 [main] id 1520 build_fh_pc: fh 0x612C95C4, dev 000000C3
  119 4232603 [main] id 1520 fhandler_base::open: (\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x118000)
  205 4232808 [main] id 1520 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygwin/fhandler.cc:691 status 0xC0000034 -> windows error 2
  134 4232942 [main] id 1520 geterrno_from_win_error: windows error 2 == errno 2
  149 4233091 [main] id 1520 fhandler_base::open: 0xC0000034 = NtCreateFile (0x771B3C97, 0x80100000, \??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  148 4233239 [main] id 1520 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x118000)
  115 4233354 [main] id 1520 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin\usr\share\locale\en\LC_MESSAGES\coreutils.mo, 0x18000)
  113 4233467 [main] id 1520 open: -1 = open(/usr/share/locale/en/LC_MESSAGES/coreutils.mo, 0x18000), errno 2
  496 4233963 [main] id 1520 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1060284298-861567501-682003330-76794
  135 4234098 [main] id 1520 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1060284298-861567501-682003330-513
  129 4234227 [main] id 1520 get_info_from_sd: ACL 0x1A4, uid 1125370, gid 1125370
  161 4234388 [main] id 1520 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\trace.out, 0x22A8B0) st_size=0, st_mode=0100644, st_ino=1688849860534213st_atim=5473A65B.32627CE4 st_ctim=5473A65B.3271BF88 st_mtim=5473A65B.32627CE4 st_birthtim=5473A65B.32627CE4
  142 4234530 [main] id 1520 fstat64: 0 = fstat(1, 0x22A8B0)
  841 4235371 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
 1564 4236935 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  290 4237225 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  251 4237476 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  245 4237721 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  244 4237965 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  243 4238208 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  245 4238453 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  242 4238695 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  246 4238941 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  242 4239183 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  240 4239423 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
296378 4535801 [main] id 1520 pwdgrp::fetch_account_from_windows: LookupAccountSid(S-1-5-5-0-1299374), Win32 error 1332
  567 4536368 [main] id 1520 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-1299374:4095:>
  528 4536896 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  717 4537613 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  657 4538270 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  656 4538926 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  626 4539552 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  629 4540181 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  618 4540799 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  596 4541395 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  524 4541919 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
 1325 4543244 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  524 4543768 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  495 4544263 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  445 4544708 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  427 4545135 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  442 4545577 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  436 4546013 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  447 4546460 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  441 4546901 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  454 4547355 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  423 4547778 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  506 4548284 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  438 4548722 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  449 4549171 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  438 4549609 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  449 4550058 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  443 4550501 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  504 4551005 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  448 4551453 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  490 4551943 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  640 4552583 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  422 4553005 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  399 4553404 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  401 4553805 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  519 4554324 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  404 4554728 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  419 4555147 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  422 4555569 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  439 4556008 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  391 4556399 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  392 4556791 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  502 4557293 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  413 4557706 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  446 4558152 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  422 4558574 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  426 4559000 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  406 4559406 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  418 4559824 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  426 4560250 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  398 4560648 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  432 4561080 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  424 4561504 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  429 4561933 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  637 4562570 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  440 4563010 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  417 4563427 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  397 4563824 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  424 4564248 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  406 4564654 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  442 4565096 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  398 4565494 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  410 4565904 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  807 4566711 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  426 4567137 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  404 4567541 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  428 4567969 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  404 4568373 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  411 4568784 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  464 4569248 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  405 4569653 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  425 4570078 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  422 4570500 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  437 4570937 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  487 4571424 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  634 4572058 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  491 4572549 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  409 4572958 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  415 4573373 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  403 4573776 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  394 4574170 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  407 4574577 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  428 4575005 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  461 4575466 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  417 4575883 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  401 4576284 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  424 4576708 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  412 4577120 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  419 4577539 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  425 4577964 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  833 4578797 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  572 4579369 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  407 4579776 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  426 4580202 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  417 4580619 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  422 4581041 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  398 4581439 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  253 4581692 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  406 4582098 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  257 4582355 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  243 4582598 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  247 4582845 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  251 4583096 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  251 4583347 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  242 4583589 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  247 4583836 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  245 4584081 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  254 4584335 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  241 4584576 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  272 4584848 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  245 4585093 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  252 4585345 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  251 4585596 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  274 4585870 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  247 4586117 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  259 4586376 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  242 4586618 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  242 4586860 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  259 4587119 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  257 4587376 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  245 4587621 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  243 4587864 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  241 4588105 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  252 4588357 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  244 4588601 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  245 4588846 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
41405 4630251 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  842 4631093 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  641 4631734 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  346 4632080 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  284 4632364 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  409 4632773 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  493 4633266 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  767 4634033 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  612 4634645 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
84043 4718688 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  766 4719454 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  771 4720225 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  755 4720980 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  601 4721581 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  678 4722259 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  727 4722986 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  738 4723724 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  743 4724467 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  689 4725156 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  640 4725796 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  682 4726478 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  730 4727208 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  688 4727896 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  694 4728590 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  652 4729242 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  602 4729844 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  636 4730480 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  645 4731125 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  685 4731810 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  560 4732370 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  746 4733116 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  713 4733829 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  663 4734492 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  722 4735214 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  699 4735913 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  645 4736558 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  793 4737351 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
 2327 4739678 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
41339 4781017 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
83690 4864707 [main] id 1520 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
115644 4980351 [main] id 1520 write: 4319 = write(1, 0x20058538, 4319)
  311 4980662 [main] id 1520 close: close(1)
  349 4981011 [main] id 1520 fhandler_base::close: closing '/trace.out' handle 0x110
  325 4981336 [main] id 1520 close: 0 = close(1)
  799 4982135 [main] id 1520 close: close(2)
  332 4982467 [main] id 1520 fhandler_base::close_with_arch: line 1140:  /dev/cons0<0x612C8EA4> usecount + -1 = 2
  229 4982696 [main] id 1520 fhandler_base::close_with_arch: not closing archetype
  247 4982943 [main] id 1520 close: 0 = close(2)
  557 4983500 [main] id 1520 do_exit: do_exit (0), exit_state 1
  214 4983714 [main] id 1520 void: 0x0 = signal (20, 0x1)
  222 4983936 [main] id 1520 void: 0x0 = signal (1, 0x1)
  214 4984150 [main] id 1520 void: 0x0 = signal (2, 0x1)
  194 4984344 [main] id 1520 void: 0x0 = signal (3, 0x1)
  286 4984630 [main] id 1520 fhandler_base::close_with_arch: line 1140:  /dev/cons0<0x612C8EA4> usecount + -1 = 1
  214 4984844 [main] id 1520 fhandler_base::close_with_arch: not closing archetype
  231 4985075 [main] id 1520 init_cygheap::close_ctty: closing cygheap->ctty 0x612C8EA4
  152 4985227 [main] id 1520 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
  432 4985659 [main] id 1520 fhandler_console::free_console: freed console, res 1
  133 4985792 [main] id 1520 dtable::delete_archetype: deleting element 0 for /dev/cons0(3/0)
  133 4985925 [main] id 1520 getpid: 1520 = getpid()
  210 4986135 [main] id 1520 proc_terminate: nprocs 0
  158 4986293 [main] id 1520 proc_terminate: leaving
  222 4986515 [main] id 1520 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0

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

* Re: occasional failure to look up
  2014-11-24 22:40       ` Habermann, David (D)
@ 2014-11-25 15:47         ` Corinna Vinschen
  2014-11-25 16:38           ` Habermann, David (D)
                             ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-25 15:47 UTC (permalink / raw)
  To: cygwin

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

On Nov 24 21:46, Habermann, David (D) wrote:
> > > Stopping the terminal and restarting cygserver is not sufficient?
> > > Also, does this also happen if you don't start cygserver at all?
> > 
> > I've not tried either of these ... and I'm not sure if it happens at
> > every reboot now or not (I rarely reboot).  I'll see if I can
> > reproduce it.
> > 
> > > When the problem occurs, can you provide an strace from id?
> > >
> > >  $ strace -o id.trace /usr/bin/id
> > 
> Finally got a recurrence today.  Strace is attached.

Thanks.  Unfortunately it's not useful, becasue the actual problem
occured inside Cygserver.  What I need would be the problem captured
by running cygserver from the command line like this:

  $ strace -o cygserver.trace /usr/sbin/cygserver -d 2> cygserver.stderr

and see the two files cygserver.trace and cygserver.stderr.

> I can't really stop cygserver only, as (discussed here earlier) I've
> created dependencies.  When I attempt to shut down cygserver, I get
> prompted that the others must also be shut down.

That's a bit of a problem for debugging.  Did you notice my mail
https://cygwin.com/ml/cygwin/2014-11/msg00480.html, btw?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: occasional failure to look up
  2014-11-25 15:47         ` Corinna Vinschen
@ 2014-11-25 16:38           ` Habermann, David (D)
  2014-11-25 17:09           ` Habermann, David (D)
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 16:38 UTC (permalink / raw)
  To: cygwin

> Thanks.  Unfortunately it's not useful, becasue the actual problem
> occurred inside Cygserver.  What I need would be the problem captured
> by running cygserver from the command line like this:

>  $ strace -o cygserver.trace /usr/sbin/cygserver -d 2> cygserver.stderr

> and see the two files cygserver.trace and cygserver.stderr.

Will do the next time I see this...too bad I didn't see your e-mail earlier this morning, as I had another recurrence today after a windows-update-forced-reboot.

>> I can't really stop cygserver only, as (discussed here earlier) I've
>> created dependencies.  When I attempt to shut down cygserver, I get
>> prompted that the others must also be shut down.

> That's a bit of a problem for debugging.

I'll remove those dependencies for now to aid in debugging.  I can add them back later.

> Did you notice my mail https://cygwin.com/ml/cygwin/2014-11/msg00480.html, btw?

I had not.  Somehow I'm not surprised that we have "historical junk" in our AD, and (of course) I don't have access to do any cleanup.

> Still, some debugging on affected systems might be enlightening.

I'll be happy to do anything of interest.  As a starter, I'm going to see if I can figure out which of my SIDs are being used by the couple of file shares I routinely access from cygwin.


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

* RE: occasional failure to look up
  2014-11-25 15:47         ` Corinna Vinschen
  2014-11-25 16:38           ` Habermann, David (D)
@ 2014-11-25 17:09           ` Habermann, David (D)
  2014-11-25 17:33             ` Corinna Vinschen
  2014-11-25 20:22           ` Habermann, David (D)
  2014-11-25 22:52           ` Habermann, David (D)
  3 siblings, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 17:09 UTC (permalink / raw)
  To: cygwin

>> Still, some debugging on affected systems might be enlightening.

> I'll be happy to do anything of interest.  As a starter, I'm going 
> to see if I can figure out which of my SIDs are being used by the 
> couple of file shares I routinely access from cygwin.

I was unable to quickly figure out anything...looking at this make me feel a bit dense.  I do have a copy of Active Directory Explorer and can do some looking, but the materials inside are so huge that I don't even know where to start.


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

* Re: occasional failure to look up
  2014-11-25 17:09           ` Habermann, David (D)
@ 2014-11-25 17:33             ` Corinna Vinschen
  2014-11-25 17:43               ` Habermann, David (D)
  2014-11-25 17:46               ` Habermann, David (D)
  0 siblings, 2 replies; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-25 17:33 UTC (permalink / raw)
  To: cygwin

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

On Nov 25 16:24, Habermann, David (D) wrote:
> >> Still, some debugging on affected systems might be enlightening.
> 
> > I'll be happy to do anything of interest.  As a starter, I'm going 
> > to see if I can figure out which of my SIDs are being used by the 
> > couple of file shares I routinely access from cygwin.
> 
> I was unable to quickly figure out anything...looking at this make me
> feel a bit dense.  I do have a copy of Active Directory Explorer and
> can do some looking, but the materials inside are so huge that I don't
> even know where to start.

Two things to keep in mind:

- It's not actually clear yet if it's a sidHistory entry or some SID
  created by another mechanism.

- Even if it's sidHistory, it may be *very* old.  Did you work at the
  company already back in NT4 times?  That might explain the sidHistory
  entry and the total lack of files still having this SID in its ACL.
  As far as I know, Microsoft suggests to remove the sidHistory entries
  as soon as they are not needed anymore.

Talking about feeling dense:  I inspected the underlying Cygwin code
which creates the grouplist you see in `id' output.  I have not been
able to come up with any cause for your problem :(


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: occasional failure to look up
  2014-11-25 17:33             ` Corinna Vinschen
@ 2014-11-25 17:43               ` Habermann, David (D)
  2014-11-25 17:53                 ` Corinna Vinschen
  2014-11-25 17:46               ` Habermann, David (D)
  1 sibling, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 17:43 UTC (permalink / raw)
  To: cygwin

> Two things to keep in mind:

> - It's not actually clear yet if it's a sidHistory entry or some SID
>  created by another mechanism.

> Even if it's sidHistory, it may be *very* old.  Did you work at the
>  company already back in NT4 times?  That might explain the sidHistory
>  entry and the total lack of files still having this SID in its ACL.
>  As far as I know, Microsoft suggests to remove the sidHistory entries
>  as soon as they are not needed anymore.

Yes, I guess I'll have to date myself now.  I've worked here with the same user ID since 1975 (full time since 1980), so I span basically the entire non-mainframe computer era.  So what you are suggesting is quite likely, and it would not be surprising for clean-up work to have been neglected.  A quick look in our AD shows numerous things such as "Legacy local groups" and "Legacy Mailboxes".  One concern I have here is that when I dig down into AD to "DC=dow,DC=com,OU=Dow Users,OU=Employees" and find what I believe is my current active record I find a record with "U074036" (capital 'U') whereas the record we saw as my "UID" earlier in this thread was with a lowercase 'u'. I found this by searching for sAMAccountName=u074036, and it is the only record found by this search.

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

* RE: occasional failure to look up
  2014-11-25 17:33             ` Corinna Vinschen
  2014-11-25 17:43               ` Habermann, David (D)
@ 2014-11-25 17:46               ` Habermann, David (D)
  2014-11-25 18:25                 ` Corinna Vinschen
  1 sibling, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 17:46 UTC (permalink / raw)
  To: cygwin

On Nov 25 16:24, Habermann, David (D) wrote:
> >> Still, some debugging on affected systems might be enlightening.
> 
> > I'll be happy to do anything of interest.  As a starter, I'm going 
> > to see if I can figure out which of my SIDs are being used by the 
> > couple of file shares I routinely access from cygwin.
> 
> I was unable to quickly figure out anything...looking at this make me
> feel a bit dense.  I do have a copy of Active Directory Explorer and
> can do some looking, but the materials inside are so huge that I don't
> even know where to start.

After a bit more hacking around, I found that the SID 
S-1-5-21-4015118-2039090470-1726288727-4013 (the "group ID" for DOW/U074036) is 
Located under CN=S-1-5-21-4015118-2039090470-1726288727-4013,CN=ForeignSecurityPrincipals,DC=dow,DC=com

I'm not sure what that means, even after Googling "ForeignSecurityPrincipals"....it's like their explaining it in a foreign language.  Perhaps it means something to you?

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

* Re: occasional failure to look up
  2014-11-25 17:43               ` Habermann, David (D)
@ 2014-11-25 17:53                 ` Corinna Vinschen
  2014-11-25 20:49                   ` Habermann, David (D)
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-25 17:53 UTC (permalink / raw)
  To: cygwin

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

On Nov 25 17:09, Habermann, David (D) wrote:
> > Two things to keep in mind:
> 
> > - It's not actually clear yet if it's a sidHistory entry or some SID
> >  created by another mechanism.
> 
> > Even if it's sidHistory, it may be *very* old.  Did you work at the
> >  company already back in NT4 times?  That might explain the sidHistory
> >  entry and the total lack of files still having this SID in its ACL.
> >  As far as I know, Microsoft suggests to remove the sidHistory entries
> >  as soon as they are not needed anymore.
> 
> Yes, I guess I'll have to date myself now.  I've worked here with the
> same user ID since 1975 (full time since 1980), so I span basically
> the entire non-mainframe computer era.  So what you are suggesting is
> quite likely, and it would not be surprising for clean-up work to have
> been neglected.  A quick look in our AD shows numerous things such as
> "Legacy local groups" and "Legacy Mailboxes".  One concern I have here
> is that when I dig down into AD to "DC=dow,DC=com,OU=Dow
> Users,OU=Employees" and find what I believe is my current active
> record I find a record with "U074036" (capital 'U') whereas the record
> we saw as my "UID" earlier in this thread was with a lowercase 'u'.

Hmm.  That should not be a big problem because user and group name
comparisons are case-insensitive.  Hopefully everywhere in the code...

> I
> found this by searching for sAMAccountName=u074036, and it is the only
> record found by this search.

Does this record have one or more entries in the sidHistory attribute?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: occasional failure to look up
  2014-11-25 17:46               ` Habermann, David (D)
@ 2014-11-25 18:25                 ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-25 18:25 UTC (permalink / raw)
  To: cygwin

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

On Nov 25 17:32, Habermann, David (D) wrote:
> On Nov 25 16:24, Habermann, David (D) wrote:
> > >> Still, some debugging on affected systems might be enlightening.
> > 
> > > I'll be happy to do anything of interest.  As a starter, I'm going 
> > > to see if I can figure out which of my SIDs are being used by the 
> > > couple of file shares I routinely access from cygwin.
> > 
> > I was unable to quickly figure out anything...looking at this make me
> > feel a bit dense.  I do have a copy of Active Directory Explorer and
> > can do some looking, but the materials inside are so huge that I don't
> > even know where to start.
> 
> After a bit more hacking around, I found that the SID
> S-1-5-21-4015118-2039090470-1726288727-4013 (the "group ID" for
> DOW/U074036) is Located under
> CN=S-1-5-21-4015118-2039090470-1726288727-4013,CN=ForeignSecurityPrincipals,DC=dow,DC=com
> 
> I'm not sure what that means, even after Googling
> "ForeignSecurityPrincipals"....it's like their explaining it in a
> foreign language.  Perhaps it means something to you?

It's explain a bit in
http://technet.microsoft.com/en-us/library/bb727067.aspx
Your account, for instance, is a security principal.  The account
with SID S-1-5-21-4015118-2039090470-1726288727-4013 is a foreign
security principal since it's not in your domain.  So far so good, I'm
just not sure what the implications are.  I'm looking at AD from the
hacking side and usually try to steer away from the more complicated
issues of maintainance :}


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* RE: occasional failure to look up
  2014-11-25 15:47         ` Corinna Vinschen
  2014-11-25 16:38           ` Habermann, David (D)
  2014-11-25 17:09           ` Habermann, David (D)
@ 2014-11-25 20:22           ` Habermann, David (D)
  2014-11-25 22:52           ` Habermann, David (D)
  3 siblings, 0 replies; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 20:22 UTC (permalink / raw)
  To: cygwin

> That's a bit of a problem for debugging.  Did you notice my mail
> https://cygwin.com/ml/cygwin/2014-11/msg00480.html, btw?

Just taking a step back...what are we trying to fix?  Once startup goes smoothly, your current AD code works fine for me.  The only problem I'm having is that sometimes start up fails....probably because it occurs too rapidly after reboot, and stuff on this old POS computer is running so slowly that something times out, causing cygserver to cache bad information.  I'll bet that something a lot simpler would solve this problem than coding to ignore certain group codes....either a delayed service start on my end, or perhaps some kind of TTL on a cached cygserver entry that originally timed out.

I will try to regenerate a failure and get you the requested strace from cygserver soon.

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

* RE: occasional failure to look up
  2014-11-25 17:53                 ` Corinna Vinschen
@ 2014-11-25 20:49                   ` Habermann, David (D)
  0 siblings, 0 replies; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 20:49 UTC (permalink / raw)
  To: cygwin

> Does this record have one or more entries in the sidHistory attribute?

Yes, as you suspected, the sidHistory attribute for S-1-5-21-1060284298-861567501-682003330-76794 contains S-1-5-21-4015118-2039090470-1726288727-4013



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

* RE: occasional failure to look up
  2014-11-25 15:47         ` Corinna Vinschen
                             ` (2 preceding siblings ...)
  2014-11-25 20:22           ` Habermann, David (D)
@ 2014-11-25 22:52           ` Habermann, David (D)
  2014-11-26 21:45             ` Corinna Vinschen
  3 siblings, 1 reply; 22+ messages in thread
From: Habermann, David (D) @ 2014-11-25 22:52 UTC (permalink / raw)
  To: cygwin

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

> Thanks.  Unfortunately it's not useful, because the actual problem
> occurred inside Cygserver.  What I need would be the problem captured
> by running cygserver from the command line like this:

>  $ strace -o cygserver.trace /usr/sbin/cygserver -d 2> cygserver.stderr

Strace output attached.  Also, I removed the dependencies and then confirmed that simply stopping the cygserver process and restarting it eliminates the problem (of course, after restarting the XWin and terminal sessions).  I had one additional thought...sometimes (like today) I work from home and wondered if perhaps a reboot without access to the network might cause the problem.  However, I cycled cygserver WITHOUT connecting to my VPN to the office, and the problem still went away, so apparently a network connection to the corporate AD server is not needed (probably uses my local cache, right?)



[-- Attachment #2: cygserver.trace --]
[-- Type: application/octet-stream, Size: 48291 bytes --]

    4       4 [main] cygserver (6964) **********************************************
  547     551 [main] cygserver (6964) Program name: C:\cygwin\usr\sbin\cygserver.exe (windows pid 6964)
  481    1032 [main] cygserver (6964) OS version:   Windows NT-6.1
  586    1618 [main] cygserver (6964) **********************************************
  738    2356 [main] cygserver (6964) sigprocmask: 0 = sigprocmask (0, 0x0, 0x6128D6A8)
 1820    4176 [main] cygserver 6964 open_shared: name shared.5, n 5, shared 0x60FF0000 (wanted 0x60FF0000), h 0x74, *m 6
  524    4700 [main] cygserver 6964 user_heap_info::init: heap base 0x20000000, heap top 0x20000000, heap size 0x18000000 (402653184)
  609    5309 [main] cygserver 6964 open_shared: name S-1-5-21-1060284298-861567501-682003330-76794.1, n 1, shared 0x60FE0000 (wanted 0x60FE0000), h 0x70, *m 6
  285    5594 [main] cygserver 6964 user_info::create: opening user shared for 'S-1-5-21-1060284298-861567501-682003330-76794' at 0x60FE0000
  274    5868 [main] cygserver 6964 user_info::create: user shared version AB1FCCE8
  541    6409 [main] cygserver 6964 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-6964-sigwait, size 5412, mode PIPE_TYPE_MESSAGE
  442    6851 [main] cygserver 6964 fhandler_pipe::create: pipe read handle 0x88
  294    7145 [main] cygserver 6964 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-6964-sigwait
  318    7463 [main] cygserver 6964 fhandler_pipe::create: pipe write handle 0x8C
  306    7769 [main] cygserver 6964 dll_crt0_0: finished dll_crt0_0 initialization
 2164    9933 [sig] cygserver 6964 wait_sig: entering ReadFile loop, my_readsig 0x88, my_sendsig 0x8C
  322   10255 [main] cygserver 6964 time: 1416945199 = time(0x0)
  152   10407 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin, no-keep-rel, no-add-slash)
  103   10510 [main] cygserver 6964 normalize_win32_path: C:\cygwin = normalize_win32_path (C:\cygwin)
   85   10595 [main] cygserver 6964 mount_info::conv_to_posix_path: / = conv_to_posix_path (C:\cygwin)
  106   10701 [main] cygserver 6964 sigprocmask: 0 = sigprocmask (0, 0x0, 0x200180A8)
  173   10874 [main] cygserver 6964 _cygwin_istext_for_stdio: fd 0: not open
   81   10955 [main] cygserver 6964 _cygwin_istext_for_stdio: fd 1: not open
   76   11031 [main] cygserver 6964 _cygwin_istext_for_stdio: fd 2: not open
  153   11184 [main] cygserver (6964) open_shared: name cygpid.6964, n 6964, shared 0x60FD0000 (wanted 0x60FD0000), h 0xBC, *m 2
  102   11286 [main] ? (6964) time: 1416945199 = time(0x0)
   87   11373 [main] cygserver 6964 pinfo::thisproc: myself dwProcessId 6964
 1841   13214 [main] cygserver 6964 environ_init: GetEnvironmentStrings returned 0x5F6A88
  292   13506 [main] cygserver 6964 environ_init: 0x20028290: !::=::\
  244   13750 [main] cygserver 6964 environ_init: 0x200282A0: ALLUSERSPROFILE=C:\ProgramData
  282   14032 [main] cygserver 6964 environ_init: 0x200282C8: APPDATA=C:\Users\u074036\AppData\Roaming
  527   14559 [main] cygserver 6964 environ_init: 0x200282F8: CM2015DIR=C:\Program Files\Common Files\Autodesk Shared\Materials\
  220   14779 [main] cygserver 6964 environ_init: 0x20028340: COMMONPROGRAMFILES=C:\Program Files\Common Files
  213   14992 [main] cygserver 6964 environ_init: 0x20028378: COMPUTERNAME=EW54384R82P30V
  269   15261 [main] cygserver 6964 environ_init: 0x200283A0: COMSPEC=C:\Windows\system32\cmd.exe
  244   15505 [main] cygserver 6964 parse_options: glob (called func)
  215   15720 [main] cygserver 6964 parse_options: returning
  225   15945 [main] cygserver 6964 environ_init: 0x200283D0: CYGWIN=noglob
  230   16175 [main] cygserver 6964 environ_init: 0x200283F8: DISPLAY=:0
  232   16407 [main] cygserver 6964 environ_init: 0x20028408: FP_NO_HOST_CHECK=NO
  263   16670 [main] cygserver 6964 getwinenv: can't set native for HOME= since no environ yet
  196   16866 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin, no-keep-rel, no-add-slash)
  190   17056 [main] cygserver 6964 normalize_win32_path: C:\cygwin = normalize_win32_path (C:\cygwin)
  401   17457 [main] cygserver 6964 mount_info::conv_to_posix_path: / = conv_to_posix_path (C:\cygwin)
  275   17732 [main] cygserver 6964 win_env::add_cache: posix /
  227   17959 [main] cygserver 6964 win_env::add_cache: native HOME=C:\cygwin
  198   18157 [main] cygserver 6964 posify_maybe: env var converted to HOME=/
  269   18426 [main] cygserver 6964 environ_init: 0x20028468: HOME=/
  283   18709 [main] cygserver 6964 environ_init: 0x20028428: HOMEDRIVE=C:
  229   18938 [main] cygserver 6964 environ_init: 0x20028478: HOMEPATH=\Users\u074036
  267   19205 [main] cygserver 6964 environ_init: 0x20028498: HOSTNAME=EW54384R82P30V
  224   19429 [main] cygserver 6964 environ_init: 0x200284B8: INFOPATH=/usr/local/info:/usr/share/info:/usr/info
  227   19656 [main] cygserver 6964 environ_init: 0x200284F0: LANG=en_US.UTF-8
  244   19900 [main] cygserver 6964 environ_init: 0x20028508: LOCALAPPDATA=C:\Users\u074036\AppData\Local
  183   20083 [main] cygserver 6964 environ_init: 0x20028540: LOGNAME=DOW+User(76794)
  232   20315 [main] cygserver 6964 environ_init: 0x20028560: LOGONSERVER=\\USMDLDDOWD003
  263   20578 [main] cygserver 6964 environ_init: 0x20028588: NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
  236   20814 [main] cygserver 6964 environ_init: 0x200285B8: NUMBER_OF_PROCESSORS=4
  264   21078 [main] cygserver 6964 environ_init: 0x200285D8: ORIGINAL_PATH=/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem
  225   21303 [main] cygserver 6964 environ_init: 0x20028898: OS=Windows_NT
  291   21594 [main] cygserver 6964 getwinenv: can't set native for PATH= since no environ yet
  240   21834 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
  156   21990 [main] cygserver 6964 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
  190   22180 [main] cygserver 6964 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
  190   22370 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
  190   22560 [main] cygserver 6964 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
  191   22751 [main] cygserver 6964 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
  184   22935 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\OraClient11gR2\product\11.2.0\client_1\bin, keep-rel, no-add-slash)
  191   23126 [main] cygserver 6964 normalize_win32_path: C:\OraClient11gR2\product\11.2.0\client_1\bin = normalize_win32_path (C:\OraClient11gR2\product\11.2.0\client_1\bin)
  211   23337 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin = conv_to_posix_path (C:\OraClient11gR2\product\11.2.0\client_1\bin)
  185   23522 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\app\U074036\product\11.2.0\client_1, keep-rel, no-add-slash)
  191   23713 [main] cygserver 6964 normalize_win32_path: C:\app\U074036\product\11.2.0\client_1 = normalize_win32_path (C:\app\U074036\product\11.2.0\client_1)
  189   23902 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/app/U074036/product/11.2.0/client_1 = conv_to_posix_path (C:\app\U074036\product\11.2.0\client_1)
  191   24093 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Perl\site\bin, keep-rel, no-add-slash)
  327   24420 [main] cygserver 6964 normalize_win32_path: C:\Perl\site\bin = normalize_win32_path (C:\Perl\site\bin)
  200   24620 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Perl/site/bin = conv_to_posix_path (C:\Perl\site\bin)
  193   24813 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Perl\bin, keep-rel, no-add-slash)
  190   25003 [main] cygserver 6964 normalize_win32_path: C:\Perl\bin = normalize_win32_path (C:\Perl\bin)
  191   25194 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Perl/bin = conv_to_posix_path (C:\Perl\bin)
  193   25387 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\OraClient10gR2, keep-rel, no-add-slash)
  190   25577 [main] cygserver 6964 normalize_win32_path: C:\OraClient10gR2 = normalize_win32_path (C:\OraClient10gR2)
  197   25774 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/OraClient10gR2 = conv_to_posix_path (C:\OraClient10gR2)
  191   25965 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Oracle\ORA90\bin, keep-rel, no-add-slash)
  193   26158 [main] cygserver 6964 normalize_win32_path: C:\Oracle\ORA90\bin = normalize_win32_path (C:\Oracle\ORA90\bin)
  191   26349 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Oracle/ORA90/bin = conv_to_posix_path (C:\Oracle\ORA90\bin)
  192   26541 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash)
  190   26731 [main] cygserver 6964 normalize_win32_path: C:\Windows\system32 = normalize_win32_path (C:\Windows\system32)
  195   26926 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32)
  191   27117 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, keep-rel, no-add-slash)
  190   27307 [main] cygserver 6964 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows)
  190   27497 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Windows = conv_to_posix_path (C:\Windows)
  191   27688 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
  197   27885 [main] cygserver 6964 normalize_win32_path: C:\Windows\System32\Wbem = normalize_win32_path (C:\Windows\System32\Wbem)
  152   28037 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem)
  193   28230 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash)
  190   28420 [main] cygserver 6964 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0)
  188   28608 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0)
  191   28799 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Attachmate\EXTRA!, keep-rel, no-add-slash)
  192   28991 [main] cygserver 6964 normalize_win32_path: C:\Program Files\Attachmate\EXTRA! = normalize_win32_path (C:\Program Files\Attachmate\EXTRA!)
  191   29182 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Attachmate/EXTRA! = conv_to_posix_path (C:\Program Files\Attachmate\EXTRA!)
  191   29373 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\RSA Security\RSA SecurID Software Token, keep-rel, no-add-slash)
  190   29563 [main] cygserver 6964 normalize_win32_path: C:\Program Files\RSA Security\RSA SecurID Software Token = normalize_win32_path (C:\Program Files\RSA Security\RSA SecurID Software Token)
  192   29755 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token = conv_to_posix_path (C:\Program Files\RSA Security\RSA SecurID Software Token)
  198   29953 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\program files\winzip, keep-rel, no-add-slash)
  197   30150 [main] cygserver 6964 normalize_win32_path: C:\program files\winzip = normalize_win32_path (C:\program files\winzip)
  192   30342 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/program files/winzip = conv_to_posix_path (C:\program files\winzip)
  203   30545 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
  199   30744 [main] cygserver 6964 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
  195   30939 [main] cygserver 6964 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
  200   31139 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\WiFi\bin, keep-rel, no-add-slash)
  200   31339 [main] cygserver 6964 normalize_win32_path: C:\Program Files\Intel\WiFi\bin = normalize_win32_path (C:\Program Files\Intel\WiFi\bin)
  200   31539 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/WiFi/bin = conv_to_posix_path (C:\Program Files\Intel\WiFi\bin)
  202   31741 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Common Files\Intel\WirelessCommon, keep-rel, no-add-slash)
  199   31940 [main] cygserver 6964 normalize_win32_path: C:\Program Files\Common Files\Intel\WirelessCommon = normalize_win32_path (C:\Program Files\Common Files\Intel\WirelessCommon)
  196   32136 [main] cygserver 6964 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)
  200   32336 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, keep-rel, no-add-slash)
  199   32535 [main] cygserver 6964 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
  200   32735 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin)
  202   32937 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\QuickTime\QTSystem, keep-rel, no-add-slash)
  203   33140 [main] cygserver 6964 normalize_win32_path: C:\Program Files\QuickTime\QTSystem = normalize_win32_path (C:\Program Files\QuickTime\QTSystem)
  201   33341 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/QuickTime/QTSystem = conv_to_posix_path (C:\Program Files\QuickTime\QTSystem)
  201   33542 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\lib\lapack, keep-rel, no-add-slash)
  201   33743 [main] cygserver 6964 normalize_win32_path: C:\cygwin\lib\lapack = normalize_win32_path (C:\cygwin\lib\lapack)
  199   33942 [main] cygserver 6964 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\cygwin\lib\lapack)
  290   34232 [main] cygserver 6964 win_env::add_cache: posix /usr/local/bin:/usr/bin:/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem:/usr/lib/lapack
  166   34398 [main] cygserver 6964 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\OraClient11gR2\product\11.2.0\client_1\bin;C:\app\U074036\product\11.2.0\client_1;C:\Perl\site\bin;C:\Perl\bin;C:\OraClient10gR2;C:\Oracle\ORA90\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Attachmate\EXTRA!;C:\Program Files\RSA Security\RSA SecurID Software Token;C:\program files\winzip;C:\cygwin\bin;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\TortoiseSVN\bin;C:\Program Files\QuickTime\QTSystem;C:\cygwin\lib\lapack
  336   34734 [main] cygserver 6964 posify_maybe: env var converted to PATH=/usr/local/bin:/usr/bin:/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem:/usr/lib/lapack
  269   35003 [main] cygserver 6964 environ_init: 0x20039050: PATH=/usr/local/bin:/usr/bin:/cygdrive/c/OraClient11gR2/product/11.2.0/client_1/bin:/cygdrive/c/app/U074036/product/11.2.0/client_1:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/OraClient10gR2:/cygdrive/c/Oracle/ORA90/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Attachmate/EXTRA!:/cygdrive/c/Program Files/RSA Security/RSA SecurID Software Token:/cygdrive/c/program files/winzip:/usr/bin:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/QuickTime/QTSystem:/usr/lib/lapack
  280   35283 [main] cygserver 6964 environ_init: 0x200288B0: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
  220   35503 [main] cygserver 6964 environ_init: 0x200288F8: PRINTER=\\USMDLSDOWF006\P50160
  226   35729 [main] cygserver 6964 environ_init: 0x20028920: PROCESSOR_ARCHITECTURE=x86
  239   35968 [main] cygserver 6964 environ_init: 0x20028940: PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
  224   36192 [main] cygserver 6964 environ_init: 0x20028990: PROCESSOR_LEVEL=6
  230   36422 [main] cygserver 6964 environ_init: 0x200289A8: PROCESSOR_REVISION=2502
  221   36643 [main] cygserver 6964 environ_init: 0x200289C8: PROFILEREAD=true
  234   36877 [main] cygserver 6964 environ_init: 0x200289E0: PROGRAMFILES=C:\Program Files
  223   37100 [main] cygserver 6964 environ_init: 0x20028A08: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
  212   37312 [main] cygserver 6964 environ_init: 0x20028A50: PUBLIC=C:\Users\Public
  221   37533 [main] cygserver 6964 environ_init: 0x20028A70: PWD=/
  220   37753 [main] cygserver 6964 environ_init: 0x20028A80: ProgramData=C:\ProgramData
  222   37975 [main] cygserver 6964 environ_init: 0x20028AA0: SESSIONNAME=Console
  229   38204 [main] cygserver 6964 environ_init: 0x20028AC0: SHELL=/bin/sh
  216   38420 [main] cygserver 6964 environ_init: 0x20028AD8: SHLVL=2
  240   38660 [main] cygserver 6964 environ_init: 0x20039330: SMA=C:\Program Files\ThinkVantage\SMA\
  226   38886 [main] cygserver 6964 environ_init: 0x20028AE8: SYSTEMDRIVE=C:
  233   39119 [main] cygserver 6964 environ_init: 0x20039360: SYSTEMROOT=C:\Windows
  223   39342 [main] cygserver 6964 getwinenv: can't set native for TEMP= since no environ yet
  175   39517 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
  188   39705 [main] cygserver 6964 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
  189   39894 [main] cygserver 6964 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  313   40207 [main] cygserver 6964 win_env::add_cache: posix /tmp
   76   40283 [main] cygserver 6964 win_env::add_cache: native TEMP=C:\cygwin\tmp
  243   40526 [main] cygserver 6964 posify_maybe: env var converted to TEMP=/tmp
  233   40759 [main] cygserver 6964 environ_init: 0x200393B0: TEMP=/tmp
  219   40978 [main] cygserver 6964 environ_init: 0x20039380: TERM=xterm
  203   41181 [main] cygserver 6964 getwinenv: can't set native for TMP= since no environ yet
  188   41369 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash)
  194   41563 [main] cygserver 6964 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp)
  156   41719 [main] cygserver 6964 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp)
  213   41932 [main] cygserver 6964 win_env::add_cache: posix /tmp
  188   42120 [main] cygserver 6964 win_env::add_cache: native TMP=C:\cygwin\tmp
  194   42314 [main] cygserver 6964 posify_maybe: env var converted to TMP=/tmp
  325   42639 [main] cygserver 6964 environ_init: 0x20039400: TMP=/tmp
  233   42872 [main] cygserver 6964 environ_init: 0x20039410: TNS_ADMIN=C:\OraTNS
  216   43088 [main] cygserver 6964 environ_init: 0x20039430: TZ=America/New_York
  201   43289 [main] cygserver 6964 environ_init: 0x20039450: UATDATA=C:\Windows\system32\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
  233   43522 [main] cygserver 6964 environ_init: 0x200394A8: USER=DOW+User(76794)
  262   43784 [main] cygserver 6964 environ_init: 0x200394C8: USERDNSDOMAIN=DOW.COM
  241   44025 [main] cygserver 6964 environ_init: 0x200393C0: USERDOMAIN=DOW
  238   44263 [main] cygserver 6964 environ_init: 0x200394E8: USERDOMAIN_ROAMINGPROFILE=DOW
  233   44496 [main] cygserver 6964 environ_init: 0x20039510: USERNAME=U074036
  232   44728 [main] cygserver 6964 environ_init: 0x20039528: USERPROFILE=C:\Users\u074036
  234   44962 [main] cygserver 6964 environ_init: 0x20039550: VBOX_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\
  239   45201 [main] cygserver 6964 environ_init: 0x20039590: VS100COMNTOOLS=C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\
  232   45433 [main] cygserver 6964 environ_init: 0x200395E8: WINDIR=C:\Windows
  227   45660 [main] cygserver 6964 environ_init: 0x20039600: WINDOWID=2097187
  228   45888 [main] cygserver 6964 environ_init: 0x20039618: XTERM_LOCALE=en_US.UTF-8
  235   46123 [main] cygserver 6964 environ_init: 0x20039638: XTERM_SHELL=/bin/sh
  233   46356 [main] cygserver 6964 environ_init: 0x20039658: XTERM_VERSION=XTerm(308)
  209   46565 [main] cygserver 6964 environ_init: 0x20039678: _=/usr/bin/strace
  263   46828 [main] cygserver 6964 environ_init: 0x20039690: _JAVA_OPTIONS=-Djava.net.preferIPv4Stack=true
  234   47062 [main] cygserver 6964 pinfo_init: Set nice to 0
  210   47272 [main] cygserver 6964 pinfo_init: pid 6964, pgid 6964, process_state 0x41
  161   47433 [main] cygserver 6964 App version:  1007.33, api: 0.279
  200   47633 [main] cygserver 6964 DLL version:  1007.33, api: 0.279
  198   47831 [main] cygserver 6964 DLL build:    2014-11-05 11:37
  162   47993 [main] cygserver 6964 dtable::extend: size 32, fds 0x612C7274
  467   48460 [main] cygserver 6964 __get_lcid_from_locale: LCID=0x0409
  791   49251 [main] cygserver 6964 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  352   49603 [main] cygserver 6964 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  400   50003 [main] cygserver 6964 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  417   50420 [main] cygserver 6964 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
13647   64067 [ldap_init] cygserver 6964 cygthread::stub: thread 'ldap_init', id 0x108, stack_ptr 0x10AAD40
6966038 7030105 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  505 7030610 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 3826 7034436 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  322 7034758 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2781 7037539 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  304 7037843 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2807 7040650 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  310 7040960 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2769 7043729 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  307 7044036 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2889 7046925 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  277 7047202 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2757 7049959 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  262 7050221 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2747 7052968 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  262 7053230 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2784 7056014 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  261 7056275 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2737 7059012 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  261 7059273 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2443 7061716 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  293 7062009 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2606 7064615 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  238 7064853 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2618 7067471 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  265 7067736 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2671 7070407 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  255 7070662 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2612 7073274 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  258 7073532 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 2909 7076441 [ldap_init] cygserver 6964 cyg_ldap::connect_non_ssl: ldap_bind((null)) 0x51
  262 7076703 [main] cygserver 6964 geterrno_from_win_error: windows error 58 == errno 88
 1271 7077974 [main] cygserver 6964 internal_getlogin: group not found in group DB
  269 7078243 [main] cygserver 6964 cygheap_user::ontherange: what 2, pw 0x612C73C4
  232 7078475 [main] cygserver 6964 cygheap_user::ontherange: HOME is already in the environment /
  423 7078898 [main] cygserver 6964 build_argv: argv[0] = 'C:\cygwin\usr\sbin\cygserver'
  208 7079106 [main] cygserver 6964 build_argv: argv[1] = '-d'
  224 7079330 [main] cygserver 6964 build_argv: argc 2
  289 7079619 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\sbin\cygserver, keep-rel, no-add-slash)
  322 7079941 [main] cygserver 6964 normalize_win32_path: C:\cygwin\usr\sbin\cygserver = normalize_win32_path (C:\cygwin\usr\sbin\cygserver)
  188 7080129 [main] cygserver 6964 mount_info::conv_to_posix_path: /usr/sbin/cygserver = conv_to_posix_path (C:\cygwin\usr\sbin\cygserver)
  406 7080535 [main] cygserver 6964 build_fh_pc: created an archetype (0x612C8C3C) for /dev/pty0(136/0)
  239 7080774 [main] cygserver 6964 build_fh_pc: fh 0x612C89F4, dev 00880000
  237 7081011 [main] cygserver 6964 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pty0-from-master, size 131072, mode PIPE_TYPE_MESSAGE
  307 7081318 [main] cygserver 6964 fhandler_pipe::create: pipe busy
  248 7081566 [main] cygserver 6964 tty::exists: exists 1
  405 7081971 [main] cygserver 6964 alloc_sd: uid 1125370, gid 1125370, attribute 020620
  256 7082227 [main] cygserver 6964 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-1060284298-861567501-682003330-76794 (+)
  208 7082435 [main] cygserver 6964 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-1060284298-861567501-682003330-513 (+)
  216 7082651 [main] cygserver 6964 alloc_sd: ACL-Size: 124
  314 7082965 [main] cygserver 6964 alloc_sd: Created SD-Size: 200
  214 7083179 [main] cygserver 6964 fhandler_pty_slave::open: (440): pty output_mutex (0x1B4): waiting -1 ms
  213 7083392 [main] cygserver 6964 fhandler_pty_slave::open: (440): pty output_mutex: acquired
  242 7083634 [main] cygserver 6964 tty::create_inuse: cygtty.slave_alive.0 0x1D4
  218 7083852 [main] cygserver 6964 fhandler_pty_slave::open: (443): pty output_mutex(0x1B4) released
  330 7084182 [main] cygserver 6964 open_shared: name cygpid.7992, n 7992, shared 0x5D0000 (wanted 0x0), h 0x1D8, *m 6
  432 7084614 [main] cygserver 6964 fhandler_pty_slave::open: dup handles directly since I'm the owner
  364 7084978 [main] cygserver 6964 fhandler_pty_slave::open: duplicated from_master 0x2F4->0x1D8 from pty_owner
  216 7085194 [main] cygserver 6964 fhandler_pty_slave::open: duplicated to_master 0x300->0x1E4 from pty_owner
  261 7085455 [main] cygserver 6964 fhandler_console::need_invisible: invisible_console 0
  247 7085702 [main] cygserver 6964 fhandler_base::open_with_arch: line 474:  /dev/pty0<0x612C8C3C> usecount + 1 = 1
  224 7085926 [main] cygserver 6964 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  210 7086136 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  218 7086354 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  220 7086574 [main] cygserver 6964 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
  214 7086788 [main] cygserver 6964 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x612C8C3C
  218 7087006 [main] cygserver 6964 _pinfo::set_ctty: ctty was NULL
  223 7087229 [main] cygserver 6964 _pinfo::set_ctty: line 482:  /dev/pty0<0x612C8C3C> usecount + 1 = 2
  223 7087452 [main] cygserver 6964 _pinfo::set_ctty: /dev/pty0 ctty, usecount 2
  219 7087671 [main] cygserver 6964 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6964, pid 6964, pgid 6964, tty->pgid 3748, tty->sid 6968
  224 7087895 [main] cygserver 6964 _pinfo::set_ctty: cygheap->ctty now 0x612C8C3C, archetype 0x612C8C3C
  223 7088118 [main] cygserver 6964 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2
  220 7088338 [main] cygserver 6964 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  210 7088548 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  211 7088759 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  225 7088984 [main] cygserver 6964 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
  217 7089201 [main] cygserver 6964 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6968, pid 6964, pgid 3748, tty->pgid 3748, tty->sid 6968
  228 7089429 [main] cygserver 6964 _pinfo::set_ctty: cygheap->ctty now 0x612C8C3C, archetype 0x612C8C3C
  223 7089652 [main] cygserver 6964 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2
  304 7089956 [main] cygserver 6964 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x1D8
  251 7090207 [main] cygserver 6964 build_fh_pc: fh 0x612C8EBC, dev 00880000
  230 7090437 [main] cygserver 6964 fhandler_base::open_with_arch: line 494:  /dev/pty0<0x612C8C3C> usecount + 1 = 3
  217 7090654 [main] cygserver 6964 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  207 7090861 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  280 7091141 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  158 7091299 [main] cygserver 6964 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
  406 7091705 [main] cygserver 6964 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6968, pid 6964, pgid 3748, tty->pgid 3748, tty->sid 6968
  216 7091921 [main] cygserver 6964 _pinfo::set_ctty: cygheap->ctty now 0x612C8C3C, archetype 0x612C8C3C
  224 7092145 [main] cygserver 6964 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3
  223 7092368 [main] cygserver 6964 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  217 7092585 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  218 7092803 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  226 7093029 [main] cygserver 6964 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0
  221 7093250 [main] cygserver 6964 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6968, pid 6964, pgid 3748, tty->pgid 3748, tty->sid 6968
  228 7093478 [main] cygserver 6964 _pinfo::set_ctty: cygheap->ctty now 0x612C8C3C, archetype 0x612C8C3C
  223 7093701 [main] cygserver 6964 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3
 4802 7098503 [main] cygserver 6964 handle_to_fn: current match 'C:' = '\Device\HarddiskVolume2'
  731 7099234 [main] cygserver 6964 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\cygserver.stderr, no-keep-rel, no-add-slash)
  274 7099508 [main] cygserver 6964 normalize_win32_path: C:\cygwin\cygserver.stderr = normalize_win32_path (C:\cygwin\cygserver.stderr)
  214 7099722 [main] cygserver 6964 mount_info::conv_to_posix_path: /cygserver.stderr = conv_to_posix_path (C:\cygwin\cygserver.stderr)
  213 7099935 [main] cygserver 6964 handle_to_fn: derived path 'C:\cygwin\cygserver.stderr', posix '/cygserver.stderr'
  237 7100172 [main] cygserver 6964 normalize_posix_path: src /cygserver.stderr
  225 7100397 [main] cygserver 6964 normalize_posix_path: /cygserver.stderr = normalize_posix_path (/cygserver.stderr)
  221 7100618 [main] cygserver 6964 mount_info::conv_to_win32_path: conv_to_win32_path (/cygserver.stderr)
  234 7100852 [main] cygserver 6964 set_flags: flags: binary (0x2)
  219 7101071 [main] cygserver 6964 mount_info::conv_to_win32_path: src_path /cygserver.stderr, dst C:\cygwin\cygserver.stderr, flags 0x3000A, rc 0
  527 7101598 [main] cygserver 6964 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\cygserver.stderr)
  257 7101855 [main] cygserver 6964 symlink_info::check: not a symlink
  307 7102162 [main] cygserver 6964 symlink_info::check: 0 = symlink.check(C:\cygwin\cygserver.stderr, 0x2299A8) (0x3000A)
  244 7102406 [main] cygserver 6964 path_conv::check: this->path(C:\cygwin\cygserver.stderr), has_acls(1)
  234 7102640 [main] cygserver 6964 build_fh_pc: fh 0x612C9164, dev 000000C3
  225 7102865 [main] cygserver 6964 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
  218 7103083 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  216 7103299 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  214 7103513 [main] cygserver 6964 fhandler_base::init: created new fhandler_base for handle 0x29C, bin 1
  278 7103791 [main] cygserver 6964 __set_errno: void dll_crt0_1(void*):999 setting errno 0
 1144 7104935 [main] cygserver 6964 openlog: openlog called with (cygserver, 1, 0)
  249 7105184 [main] cygserver 6964 isatty: 0 = isatty(2)
  253 7105437 [main] cygserver 6964 sigaction_worker: signal 1, newact 0x22A174 (handler 0x4011C0), oa 0x0
  201 7105638 [main] cygserver 6964 sigaction: 0 = sigaction(1, 0x22A174, 0x0)
  218 7105856 [main] cygserver 6964 sigaction_worker: signal 2, newact 0x22A174 (handler 0x4011C0), oa 0x0
  222 7106078 [main] cygserver 6964 sigaction: 0 = sigaction(2, 0x22A174, 0x0)
  220 7106298 [main] cygserver 6964 sigaction_worker: signal 15, newact 0x22A174 (handler 0x4011C0), oa 0x0
  207 7106505 [main] cygserver 6964 sigaction: 0 = sigaction(15, 0x22A174, 0x0)
  726 7107231 [main] cygserver 6964 open: open(/etc/cygserver.conf, 0x20000)
  227 7107458 [main] cygserver 6964 normalize_posix_path: src /etc/cygserver.conf
  214 7107672 [main] cygserver 6964 normalize_posix_path: /etc/cygserver.conf = normalize_posix_path (/etc/cygserver.conf)
  211 7107883 [main] cygserver 6964 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/cygserver.conf)
  219 7108102 [main] cygserver 6964 set_flags: flags: binary (0x2)
  219 7108321 [main] cygserver 6964 mount_info::conv_to_win32_path: src_path /etc/cygserver.conf, dst C:\cygwin\etc\cygserver.conf, flags 0x3000A, rc 0
  462 7108783 [main] cygserver 6964 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\etc\cygserver.conf)
  246 7109029 [main] cygserver 6964 symlink_info::check: not a symlink
  307 7109336 [main] cygserver 6964 symlink_info::check: 0 = symlink.check(C:\cygwin\etc\cygserver.conf, 0x228808) (0x3000A)
  233 7109569 [main] cygserver 6964 path_conv::check: this->path(C:\cygwin\etc\cygserver.conf), has_acls(1)
  225 7109794 [main] cygserver 6964 build_fh_pc: fh 0x612C934C, dev 000000C3
  222 7110016 [main] cygserver 6964 fhandler_base::open: (\??\C:\cygwin\etc\cygserver.conf, 0x128000)
  534 7110550 [main] cygserver 6964 fhandler_base::set_flags: flags 0x128000, supplied_bin 0x10000
  215 7110765 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
  208 7110973 [main] cygserver 6964 fhandler_base::set_flags: filemode set to text
  224 7111197 [main] cygserver 6964 fhandler_base::open: 0x0 = NtCreateFile (0x1E8, 0x80100000, \??\C:\cygwin\etc\cygserver.conf, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0)
  226 7111423 [main] cygserver 6964 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin\etc\cygserver.conf, 0x128000)
  233 7111656 [main] cygserver 6964 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin\etc\cygserver.conf, 0x28000)
  233 7111889 [main] cygserver 6964 open: 3 = open(/etc/cygserver.conf, 0x28000)
  474 7112363 [main] cygserver 6964 _cygwin_istext_for_stdio: fd 3: defaulting to text
  707 7113070 [main] cygserver 6964 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-18
  242 7113312 [main] cygserver 6964 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-544
  264 7113576 [main] cygserver 6964 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  641 7114217 [main] cygserver 6964 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
  526 7114743 [main] cygserver 6964 get_info_from_sd: ACL 0x1B4, uid 18, gid 544
  263 7115006 [main] cygserver 6964 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin\etc\cygserver.conf, 0x229A50) st_size=5448, st_mode=0100664, st_ino=31525197391780976st_atim=51BF0A1B.185A47C8 st_ctim=52B1FFBB.2C14BB68 st_mtim=51BF0A1B.19116778 st_birthtim=51BF0A1B.185A47C8
  227 7115233 [main] cygserver 6964 fstat64: 0 = fstat(3, 0x229A50)
  278 7115511 [main] cygserver 6964 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x0
  208 7115719 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  215 7115934 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  216 7116150 [main] cygserver 6964 _setmode: (3<\??\C:\cygwin\etc\cygserver.conf>, 0x10000) returning text
  239 7116389 [main] cygserver 6964 read: read(3, 0x20041A18, 65536) blocking
  267 7116656 [main] cygserver 6964 fhandler_base::read: returning 5448, binary mode
  252 7116908 [main] cygserver 6964 read: 5448 = read(3, 0x20041A18, 5448)
  218 7117126 [main] cygserver 6964 fhandler_base::set_flags: flags 0x128000, supplied_bin 0x0
  216 7117342 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
  218 7117560 [main] cygserver 6964 fhandler_base::set_flags: filemode set to text
  224 7117784 [main] cygserver 6964 _setmode: (3<\??\C:\cygwin\etc\cygserver.conf>, 0x20000) returning binary
48697 7166481 [main] cygserver 6964 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x0
  219 7166700 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  210 7166910 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  193 7167103 [main] cygserver 6964 _setmode: (3<\??\C:\cygwin\etc\cygserver.conf>, 0x10000) returning text
  216 7167319 [main] cygserver 6964 read: read(3, 0x20041A18, 65536) blocking
  203 7167522 [main] cygserver 6964 fhandler_base::read: returning 0, binary mode
  188 7167710 [main] cygserver 6964 read: 0 = read(3, 0x20041A18, 0)
  194 7167904 [main] cygserver 6964 fhandler_base::set_flags: flags 0x128000, supplied_bin 0x0
  214 7168118 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
  195 7168313 [main] cygserver 6964 fhandler_base::set_flags: filemode set to text
  198 7168511 [main] cygserver 6964 _setmode: (3<\??\C:\cygwin\etc\cygserver.conf>, 0x20000) returning binary
  608 7169119 [main] cygserver 6964 close: close(3)
  110 7169229 [main] cygserver 6964 fhandler_base::close: closing '/etc/cygserver.conf' handle 0x1E8
  167 7169396 [main] cygserver 6964 close: 0 = close(3)
 2139 7171535 [main] cygserver 6964 write: 189 = write(2, 0x225F00, 189)
  887 7172422 [main] cygserver 6964 write: 1 = write(2, 0x6119AE77, 1)
 4389 7176811 [main] cygserver 6964 write: 201 = write(2, 0x225F30, 201)
 1049 7177860 [main] cygserver 6964 write: 1 = write(2, 0x6119AE77, 1)
  973 7178833 [main] cygserver 6964 vsyslog: 0x3 cygserver: failed to create named pipe: is the daemon already running?
  556 7179389 [main] cygserver 6964 open: open(/dev/null, 0x10601)
  182 7179571 [main] cygserver 6964 normalize_posix_path: src /dev/null
  168 7179739 [main] cygserver 6964 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
  197 7179936 [main] cygserver 6964 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
  204 7180140 [main] cygserver 6964 mount_info::conv_to_win32_path: src_path /dev/null, dst \Device\Null, flags 0x2, rc 0
  242 7180382 [main] cygserver 6964 build_fh_pc: fh 0x612C934C, dev 00010003
  243 7180625 [main] cygserver 6964 fhandler_base::open: (\Device\Null, 0x18601)
  225 7180850 [main] cygserver 6964 fhandler_base::set_flags: flags 0x18601, supplied_bin 0x10000
  221 7181071 [main] cygserver 6964 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  195 7181266 [main] cygserver 6964 fhandler_base::set_flags: filemode set to binary
  194 7181460 [main] cygserver 6964 fhandler_base::open: 0x0 = NtCreateFile (0x230, 0x40120080, \Device\Null, io, NULL, 0x0, 0x7, 0x3, 0x4020, NULL, 0)
  215 7181675 [main] cygserver 6964 fhandler_base::open: 1 = fhandler_base::open(\Device\Null, 0x18601)
  212 7181887 [main] cygserver 6964 open: 3 = open(/dev/null, 0x18601)
  461 7182348 [main] cygserver 6964 _cygwin_istext_for_stdio: fd 3: opened as binary
 2163 7184511 [main] cygserver 6964 write: write(3, 0x225710, 11)
  320 7184831 [main] cygserver 6964 write: 11 = write(3, 0x225710, 11)
  156 7184987 [main] cygserver 6964 getpid: 6964 = getpid()
  783 7185770 [main] cygserver 6964 write: write(3, 0x225710, 10)
  227 7185997 [main] cygserver 6964 write: 10 = write(3, 0x225710, 10)
 1364 7187361 [main] cygserver 6964 write: write(3, 0x225730, 70)
  137 7187498 [main] cygserver 6964 write: 70 = write(3, 0x225730, 70)
  457 7187955 [main] cygserver 6964 close: close(3)
  209 7188164 [main] cygserver 6964 fhandler_base::close: closing '/dev/null' handle 0x230
  228 7188392 [main] cygserver 6964 close: 0 = close(3)
  674 7189066 [main] cygserver 6964 getpid: 6964 = getpid()
  169 7189235 [main] cygserver 6964 normalize_posix_path: src /dev/log
  170 7189405 [main] cygserver 6964 normalize_posix_path: /dev/log = normalize_posix_path (/dev/log)
  201 7189606 [main] cygserver 6964 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/log)
  197 7189803 [main] cygserver 6964 set_flags: flags: binary (0x2)
  207 7190010 [main] cygserver 6964 mount_info::conv_to_win32_path: src_path /dev/log, dst C:\cygwin\dev\log, flags 0x3000A, rc 0
  398 7190408 [main] cygserver 6964 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\dev\log)
  239 7190647 [main] cygserver 6964 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\dev\log)
  383 7191030 [main] cygserver 6964 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin\dev\log.lnk)
  237 7191267 [main] cygserver 6964 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin\dev\log.lnk)
  162 7191429 [main] cygserver 6964 symlink_info::check: 0 = symlink.check(C:\cygwin\dev\log, 0x2249A8) (0x3000A)
  202 7191631 [main] cygserver 6964 mount_info::conv_to_win32_path: conv_to_win32_path (/dev)
  265 7191896 [main] cygserver 6964 set_flags: flags: binary (0x2)
  200 7192096 [main] cygserver 6964 mount_info::conv_to_win32_path: src_path /dev, dst C:\cygwin\dev, flags 0x3000A, rc 0
  619 7192715 [main] cygserver 6964 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin\dev)
  256 7192971 [main] cygserver 6964 symlink_info::check: not a symlink
  289 7193260 [main] cygserver 6964 symlink_info::check: 0 = symlink.check(C:\cygwin\dev, 0x2249A8) (0x3000A)
  279 7193539 [main] cygserver 6964 path_conv::check: this->path(C:\cygwin\dev\log), has_acls(1)
  227 7193766 [main] cygserver 6964 __set_errno: int get_inet_addr(const sockaddr*, int, sockaddr_storage*, int*, int*, int*):129 setting errno 2
 2745 7196511 [main] cygserver 6964 write: 173 = write(2, 0x225F40, 173)
  667 7197178 [main] cygserver 6964 write: 1 = write(2, 0x6119AE77, 1)
  983 7198161 [main] cygserver 6964 do_exit: do_exit (256), exit_state 1
  191 7198352 [main] cygserver 6964 void: 0x0 = signal (20, 0x1)
  228 7198580 [main] cygserver 6964 void: 0x4011C0 = signal (1, 0x1)
  225 7198805 [main] cygserver 6964 void: 0x4011C0 = signal (2, 0x1)
  200 7199005 [main] cygserver 6964 void: 0x0 = signal (3, 0x1)
  203 7199208 [main] cygserver 6964 fhandler_base::close_with_arch: line 1140:  /dev/pty0<0x612C8C3C> usecount + -1 = 2
  226 7199434 [main] cygserver 6964 fhandler_base::close_with_arch: not closing archetype
  287 7199721 [main] cygserver 6964 fhandler_base::close_with_arch: line 1140:  /dev/pty0<0x612C8C3C> usecount + -1 = 1
  203 7199924 [main] cygserver 6964 fhandler_base::close_with_arch: not closing archetype
  242 7200166 [main] cygserver 6964 fhandler_base::close: closing '/cygserver.stderr' handle 0x29C
  221 7200387 [main] cygserver 6964 init_cygheap::close_ctty: closing cygheap->ctty 0x612C8C3C
   90 7200477 [main] cygserver 6964 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   79 7200556 [main] cygserver 6964 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0
  167 7200723 [main] cygserver 6964 fhandler_pty_slave::close: closing last open /dev/pty0 handle
  287 7201010 [main] cygserver 6964 fhandler_console::free_console: freed console, res 1
  146 7201156 [main] cygserver 6964 fhandler_pty_common::close: pty0 <0x1D8,0x1E4> closing
  101 7201257 [main] cygserver 6964 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0)
  209 7201466 [main] cygserver 6964 getpid: 6964 = getpid()
  204 7201670 [main] cygserver 6964 proc_terminate: nprocs 0
  224 7201894 [main] cygserver 6964 proc_terminate: leaving
  308 7202202 [main] cygserver 6964 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1

[-- Attachment #3: cygserver.stderr --]
[-- Type: application/octet-stream, Size: 566 bytes --]

cygserver: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygserver/bsd_mutex.cc, line 295: Try allocating msgmni (40) + semmni (10) msleep records
cygserver: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygserver/transport_pipes.cc, line 98: Try to create named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc
cygserver: /home/corinna/src/cygwin/cygwin-1.7.33/pre-release/cygwin-1.7.33-0.5.i686/src/src/winsup/cygserver/threaded_queue.cc, line 71: deleting all pending queue requests

[-- Attachment #4: 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] 22+ messages in thread

* Re: occasional failure to look up
  2014-11-25 22:52           ` Habermann, David (D)
@ 2014-11-26 21:45             ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2014-11-26 21:45 UTC (permalink / raw)
  To: cygwin

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

On Nov 25 20:22, Habermann, David (D) wrote:
> > Thanks.  Unfortunately it's not useful, because the actual problem
> > occurred inside Cygserver.  What I need would be the problem captured
> > by running cygserver from the command line like this:
> 
> >  $ strace -o cygserver.trace /usr/sbin/cygserver -d 2> cygserver.stderr
> 
> Strace output attached.  Also, I removed the dependencies and then
> confirmed that simply stopping the cygserver process and restarting it
> eliminates the problem (of course, after restarting the XWin and
> terminal sessions).  I had one additional thought...sometimes (like
> today) I work from home and wondered if perhaps a reboot without
> access to the network might cause the problem.  However, I cycled
> cygserver WITHOUT connecting to my VPN to the office, and the problem
> still went away, so apparently a network connection to the corporate
> AD server is not needed (probably uses my local cache, right?)

Maybe.  I inspected the strace output and it's puzzeling.  It shows
that cygserver had no connection to your DC, but it doesn't show even
a single, successful creation of a passwd or group entry.  Usually
these are printed when stracing.  I have still not the faintest
clue what's going on.  This is frustrating.  Let's pick this up after
the weekend, please.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-11-26 21:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18 14:50 occasional failure to look up Habermann, David (D)
2014-11-18 15:22 ` Corinna Vinschen
2014-11-18 15:49   ` Habermann, David (D)
2014-11-18 15:58     ` Corinna Vinschen
2014-11-18 16:26       ` Habermann, David (D)
2014-11-18 16:54         ` Corinna Vinschen
2014-11-20  9:48           ` Corinna Vinschen
2014-11-20 13:03             ` cyg Simple
2014-11-18 22:10       ` Habermann, David (D)
2014-11-24 22:40       ` Habermann, David (D)
2014-11-25 15:47         ` Corinna Vinschen
2014-11-25 16:38           ` Habermann, David (D)
2014-11-25 17:09           ` Habermann, David (D)
2014-11-25 17:33             ` Corinna Vinschen
2014-11-25 17:43               ` Habermann, David (D)
2014-11-25 17:53                 ` Corinna Vinschen
2014-11-25 20:49                   ` Habermann, David (D)
2014-11-25 17:46               ` Habermann, David (D)
2014-11-25 18:25                 ` Corinna Vinschen
2014-11-25 20:22           ` Habermann, David (D)
2014-11-25 22:52           ` Habermann, David (D)
2014-11-26 21:45             ` Corinna Vinschen

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