On Tuesday, March 24, 2015 3:04 PM Corinna Vinschen wrote:
>On Mar 24 13:28, Steve Johnson wrote:
>> 
>> I am having the same issue, but from a fresh install of cygwin64.
>> 
>
>The problem is this:  I can't reproduce this.  I need a means to
>reproduce this to be able to fix it.  I'm totally stumped by this weird
>problem because it seems LookupAccountSid fails and I never saw that
>before and don't see this on my machines and in my environment.

Ok, let's see what I can come up with.  For the test I cut
down passwd to just a single line and removed /etc/group - the problem 
still occurs.  From a cmd window:

C:\NCygwin\bin>cat ..\etc\nsswitch.conf
passwd: files
group: files

C:\NCygwin\bin>getent passwd %USERNAME%
lemkemch:unused:12729:10513:U-INA-DE01\lemkemch,S-1-5-21-1373454394-1654746546-1
846952604-2729:/home/lemkemch:/bin/tcsh

C:\NCygwin\bin>id
uid=4294967295(Unknown+User) gid=4294967295(Unknown+Group) groups=545(Users),555
(Remote Desktop Users)


strace output (hopefully) attached.

Anything else you'd like me try?

Michael
    1       1 [main] getent (9260) 
**********************************************
  143     144 [main] getent (9260) Program name: C:\NCygwin\bin\getent.exe 
(windows pid 9260)
   46     190 [main] getent (9260) OS version:   Windows NT-6.1
   77     267 [main] getent (9260) 
**********************************************
  119     386 [main] getent (9260) sigprocmask: 0 = sigprocmask (0, 0x0, 
0x61293748)
  323     709 [main] getent 9260 open_shared: name shared.5, n 5, shared 
0x60FF0000 (wanted 0x60FF0000), h 0x74, *m 6
   64     773 [main] getent 9260 user_heap_info::init: heap base 0x80000000, 
heap top 0x80000000, heap size 0x18000000 (402653184)
  103     876 [main] getent 9260 open_shared: name 
S-1-5-21-435809281-806517502-2525237208-127212.1, n 1, shared 0x60FE0000 
(wanted 0x60FE0000), h 0x70, *m 6
   42     918 [main] getent 9260 user_info::create: opening user shared for 
'S-1-5-21-435809281-806517502-2525237208-127212' at 0x60FE0000
   22     940 [main] getent 9260 user_info::create: user shared version AB1FCCE8
   38     978 [main] getent 9260 fhandler_pipe::create: name 
\\.\pipe\cygwin-c0a8879476f177eb-9260-sigwait, size 5412, mode PIPE_TYPE_MESSAGE
   48    1026 [main] getent 9260 fhandler_pipe::create: pipe read handle 0x88
   19    1045 [main] getent 9260 fhandler_pipe::create: CreateFile: name 
\\.\pipe\cygwin-c0a8879476f177eb-9260-sigwait
   36    1081 [main] getent 9260 fhandler_pipe::create: pipe write handle 0x90
   23    1104 [main] getent 9260 dll_crt0_0: finished dll_crt0_0 initialization
  911    2015 [sig] getent 9260 wait_sig: entering ReadFile loop, my_readsig 
0x88, my_sendsig 0x90
   74    2089 [main] getent 9260 time: 1427208969 = time(0x0)
   61    2150 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\NCygwin\bin, no-keep-rel, no-add-slash)
   32    2182 [main] getent 9260 normalize_win32_path: C:\NCygwin\bin = 
normalize_win32_path (C:\NCygwin\bin)
   23    2205 [main] getent 9260 mount_info::conv_to_posix_path: /usr/bin = 
conv_to_posix_path (C:\NCygwin\bin)
   36    2241 [main] getent 9260 sigprocmask: 0 = sigprocmask (0, 0x0, 
0x800180A8)
  177    2418 [main] getent 9260 _cygwin_istext_for_stdio: fd 0: not open
   33    2451 [main] getent 9260 _cygwin_istext_for_stdio: fd 1: not open
   32    2483 [main] getent 9260 _cygwin_istext_for_stdio: fd 2: not open
  104    2587 [main] getent (9260) open_shared: name cygpid.9260, n 9260, 
shared 0x60FD0000 (wanted 0x60FD0000), h 0xD0, *m 2
   25    2612 [main] ? (9260) time: 1427208969 = time(0x0)
   21    2633 [main] getent 9260 pinfo::thisproc: myself dwProcessId 9260
   63    2696 [main] getent 9260 environ_init: GetEnvironmentStrings returned 
0x756E08
   34    2730 [main] getent 9260 environ_init: 0x80028290: !::=::\
   32    2762 [main] getent 9260 environ_init: 0x800282A0: !C:=C:\NCygwin\bin
   30    2792 [main] getent 9260 environ_init: 0x800282C0: !ExitCode=00000000
   31    2823 [main] getent 9260 environ_init: 0x800282D8: 
ALLUSERSPROFILE=C:\ProgramData
   31    2854 [main] getent 9260 environ_init: 0x80028300: 
APPDATA=C:\Users\lemkemch\AppData\Roaming
   34    2888 [main] getent 9260 environ_init: 0x80028330: 
COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files
   33    2921 [main] getent 9260 environ_init: 0x80028370: 
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
   32    2953 [main] getent 9260 environ_init: 0x800283B8: 
CommonProgramW6432=C:\Program Files\Common Files
   31    2984 [main] getent 9260 environ_init: 0x800283F0: 
COMPUTERNAME=P01104393
   32    3016 [main] getent 9260 environ_init: 0x80028410: 
COMSPEC=C:\Windows\system32\cmd.exe
   33    3049 [main] getent 9260 parse_options: glob (called func)
   31    3080 [main] getent 9260 parse_options: returning
   16    3096 [main] getent 9260 environ_init: 0x80028440: CYGWIN=noglob
   31    3127 [main] getent 9260 environ_init: 0x80028468: 
DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
   31    3158 [main] getent 9260 environ_init: 0x800284A0: FP_NO_HOST_CHECK=NO
   31    3189 [main] getent 9260 environ_init: 0x800284C0: HOMEDRIVE=U:
   53    3242 [main] getent 9260 environ_init: 0x800284D8: HOMEPATH=\
   34    3276 [main] getent 9260 environ_init: 0x800284E8: 
HOMESHARE=\\XXXXXX\UUUUUUUU\lemkemch
   32    3308 [main] getent 9260 environ_init: 0x80028518: 
LOCALAPPDATA=C:\Users\lemkemch\AppData\Local
   31    3339 [main] getent 9260 environ_init: 0x80028550: LOGONSERVER=\\ZZZZZZZ
   30    3369 [main] getent 9260 environ_init: 0x80028570: 
NUMBER_OF_PROCESSORS=8
   31    3400 [main] getent 9260 environ_init: 0x80028590: OS=Windows_NT
   39    3439 [main] getent 9260 getwinenv: can't set native for PATH= since no 
environ yet
   37    3476 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash)
   18    3494 [main] getent 9260 normalize_win32_path: C:\Windows\system32 = 
normalize_win32_path (C:\Windows\system32)
   19    3513 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32)
   19    3532 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Windows, keep-rel, no-add-slash)
   17    3549 [main] getent 9260 normalize_win32_path: C:\Windows = 
normalize_win32_path (C:\Windows)
   17    3566 [main] getent 9260 mount_info::conv_to_posix_path: /c/Windows = 
conv_to_posix_path (C:\Windows)
   17    3583 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash)
   18    3601 [main] getent 9260 normalize_win32_path: C:\Windows\System32\Wbem 
= normalize_win32_path (C:\Windows\System32\Wbem)
   17    3618 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem)
   19    3637 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Program Files (x86)\Common Files\Autodesk Shared, 
keep-rel, no-add-slash)
   17    3654 [main] getent 9260 normalize_win32_path: C:\Program Files 
(x86)\Common Files\Autodesk Shared = normalize_win32_path (C:\Program Files 
(x86)\Common Files\Autodesk Shared)
   18    3672 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files (x86)/Common Files/Autodesk Shared = conv_to_posix_path (C:\Program Files 
(x86)\Common Files\Autodesk Shared)
   18    3690 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\PROGRA~1\IBM\CLIENT~1, keep-rel, no-add-slash)
   17    3707 [main] getent 9260 normalize_win32_path: C:\PROGRA~1\IBM\CLIENT~1 
= normalize_win32_path (C:\PROGRA~1\IBM\CLIENT~1)
   17    3724 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/PROGRA~1/IBM/CLIENT~1 = conv_to_posix_path (C:\PROGRA~1\IBM\CLIENT~1)
   18    3742 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\PROGRA~1\IBM\CLIENT~1\Shared, keep-rel, no-add-slash)
   17    3759 [main] getent 9260 normalize_win32_path: 
C:\PROGRA~1\IBM\CLIENT~1\Shared = normalize_win32_path 
(C:\PROGRA~1\IBM\CLIENT~1\Shared)
   18    3777 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/PROGRA~1/IBM/CLIENT~1/Shared = conv_to_posix_path 
(C:\PROGRA~1\IBM\CLIENT~1\Shared)
   17    3794 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\PROGRA~1\IBM\CLIENT~1\Emulator, keep-rel, no-add-slash)
   17    3811 [main] getent 9260 normalize_win32_path: 
C:\PROGRA~1\IBM\CLIENT~1\Emulator = normalize_win32_path 
(C:\PROGRA~1\IBM\CLIENT~1\Emulator)
   18    3829 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/PROGRA~1/IBM/CLIENT~1/Emulator = conv_to_posix_path 
(C:\PROGRA~1\IBM\CLIENT~1\Emulator)
   18    3847 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Program Files\ActivIdentity\ActivClient, keep-rel, 
no-add-slash)
   17    3864 [main] getent 9260 normalize_win32_path: C:\Program 
Files\ActivIdentity\ActivClient = normalize_win32_path (C:\Program 
Files\ActivIdentity\ActivClient)
   18    3882 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files/ActivIdentity/ActivClient = conv_to_posix_path (C:\Program 
Files\ActivIdentity\ActivClient)
   17    3899 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Program Files (x86)\ActivIdentity\ActivClient, keep-rel, 
no-add-slash)
   35    3934 [main] getent 9260 normalize_win32_path: C:\Program Files 
(x86)\ActivIdentity\ActivClient = normalize_win32_path (C:\Program Files 
(x86)\ActivIdentity\ActivClient)
   20    3954 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files (x86)/ActivIdentity/ActivClient = conv_to_posix_path (C:\Program Files 
(x86)\ActivIdentity\ActivClient)
   18    3972 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Program Files (x86)\Enterprise Vault\EVClient, keep-rel, 
no-add-slash)
   17    3989 [main] getent 9260 normalize_win32_path: C:\Program Files 
(x86)\Enterprise Vault\EVClient = normalize_win32_path (C:\Program Files 
(x86)\Enterprise Vault\EVClient)
   18    4007 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files (x86)/Enterprise Vault/EVClient = conv_to_posix_path (C:\Program Files 
(x86)\Enterprise Vault\EVClient)
   17    4024 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn, 
keep-rel, no-add-slash)
   18    4042 [main] getent 9260 normalize_win32_path: C:\Program Files 
(x86)\Microsoft SQL Server\100\Tools\Binn = normalize_win32_path (c:\Program 
Files (x86)\Microsoft SQL Server\100\Tools\Binn)
   17    4059 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files (x86)/Microsoft SQL Server/100/Tools/Binn = conv_to_posix_path 
(c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn)
   18    4077 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (c:\Program Files\Microsoft SQL Server\100\Tools\Binn, 
keep-rel, no-add-slash)
   18    4095 [main] getent 9260 normalize_win32_path: C:\Program 
Files\Microsoft SQL Server\100\Tools\Binn = normalize_win32_path (c:\Program 
Files\Microsoft SQL Server\100\Tools\Binn)
   17    4112 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files/Microsoft SQL Server/100/Tools/Binn = conv_to_posix_path (c:\Program 
Files\Microsoft SQL Server\100\Tools\Binn)
   18    4130 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (c:\Program Files\Microsoft SQL Server\100\DTS\Binn, 
keep-rel, no-add-slash)
   17    4147 [main] getent 9260 normalize_win32_path: C:\Program 
Files\Microsoft SQL Server\100\DTS\Binn = normalize_win32_path (c:\Program 
Files\Microsoft SQL Server\100\DTS\Binn)
   18    4165 [main] getent 9260 mount_info::conv_to_posix_path: /c/Program 
Files/Microsoft SQL Server/100/DTS/Binn = conv_to_posix_path (c:\Program 
Files\Microsoft SQL Server\100\DTS\Binn)
   18    4183 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, 
no-add-slash)
   17    4200 [main] getent 9260 normalize_win32_path: 
C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path 
(C:\Windows\System32\WindowsPowerShell\v1.0)
   17    4217 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path 
(C:\Windows\System32\WindowsPowerShell\v1.0)
   45    4262 [main] getent 9260 win_env::add_cache: posix 
/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Program Files 
(x86)/Common Files/Autodesk 
Shared:/c/PROGRA~1/IBM/CLIENT~1:/c/PROGRA~1/IBM/CLIENT~1/Shared:/c/PROGRA~1/IBM/CLIENT~1/Emulator:/c/Program
 Files/ActivIdentity/ActivClient:/c/Program Files 
(x86)/ActivIdentity/ActivClient:/c/Program Files (x86)/Enterprise 
Vault/EVClient:/c/Program Files (x86)/Microsoft SQL 
Server/100/Tools/Binn:/c/Program Files/Microsoft SQL 
Server/100/Tools/Binn:/c/Program Files/Microsoft SQL 
Server/100/DTS/Binn:/c/Windows/System32/WindowsPowerShell/v1.0
   22    4284 [main] getent 9260 win_env::add_cache: native 
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files 
(x86)\Common Files\Autodesk 
Shared\;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\Program
 Files\ActivIdentity\ActivClient\;C:\Program Files 
(x86)\ActivIdentity\ActivClient\;C:\Program Files (x86)\Enterprise 
Vault\EVClient\;c:\Program Files (x86)\Microsoft SQL 
Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL 
Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL 
Server\100\DTS\Binn\;C:\Windows\System32\WindowsPowerShell\v1.0\
   21    4305 [main] getent 9260 posify_maybe: env var converted to 
PATH=/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Program Files 
(x86)/Common Files/Autodesk 
Shared:/c/PROGRA~1/IBM/CLIENT~1:/c/PROGRA~1/IBM/CLIENT~1/Shared:/c/PROGRA~1/IBM/CLIENT~1/Emulator:/c/Program
 Files/ActivIdentity/ActivClient:/c/Program Files 
(x86)/ActivIdentity/ActivClient:/c/Program Files (x86)/Enterprise 
Vault/EVClient:/c/Program Files (x86)/Microsoft SQL 
Server/100/Tools/Binn:/c/Program Files/Microsoft SQL 
Server/100/Tools/Binn:/c/Program Files/Microsoft SQL 
Server/100/DTS/Binn:/c/Windows/System32/WindowsPowerShell/v1.0
   47    4352 [main] getent 9260 environ_init: 0x80038C48: 
PATH=/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Program Files 
(x86)/Common Files/Autodesk 
Shared:/c/PROGRA~1/IBM/CLIENT~1:/c/PROGRA~1/IBM/CLIENT~1/Shared:/c/PROGRA~1/IBM/CLIENT~1/Emulator:/c/Program
 Files/ActivIdentity/ActivClient:/c/Program Files 
(x86)/ActivIdentity/ActivClient:/c/Program Files (x86)/Enterprise 
Vault/EVClient:/c/Program Files (x86)/Microsoft SQL 
Server/100/Tools/Binn:/c/Program Files/Microsoft SQL 
Server/100/Tools/Binn:/c/Program Files/Microsoft SQL 
Server/100/DTS/Binn:/c/Windows/System32/WindowsPowerShell/v1.0
   35    4387 [main] getent 9260 environ_init: 0x800285A8: 
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
   33    4420 [main] getent 9260 environ_init: 0x800285F0: 
PLMVIS_82_LIBPATH=C:\Program Files (x86)\SAP\FrontEnd\SAPgui\Program
   31    4451 [main] getent 9260 environ_init: 0x80028640: 
PROCESSOR_ARCHITECTURE=x86
   31    4482 [main] getent 9260 environ_init: 0x80028660: 
PROCESSOR_ARCHITEW6432=AMD64
   32    4514 [main] getent 9260 environ_init: 0x80028688: 
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
   31    4545 [main] getent 9260 environ_init: 0x800286D8: PROCESSOR_LEVEL=6
   32    4577 [main] getent 9260 environ_init: 0x800286F0: 
PROCESSOR_REVISION=2a07
   31    4608 [main] getent 9260 environ_init: 0x80028710: 
ProgramData=C:\ProgramData
   31    4639 [main] getent 9260 environ_init: 0x80028730: 
PROGRAMFILES=C:\Program Files (x86)
   32    4671 [main] getent 9260 environ_init: 0x80028760: 
ProgramFiles(x86)=C:\Program Files (x86)
   31    4702 [main] getent 9260 environ_init: 0x80028790: 
ProgramW6432=C:\Program Files
   31    4733 [main] getent 9260 environ_init: 0x800287B8: PROMPT=$P$G
   32    4765 [main] getent 9260 environ_init: 0x80038E78: 
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
   31    4796 [main] getent 9260 environ_init: 0x80038EC0: 
PUBLIC=C:\Users\Public
   32    4828 [main] getent 9260 environ_init: 0x80038EE0: 
SAPLOGON_INI_FILE=C:\SG_SAPCONF\SAPLogon.ini
   31    4859 [main] getent 9260 environ_init: 0x80038F18: SecSpecialMode=710916
   32    4891 [main] getent 9260 environ_init: 0x80038F38: SESSIONNAME=Console
   31    4954 [main] getent 9260 environ_init: 0x80038FB8: SYSTEMDRIVE=C:
   31    4985 [main] getent 9260 environ_init: 0x80038FD0: SYSTEMROOT=C:\Windows
   32    5017 [main] getent 9260 environ_init: 0x80038FF0: 
TCVIS_ENABLE_AERO=True
   32    5049 [main] getent 9260 getwinenv: can't set native for TEMP= since no 
environ yet
   17    5066 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Users\lemkemch\AppData\Local\Temp, no-keep-rel, 
no-add-slash)
   18    5084 [main] getent 9260 normalize_win32_path: 
C:\Users\lemkemch\AppData\Local\Temp = normalize_win32_path 
(C:\Users\lemkemch\AppData\Local\Temp)
   18    5102 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/Users/lemkemch/AppData/Local/Temp = conv_to_posix_path 
(C:\Users\lemkemch\AppData\Local\Temp)
   43    5145 [main] getent 9260 win_env::add_cache: posix 
/c/Users/lemkemch/AppData/Local/Temp
   34    5179 [main] getent 9260 win_env::add_cache: native 
TEMP=C:\Users\lemkemch\AppData\Local\Temp
   20    5199 [main] getent 9260 posify_maybe: env var converted to 
TEMP=/c/Users/lemkemch/AppData/Local/Temp
   43    5242 [main] getent 9260 environ_init: 0x800390A0: 
TEMP=/c/Users/lemkemch/AppData/Local/Temp
   32    5274 [main] getent 9260 getwinenv: can't set native for TMP= since no 
environ yet
   30    5304 [main] getent 9260 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\Users\lemkemch\AppData\Local\Temp, no-keep-rel, 
no-add-slash)
   23    5327 [main] getent 9260 normalize_win32_path: 
C:\Users\lemkemch\AppData\Local\Temp = normalize_win32_path 
(C:\Users\lemkemch\AppData\Local\Temp)
   54    5381 [main] getent 9260 mount_info::conv_to_posix_path: 
/c/Users/lemkemch/AppData/Local/Temp = conv_to_posix_path 
(C:\Users\lemkemch\AppData\Local\Temp)
  109    5490 [main] getent 9260 win_env::add_cache: posix 
/c/Users/lemkemch/AppData/Local/Temp
   28    5518 [main] getent 9260 win_env::add_cache: native 
TMP=C:\Users\lemkemch\AppData\Local\Temp
   19    5537 [main] getent 9260 posify_maybe: env var converted to 
TMP=/c/Users/lemkemch/AppData/Local/Temp
   44    5581 [main] getent 9260 environ_init: 0x80039130: 
TMP=/c/Users/lemkemch/AppData/Local/Temp
   32    5613 [main] getent 9260 environ_init: 0x80039010: 
USERDNSDOMAIN=SCHAEFFLER.COM
   30    5643 [main] getent 9260 environ_init: 0x80039160: USERDOMAIN=SCHAEFFLER
   31    5674 [main] getent 9260 environ_init: 0x80039180: 
USERDOMAIN_ROAMINGPROFILE=SCHAEFFLER
   30    5704 [main] getent 9260 environ_init: 0x800391B0: USERNAME=lemkemch
   31    5735 [main] getent 9260 environ_init: 0x800391C8: 
USERPROFILE=C:\Users\lemkemch
   31    5766 [main] getent 9260 environ_init: 0x800391F0: 
VS100COMNTOOLS=c:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\Tools\
   32    5798 [main] getent 9260 environ_init: 0x80039248: 
VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
   30    5828 [main] getent 9260 environ_init: 0x80039288: WINDIR=C:\Windows
   38    5866 [main] getent 9260 pinfo_init: Set nice to 0
   17    5883 [main] getent 9260 pinfo_init: pid 9260, pgid 9260, process_state 
0x41
   17    5900 [main] getent 9260 App version:  1007.33, api: 0.280
   17    5917 [main] getent 9260 DLL version:  1007.35, api: 0.287
   17    5934 [main] getent 9260 DLL build:    2015-03-04 12:07
   20    5954 [main] getent 9260 dtable::extend: size 32, fds 0x612CE9D8
  189    6143 [main] getent 9260 transport_layer_pipes::connect: Try to connect 
to named pipe: \\.\pipe\cygwin-c0a8879476f177eb-lpc
   33    6176 [main] getent 9260 transport_layer_pipes::connect: Error opening 
the pipe (2)
   32    6208 [main] getent 9260 client_request::make_request: cygserver 
un-available
95299  101507 [main] getent 9260 internal_getlogin: user not found in passwd DB
   93  101600 [main] getent 9260 cygheap_user::ontherange: what 2, pw 0x0
   68  101668 [main] getent 9260 cygheap_user::ontherange: Set HOME to default 
/home/USER
  270  101938 [main] getent 9260 normalize_posix_path: src /home/lemkemch
   66  102004 [main] getent 9260 normalize_posix_path: /home/lemkemch = 
normalize_posix_path (/home/lemkemch)
   43  102047 [main] getent 9260 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/lemkemch)
   45  102092 [main] getent 9260 mount_info::cygdrive_win32_path: src 
'/home/lemkemch', dst ''
   40  102132 [main] getent 9260 set_flags: flags: binary (0x2)
   21  102153 [main] getent 9260 mount_info::conv_to_win32_path: src_path 
/home/lemkemch, dst C:\NCygwin\home\lemkemch, flags 0x3000A, rc 0
   62  102215 [main] getent 9260 symlink_info::check: 0x0 = NtCreateFile 
(\??\C:\NCygwin\home\lemkemch)
   41  102256 [main] getent 9260 symlink_info::check: not a symlink
   38  102294 [main] getent 9260 symlink_info::check: 0 = 
symlink.check(C:\NCygwin\home\lemkemch, 0x28AE38) (0x83000A)
   24  102318 [main] getent 9260 path_conv::check: 
this->path(C:\NCygwin\home\lemkemch), has_acls(1)
   41  102359 [main] getent 9260 win_env::add_cache: posix /home/lemkemch
   21  102380 [main] getent 9260 win_env::add_cache: native 
HOME=C:\NCygwin\home\lemkemch
   33  102413 [main] getent 9260 normalize_posix_path: src /home/lemkemch
   18  102431 [main] getent 9260 normalize_posix_path: /home/lemkemch = 
normalize_posix_path (/home/lemkemch)
   18  102449 [main] getent 9260 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/lemkemch)
   18  102467 [main] getent 9260 mount_info::cygdrive_win32_path: src 
'/home/lemkemch', dst ''
   19  102486 [main] getent 9260 set_flags: flags: binary (0x2)
   18  102504 [main] getent 9260 mount_info::conv_to_win32_path: src_path 
/home/lemkemch, dst C:\NCygwin\home\lemkemch, flags 0x3000A, rc 0
   51  102555 [main] getent 9260 symlink_info::check: 0x0 = NtCreateFile 
(\??\C:\NCygwin\home\lemkemch)
   29  102584 [main] getent 9260 symlink_info::check: not a symlink
   35  102619 [main] getent 9260 symlink_info::check: 0 = 
symlink.check(C:\NCygwin\home\lemkemch, 0x28AE88) (0x83000A)
   21  102640 [main] getent 9260 path_conv::check: 
this->path(C:\NCygwin\home\lemkemch), has_acls(1)
   35  102675 [main] getent 9260 win_env::add_cache: posix /home/lemkemch
   18  102693 [main] getent 9260 win_env::add_cache: native 
HOME=C:\NCygwin\home\lemkemch
   59  102752 [main] getent 9260 build_argv: argv[0] = 'getent'
   19  102771 [main] getent 9260 build_argv: argv[1] = 'passwd'
   18  102789 [main] getent 9260 build_argv: argv[2] = 'lemkemch'
   17  102806 [main] getent 9260 build_argv: argc 3
  142  102948 [main] getent 9260 open_shared: name 
c0a8879476f177eb-cons0x258186E.0, n 0, shared 0x60FC0000 (wanted 0x60FC0000), h 
0x138, *m 3
171432  274380 [main] getent 9260 build_fh_pc: created an archetype 
(0x612CF310) for /dev/cons0(3/0)
  103  274483 [main] getent 9260 build_fh_pc: fh 0x612CF0C0, dev 00030000
  490  274973 [main] getent 9260 fhandler_console::open: opened conin$ 0x3, 
conout$ 0xF
   77  275050 [main] getent 9260 fhandler_base::open_with_arch: line 476:  
/dev/cons0<0x612CF310> usecount + 1 = 1
   36  275086 [main] getent 9260 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   42  275128 [main] getent 9260 fhandler_base::set_flags: O_TEXT/O_BINARY set 
in flags 0x10000
   20  275148 [main] getent 9260 fhandler_base::set_flags: filemode set to 
binary
   19  275167 [main] getent 9260 _pinfo::set_ctty: old no ctty, ctty device 
number 0xFFFFFFFF, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   21  275188 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 
0x612CF310
   21  275209 [main] getent 9260 _pinfo::set_ctty: ctty was NULL
   18  275227 [main] getent 9260 _pinfo::set_ctty: line 482:  
/dev/cons0<0x612CF310> usecount + 1 = 2
   18  275245 [main] getent 9260 _pinfo::set_ctty: /dev/cons0 ctty, usecount 2
   20  275265 [main] getent 9260 _pinfo::set_ctty: attaching ctty /dev/cons0 
sid 9260, pid 9260, pgid 9260, tty->pgid 9260, tty->sid 0
   19  275284 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty now 
0x612CF310, archetype 0x612CF310
   36  275320 [main] getent 9260 fhandler_console::output_tcsetattr: 0 = 
tcsetattr(,0x60FC001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   31  275351 [main] getent 9260 fhandler_console::input_tcsetattr: this 
0x612CF0C0, get_ttyp () 0x60FC0000, t 0x60FC001C
   21  275372 [main] getent 9260 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   18  275390 [main] getent 9260 fhandler_base::set_flags: O_TEXT/O_BINARY set 
in flags 0x10000
   18  275408 [main] getent 9260 fhandler_base::set_flags: filemode set to 
binary
   18  275426 [main] getent 9260 _pinfo::set_ctty: old ctty /dev/cons0, ctty 
device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   19  275445 [main] getent 9260 _pinfo::set_ctty: attaching ctty /dev/cons0 
sid 9260, pid 9260, pgid 9260, tty->pgid 9260, tty->sid 9260
   19  275464 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty now 
0x612CF310, archetype 0x612CF310
   63  275527 [main] getent 9260 build_fh_pc: found an archetype for 
(null)(3/0) io_handle 0x3
   23  275550 [main] getent 9260 build_fh_pc: fh 0x612CF558, dev 00030000
   24  275574 [main] getent 9260 fhandler_base::open_with_arch: line 496:  
/dev/cons0<0x612CF310> usecount + 1 = 3
   18  275592 [main] getent 9260 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   18  275610 [main] getent 9260 fhandler_base::set_flags: O_TEXT/O_BINARY set 
in flags 0x10000
   18  275628 [main] getent 9260 fhandler_base::set_flags: filemode set to 
binary
   17  275645 [main] getent 9260 _pinfo::set_ctty: old ctty /dev/cons0, ctty 
device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   20  275665 [main] getent 9260 _pinfo::set_ctty: attaching ctty /dev/cons0 
sid 9260, pid 9260, pgid 9260, tty->pgid 9260, tty->sid 9260
   18  275683 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty now 
0x612CF310, archetype 0x612CF310
   31  275714 [main] getent 9260 fhandler_console::output_tcsetattr: 0 = 
tcsetattr(,0x60FC001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   31  275745 [main] getent 9260 fhandler_console::input_tcsetattr: this 
0x612CF558, get_ttyp () 0x60FC0000, t 0x60FC001C
   20  275765 [main] getent 9260 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   17  275782 [main] getent 9260 fhandler_base::set_flags: O_TEXT/O_BINARY set 
in flags 0x10000
   18  275800 [main] getent 9260 fhandler_base::set_flags: filemode set to 
binary
   18  275818 [main] getent 9260 _pinfo::set_ctty: old ctty /dev/cons0, ctty 
device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   19  275837 [main] getent 9260 _pinfo::set_ctty: attaching ctty /dev/cons0 
sid 9260, pid 9260, pgid 9260, tty->pgid 9260, tty->sid 9260
   19  275856 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty now 
0x612CF310, archetype 0x612CF310
   57  275913 [main] getent 9260 build_fh_pc: found an archetype for 
(null)(3/0) io_handle 0x3
   19  275932 [main] getent 9260 build_fh_pc: fh 0x612CF7A8, dev 00030000
   20  275952 [main] getent 9260 fhandler_base::open_with_arch: line 496:  
/dev/cons0<0x612CF310> usecount + 1 = 4
   19  275971 [main] getent 9260 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   18  275989 [main] getent 9260 fhandler_base::set_flags: O_TEXT/O_BINARY set 
in flags 0x10000
   17  276006 [main] getent 9260 fhandler_base::set_flags: filemode set to 
binary
   18  276024 [main] getent 9260 _pinfo::set_ctty: old ctty /dev/cons0, ctty 
device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   19  276043 [main] getent 9260 _pinfo::set_ctty: attaching ctty /dev/cons0 
sid 9260, pid 9260, pgid 9260, tty->pgid 9260, tty->sid 9260
   19  276062 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty now 
0x612CF310, archetype 0x612CF310
   30  276092 [main] getent 9260 fhandler_console::output_tcsetattr: 0 = 
tcsetattr(,0x60FC001C) (ENABLE FLAGS 0x3) (lflag 0x107 oflag 0x9)
   30  276122 [main] getent 9260 fhandler_console::input_tcsetattr: this 
0x612CF7A8, get_ttyp () 0x60FC0000, t 0x60FC001C
   19  276141 [main] getent 9260 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   18  276159 [main] getent 9260 fhandler_base::set_flags: O_TEXT/O_BINARY set 
in flags 0x10000
   18  276177 [main] getent 9260 fhandler_base::set_flags: filemode set to 
binary
   18  276195 [main] getent 9260 _pinfo::set_ctty: old ctty /dev/cons0, ctty 
device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   18  276213 [main] getent 9260 _pinfo::set_ctty: attaching ctty /dev/cons0 
sid 9260, pid 9260, pgid 9260, tty->pgid 9260, tty->sid 9260
   19  276232 [main] getent 9260 _pinfo::set_ctty: cygheap->ctty now 
0x612CF310, archetype 0x612CF310
   53  276285 [main] getent 9260 __set_errno: void dll_crt0_1(void*):999 
setting errno 0
  251  276536 [main] getent 9260 __get_lcid_from_locale: LCID=0x0000
   49  276585 [main] getent 9260 __get_lcid_from_locale: LCID=0x0000
   48  276633 [main] getent 9260 __get_lcid_from_locale: LCID=0x0000
   47  276680 [main] getent 9260 __get_lcid_from_locale: LCID=0x0000
   47  276727 [main] getent 9260 __get_lcid_from_locale: LCID=0x0000
  338  277065 [main] getent 9260 time: 1427208969 = time(0x0)
   20  277085 [main] getent 9260 stat64: entering
   18  277103 [main] getent 9260 normalize_posix_path: src /dev
   20  277123 [main] getent 9260 normalize_posix_path: /dev = 
normalize_posix_path (/dev)
   18  277141 [main] getent 9260 mount_info::conv_to_win32_path: 
conv_to_win32_path (/dev)
   19  277160 [main] getent 9260 mount_info::cygdrive_win32_path: src '/dev', 
dst ''
   19  277179 [main] getent 9260 set_flags: flags: binary (0x2)
   18  277197 [main] getent 9260 mount_info::conv_to_win32_path: src_path /dev, 
dst C:\NCygwin\dev, flags 0x3000A, rc 0
   59  277256 [main] getent 9260 symlink_info::check: 0x0 = NtCreateFile 
(\??\C:\NCygwin\dev)
   47  277303 [main] getent 9260 symlink_info::check: not a symlink
   29  277332 [main] getent 9260 symlink_info::check: 0 = 
symlink.check(C:\NCygwin\dev, 0x28B608) (0x43000A)
   50  277382 [main] getent 9260 build_fh_pc: fh 0x612D00D8, dev 000000C1
   23  277405 [main] getent 9260 stat_worker: (\??\C:\NCygwin\dev, 0x61293640, 
0x612D00D8), file_attributes 16
   66  277471 [main] getent 9260 cygpsid::debug_print: get_sids_info: owner SID 
= S-1-5-32-544
   20  277491 [main] getent 9260 cygpsid::debug_print: get_sids_info: group SID 
= S-1-5-21-1373454394-1654746546-1846952604-513
  321  277812 [main] getent 9260 get_info_from_sd: ACL 0x41FD, uid 4294967295, 
gid 10513
   41  277853 [main] getent 9260 fhandler_base::fstat_helper: 0 = fstat 
(\??\C:\NCygwin\dev, 0x61293640) st_size=0, st_mode=040775, 
st_ino=281474976947685st_atim=5114B37B.1C5D183C st_ctim=54B3DB1D.11920688 
st_mtim=5114B37B.1C5D183C st_birthtim=5114B37B.1109A284
   24  277877 [main] getent 9260 stat_worker: 0 = 
(\??\C:\NCygwin\dev,0x61293640)
   36  277913 [main] getent 9260 fstat64: 0 = fstat(1, 0x28C830)
   36  277949 [main] getent 9260 isatty: 1 = isatty(1)
  102  278051 [main] getent 9260 fhandler_console::write: 0x800413A8, 120
 1506  279557 [main] getent 9260 fhandler_console::write: 120 = 
fhandler_console::write(...)
   40  279597 [main] getent 9260 write: 120 = write(1, 0x800413A8, 120)
  203  279800 [main] getent 9260 do_exit: do_exit (0), exit_state 1
   20  279820 [main] getent 9260 void: 0x0 = signal (20, 0x1)
   18  279838 [main] getent 9260 void: 0x0 = signal (1, 0x1)
   18  279856 [main] getent 9260 void: 0x0 = signal (2, 0x1)
   17  279873 [main] getent 9260 void: 0x0 = signal (3, 0x1)
   19  279892 [main] getent 9260 fhandler_base::close_with_arch: line 1142:  
/dev/cons0<0x612CF310> usecount + -1 = 3
   19  279911 [main] getent 9260 fhandler_base::close_with_arch: not closing 
archetype
   18  279929 [main] getent 9260 fhandler_base::close_with_arch: line 1142:  
/dev/cons0<0x612CF310> usecount + -1 = 2
   18  279947 [main] getent 9260 fhandler_base::close_with_arch: not closing 
archetype
   40  279987 [main] getent 9260 fhandler_base::close_with_arch: line 1142:  
/dev/cons0<0x612CF310> usecount + -1 = 1
   19  280006 [main] getent 9260 fhandler_base::close_with_arch: not closing 
archetype
   18  280024 [main] getent 9260 init_cygheap::close_ctty: closing 
cygheap->ctty 0x612CF310
   18  280042 [main] getent 9260 fhandler_base::close_with_arch: closing passed 
in archetype 0x0, usecount 0
   93  280135 [main] getent 9260 fhandler_console::free_console: freed console, 
res 1
   34  280169 [main] getent 9260 dtable::delete_archetype: deleting element 0 
for /dev/cons0(3/0)
   25  280194 [main] getent 9260 getpid: 9260 = getpid()
   19  280213 [main] getent 9260 proc_terminate: nprocs 0
   21  280234 [main] getent 9260 proc_terminate: leaving
   32  280266 [main] getent 9260 pinfo::exit: Calling ExitProcess n 0x0, 
exitcode 0x0
--
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

Reply via email to