public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Errors when trying to access /dev/null
@ 2003-10-15  5:53 Sandy Pyke
  2003-10-15  9:39 ` Corinna Vinschen
  0 siblings, 1 reply; 9+ messages in thread
From: Sandy Pyke @ 2003-10-15  5:53 UTC (permalink / raw)
  To: Cygwin List

Hello all,

I am new to Cygwin and I've run across a problem. I have installed Cygwin on
two different Windows XP Pro machines and one is working fine and the other
is not. On both machines I did a Default installation plus some development
packages (gcc, make, gtk2-win32, etc...)

On the machine giving me troubles I get a whole series of errors related to
/dev/null when I try and run ./configure for a few different packages. Here
are some example errors I received:

./configure: cannot create /dev/null: directory nonexistent
...
./configure: cannot create /dev/null: directory nonexistent
./.lineno: cannot create /dev/null: directory nonexistent
...
./.lineno: cannot create /dev/null: directory nonexistent
:error: cannot create .lineno; rerun with a POSIX shell

To simplify matters I tried running the following commands:

"ls > /dev/null" returns "bash: /dev/null: No such file or directory"

I created a file called null in my home directory and then ran the following
command:

"ln -s null /dev/null" which returned "ln: /dev/null: File exists"

Needless to say I'm now confused... Can anyone tell me which package
includes support for /dev/null? And are there any environment variables I
need to set for this to work? Any assistance would be greatly appreciated. I
can provide more details if required...

Sandy Pyke

System information:

Intel Pentium III 600EB, 512Mb RAM
Windows XP Pro, version 2002, Service Pack 1

Environment variables:

!C:='C:\cygwin\bin'
ALLUSERSPROFILE='C:\Documents and Settings\All Users'
APPDATA='C:\Documents and Settings\Sandy\Application Data'
BASH=/usr/bin/bash
BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release"
[5]="i686-pc-cygwin")
BASH_VERSION='2.05b.0(1)-release'
CLIENTNAME=Console
COLUMNS=80
COMMONPROGRAMFILES='C:\Program Files\Common Files'
COMPUTERNAME=SANDY-HOME
COMSPEC='C:\WINDOWS\system32\cmd.exe'
COSMOSM='C:\Program Files\DesignSTAR'
CVS_RSH=/bin/ssh
DIRSTACK=()
EUID=1003
GROUPS=()
HISTFILE=/home/Sandy/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/home/Sandy
HOMEDRIVE=C:
HOMEPATH='\Documents and Settings\Sandy'
HOSTNAME=sandy-home
HOSTTYPE=i686
IFS=$' \t\n'
INFOPATH=/usr/local/info:
         /usr/info:
         /usr/share/info:
         /usr/autotool/devel/info:
         /usr/autotool/stable/info:
LANGUAGE=en
LINES=25
LM_LICENSE_FILE='C:\Program Files\DesignSTAR\license\FLEXlm\LICENSE.DAT'
LOGONSERVER='\\SANDY-HOME'
MACHTYPE=i686-pc-cygwin
MAILCHECK=60
MAKE_MODE=unix
MANPATH=/usr/local/man:
        /usr/man:
        /usr/share/man:
        /usr/autotool/devel/man:
NUMBER_OF_PROCESSORS=1
OLDPWD=/gpsdrive-2.04
OPTERR=1
OPTIND=1
OS=Windows_NT
OSTYPE=cygwin
PATH='/usr/local/bin:
      /usr/bin:/bin:
      /usr/X11R6/bin:
      /cygdrive/c/program files/graphicsmagick-1.0.3-q8:
      /cygdrive/c/Program Files/DesignSTAR:
      /cygdrive/c/WINDOWS/system32:
      /cygdrive/c/WINDOWS:
      /cygdrive/c/WINDOWS/System32/Wbem:
      /cygdrive/c/Program Files/Common Files/Autodesk Shared/:
      /cygdrive/c/Program Files/SecureCRT 3.0:
      /cygdrive/c/Program Files/Common Files/Adaptec Shared/System'
PATHEXT='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PIPESTATUS=([0]="0")
PPID=1
PRINTER='Epson Stylus Photo 700 ESC/P 2'
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER='x86 Family 6 Model 8 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0801
PROGRAMFILES='C:\Program Files'
PROMPT='$P$G'
PS1=$'\\[\\033]0;\\w\\007\n\\033[32m\\]\\u@\\h \\[\\033[33m\\w\\033[0m\\]\n$
'
PS2='> '
PS4='+ '
PWD=/home/Sandy
SESSIONNAME=Console
SHELL=/bin/bash
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:
monitor
SHLVL=1
SYSTEMDRIVE=C:
SYSTEMROOT='C:\WINDOWS'
TEMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
TERM=cygwin
TMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
UID=1003
USER=Sandy
USERDOMAIN=SANDY-HOME
USERNAME=Sandy
USERPROFILE='C:\Documents and Settings\Sandy'
WINDIR='C:\WINDOWS'
_=/home/Sandy/


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003
 


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

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

* Re: Errors when trying to access /dev/null
  2003-10-15  5:53 Errors when trying to access /dev/null Sandy Pyke
@ 2003-10-15  9:39 ` Corinna Vinschen
  2003-10-15 23:49   ` Sandy Pyke
  0 siblings, 1 reply; 9+ messages in thread
From: Corinna Vinschen @ 2003-10-15  9:39 UTC (permalink / raw)
  To: Cygwin List

On Wed, Oct 15, 2003 at 01:21:37AM -0400, Sandy Pyke wrote:
> Hello all,
> 
> I am new to Cygwin and I've run across a problem. I have installed Cygwin on
> two different Windows XP Pro machines and one is working fine and the other
> is not. On both machines I did a Default installation plus some development
> packages (gcc, make, gtk2-win32, etc...)
> 
> On the machine giving me troubles I get a whole series of errors related to
> /dev/null when I try and run ./configure for a few different packages. Here
> are some example errors I received:
> 
> ./configure: cannot create /dev/null: directory nonexistent
> ...
> ./configure: cannot create /dev/null: directory nonexistent
> ./.lineno: cannot create /dev/null: directory nonexistent
> ...
> ./.lineno: cannot create /dev/null: directory nonexistent
> :error: cannot create .lineno; rerun with a POSIX shell
> 
> To simplify matters I tried running the following commands:
> 
> "ls > /dev/null" returns "bash: /dev/null: No such file or directory"
> 
> I created a file called null in my home directory and then ran the following
> command:
> 
> "ln -s null /dev/null" which returned "ln: /dev/null: File exists"
> 
> Needless to say I'm now confused... Can anyone tell me which package
> includes support for /dev/null? And are there any environment variables I
> need to set for this to work? Any assistance would be greatly appreciated. I
> can provide more details if required...

/dev/null is a virtual device, entirely controlled inside of the Cygwin
DLL itself.  There's no need to create a /dev directory or a /dev/null
device node, nor do you need any other package.

None of the above information is enough to figure out what the exact
problem is.  First, in Windows Explorer remove a /dev directory if
you (or any configure script) created one.  Then try again to access
/dev/null.  If it still doesn't work, try `strace ls /dev/null' and
post the output to this list.

Btw., read http://cygwin.com/problems.html.  We don't even know which
version of Cygwin you're running.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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

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

* RE: Errors when trying to access /dev/null
  2003-10-15  9:39 ` Corinna Vinschen
@ 2003-10-15 23:49   ` Sandy Pyke
  2003-10-16  8:37     ` Corinna Vinschen
  0 siblings, 1 reply; 9+ messages in thread
From: Sandy Pyke @ 2003-10-15 23:49 UTC (permalink / raw)
  To: cygwin

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

See additional info below.

> -----Original Message-----
> From: cygwin-owner@cygwin.com On Behalf Of Corinna Vinschen
> Sent: Wednesday, October 15, 2003 5:11 AM
>
> First, in Windows Explorer remove a /dev directory if you 
> (or any configure script) created one.

I've confirmed that there is no /dev directory.

> try `strace ls /dev/null' and post the output to this list.

See attached file.

> We don't even know which version of Cygwin you're running.

My appologies, Cygwin version 1.5.5-1 is currently installed. I've also
attached the output of cygcheck for your reference.

Thank you for you assistance.

Sandy

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003
 
    

[-- Attachment #2: strace.txt --]
[-- Type: text/plain, Size: 28020 bytes --]

**********************************************
Program name: C:\cygwin\bin\ls.exe (232)
App version:  1005.0, api: 0.88
DLL version:  1005.5, api: 0.94
DLL build:    2003-09-20 16:31
OS version:   Windows NT-5.1
Heap size:    402653184
Date/Time:    2003-10-15 19:02:34
**********************************************
 1103    1951 [main] ls 232 environ_init: 0x10020008: !::=::\
  179    2130 [main] ls 232 environ_init: 0x100204D8: !C:=C:\cygwin\bin
  145    2275 [main] ls 232 environ_init: 0x100204F0: ALLUSERSPROFILE=C:\Documents and Settings\All Users
  145    2420 [main] ls 232 environ_init: 0x10020528: APPDATA=C:\Documents and Settings\Sandy\Application Data
  170    2590 [main] ls 232 environ_init: 0x10020568: CLIENTNAME=Console
  290    2880 [main] ls 232 environ_init: 0x10020580: COMMONPROGRAMFILES=C:\Program Files\Common Files
  111    2991 [main] ls 232 environ_init: 0x100205B8: COMPUTERNAME=SANDY-HOME
  104    3095 [main] ls 232 environ_init: 0x100205D8: COMSPEC=C:\WINDOWS\system32\cmd.exe
  106    3201 [main] ls 232 environ_init: 0x10020600: COSMOSM=C:\Program Files\DesignSTAR
  105    3306 [main] ls 232 environ_init: 0x10020628: CVS_RSH=/bin/ssh
  105    3411 [main] ls 232 getwinenv: can't set native for HOME= since no environ yet
  117    3528 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\Sandy, no-keep-rel, no-add-slash)
   80    3608 [main] ls 232 normalize_win32_path: C:\cygwin\home\Sandy = normalize_win32_path (C:\cygwin\home\Sandy)
   73    3681 [main] ls 232 mount_info::conv_to_posix_path: /home/Sandy = conv_to_posix_path (C:\cygwin\home\Sandy)
  153    3834 [main] ls 232 win_env::add_cache: posix /home/Sandy
   57    3891 [main] ls 232 win_env::add_cache: native HOME=C:\cygwin\home\Sandy
   58    3949 [main] ls 232 posify: env var converted to HOME=/home/Sandy
  102    4051 [main] ls 232 environ_init: 0x10020660: HOME=/home/Sandy
  105    4156 [main] ls 232 environ_init: 0x100207A0: HOMEDRIVE=C:
  105    4261 [main] ls 232 environ_init: 0x100207B8: HOMEPATH=\Documents and Settings\Sandy
  105    4366 [main] ls 232 environ_init: 0x100207E8: HOSTNAME=sandy-home
  105    4471 [main] ls 232 environ_init: 0x10020800: INFOPATH=/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:
  109    4580 [main] ls 232 environ_init: 0x10020870: LANGUAGE=en
  105    4685 [main] ls 232 environ_init: 0x10020880: LM_LICENSE_FILE=C:\Program Files\DesignSTAR\license\FLEXlm\LICENSE.DAT
  107    4792 [main] ls 232 environ_init: 0x10020640: LOGONSERVER=\\SANDY-HOME
  104    4896 [main] ls 232 environ_init: 0x100208D0: MAKE_MODE=unix
  104    5000 [main] ls 232 environ_init: 0x100208E8: MANPATH=/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:
  107    5107 [main] ls 232 environ_init: 0x10020938: NUMBER_OF_PROCESSORS=1
  103    5210 [main] ls 232 environ_init: 0x10020958: OLDPWD=/usr/bin
  103    5313 [main] ls 232 environ_init: 0x10020970: OS=Windows_NT
  108    5421 [main] ls 232 getwinenv: can't set native for PATH= since no environ yet
   64    5485 [main] ls 232 normalize_posix_path: src .
   71    5556 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\Sandy, no-keep-rel, no-add-slash)
   65    5621 [main] ls 232 normalize_win32_path: C:\cygwin\home\Sandy = normalize_win32_path (C:\cygwin\home\Sandy)
   62    5683 [main] ls 232 mount_info::conv_to_posix_path: /home/Sandy = conv_to_posix_path (C:\cygwin\home\Sandy)
   65    5748 [main] ls 232 cwdstuff::get: posix /home/Sandy
   61    5809 [main] ls 232 cwdstuff::get: (/home/Sandy) = cwdstuff::get (0x22F988, 260, 1, 0), errno 0
   61    5870 [main] ls 232 normalize_posix_path: /home/Sandy = normalize_posix_path (.)
  127    5997 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   66    6063 [main] ls 232 set_flags: flags: binary (0x2)
   59    6122 [main] ls 232 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0x2, rc 0
  412    6534 [main] ls 232 symlink_info::check: not a symlink
  226    6760 [main] ls 232 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x22F648) (0x2)
   76    6836 [main] ls 232 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy), set_has_acls(8)
  128    6964 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
   63    7027 [main] ls 232 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
   64    7091 [main] ls 232 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
   62    7153 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   61    7214 [main] ls 232 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   61    7275 [main] ls 232 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   61    7336 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   61    7397 [main] ls 232 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   61    7458 [main] ls 232 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   61    7519 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
   61    7580 [main] ls 232 normalize_win32_path: C:\cygwin\usr\X11R6\bin = normalize_win32_path (C:\cygwin\usr\X11R6\bin)
   63    7643 [main] ls 232 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\cygwin\usr\X11R6\bin)
   63    7706 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\program files\graphicsmagick-1.0.3-q8, keep-rel, no-add-slash)
   62    7768 [main] ls 232 normalize_win32_path: c:\program files\graphicsmagick-1.0.3-q8 = normalize_win32_path (c:\program files\graphicsmagick-1.0.3-q8)
   65    7833 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/program files/graphicsmagick-1.0.3-q8 = conv_to_posix_path (c:\program files\graphicsmagick-1.0.3-q8)
   65    7898 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\DesignSTAR, keep-rel, no-add-slash)
   62    7960 [main] ls 232 normalize_win32_path: c:\Program Files\DesignSTAR = normalize_win32_path (c:\Program Files\DesignSTAR)
   63    8023 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/DesignSTAR = conv_to_posix_path (c:\Program Files\DesignSTAR)
   64    8087 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\system32, keep-rel, no-add-slash)
   61    8148 [main] ls 232 normalize_win32_path: c:\WINDOWS\system32 = normalize_win32_path (c:\WINDOWS\system32)
   61    8209 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (c:\WINDOWS\system32)
   63    8272 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel, no-add-slash)
   60    8332 [main] ls 232 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
   61    8393 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (c:\WINDOWS)
   62    8455 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
   62    8517 [main] ls 232 normalize_win32_path: c:\WINDOWS\System32\Wbem = normalize_win32_path (c:\WINDOWS\System32\Wbem)
   62    8579 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (c:\WINDOWS\System32\Wbem)
   64    8643 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Common Files\Autodesk Shared\, keep-rel, add-slash)
   63    8706 [main] ls 232 normalize_win32_path: c:\Program Files\Common Files\Autodesk Shared\ = normalize_win32_path (c:\Program Files\Common Files\Autodesk Shared\)
   65    8771 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Autodesk Shared/ = conv_to_posix_path (c:\Program Files\Common Files\Autodesk Shared\)
  173    8944 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\SecureCRT 3.0, keep-rel, no-add-slash)
   71    9015 [main] ls 232 normalize_win32_path: c:\Program Files\SecureCRT 3.0 = normalize_win32_path (c:\Program Files\SecureCRT 3.0)
   65    9080 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/SecureCRT 3.0 = conv_to_posix_path (c:\Program Files\SecureCRT 3.0)
   65    9145 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Common Files\Adaptec Shared\System, keep-rel, no-add-slash)
   63    9208 [main] ls 232 normalize_win32_path: c:\Program Files\Common Files\Adaptec Shared\System = normalize_win32_path (c:\Program Files\Common Files\Adaptec Shared\System)
   66    9274 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Adaptec Shared/System = conv_to_posix_path (c:\Program Files\Common Files\Adaptec Shared\System)
  189    9463 [main] ls 232 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/program files/graphicsmagick-1.0.3-q8:/cygdrive/c/Program Files/DesignSTAR:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdrive/c/Program Files/SecureCRT 3.0:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System
   77    9540 [main] ls 232 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;c:\program files\graphicsmagick-1.0.3-q8;c:\Program Files\DesignSTAR;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;c:\Program Files\Common Files\Autodesk Shared\;c:\Program Files\SecureCRT 3.0;c:\Program Files\Common Files\Adaptec Shared\System
   73    9613 [main] ls 232 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/program files/graphicsmagick-1.0.3-q8:/cygdrive/c/Program Files/DesignSTAR:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdrive/c/Program Files/SecureCRT 3.0:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System
  120    9733 [main] ls 232 environ_init: 0x10020AE0: PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/program files/graphicsmagick-1.0.3-q8:/cygdrive/c/Program Files/DesignSTAR:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdrive/c/Program Files/SecureCRT 3.0:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System
  127    9860 [main] ls 232 environ_init: 0x10020988: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
  108    9968 [main] ls 232 environ_init: 0x100209C8: PROCESSOR_ARCHITECTURE=x86
  105   10073 [main] ls 232 environ_init: 0x100209E8: PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 1, GenuineIntel
  107   10180 [main] ls 232 environ_init: 0x10020A30: PROCESSOR_LEVEL=6
  105   10285 [main] ls 232 environ_init: 0x10020A48: PROCESSOR_REVISION=0801
  104   10389 [main] ls 232 environ_init: 0x10020A68: PROGRAMFILES=C:\Program Files
  105   10494 [main] ls 232 environ_init: 0x10020A90: PROMPT=$P$G
  105   10599 [main] ls 232 environ_init: 0x10021110: PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ 
  106   10705 [main] ls 232 environ_init: 0x10020AA0: PWD=/home/Sandy
  341   11046 [main] ls 232 environ_init: 0x10020AB8: SESSIONNAME=Console
  112   11158 [main] ls 232 environ_init: 0x10020AD0: SHLVL=1
  104   11262 [main] ls 232 environ_init: 0x10021158: SYSTEMDRIVE=C:
  103   11365 [main] ls 232 environ_init: 0x10021170: SYSTEMROOT=C:\WINDOWS
  106   11471 [main] ls 232 getwinenv: can't set native for TEMP= since no environ yet
  106   11577 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   62   11639 [main] ls 232 normalize_win32_path: c:\DOCUME~1\Sandy\LOCALS~1\Temp = normalize_win32_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
   77   11716 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp = conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
  154   11870 [main] ls 232 win_env::add_cache: posix /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
   58   11928 [main] ls 232 win_env::add_cache: native TEMP=c:\DOCUME~1\Sandy\LOCALS~1\Temp
   58   11986 [main] ls 232 posify: env var converted to TEMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  103   12089 [main] ls 232 environ_init: 0x100211C0: TEMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  106   12195 [main] ls 232 environ_init: 0x10021330: TERM=cygwin
  104   12299 [main] ls 232 getwinenv: can't set native for TMP= since no environ yet
  106   12405 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   62   12467 [main] ls 232 normalize_win32_path: c:\DOCUME~1\Sandy\LOCALS~1\Temp = normalize_win32_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
   65   12532 [main] ls 232 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp = conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
  152   12684 [main] ls 232 win_env::add_cache: posix /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
   58   12742 [main] ls 232 win_env::add_cache: native TMP=c:\DOCUME~1\Sandy\LOCALS~1\Temp
   58   12800 [main] ls 232 posify: env var converted to TMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  102   12902 [main] ls 232 environ_init: 0x10021368: TMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  105   13007 [main] ls 232 environ_init: 0x100214A0: USER=Sandy
  103   13110 [main] ls 232 environ_init: 0x100214B0: USERDOMAIN=SANDY-HOME
  104   13214 [main] ls 232 environ_init: 0x100214D0: USERNAME=Sandy
  104   13318 [main] ls 232 environ_init: 0x100214E8: USERPROFILE=C:\Documents and Settings\Sandy
  104   13422 [main] ls 232 environ_init: 0x10021518: WINDIR=C:\WINDOWS
  104   13526 [main] ls 232 environ_init: 0x10021530: _=/usr/bin/strace
   92   13618 [main] ls 232 pinfo_init: pid 232, pgid 232
  154   13772 [main] ls 232 dtable::extend: size 32, fds 0x61600624
   97   13869 [main] ls 232 normalize_posix_path: src /etc/passwd
   62   13931 [main] ls 232 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
   62   13993 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
   65   14058 [main] ls 232 set_flags: flags: binary (0x2)
   59   14117 [main] ls 232 mount_info::conv_to_win32_path: src_path /etc/passwd, dst C:\cygwin\etc\passwd, flags 0x2, rc 0
  430   14547 [main] ls 232 symlink_info::check: not a symlink
   79   14626 [main] ls 232 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\passwd, 0x22F7F8) (0x2)
   65   14691 [main] ls 232 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc\passwd), set_has_acls(8)
  243   14934 [main] ls 232 etc::test_file_change: FindFirstFile succeeded
   74   15008 [main] ls 232 etc::test_file_change: fn[1] C:\cygwin\etc\passwd res 1
   60   15068 [main] ls 232 etc::init: fn[1] C:\cygwin\etc\passwd, curr_ix 1
   59   15127 [main] ls 232 pwdgrp::load: /etc/passwd
  429   15556 [main] ls 232 pwdgrp::load: /etc/passwd curr_lines 13
   66   15622 [main] ls 232 pwdgrp::load: /etc/passwd load succeeded
   90   15712 [main] ls 232 normalize_posix_path: src /etc/group
   61   15773 [main] ls 232 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
   61   15834 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
   66   15900 [main] ls 232 set_flags: flags: binary (0x2)
   59   15959 [main] ls 232 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\cygwin\etc\group, flags 0x2, rc 0
  308   16267 [main] ls 232 symlink_info::check: not a symlink
   72   16339 [main] ls 232 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\group, 0x22F7B8) (0x2)
   64   16403 [main] ls 232 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc\group), set_has_acls(8)
  425   16828 [main] ls 232 etc::test_file_change: FindFirstFile succeeded
   86   16914 [main] ls 232 etc::test_file_change: fn[2] C:\cygwin\etc\group res 1
   59   16973 [main] ls 232 etc::init: fn[2] C:\cygwin\etc\group, curr_ix 2
   60   17033 [main] ls 232 pwdgrp::load: /etc/group
  425   17458 [main] ls 232 pwdgrp::load: /etc/group curr_lines 14
   66   17524 [main] ls 232 pwdgrp::load: /etc/group load succeeded
   79   17603 [main] ls 232 cygheap_user::ontherange: what 2, pw 0x10021D38
   68   17671 [main] ls 232 cygheap_user::ontherange: HOME is already in the environment /home/Sandy
  349   18020 [main] ls 232 sigproc_init: process/signal handling enabled(1)
  168   18188 [main] ls 232 build_argv: argv[0] = 'ls'
   62   18250 [main] ls 232 build_argv: argv[1] = '/dev/null'
   60   18310 [main] ls 232 build_argv: argc 2
  404   18714 [sig] ls 232 wait_sig: sigcatch_nonmain 0x760, sigcatch_main 0x75C
   93   18807 [sig] ls 232 wait_sig: Ready.  dwProcessid 232
  128   18935 [main] ls 232 normalize_posix_path: src /dev/conin
   70   19005 [main] ls 232 normalize_posix_path: /dev/conin = normalize_posix_path (/dev/conin)
   65   19070 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/conin)
   65   19135 [main] ls 232 mount_info::conv_to_win32_path: src_path /dev/conin, dst conin, flags 0x2, rc 0
   75   19210 [main] ls 232 dtable::build_fhandler: fd 0, fh 0x616007D4
  184   19394 [main] ls 232 open_shared: name (null), shared 0xA020000 (wanted 0xA020000), h 0x73C
   79   19473 [main] ls 232 tty_min::set_ctty: attached tty1073741824 sid 232, pid 232, tty->pgid 0, tty->sid 232
   68   19541 [main] ls 232 tty_min::set_ctty: resetting tty1073741824 sid.  Was 232, now 232.  pgid was 0, now 232.
 2515   22056 [main] ls 232 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  147   22203 [main] ls 232 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63   22266 [main] ls 232 fhandler_base::set_flags: filemode set to binary
  263   22529 [main] ls 232 fhandler_console::open: incremented open_fhs, now 1
   69   22598 [main] ls 232 fhandler_console::open: opened conin$ 0xF, conout$ 0x13
   99   22697 [main] ls 232 fhandler_console::output_tcsetattr: 0 = tcsetattr (,A020018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
   87   22784 [main] ls 232 dtable::init_std_file_from_handle: fd 0, handle 0xB
  444   23228 [main] ls 232 handle_to_fn: nt name '\Device\HarddiskVolume1\cygwin\home\Sandy\strace.txt'
 2328   25556 [main] ls 232 handle_to_fn: current match '\Device\HarddiskVolume1'
  177   25733 [main] ls 232 handle_to_fn: derived path 'C:\cygwin\home\Sandy\strace.txt'
   69   25802 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\Sandy\strace.txt, no-keep-rel, no-add-slash)
   70   25872 [main] ls 232 normalize_win32_path: C:\cygwin\home\Sandy\strace.txt = normalize_win32_path (C:\cygwin\home\Sandy\strace.txt)
   72   25944 [main] ls 232 mount_info::conv_to_posix_path: /home/Sandy/strace.txt = conv_to_posix_path (C:\cygwin\home\Sandy\strace.txt)
   71   26015 [main] ls 232 normalize_posix_path: src /home/Sandy/strace.txt
   65   26080 [main] ls 232 normalize_posix_path: /home/Sandy/strace.txt = normalize_posix_path (/home/Sandy/strace.txt)
   66   26146 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy/strace.txt)
   69   26215 [main] ls 232 set_flags: flags: binary (0x2)
   64   26279 [main] ls 232 mount_info::conv_to_win32_path: src_path /home/Sandy/strace.txt, dst C:\cygwin\home\Sandy\strace.txt, flags 0x2, rc 0
  424   26703 [main] ls 232 symlink_info::check: not a symlink
   88   26791 [main] ls 232 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy\strace.txt, 0x22F4A8) (0x2)
   73   26864 [main] ls 232 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy\strace.txt), set_has_acls(8)
   79   26943 [main] ls 232 dtable::build_fhandler: fd 1, fh 0x6160089C
   67   27010 [main] ls 232 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   62   27072 [main] ls 232 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   85   27157 [main] ls 232 fhandler_base::set_flags: filemode set to binary
   61   27218 [main] ls 232 fhandler_base::init: created new fhandler_base for handle 0x758, bin 1
   65   27283 [main] ls 232 dtable::init_std_file_from_handle: fd 1, handle 0x758
  133   27416 [main] ls 232 normalize_posix_path: src /dev/conout
   65   27481 [main] ls 232 normalize_posix_path: /dev/conout = normalize_posix_path (/dev/conout)
   64   27545 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/conout)
   65   27610 [main] ls 232 mount_info::conv_to_win32_path: src_path /dev/conout, dst conout, flags 0x2, rc 0
   71   27681 [main] ls 232 dtable::build_fhandler: fd 2, fh 0x61600994
   65   27746 [main] ls 232 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   62   27808 [main] ls 232 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   27869 [main] ls 232 fhandler_base::set_flags: filemode set to binary
  209   28078 [main] ls 232 fhandler_console::open: incremented open_fhs, now 2
   67   28145 [main] ls 232 fhandler_console::open: opened conin$ 0xB, conout$ 0x2B
   93   28238 [main] ls 232 fhandler_console::output_tcsetattr: 0 = tcsetattr (,A020018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
   85   28323 [main] ls 232 dtable::init_std_file_from_handle: fd 2, handle 0x17
  687   29010 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, keep-rel, no-add-slash)
   80   29090 [main] ls 232 normalize_win32_path: C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin\bin\cygiconv-2.dll)
   69   29159 [main] ls 232 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
  603   29762 [main] ls 232 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin\cygintl-2.dll, keep-rel, no-add-slash)
   73   29835 [main] ls 232 normalize_win32_path: C:\cygwin\bin\cygintl-2.dll = normalize_win32_path (C:\cygwin\bin\cygintl-2.dll)
   66   29901 [main] ls 232 mount_info::conv_to_posix_path: /usr/bin/cygintl-2.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-2.dll)
  113   30014 [main] ls 232 dll_crt0_1: user_data->main 0x4017E0
   61   30075 [main] ls 232 wait_for_sigthread: wait_sig_inited 0x76C
  247   30322 [main] ls 232 isatty: 0 = isatty (1)
   88   30410 [main] ls 232 ioctl: fd 1, cmd 5401
   62   30472 [main] ls 232 fhandler_base::ioctl: ioctl (5401, 0x22FE78)
   62   30534 [main] ls 232 ioctl: returning -1
  269   30803 [main] ls 232 lstat64: entering
   66   30869 [main] ls 232 normalize_posix_path: src /dev/null
   63   30932 [main] ls 232 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   63   30995 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   66   31061 [main] ls 232 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   73   31134 [main] ls 232 dtable::build_fhandler: fd -1, fh 0x61600A5C
   63   31197 [main] ls 232 stat_worker: (/dev/null, 0x100223F8, 1, 0x22FA00), file_attributes 0
   63   31260 [main] ls 232 fhandler_base::fstat: here
   75   31335 [main] ls 232 stat_worker: 0 = (/dev/null, 0x100223F8)
  127   31462 [main] ls 232 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (0)
   62   31524 [main] ls 232 _cygwin_istext_for_stdio:  _cifs: fd not disk file
   61   31585 [main] ls 232 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (1)
   61   31646 [main] ls 232 _cygwin_istext_for_stdio:  _cifs: get_*_binary
   59   31705 [main] ls 232 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (2)
   61   31766 [main] ls 232 _cygwin_istext_for_stdio:  _cifs: fd not disk file
   64   31830 [main] ls 232 normalize_posix_path: src /home/Sandy/strace.txt
   64   31894 [main] ls 232 normalize_posix_path: /home/Sandy/strace.txt = normalize_posix_path (/home/Sandy/strace.txt)
   63   31957 [main] ls 232 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy/strace.txt)
   68   32025 [main] ls 232 set_flags: flags: binary (0x2)
   80   32105 [main] ls 232 mount_info::conv_to_win32_path: src_path /home/Sandy/strace.txt, dst C:\cygwin\home\Sandy\strace.txt, flags 0x2, rc 0
  394   32499 [main] ls 232 symlink_info::check: not a symlink
  147   32646 [main] ls 232 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy\strace.txt, 0x22F040) (0x2)
   68   32714 [main] ls 232 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy\strace.txt), set_has_acls(8)
  103   32817 [main] ls 232 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\home\Sandy\strace.txt, 1880)
  318   33135 [main] ls 232 get_file_attribute: file: C:\cygwin\home\Sandy\strace.txt
   87   33222 [main] ls 232 read_sd: file = C:\cygwin\home\Sandy\strace.txt
  271   33493 [main] ls 232 read_sd: file = C:\cygwin\home\Sandy\strace.txt: len=176
  103   33596 [main] ls 232 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   70   33666 [main] ls 232 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1606980848-1343024091-1202660629-513
   85   33751 [main] ls 232 get_info_from_sd: ACL = 1A4, uid 1003, gid 513
   65   33816 [main] ls 232 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22F880) st_atime=3F8DD20A st_size=25086, st_mode=0x81A4, st_ino=8376, sizeof=96
   70   33886 [main] ls 232 fstat64: 0 = fstat (1, 0x22F880)
  129   34015 [main] ls 232 call_signal_handler_now: call_signal_handler_now called when no signal active
   67   34082 [main] ls 232 writev: writev (1, 0x22FD90, 1)
   63   34145 [main] ls 232 fhandler_base::write: binary write
/dev/null
   66   34211 [main] ls 232 fhandler_base::write: 10 = write (0x10025608, 10)
   63   34274 [main] ls 232 writev: 10 = write (1, 0x22FD90, 1), errno 0
   64   34338 [main] ls 232 close: close (1)
   60   34398 [main] ls 232 fhandler_base::close: closing '/home/Sandy/strace.txt' handle 0x758
   79   34477 [main] ls 232 close: 0 = close (1)
  126   34603 [main] ls 232 do_exit: do_exit (0)
   62   34665 [main] ls 232 call_signal_handler_now: call_signal_handler_now called when no signal active
   63   34728 [main] ls 232 void: 0x0 = signal (20, 0x1)
   61   34789 [main] ls 232 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   34851 [main] ls 232 void: 0x0 = signal (1, 0x1)
   59   34910 [main] ls 232 call_signal_handler_now: call_signal_handler_now called when no signal active
   63   34973 [main] ls 232 void: 0x0 = signal (2, 0x1)
   59   35032 [main] ls 232 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   35094 [main] ls 232 void: 0x0 = signal (3, 0x1)
  125   35219 [main] ls 232 fhandler_console::close: decremented open_fhs, now 1
  102   35321 [main] ls 232 fhandler_console::close: decremented open_fhs, now 0
   67   35388 [main] ls 232 sigproc_terminate: entering
   90   35478 [main] ls 232 proc_terminate: nchildren 0, nzombies 0
   61   35539 [main] ls 232 proc_terminate: leaving
  119   35658 [main] ls 232 __to_clock_t: dwHighDateTime 0, dwLowDateTime 300432
   62   35720 [main] ls 232 __to_clock_t: total 00000000 0000001E
   61   35781 [main] ls 232 __to_clock_t: dwHighDateTime 0, dwLowDateTime 200288
   61   35842 [main] ls 232 __to_clock_t: total 00000000 00000014
 1273   37115 [main] ls 232 _pinfo::exit: Calling ExitProcess 0

[-- Attachment #3: cygcheck.txt --]
[-- Type: text/plain, Size: 16060 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Wed Oct 15 19:03:06 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\program files\graphicsmagick-1.0.3-q8
	c:\Program Files\DesignSTAR
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\Common Files\Autodesk Shared\
	c:\Program Files\SecureCRT 3.0
	c:\Program Files\Common Files\Adaptec Shared\System

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(Sandy) GID: 513(None)
513(None)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(Sandy) GID: 513(None)
513(None)                  544(Administrators)
555(Remote Desktop Users)  545(Users)
1005(Debugger Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\Sandy'
MAKE_MODE = `unix'
PWD = `/home/Sandy'
USER = `Sandy'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Sandy\Application Data'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `SANDY-HOME'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
COSMOSM = `C:\Program Files\DesignSTAR'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Sandy'
HOSTNAME = `sandy-home'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LANGUAGE = `en'
LM_LICENSE_FILE = `C:\Program Files\DesignSTAR\license\FLEXlm\LICENSE.DAT'
LOGONSERVER = `\\SANDY-HOME'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0801'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Sandy\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\Sandy\LOCALS~1\Temp'
USERDOMAIN = `SANDY-HOME'
USERNAME = `Sandy'
USERPROFILE = `C:\Documents and Settings\Sandy'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   29313Mb  83% CP CS UN PA FC     C Drive
d:  cd  CDFS     655Mb 100%    CS UN           NEW
e:  cd  CDFS     303Mb 100%    CS UN           GpsDrive_Stuff

C:\cygwin                          /                         user    binmode
C:\cygwin/bin                      /usr/bin                  user    binmode
C:\cygwin/lib                      /usr/lib                  user    binmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  user    binmode
.                                  /cygdrive                 user    binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

  166k 2003/02/12 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2003/2/12 10:56
   14k 2003/08/10 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/8/10 16:57
  412k 2003/03/07 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/3/7 12:37
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 1:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 1:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 5:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 22:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 22:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 22:13
  519k 2003/03/13 C:\cygwin\bin\cyggdk-win32-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-win32-2.0-0.dll" v0.0 ts=2003/3/12 20:07
   96k 2003/03/13 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2003/3/12 19:10
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/10 18:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/10 18:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/10 18:10
  466k 2003/04/19 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2003/4/19 11:12
   33k 2003/04/19 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2003/4/19 12:00
  224k 2003/04/19 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2003/4/19 11:59
   38k 2003/04/19 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2003/4/19 12:00
 2296k 2003/03/13 C:\cygwin\bin\cyggtk-win32-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-win32-2.0-0.dll" v0.0 ts=2003/3/12 21:47
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 23:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/10 19:16
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 16:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 4:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 17:50
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/10 20:37
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 0:19
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 1:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 1:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 5:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 1:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 1:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 5:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 1:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 1:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 5:24
  252k 2003/03/07 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2003/3/7 17:28
  184k 2003/03/07 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2003/3/7 17:38
   78k 2003/03/07 C:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangowin32-1.0-0.dll" v0.0 ts=2003/3/7 17:38
   96k 2003/03/07 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2003/3/7 17:38
   67k 2003/09/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/9/10 10:25
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 4:31
   15k 2003/09/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/9/10 10:25
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 4:31
  173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 18:35
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 23:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/10 19:16
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/23 23:58
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/10 22:32
   60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 2:28
  949k 2003/09/20 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 16:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\Documents and Settings\Sandy\My Documents\My Downloads\Cygwin
Last downloaded files from: C:\Documents and Settings\Sandy\My Documents\My Downloads\Cygwin

Package              Version            
_update-info-dir     00221-1            
ash                  20020731-3         
atk                  1.2.0-1            
base-files           2.6-1              
base-passwd          1.1-1              
bash                 2.05b-15           
binutils             20030901-1         
bzip2                1.0.2-5            
cygwin               1.5.5-1            
diffutils            2.8.4-1            
editrights           1.01-1             
fileutils            4.1-2              
findutils            4.1.7-4            
fontconfig           2.1.91-1           
gawk                 3.1.3-3            
gcc                  3.3.1-2            
gcc-mingw            20030911-3         
gdb                  20030919-1         
gdbm                 1.8.3-7            
glib                 2.2.1-2            
grep                 2.5-1              
groff                1.18.1-2           
gtk2-engines-win32   2.2.0-1            
gtk2-win32           2.2.1-3            
gzip                 1.3.5-1            
jpeg                 6b-11              
less                 381-1              
libcharset1          1.9.1-3            
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libiconv             1.9.1-3            
libiconv2            1.9.1-3            
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libjpeg62            6b-11              
libjpeg6b            6b-8               
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpcre0             4.4-2              
libpng               1.2.5-4            
libpng12             1.2.5-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
libtiff-devel        3.6.0-5            
libtiff3             3.6.0-2            
libtiff4             3.6.0-5            
login                1.9-7              
make                 3.80-1             
man                  1.5j-2             
mingw-runtime        3.1-1              
mktemp               1.5-3              
ncurses              5.3-4              
pango                1.2.1-2            
pcre                 4.4-2              
pcre-doc             4.4-2              
pkgconfig            0.15.0-4           
procps               010801-2           
readline             4.3-5              
sed                  4.0.7-3            
sh-utils             2.0.15-4           
tar                  1.13.25-3          
tcltk                20030901-1         
termcap              20021106-2         
terminfo             5.3_20030726-1     
texinfo              4.2-4              
textutils            2.0.21-1           
tiff                 3.6.0-5            
w32api               2.4-1              
which                1.5-2              
zlib                 1.1.4-4            
Use -h to see help about each section


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

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

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

* Re: Errors when trying to access /dev/null
  2003-10-15 23:49   ` Sandy Pyke
@ 2003-10-16  8:37     ` Corinna Vinschen
  2003-10-16 11:47       ` Sandy Pyke
  0 siblings, 1 reply; 9+ messages in thread
From: Corinna Vinschen @ 2003-10-16  8:37 UTC (permalink / raw)
  To: cygwin

On Wed, Oct 15, 2003 at 07:15:15PM -0400, Sandy Pyke wrote:
> See additional info below.
> 
> > -----Original Message-----
> > From: cygwin-owner@cygwin.com On Behalf Of Corinna Vinschen
> > Sent: Wednesday, October 15, 2003 5:11 AM
> >
> > First, in Windows Explorer remove a /dev directory if you 
> > (or any configure script) created one.
> 
> I've confirmed that there is no /dev directory.

I meant a C:\Cygwin\dev directory.  Such directory doesn't exist, right?

> > try `strace ls /dev/null' and post the output to this list.
> 
> See attached file.

There's no error in it.  Did you try `ls -l /dev/null'?  It should
print a character device node entry as on Linux.  If not, please
send another strace of such an `ls -l /dev/null'.  Otherwise, try
the `ls > /dev/null' in bash again.  If that still fails, try
`bash -c "ls > /dev/null"'.  If that fails, send an strace of that
command.

That's puzzeling.  I never saw a failure on using /dev/null before.

> My appologies, Cygwin version 1.5.5-1 is currently installed. I've also
> attached the output of cygcheck for your reference.

Looks ok.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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

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

* RE: Errors when trying to access /dev/null
  2003-10-16  8:37     ` Corinna Vinschen
@ 2003-10-16 11:47       ` Sandy Pyke
  2003-10-16 11:50         ` Robert Collins
  2003-10-16 12:01         ` Corinna Vinschen
  0 siblings, 2 replies; 9+ messages in thread
From: Sandy Pyke @ 2003-10-16 11:47 UTC (permalink / raw)
  To: cygwin

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

> I meant a C:\Cygwin\dev directory.  Such directory doesn't 
> exist, right?

That's right. I've checked the entire HD and there is no dev to be found
from explorer. :)

> There's no error in it.  Did you try `ls -l /dev/null'?

See output1.txt, not sure if that's what you were expecting but does not
look like an error to my novice eyes.

> Otherwise, try the `ls > /dev/null' in bash again.

That still fails.

> If that still fails, try `bash -c "ls > /dev/null"'.

That fails telling me 'bash: line 1: /dev/null: No such file or directory'
See strace.txt for the results of the strace for that command.

> That's puzzeling.  I never saw a failure on using /dev/null before.

Yeah, gotta admit of all things I never thought 'null' would give me a
problem. Guess you can say I got a problem with nothing...

As I've mentioned, I have been able to get this working on another machine.
I took a backup of my cygwin directory there and dumped it on my machine
here at home where I'm having the problem. Everything seemed to work okay
except for null again. I'm starting to think my problem is in the windows
configuration of my machine.

I've installed a few development packages in the past such as Visual Studio
6, Visual Studio .NET, DJGPP, and a few DDK's. Thinking these might be
interfering I uninstalled them. No change. I also cleaned up the registry as
best I could to get rid of these programs completely and that made no
difference.

Guess I could format the old HD and start over with a fresh install, but
that seems a little radical... Or I may just replace the calls to /dev/null
in my configure script with something like /null and let it go to a file
instead. Let me know if you can think of anything else, and again thanks for
you help.

Sandy


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003
 
    

[-- Attachment #2: output1.txt --]
[-- Type: text/plain, Size: 67 bytes --]

crw-rw-rw-    1 Sandy    None      19,   0 Oct 16 06:31 /dev/null

[-- Attachment #3: strace.txt --]
[-- Type: text/plain, Size: 89153 bytes --]

**********************************************
Program name: C:\cygwin\bin\bash.exe (228)
App version:  1005.4, api: 0.94
DLL version:  1005.5, api: 0.94
DLL build:    2003-09-20 16:31
OS version:   Windows NT-5.1
Heap size:    402653184
Date/Time:    2003-10-16 06:33:58
**********************************************
 1153    1991 [main] bash 228 environ_init: 0xA040008: !::=::\
  169    2160 [main] bash 228 environ_init: 0xA0404D8: !C:=C:\cygwin\bin
  138    2298 [main] bash 228 environ_init: 0xA0404F0: ALLUSERSPROFILE=C:\Documents and Settings\All Users
  137    2435 [main] bash 228 environ_init: 0xA040528: APPDATA=C:\Documents and Settings\Sandy\Application Data
  138    2573 [main] bash 228 environ_init: 0xA040568: COMMONPROGRAMFILES=C:\Program Files\Common Files
  347    2920 [main] bash 228 environ_init: 0xA0405A0: COMPUTERNAME=SANDY-HOME
  109    3029 [main] bash 228 environ_init: 0xA0405C0: COMSPEC=C:\WINDOWS\system32\cmd.exe
  105    3134 [main] bash 228 environ_init: 0xA0405E8: COSMOSM=C:\Program Files\DesignSTAR
  104    3238 [main] bash 228 environ_init: 0xA040610: CVS_RSH=/bin/ssh
  107    3345 [main] bash 228 getwinenv: can't set native for HOME= since no environ yet
  116    3461 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\Sandy, no-keep-rel, no-add-slash)
   80    3541 [main] bash 228 normalize_win32_path: C:\cygwin\home\Sandy = normalize_win32_path (C:\cygwin\home\Sandy)
   73    3614 [main] bash 228 mount_info::conv_to_posix_path: /home/Sandy = conv_to_posix_path (C:\cygwin\home\Sandy)
  152    3766 [main] bash 228 win_env::add_cache: posix /home/Sandy
   57    3823 [main] bash 228 win_env::add_cache: native HOME=C:\cygwin\home\Sandy
   57    3880 [main] bash 228 posify: env var converted to HOME=/home/Sandy
  102    3982 [main] bash 228 environ_init: 0xA040648: HOME=/home/Sandy
  105    4087 [main] bash 228 environ_init: 0xA040788: HOMEDRIVE=C:
  104    4191 [main] bash 228 environ_init: 0xA0407A0: HOMEPATH=\Documents and Settings\Sandy
  105    4296 [main] bash 228 environ_init: 0xA0407D0: HOSTNAME=sandy-home
  105    4401 [main] bash 228 environ_init: 0xA0407E8: INFOPATH=/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:
  109    4510 [main] bash 228 environ_init: 0xA040858: LANGUAGE=en
  104    4614 [main] bash 228 environ_init: 0xA040868: LM_LICENSE_FILE=C:\Program Files\DesignSTAR\license\FLEXlm\LICENSE.DAT
  107    4721 [main] bash 228 environ_init: 0xA040628: LOGONSERVER=\\SANDY-HOME
  104    4825 [main] bash 228 environ_init: 0xA0408B8: MAKE_MODE=unix
  103    4928 [main] bash 228 environ_init: 0xA0408D0: MANPATH=/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:
  107    5035 [main] bash 228 environ_init: 0xA040920: NUMBER_OF_PROCESSORS=1
  103    5138 [main] bash 228 environ_init: 0xA040940: OLDPWD=/usr/bin
  103    5241 [main] bash 228 environ_init: 0xA040958: OS=Windows_NT
  108    5349 [main] bash 228 getwinenv: can't set native for PATH= since no environ yet
   63    5412 [main] bash 228 normalize_posix_path: src .
   73    5485 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\Sandy, no-keep-rel, no-add-slash)
   64    5549 [main] bash 228 normalize_win32_path: C:\cygwin\home\Sandy = normalize_win32_path (C:\cygwin\home\Sandy)
   63    5612 [main] bash 228 mount_info::conv_to_posix_path: /home/Sandy = conv_to_posix_path (C:\cygwin\home\Sandy)
   65    5677 [main] bash 228 cwdstuff::get: posix /home/Sandy
   59    5736 [main] bash 228 cwdstuff::get: (/home/Sandy) = cwdstuff::get (0x22F998, 260, 1, 0), errno 0
   62    5798 [main] bash 228 normalize_posix_path: /home/Sandy = normalize_posix_path (.)
   61    5859 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   64    5923 [main] bash 228 set_flags: flags: binary (0x2)
   59    5982 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0xA, rc 0
  412    6394 [main] bash 228 symlink_info::check: not a symlink
  218    6612 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x22F658) (0xA)
   73    6685 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy), set_has_acls(8)
  127    6812 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
   63    6875 [main] bash 228 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
   65    6940 [main] bash 228 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
   62    7002 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   61    7063 [main] bash 228 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   60    7123 [main] bash 228 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   61    7184 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
   61    7245 [main] bash 228 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
   60    7305 [main] bash 228 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
   61    7366 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
   62    7428 [main] bash 228 normalize_win32_path: C:\cygwin\usr\X11R6\bin = normalize_win32_path (C:\cygwin\usr\X11R6\bin)
   62    7490 [main] bash 228 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\cygwin\usr\X11R6\bin)
   63    7553 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\program files\graphicsmagick-1.0.3-q8, keep-rel, no-add-slash)
   63    7616 [main] bash 228 normalize_win32_path: c:\program files\graphicsmagick-1.0.3-q8 = normalize_win32_path (c:\program files\graphicsmagick-1.0.3-q8)
   65    7681 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/program files/graphicsmagick-1.0.3-q8 = conv_to_posix_path (c:\program files\graphicsmagick-1.0.3-q8)
   65    7746 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\DesignSTAR, keep-rel, no-add-slash)
   62    7808 [main] bash 228 normalize_win32_path: c:\Program Files\DesignSTAR = normalize_win32_path (c:\Program Files\DesignSTAR)
   63    7871 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/DesignSTAR = conv_to_posix_path (c:\Program Files\DesignSTAR)
   63    7934 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\system32, keep-rel, no-add-slash)
   61    7995 [main] bash 228 normalize_win32_path: c:\WINDOWS\system32 = normalize_win32_path (c:\WINDOWS\system32)
   62    8057 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (c:\WINDOWS\system32)
   63    8120 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel, no-add-slash)
   60    8180 [main] bash 228 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
   61    8241 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (c:\WINDOWS)
   62    8303 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
   62    8365 [main] bash 228 normalize_win32_path: c:\WINDOWS\System32\Wbem = normalize_win32_path (c:\WINDOWS\System32\Wbem)
   62    8427 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (c:\WINDOWS\System32\Wbem)
   64    8491 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Common Files\Autodesk Shared\, keep-rel, add-slash)
   63    8554 [main] bash 228 normalize_win32_path: c:\Program Files\Common Files\Autodesk Shared\ = normalize_win32_path (c:\Program Files\Common Files\Autodesk Shared\)
   66    8620 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Autodesk Shared/ = conv_to_posix_path (c:\Program Files\Common Files\Autodesk Shared\)
  165    8785 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\SecureCRT 3.0, keep-rel, no-add-slash)
   66    8851 [main] bash 228 normalize_win32_path: c:\Program Files\SecureCRT 3.0 = normalize_win32_path (c:\Program Files\SecureCRT 3.0)
   65    8916 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/SecureCRT 3.0 = conv_to_posix_path (c:\Program Files\SecureCRT 3.0)
   65    8981 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Common Files\Adaptec Shared\System, keep-rel, no-add-slash)
   64    9045 [main] bash 228 normalize_win32_path: c:\Program Files\Common Files\Adaptec Shared\System = normalize_win32_path (c:\Program Files\Common Files\Adaptec Shared\System)
   65    9110 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Adaptec Shared/System = conv_to_posix_path (c:\Program Files\Common Files\Adaptec Shared\System)
  186    9296 [main] bash 228 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/program files/graphicsmagick-1.0.3-q8:/cygdrive/c/Program Files/DesignSTAR:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdrive/c/Program Files/SecureCRT 3.0:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System
   76    9372 [main] bash 228 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;c:\program files\graphicsmagick-1.0.3-q8;c:\Program Files\DesignSTAR;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;c:\Program Files\Common Files\Autodesk Shared\;c:\Program Files\SecureCRT 3.0;c:\Program Files\Common Files\Adaptec Shared\System
   73    9445 [main] bash 228 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/program files/graphicsmagick-1.0.3-q8:/cygdrive/c/Program Files/DesignSTAR:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdrive/c/Program Files/SecureCRT 3.0:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System
  119    9564 [main] bash 228 environ_init: 0xA040AC8: PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/program files/graphicsmagick-1.0.3-q8:/cygdrive/c/Program Files/DesignSTAR:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdrive/c/Program Files/SecureCRT 3.0:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System
  127    9691 [main] bash 228 environ_init: 0xA040970: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
  108    9799 [main] bash 228 environ_init: 0xA0409B0: PROCESSOR_ARCHITECTURE=x86
  105    9904 [main] bash 228 environ_init: 0xA0409D0: PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 1, GenuineIntel
  107   10011 [main] bash 228 environ_init: 0xA040A18: PROCESSOR_LEVEL=6
  104   10115 [main] bash 228 environ_init: 0xA040A30: PROCESSOR_REVISION=0801
  105   10220 [main] bash 228 environ_init: 0xA040A50: PROGRAMFILES=C:\Program Files
  105   10325 [main] bash 228 environ_init: 0xA040A78: PROMPT=$P$G
  104   10429 [main] bash 228 environ_init: 0xA041068: PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ 
  122   10551 [main] bash 228 environ_init: 0xA040A88: PWD=/home/Sandy
  104   10655 [main] bash 228 environ_init: 0xA040AA0: SESSIONNAME=Console
  104   10759 [main] bash 228 environ_init: 0xA040AB8: SHLVL=1
  103   10862 [main] bash 228 environ_init: 0xA0410B0: SYSTEMDRIVE=C:
  103   10965 [main] bash 228 environ_init: 0xA0410C8: SYSTEMROOT=C:\WINDOWS
  105   11070 [main] bash 228 getwinenv: can't set native for TEMP= since no environ yet
  106   11176 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   71   11247 [main] bash 228 normalize_win32_path: c:\DOCUME~1\Sandy\LOCALS~1\Temp = normalize_win32_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
   65   11312 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp = conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
  153   11465 [main] bash 228 win_env::add_cache: posix /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
   58   11523 [main] bash 228 win_env::add_cache: native TEMP=c:\DOCUME~1\Sandy\LOCALS~1\Temp
   58   11581 [main] bash 228 posify: env var converted to TEMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  102   11683 [main] bash 228 environ_init: 0xA041118: TEMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  106   11789 [main] bash 228 environ_init: 0xA041288: TERM=cygwin
  104   11893 [main] bash 228 getwinenv: can't set native for TMP= since no environ yet
  106   11999 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   62   12061 [main] bash 228 normalize_win32_path: c:\DOCUME~1\Sandy\LOCALS~1\Temp = normalize_win32_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
   63   12124 [main] bash 228 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp = conv_to_posix_path (c:\DOCUME~1\Sandy\LOCALS~1\Temp)
  152   12276 [main] bash 228 win_env::add_cache: posix /cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
   58   12334 [main] bash 228 win_env::add_cache: native TMP=c:\DOCUME~1\Sandy\LOCALS~1\Temp
   58   12392 [main] bash 228 posify: env var converted to TMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  102   12494 [main] bash 228 environ_init: 0xA0412C0: TMP=/cygdrive/c/DOCUME~1/Sandy/LOCALS~1/Temp
  105   12599 [main] bash 228 environ_init: 0xA0413F8: USER=Sandy
  103   12702 [main] bash 228 environ_init: 0xA041408: USERDOMAIN=SANDY-HOME
  103   12805 [main] bash 228 environ_init: 0xA041428: USERNAME=Sandy
  104   12909 [main] bash 228 environ_init: 0xA041440: USERPROFILE=C:\Documents and Settings\Sandy
  105   13014 [main] bash 228 environ_init: 0xA041470: WINDIR=C:\WINDOWS
  103   13117 [main] bash 228 environ_init: 0xA041488: _=/usr/bin/strace
   86   13203 [main] bash 228 pinfo_init: pid 228, pgid 228
  153   13356 [main] bash 228 dtable::extend: size 32, fds 0x61600624
   96   13452 [main] bash 228 normalize_posix_path: src /etc/passwd
   61   13513 [main] bash 228 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
   61   13574 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
   66   13640 [main] bash 228 set_flags: flags: binary (0x2)
   60   13700 [main] bash 228 mount_info::conv_to_win32_path: src_path /etc/passwd, dst C:\cygwin\etc\passwd, flags 0xA, rc 0
  424   14124 [main] bash 228 symlink_info::check: not a symlink
   75   14199 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\passwd, 0x22F808) (0xA)
   64   14263 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc\passwd), set_has_acls(8)
  260   14523 [main] bash 228 etc::test_file_change: FindFirstFile succeeded
   78   14601 [main] bash 228 etc::test_file_change: fn[1] C:\cygwin\etc\passwd res 1
   59   14660 [main] bash 228 etc::init: fn[1] C:\cygwin\etc\passwd, curr_ix 1
   60   14720 [main] bash 228 pwdgrp::load: /etc/passwd
  441   15161 [main] bash 228 pwdgrp::load: /etc/passwd curr_lines 13
   65   15226 [main] bash 228 pwdgrp::load: /etc/passwd load succeeded
   88   15314 [main] bash 228 normalize_posix_path: src /etc/group
   61   15375 [main] bash 228 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
   62   15437 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
   64   15501 [main] bash 228 set_flags: flags: binary (0x2)
   60   15561 [main] bash 228 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\cygwin\etc\group, flags 0xA, rc 0
  384   15945 [main] bash 228 symlink_info::check: not a symlink
   71   16016 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\group, 0x22F7C8) (0xA)
  288   16304 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc\group), set_has_acls(8)
  287   16591 [main] bash 228 etc::test_file_change: FindFirstFile succeeded
   77   16668 [main] bash 228 etc::test_file_change: fn[2] C:\cygwin\etc\group res 1
   59   16727 [main] bash 228 etc::init: fn[2] C:\cygwin\etc\group, curr_ix 2
   60   16787 [main] bash 228 pwdgrp::load: /etc/group
  438   17225 [main] bash 228 pwdgrp::load: /etc/group curr_lines 14
   66   17291 [main] bash 228 pwdgrp::load: /etc/group load succeeded
   78   17369 [main] bash 228 cygheap_user::ontherange: what 2, pw 0xA041C90
   68   17437 [main] bash 228 cygheap_user::ontherange: HOME is already in the environment /home/Sandy
  356   17793 [main] bash 228 sigproc_init: process/signal handling enabled(1)
  167   17960 [main] bash 228 build_argv: argv[0] = 'bash'
   61   18021 [main] bash 228 build_argv: argv[1] = '-c'
  203   18224 [main] bash 228 lstat64: entering
   77   18301 [main] bash 228 normalize_posix_path: src ls > /dev/null
   66   18367 [main] bash 228 cwdstuff::get: posix /home/Sandy
   61   18428 [main] bash 228 cwdstuff::get: (/home/Sandy) = cwdstuff::get (0x2136A8, 260, 1, 0), errno 0
   64   18492 [main] bash 228 normalize_posix_path: /home/Sandy/ls > /dev/null = normalize_posix_path (ls > /dev/null)
   66   18558 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy/ls > /dev/null)
   68   18626 [main] bash 228 set_flags: flags: binary (0x2)
   63   18689 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy/ls > /dev/null, dst C:\cygwin\home\Sandy\ls > \dev\null, flags 0xA, rc 0
  484   19173 [sig] bash 228 wait_sig: sigcatch_nonmain 0x73C, sigcatch_main 0x738
   92   19265 [sig] bash 228 wait_sig: Ready.  dwProcessid 228
  357   19622 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > \dev\null) failed
   85   19707 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
  148   19855 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > \dev\null.exe) failed
   69   19924 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
  145   20069 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > \dev\null.exe.lnk) failed
   67   20136 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
  143   20279 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > \dev\null.lnk) failed
   68   20347 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
   62   20409 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy\ls > \dev\null, 0x213368) (0xA)
   68   20477 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy/ls > /dev)
   85   20562 [main] bash 228 set_flags: flags: binary (0x2)
   64   20626 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy/ls > /dev, dst C:\cygwin\home\Sandy\ls > \dev, flags 0xA, rc 0
  148   20774 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > \dev) failed
   68   20842 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
  139   20981 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > \dev.lnk) failed
   68   21049 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
   62   21111 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy\ls > \dev, 0x213368) (0xA)
   65   21176 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy/ls > )
   64   21240 [main] bash 228 set_flags: flags: binary (0x2)
   61   21301 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy/ls > , dst C:\cygwin\home\Sandy\ls > , flags 0xA, rc 0
  146   21447 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > ) failed
   67   21514 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
  161   21675 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\home\Sandy\ls > .lnk) failed
   69   21744 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
   62   21806 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy\ls > , 0x213368) (0xA)
   65   21871 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   64   21935 [main] bash 228 set_flags: flags: binary (0x2)
   61   21996 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0xA, rc 0
  145   22141 [main] bash 228 symlink_info::check: not a symlink
   65   22206 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x213368) (0xA)
   69   22275 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy\ls > \dev\null), set_has_acls(8)
   76   22351 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x6160081C
   65   22416 [main] bash 228 stat_worker: (ls > /dev/null, 0x217C78, 1, 0x213848), file_attributes -1
   68   22484 [main] bash 228 fhandler_base::open: (C:\cygwin\home\Sandy\ls > \dev\null, 0x110000) query_open 1
  183   22667 [main] bash 228 seterrno_from_win_error: /netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 123
   74   22741 [main] bash 228 geterrno_from_win_error: windows error 123 == errno 2
   64   22805 [main] bash 228 fhandler_base::open: 0 = fhandler_base::open (C:\cygwin\home\Sandy\ls > \dev\null, 0x110000)
   64   22869 [main] bash 228 fhandler_disk_file::open: 0 = fhandler_disk_file::open (C:\cygwin\home\Sandy\ls > \dev\null, 0x110000)
   65   22934 [main] bash 228 fhandler_disk_file::fstat_by_name: already determined that pc does not exist
   66   23000 [main] bash 228 stat_worker: -1 = (ls > /dev/null, 0x217C78)
  166   23166 [main] bash 228 globify: argv[2] = 'ls > /dev/null'
  110   23276 [main] bash 228 build_argv: argc 3
  139   23415 [main] bash 228 normalize_posix_path: src /dev/conin
   67   23482 [main] bash 228 normalize_posix_path: /dev/conin = normalize_posix_path (/dev/conin)
   64   23546 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/conin)
   65   23611 [main] bash 228 mount_info::conv_to_win32_path: src_path /dev/conin, dst conin, flags 0x2, rc 0
   71   23682 [main] bash 228 dtable::build_fhandler: fd 0, fh 0x6160081C
  120   23802 [main] bash 228 open_shared: name (null), shared 0xA020000 (wanted 0xA020000), h 0x744
   77   23879 [main] bash 228 tty_min::set_ctty: attached tty1073741824 sid 228, pid 228, tty->pgid 0, tty->sid 228
   67   23946 [main] bash 228 tty_min::set_ctty: resetting tty1073741824 sid.  Was 228, now 228.  pgid was 0, now 228.
  219   24165 [main] bash 228 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   70   24235 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62   24297 [main] bash 228 fhandler_base::set_flags: filemode set to binary
  244   24541 [main] bash 228 fhandler_console::open: incremented open_fhs, now 1
   66   24607 [main] bash 228 fhandler_console::open: opened conin$ 0xF, conout$ 0x13
   99   24706 [main] bash 228 fhandler_console::output_tcsetattr: 0 = tcsetattr (,A020018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
   87   24793 [main] bash 228 dtable::init_std_file_from_handle: fd 0, handle 0xB
  372   25165 [main] bash 228 handle_to_fn: nt name '\Device\HarddiskVolume1\cygwin\home\Sandy\strace.txt'
 2234   27399 [main] bash 228 handle_to_fn: current match '\Device\HarddiskVolume1'
  166   27565 [main] bash 228 handle_to_fn: derived path 'C:\cygwin\home\Sandy\strace.txt'
   69   27634 [main] bash 228 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\Sandy\strace.txt, no-keep-rel, no-add-slash)
   69   27703 [main] bash 228 normalize_win32_path: C:\cygwin\home\Sandy\strace.txt = normalize_win32_path (C:\cygwin\home\Sandy\strace.txt)
   70   27773 [main] bash 228 mount_info::conv_to_posix_path: /home/Sandy/strace.txt = conv_to_posix_path (C:\cygwin\home\Sandy\strace.txt)
   93   27866 [main] bash 228 normalize_posix_path: src /home/Sandy/strace.txt
   67   27933 [main] bash 228 normalize_posix_path: /home/Sandy/strace.txt = normalize_posix_path (/home/Sandy/strace.txt)
   66   27999 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy/strace.txt)
   70   28069 [main] bash 228 set_flags: flags: binary (0x2)
   63   28132 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy/strace.txt, dst C:\cygwin\home\Sandy\strace.txt, flags 0xA, rc 0
  424   28556 [main] bash 228 symlink_info::check: not a symlink
   83   28639 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy\strace.txt, 0x22F4A8) (0xA)
   71   28710 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy\strace.txt), set_has_acls(8)
   79   28789 [main] bash 228 dtable::build_fhandler: fd 1, fh 0x6160092C
   68   28857 [main] bash 228 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   62   28919 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62   28981 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60   29041 [main] bash 228 fhandler_base::init: created new fhandler_base for handle 0x758, bin 1
   64   29105 [main] bash 228 dtable::init_std_file_from_handle: fd 1, handle 0x758
  133   29238 [main] bash 228 normalize_posix_path: src /dev/conout
   64   29302 [main] bash 228 normalize_posix_path: /dev/conout = normalize_posix_path (/dev/conout)
   64   29366 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/conout)
  136   29502 [main] bash 228 mount_info::conv_to_win32_path: src_path /dev/conout, dst conout, flags 0x2, rc 0
   72   29574 [main] bash 228 dtable::build_fhandler: fd 2, fh 0x616009DC
   64   29638 [main] bash 228 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   62   29700 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   83   29783 [main] bash 228 fhandler_base::set_flags: filemode set to binary
  211   29994 [main] bash 228 fhandler_console::open: incremented open_fhs, now 2
   68   30062 [main] bash 228 fhandler_console::open: opened conin$ 0xB, conout$ 0x2B
   94   30156 [main] bash 228 fhandler_console::output_tcsetattr: 0 = tcsetattr (,A020018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
   86   30242 [main] bash 228 dtable::init_std_file_from_handle: fd 2, handle 0x17
   67   30309 [main] bash 228 dll_crt0_1: user_data->main 0x401260
   61   30370 [main] bash 228 wait_for_sigthread: wait_sig_inited 0x748
  386   30756 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   76   30832 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   63   30895 [main] bash 228 open: open (/dev/tty, 0x4002)
   66   30961 [main] bash 228 normalize_posix_path: src /dev/tty
   62   31023 [main] bash 228 normalize_posix_path: /dev/tty = normalize_posix_path (/dev/tty)
   64   31087 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty)
   63   31150 [main] bash 228 mount_info::conv_to_win32_path: src_path /dev/tty, dst \dev\console, flags 0x2, rc 0
   72   31222 [main] bash 228 dtable::build_fhandler: fd 3, fh 0x61600AA4
   63   31285 [main] bash 228 fhandler_base::set_flags: flags 0x14002, supplied_bin 0x0
   61   31346 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   31407 [main] bash 228 fhandler_base::set_flags: filemode set to binary
  201   31608 [main] bash 228 fhandler_console::open: incremented open_fhs, now 3
   67   31675 [main] bash 228 fhandler_console::open: opened conin$ 0x17, conout$ 0x2F
   61   31736 [main] bash 228 open: 3 = open (/dev/tty, 0x4002)
   62   31798 [main] bash 228 close: close (3)
   97   31895 [main] bash 228 fhandler_console::close: decremented open_fhs, now 2
   66   31961 [main] bash 228 close: 0 = close (3)
   61   32022 [main] bash 228 stat64: entering
   79   32101 [main] bash 228 normalize_posix_path: src /tmp
   61   32162 [main] bash 228 normalize_posix_path: /tmp = normalize_posix_path (/tmp)
   61   32223 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp)
   66   32289 [main] bash 228 set_flags: flags: binary (0x2)
   62   32351 [main] bash 228 mount_info::conv_to_win32_path: src_path /tmp, dst C:\cygwin\tmp, flags 0xA, rc 0
  362   32713 [main] bash 228 symlink_info::check: not a symlink
   77   32790 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\tmp, 0x22F590) (0xA)
   67   32857 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\tmp), set_has_acls(8)
   69   32926 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   63   32989 [main] bash 228 stat_worker: (/tmp, 0x22FE10, 0, 0x22FA70), file_attributes 16
   65   33054 [main] bash 228 fhandler_base::open: (C:\cygwin\tmp, 0x110000) query_open 1
  140   33194 [main] bash 228 fhandler_base::open: 0x728 = CreateFile (C:\cygwin\tmp, 0x0, 0x7, 0x22F9A0, 0x3, 0x2000081, 0)
   71   33265 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62   33327 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60   33387 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60   33447 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\tmp, 0x110000)
   62   33509 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\tmp, 0x110000)
   93   33602 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\tmp, 1832)
  479   34081 [main] bash 228 get_file_attribute: file: C:\cygwin\tmp
   92   34173 [main] bash 228 read_sd: file = C:\cygwin\tmp
  231   34404 [main] bash 228 read_sd: file = C:\cygwin\tmp: len=244
   91   34495 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   66   34561 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-545
  122   34683 [main] bash 228 get_info_from_sd: ACL = 41F8, uid 1003, gid 545
   66   34749 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FE10) st_atime=3F8E73EF st_size=0, st_mode=0x41F8, st_ino=9692, sizeof=96
   70   34819 [main] bash 228 fhandler_base::close: closing '/tmp' handle 0x728
  100   34919 [main] bash 228 stat_worker: 0 = (/tmp, 0x22FE10)
  159   35078 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
  123   35201 [main] bash 228 time: 1066300438 = time (0)
  163   35364 [main] bash 228 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (0)
   61   35425 [main] bash 228 _cygwin_istext_for_stdio:  _cifs: fd not disk file
   61   35486 [main] bash 228 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (1)
   60   35546 [main] bash 228 _cygwin_istext_for_stdio:  _cifs: get_*_binary
   59   35605 [main] bash 228 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (2)
   60   35665 [main] bash 228 _cygwin_istext_for_stdio:  _cifs: fd not disk file
  232   35897 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   65   35962 [main] bash 228 sigaction: signal 20, newact 0x22FD20, oldact 0x22FD10
   64   36026 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   36088 [main] bash 228 sigaction: signal 20, newact 0x22FD20, oldact 0x22FD10
   62   36150 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   36212 [main] bash 228 sigaction: signal 2, newact 0x22FD20, oldact 0x22FD10
   63   36275 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   36337 [main] bash 228 sigaction: signal 2, newact 0x22FD20, oldact 0x22FD10
   62   36399 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   36461 [main] bash 228 sigaction: signal 3, newact 0x22FD20, oldact 0x22FD10
  256   36717 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   69   36786 [main] bash 228 sigaction: signal 3, newact 0x22FD20, oldact 0x22FD10
   64   36850 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   64   36914 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   62   36976 [main] bash 228 sigaction: signal 3, newact 0x22FD10, oldact 0x22FD00
   64   37040 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
 8656   45696 [main] bash 228 wsock_init: res 0
  141   45837 [main] bash 228 wsock_init: wVersion 514
   60   45897 [main] bash 228 wsock_init: wHighVersion 514
   59   45956 [main] bash 228 wsock_init: szDescription WinSock 2.0
   58   46014 [main] bash 228 wsock_init: szSystemStatus Running
   59   46073 [main] bash 228 wsock_init: iMaxSockets 0
   58   46131 [main] bash 228 wsock_init: iMaxUdpDg 0
   58   46189 [main] bash 228 wsock_init: lpVendorInfo 0
18501   64690 [main] bash 228 cygwin_gethostname: name sandy-home
13394   78084 [main] bash 228 stat64: entering
   78   78162 [main] bash 228 normalize_posix_path: src /home/Sandy
   64   78226 [main] bash 228 normalize_posix_path: /home/Sandy = normalize_posix_path (/home/Sandy)
   63   78289 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   67   78356 [main] bash 228 set_flags: flags: binary (0x2)
   62   78418 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0xA, rc 0
  424   78842 [main] bash 228 symlink_info::check: not a symlink
   78   78920 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x22F390) (0xA)
   68   78988 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy), set_has_acls(8)
   73   79061 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   63   79124 [main] bash 228 stat_worker: (/home/Sandy, 0x22FC80, 0, 0x22F870), file_attributes 16
   66   79190 [main] bash 228 fhandler_base::open: (C:\cygwin\home\Sandy, 0x110000) query_open 1
  154   79344 [main] bash 228 fhandler_base::open: 0x6EC = CreateFile (C:\cygwin\home\Sandy, 0x0, 0x7, 0x22F7A0, 0x3, 0x2000081, 0)
   73   79417 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62   79479 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   79540 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60   79600 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Sandy, 0x110000)
   62   79662 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\home\Sandy, 0x110000)
   93   79755 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\home\Sandy, 1772)
  533   80288 [main] bash 228 get_file_attribute: file: C:\cygwin\home\Sandy
   97   80385 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy
  187   80572 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy: len=236
   94   80666 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   69   80735 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1606980848-1343024091-1202660629-513
   72   80807 [main] bash 228 get_info_from_sd: ACL = 41FF, uid 1003, gid 513
   62   80869 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FC80) st_atime=3F8E7416 st_size=0, st_mode=0x41FF, st_ino=23160, sizeof=96
   70   80939 [main] bash 228 fhandler_base::close: closing '/home/Sandy' handle 0x6EC
   90   81029 [main] bash 228 stat_worker: 0 = (/home/Sandy, 0x22FC80)
   67   81096 [main] bash 228 stat64: entering
   63   81159 [main] bash 228 normalize_posix_path: src .
   62   81221 [main] bash 228 cwdstuff::get: posix /home/Sandy
   61   81282 [main] bash 228 cwdstuff::get: (/home/Sandy) = cwdstuff::get (0x22F6D0, 260, 1, 0), errno 0
   84   81366 [main] bash 228 normalize_posix_path: /home/Sandy = normalize_posix_path (.)
   64   81430 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   67   81497 [main] bash 228 set_flags: flags: binary (0x2)
   62   81559 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0xA, rc 0
  410   81969 [main] bash 228 symlink_info::check: not a symlink
   78   82047 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x22F390) (0xA)
   68   82115 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy), set_has_acls(8)
   71   82186 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   62   82248 [main] bash 228 stat_worker: (., 0x22FC20, 0, 0x22F870), file_attributes 16
   65   82313 [main] bash 228 fhandler_base::open: (C:\cygwin\home\Sandy, 0x110000) query_open 1
  150   82463 [main] bash 228 fhandler_base::open: 0x6EC = CreateFile (C:\cygwin\home\Sandy, 0x0, 0x7, 0x22F7A0, 0x3, 0x2000081, 0)
   73   82536 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62   82598 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   82659 [main] bash 228 fhandler_base::set_flags: filemode set to binary
  124   82783 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Sandy, 0x110000)
   64   82847 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\home\Sandy, 0x110000)
   97   82944 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\home\Sandy, 1772)
  432   83376 [main] bash 228 get_file_attribute: file: C:\cygwin\home\Sandy
   84   83460 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy
  182   83642 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy: len=236
   77   83719 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   69   83788 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1606980848-1343024091-1202660629-513
   70   83858 [main] bash 228 get_info_from_sd: ACL = 41FF, uid 1003, gid 513
   63   83921 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FC20) st_atime=3F8E7416 st_size=0, st_mode=0x41FF, st_ino=23160, sizeof=96
   69   83990 [main] bash 228 fhandler_base::close: closing '/home/Sandy' handle 0x6EC
   89   84079 [main] bash 228 stat_worker: 0 = (., 0x22FC20)
 2366   86445 [main] bash 228 stat64: entering
   66   86511 [main] bash 228 normalize_posix_path: src .
   62   86573 [main] bash 228 cwdstuff::get: posix /home/Sandy
   61   86634 [main] bash 228 cwdstuff::get: (/home/Sandy) = cwdstuff::get (0x22F6F0, 260, 1, 0), errno 0
   63   86697 [main] bash 228 normalize_posix_path: /home/Sandy = normalize_posix_path (.)
   63   86760 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   66   86826 [main] bash 228 set_flags: flags: binary (0x2)
   61   86887 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0xA, rc 0
  345   87232 [main] bash 228 symlink_info::check: not a symlink
   75   87307 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x22F3B0) (0xA)
   67   87374 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy), set_has_acls(8)
   71   87445 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   62   87507 [main] bash 228 stat_worker: (., 0x22FC50, 0, 0x22F890), file_attributes 16
   65   87572 [main] bash 228 fhandler_base::open: (C:\cygwin\home\Sandy, 0x110000) query_open 1
  150   87722 [main] bash 228 fhandler_base::open: 0x6EC = CreateFile (C:\cygwin\home\Sandy, 0x0, 0x7, 0x22F7C0, 0x3, 0x2000081, 0)
   73   87795 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62   87857 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   78   87935 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60   87995 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Sandy, 0x110000)
   63   88058 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\home\Sandy, 0x110000)
   93   88151 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\home\Sandy, 1772)
  421   88572 [main] bash 228 get_file_attribute: file: C:\cygwin\home\Sandy
   83   88655 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy
  180   88835 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy: len=236
   78   88913 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   68   88981 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1606980848-1343024091-1202660629-513
   70   89051 [main] bash 228 get_info_from_sd: ACL = 41FF, uid 1003, gid 513
   63   89114 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FC50) st_atime=3F8E7416 st_size=0, st_mode=0x41FF, st_ino=23160, sizeof=96
   69   89183 [main] bash 228 fhandler_base::close: closing '/home/Sandy' handle 0x6EC
   89   89272 [main] bash 228 stat_worker: 0 = (., 0x22FC50)
  167   89439 [main] bash 228 stat64: entering
   63   89502 [main] bash 228 normalize_posix_path: src /usr/local/bin/bash
   63   89565 [main] bash 228 normalize_posix_path: /usr/local/bin/bash = normalize_posix_path (/usr/local/bin/bash)
   63   89628 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin/bash)
   68   89696 [main] bash 228 set_flags: flags: binary (0x2)
   61   89757 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/local/bin/bash, dst C:\cygwin\usr\local\bin\bash, flags 0xA, rc 0
  353   90110 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\bash) failed
   80   90190 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  141   90331 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\bash.exe) failed
   67   90398 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  138   90536 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\bash.exe.lnk) failed
   67   90603 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  160   90763 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\bash.lnk) failed
   68   90831 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
   61   90892 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\bin\bash, 0x22F300) (0xA)
   65   90957 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin)
   65   91022 [main] bash 228 set_flags: flags: binary (0x2)
   61   91083 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/local/bin, dst C:\cygwin\usr\local\bin, flags 0xA, rc 0
  137   91220 [main] bash 228 symlink_info::check: not a symlink
   65   91285 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\bin, 0x22F300) (0xA)
   66   91351 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\usr\local\bin\bash), set_has_acls(8)
   73   91424 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   62   91486 [main] bash 228 stat_worker: (/usr/local/bin/bash, 0x22FB80, 0, 0x22F7E0), file_attributes -1
   65   91551 [main] bash 228 fhandler_base::open: (C:\cygwin\usr\local\bin\bash, 0x110000) query_open 1
  157   91708 [main] bash 228 seterrno_from_win_error: /netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 2
   72   91780 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
   63   91843 [main] bash 228 fhandler_base::open: 0 = fhandler_base::open (C:\cygwin\usr\local\bin\bash, 0x110000)
   63   91906 [main] bash 228 fhandler_disk_file::open: 0 = fhandler_disk_file::open (C:\cygwin\usr\local\bin\bash, 0x110000)
   81   91987 [main] bash 228 fhandler_disk_file::fstat_by_name: already determined that pc does not exist
   66   92053 [main] bash 228 stat_worker: -1 = (/usr/local/bin/bash, 0x22FB80)
  254   92307 [main] bash 228 stat64: entering
   62   92369 [main] bash 228 normalize_posix_path: src /usr/bin/bash
   62   92431 [main] bash 228 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
   62   92493 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
   65   92558 [main] bash 228 set_flags: flags: binary (0x2)
   61   92619 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
  365   92984 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\bash) failed
   80   93064 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  130   93194 [main] bash 228 symlink_info::check: not a symlink
   64   93258 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\bash.exe, 0x22F300) (0xA)
   67   93325 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\bash.exe), set_has_acls(8)
   70   93395 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   62   93457 [main] bash 228 stat_worker: (/usr/bin/bash, 0x22FB80, 0, 0x22F7E0), file_attributes 32
   65   93522 [main] bash 228 fhandler_base::open: (C:\cygwin\bin\bash.exe, 0x110000) query_open 1
  149   93671 [main] bash 228 fhandler_base::open: 0x6EC = CreateFile (C:\cygwin\bin\bash.exe, 0x0, 0x7, 0x22F710, 0x3, 0x2000081, 0)
   73   93744 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62   93806 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60   93866 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60   93926 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\bin\bash.exe, 0x110000)
   62   93988 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\bin\bash.exe, 0x110000)
   93   94081 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\bin\bash.exe, 1772)
  190   94271 [main] bash 228 get_file_attribute: file: C:\cygwin\bin\bash.exe
   71   94342 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe
  179   94521 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe: len=176
   77   94598 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   64   94662 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-545
  103   94765 [main] bash 228 get_info_from_sd: ACL = 1E8, uid 1003, gid 545
   64   94829 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FB80) st_atime=3F8E7416 st_size=534016, st_mode=0x81E8, st_ino=10625, sizeof=96
   69   94898 [main] bash 228 fhandler_base::close: closing '/usr/bin/bash' handle 0x6EC
   91   94989 [main] bash 228 stat_worker: 0 = (/usr/bin/bash, 0x22FB80)
   68   95057 [main] bash 228 normalize_posix_path: src /usr/bin/bash
   62   95119 [main] bash 228 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
   63   95182 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
   65   95247 [main] bash 228 set_flags: flags: binary (0x2)
   61   95308 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
  361   95669 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\bash) failed
   79   95748 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  128   95876 [main] bash 228 symlink_info::check: not a symlink
   64   95940 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\bash.exe, 0x22F320) (0xA)
   66   96006 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\bash.exe), set_has_acls(8)
  128   96134 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe
  213   96347 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe: len=176
  165   96512 [main] bash 228 check_file_access: flags 1, ret 0
  117   96629 [main] bash 228 stat64: entering
   65   96694 [main] bash 228 normalize_posix_path: src /usr/bin/bash
   62   96756 [main] bash 228 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
   63   96819 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
   66   96885 [main] bash 228 set_flags: flags: binary (0x2)
   61   96946 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
  380   97326 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\bash) failed
   80   97406 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  130   97536 [main] bash 228 symlink_info::check: not a symlink
   65   97601 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\bash.exe, 0x22F320) (0xA)
   68   97669 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\bash.exe), set_has_acls(8)
   73   97742 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   63   97805 [main] bash 228 stat_worker: (/usr/bin/bash, 0x22FBA0, 0, 0x22F800), file_attributes 32
   65   97870 [main] bash 228 fhandler_base::open: (C:\cygwin\bin\bash.exe, 0x110000) query_open 1
  151   98021 [main] bash 228 fhandler_base::open: 0x6F4 = CreateFile (C:\cygwin\bin\bash.exe, 0x0, 0x7, 0x22F730, 0x3, 0x2000081, 0)
   72   98093 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62   98155 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   98216 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   59   98275 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\bin\bash.exe, 0x110000)
   63   98338 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\bin\bash.exe, 0x110000)
   94   98432 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\bin\bash.exe, 1780)
  189   98621 [main] bash 228 get_file_attribute: file: C:\cygwin\bin\bash.exe
   71   98692 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe
  179   98871 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe: len=176
   76   98947 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   65   99012 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-545
  100   99112 [main] bash 228 get_info_from_sd: ACL = 1E8, uid 1003, gid 545
   63   99175 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FBA0) st_atime=3F8E7416 st_size=534016, st_mode=0x81E8, st_ino=10625, sizeof=96
   70   99245 [main] bash 228 fhandler_base::close: closing '/usr/bin/bash' handle 0x6F4
   91   99336 [main] bash 228 stat_worker: 0 = (/usr/bin/bash, 0x22FBA0)
   67   99403 [main] bash 228 normalize_posix_path: src /usr/bin/bash
   62   99465 [main] bash 228 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
   63   99528 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
   66   99594 [main] bash 228 set_flags: flags: binary (0x2)
   61   99655 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
  360  100015 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\bash) failed
   80  100095 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  128  100223 [main] bash 228 symlink_info::check: not a symlink
   64  100287 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\bash.exe, 0x22F340) (0xA)
   66  100353 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\bash.exe), set_has_acls(8)
   65  100418 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe
  178  100596 [main] bash 228 read_sd: file = C:\cygwin\bin\bash.exe: len=176
  223  100819 [main] bash 228 check_file_access: flags 1, ret 0
  454  101273 [main] bash 228 normalize_posix_path: src /etc
   62  101335 [main] bash 228 normalize_posix_path: /etc = normalize_posix_path (/etc)
   63  101398 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   66  101464 [main] bash 228 set_flags: flags: binary (0x2)
   61  101525 [main] bash 228 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0xA, rc 0
  351  101876 [main] bash 228 symlink_info::check: not a symlink
   74  101950 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x22F4A0) (0xA)
   66  102016 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc), set_has_acls(8)
  186  102202 [main] bash 228 etc::dir_changed: fn[1] C:\cygwin\etc\passwd change_possible 1
  238  102440 [main] bash 228 etc::test_file_change: FindFirstFile succeeded
   96  102536 [main] bash 228 etc::test_file_change: fn[1] C:\cygwin\etc\passwd res 0
   61  102597 [main] bash 228 etc::file_changed: fn[1] C:\cygwin\etc\passwd res 0
 3474  106071 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   65  106136 [main] bash 228 sigaction: signal 20, newact 0x22FD20, oldact 0x22FD10
  405  106541 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
  441  106982 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   67  107049 [main] bash 228 cygwin_getpeername: -1 = getpeername -1
   66  107115 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
  578  107693 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
 1507  109200 [main] bash 228 stat64: entering
   66  109266 [main] bash 228 normalize_posix_path: src .
   62  109328 [main] bash 228 cwdstuff::get: posix /home/Sandy
  123  109451 [main] bash 228 cwdstuff::get: (/home/Sandy) = cwdstuff::get (0x22F6D0, 260, 1, 0), errno 108
   65  109516 [main] bash 228 normalize_posix_path: /home/Sandy = normalize_posix_path (.)
   63  109579 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Sandy)
   66  109645 [main] bash 228 set_flags: flags: binary (0x2)
   61  109706 [main] bash 228 mount_info::conv_to_win32_path: src_path /home/Sandy, dst C:\cygwin\home\Sandy, flags 0xA, rc 0
  375  110081 [main] bash 228 symlink_info::check: not a symlink
   75  110156 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Sandy, 0x22F390) (0xA)
   68  110224 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\Sandy), set_has_acls(8)
   72  110296 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   62  110358 [main] bash 228 stat_worker: (., 0x22FC30, 0, 0x22F870), file_attributes 16
   65  110423 [main] bash 228 fhandler_base::open: (C:\cygwin\home\Sandy, 0x110000) query_open 1
  152  110575 [main] bash 228 fhandler_base::open: 0x6F4 = CreateFile (C:\cygwin\home\Sandy, 0x0, 0x7, 0x22F7A0, 0x3, 0x2000081, 0)
   90  110665 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   63  110728 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  110788 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60  110848 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Sandy, 0x110000)
   63  110911 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\home\Sandy, 0x110000)
   93  111004 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\home\Sandy, 1780)
  429  111433 [main] bash 228 get_file_attribute: file: C:\cygwin\home\Sandy
   84  111517 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy
  182  111699 [main] bash 228 read_sd: file = C:\cygwin\home\Sandy: len=236
   79  111778 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   88  111866 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1606980848-1343024091-1202660629-513
   72  111938 [main] bash 228 get_info_from_sd: ACL = 41FF, uid 1003, gid 513
   63  112001 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FC30) st_atime=3F8E7416 st_size=0, st_mode=0x41FF, st_ino=23160, sizeof=96
   70  112071 [main] bash 228 fhandler_base::close: closing '/home/Sandy' handle 0x6F4
   91  112162 [main] bash 228 stat_worker: 0 = (., 0x22FC30)
  169  112331 [main] bash 228 stat64: entering
   63  112394 [main] bash 228 normalize_posix_path: src /usr/local/bin/ls
   62  112456 [main] bash 228 normalize_posix_path: /usr/local/bin/ls = normalize_posix_path (/usr/local/bin/ls)
   64  112520 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin/ls)
   67  112587 [main] bash 228 set_flags: flags: binary (0x2)
   63  112650 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/local/bin/ls, dst C:\cygwin\usr\local\bin\ls, flags 0xA, rc 0
  361  113011 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\ls) failed
   81  113092 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  142  113234 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\ls.exe) failed
   69  113303 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  139  113442 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\ls.exe.lnk) failed
   69  113511 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  135  113646 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\usr\local\bin\ls.lnk) failed
   69  113715 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
   61  113776 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\bin\ls, 0x22F2E0) (0xA)
   65  113841 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin)
   65  113906 [main] bash 228 set_flags: flags: binary (0x2)
   61  113967 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/local/bin, dst C:\cygwin\usr\local\bin, flags 0xA, rc 0
  132  114099 [main] bash 228 symlink_info::check: not a symlink
   64  114163 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\usr\local\bin, 0x22F2E0) (0xA)
   67  114230 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\usr\local\bin\ls), set_has_acls(8)
   72  114302 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   63  114365 [main] bash 228 stat_worker: (/usr/local/bin/ls, 0x22FB60, 0, 0x22F7C0), file_attributes -1
   66  114431 [main] bash 228 fhandler_base::open: (C:\cygwin\usr\local\bin\ls, 0x110000) query_open 1
  155  114586 [main] bash 228 seterrno_from_win_error: /netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 2
   72  114658 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
   63  114721 [main] bash 228 fhandler_base::open: 0 = fhandler_base::open (C:\cygwin\usr\local\bin\ls, 0x110000)
   63  114784 [main] bash 228 fhandler_disk_file::open: 0 = fhandler_disk_file::open (C:\cygwin\usr\local\bin\ls, 0x110000)
   64  114848 [main] bash 228 fhandler_disk_file::fstat_by_name: already determined that pc does not exist
   64  114912 [main] bash 228 stat_worker: -1 = (/usr/local/bin/ls, 0x22FB60)
  254  115166 [main] bash 228 stat64: entering
   62  115228 [main] bash 228 normalize_posix_path: src /usr/bin/ls
   61  115289 [main] bash 228 normalize_posix_path: /usr/bin/ls = normalize_posix_path (/usr/bin/ls)
   63  115352 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/ls)
   64  115416 [main] bash 228 set_flags: flags: binary (0x2)
   60  115476 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/ls, dst C:\cygwin\bin\ls, flags 0xA, rc 0
  361  115837 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\ls) failed
   97  115934 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  133  116067 [main] bash 228 symlink_info::check: not a symlink
   65  116132 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\ls.exe, 0x22F2E0) (0xA)
   67  116199 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\ls.exe), set_has_acls(8)
   70  116269 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   62  116331 [main] bash 228 stat_worker: (/usr/bin/ls, 0x22FB60, 0, 0x22F7C0), file_attributes 32
   66  116397 [main] bash 228 fhandler_base::open: (C:\cygwin\bin\ls.exe, 0x110000) query_open 1
  149  116546 [main] bash 228 fhandler_base::open: 0x6F4 = CreateFile (C:\cygwin\bin\ls.exe, 0x0, 0x7, 0x22F6F0, 0x3, 0x2000081, 0)
   73  116619 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62  116681 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  116742 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60  116802 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\bin\ls.exe, 0x110000)
   62  116864 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\bin\ls.exe, 0x110000)
   94  116958 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\bin\ls.exe, 1780)
  192  117150 [main] bash 228 get_file_attribute: file: C:\cygwin\bin\ls.exe
   71  117221 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe
  179  117400 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe: len=176
   77  117477 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   65  117542 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-545
  102  117644 [main] bash 228 get_info_from_sd: ACL = 1E8, uid 1003, gid 545
   63  117707 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FB60) st_atime=3F8E73F4 st_size=71680, st_mode=0x81E8, st_ino=14566, sizeof=96
   70  117777 [main] bash 228 fhandler_base::close: closing '/usr/bin/ls' handle 0x6F4
   91  117868 [main] bash 228 stat_worker: 0 = (/usr/bin/ls, 0x22FB60)
   67  117935 [main] bash 228 normalize_posix_path: src /usr/bin/ls
   62  117997 [main] bash 228 normalize_posix_path: /usr/bin/ls = normalize_posix_path (/usr/bin/ls)
   63  118060 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/ls)
   67  118127 [main] bash 228 set_flags: flags: binary (0x2)
   61  118188 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/ls, dst C:\cygwin\bin\ls, flags 0xA, rc 0
  361  118549 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\ls) failed
   80  118629 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  130  118759 [main] bash 228 symlink_info::check: not a symlink
   64  118823 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\ls.exe, 0x22F300) (0xA)
   66  118889 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\ls.exe), set_has_acls(8)
   64  118953 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe
  181  119134 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe: len=176
  142  119276 [main] bash 228 check_file_access: flags 1, ret 0
  115  119391 [main] bash 228 stat64: entering
   64  119455 [main] bash 228 normalize_posix_path: src /usr/bin/ls
   61  119516 [main] bash 228 normalize_posix_path: /usr/bin/ls = normalize_posix_path (/usr/bin/ls)
   63  119579 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/ls)
   66  119645 [main] bash 228 set_flags: flags: binary (0x2)
   61  119706 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/ls, dst C:\cygwin\bin\ls, flags 0xA, rc 0
  364  120070 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\ls) failed
   78  120148 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  128  120276 [main] bash 228 symlink_info::check: not a symlink
  234  120510 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\ls.exe, 0x22F300) (0xA)
   74  120584 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\ls.exe), set_has_acls(8)
   98  120682 [main] bash 228 dtable::build_fhandler: fd -1, fh 0x61600AA4
   64  120746 [main] bash 228 stat_worker: (/usr/bin/ls, 0x22FB80, 0, 0x22F7E0), file_attributes 32
   66  120812 [main] bash 228 fhandler_base::open: (C:\cygwin\bin\ls.exe, 0x110000) query_open 1
  173  120985 [main] bash 228 fhandler_base::open: 0x6E8 = CreateFile (C:\cygwin\bin\ls.exe, 0x0, 0x7, 0x22F710, 0x3, 0x2000081, 0)
   75  121060 [main] bash 228 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   62  121122 [main] bash 228 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   60  121182 [main] bash 228 fhandler_base::set_flags: filemode set to binary
   60  121242 [main] bash 228 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\bin\ls.exe, 0x110000)
   63  121305 [main] bash 228 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\bin\ls.exe, 0x110000)
   95  121400 [main] bash 228 fhandler_disk_file::fstat_by_handle: 1 = GetFileInformationByHandle (C:\cygwin\bin\ls.exe, 1768)
  195  121595 [main] bash 228 get_file_attribute: file: C:\cygwin\bin\ls.exe
   72  121667 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe
  182  121849 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe: len=176
   79  121928 [main] bash 228 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-1606980848-1343024091-1202660629-1003
   65  121993 [main] bash 228 cygpsid::debug_print: get_sids_info: group SID = S-1-5-32-545
  100  122093 [main] bash 228 get_info_from_sd: ACL = 1E8, uid 1003, gid 545
   64  122157 [main] bash 228 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FB80) st_atime=3F8E73F4 st_size=71680, st_mode=0x81E8, st_ino=14566, sizeof=96
   69  122226 [main] bash 228 fhandler_base::close: closing '/usr/bin/ls' handle 0x6E8
   91  122317 [main] bash 228 stat_worker: 0 = (/usr/bin/ls, 0x22FB80)
   69  122386 [main] bash 228 normalize_posix_path: src /usr/bin/ls
   61  122447 [main] bash 228 normalize_posix_path: /usr/bin/ls = normalize_posix_path (/usr/bin/ls)
   63  122510 [main] bash 228 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/ls)
   67  122577 [main] bash 228 set_flags: flags: binary (0x2)
   62  122639 [main] bash 228 mount_info::conv_to_win32_path: src_path /usr/bin/ls, dst C:\cygwin\bin\ls, flags 0xA, rc 0
  444  123083 [main] bash 228 symlink_info::check: GetFileAttributes (C:\cygwin\bin\ls) failed
   84  123167 [main] bash 228 geterrno_from_win_error: windows error 2 == errno 2
  131  123298 [main] bash 228 symlink_info::check: not a symlink
   65  123363 [main] bash 228 symlink_info::check: 0 = symlink.check (C:\cygwin\bin\ls.exe, 0x22F320) (0xA)
   66  123429 [main] bash 228 path_conv::check: root_dir(C:\), this->path(C:\cygwin\bin\ls.exe), set_has_acls(8)
   64  123493 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe
  181  123674 [main] bash 228 read_sd: file = C:\cygwin\bin\ls.exe: len=176
  140  123814 [main] bash 228 check_file_access: flags 1, ret 0
 6698  130512 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   68  130580 [main] bash 228 set_process_mask: old mask = 0, new mask = 80002
   62  130642 [main] bash 228 set_process_mask: not calling sig_dispatch_pending.  sigtid 0xE8 current 0x5D4
   96  130738 [main] bash 228 fork: entering
  328  131066 [main] bash 228 subproc_init: started wait_subproc thread
  162  131228 [main] bash 228 stack_base: bottom 0x230000, top 0x30000, stack 0x22F630, size 2512, reserve 2097152
   80  131308 [main] bash 228 fork_parent: CreateProcess (C:\cygwin\bin\bash.exe, C:\cygwin\bin\bash.exe, 0, 0, 1, 20, 0, 0, 0x22FAC0, 0x22FB10)
 5394  136702 [main] bash 228 proc_subproc: args: 1, 2291376
  151  136853 [main] bash 228 proc_subproc: added pid 284 to wait list, slot 0, winpid 0x11C, handle 0x6C4
 2648  139501 [proc] bash 228 wait_subproc: starting
  121  139622 [proc] bash 228 wait_subproc: looping
   68  139690 [main] bash 228 proc_subproc: returning 1
   76  139766 [main] bash 228 sync_with_child: waiting for child.  reason: waiting for longjmp, hang_child 1
**********************************************
Program name: C:\cygwin\bin\bash.exe (284)
App version:  1005.4, api: 0.94
DLL version:  1005.5, api: 0.94
DLL build:    2003-09-20 16:31
OS version:   Windows NT-5.1
Heap size:    402653184
Date/Time:    2003-10-16 06:33:58
**********************************************
  145     563 [main] bash 284 events_init: windows_system_directory 'C:\WINDOWS\System32\', windows_system_directory_length 20
   68     631 [main] bash 284 events_init: cygwin_hmodule 0x61000000
  141     772 [main] bash 284 fork_child: child is running.  pid 284, ppid 228, stack here 0x22FB38
   63     835 [main] bash 284 sync_with_parent: signalling parent: after longjmp.
 9003  148769 [main] bash 228 sync_with_child: child signalled me
   76  148845 [main] bash 228 fork_parent: child is alive (but stopped)
  224  149069 [main] bash 228 fork_copy: child handle 0x6C4, low 0x47D000, high 0x4821D0, res 1
  229  149298 [main] bash 228 fork_copy: child handle 0x6C4, low 0x484000, high 0x48B660, res 1
  279  149577 [main] bash 228 fork_copy: child handle 0x6C4, low 0xA040000, high 0xA047000, res 1
  108  149685 [main] bash 228 fork_copy: child handle 0x6C4, low 0x22FB40, high 0x230000, res 1
  171  149856 [main] bash 228 fork_copy: child handle 0x6C4, low 0x610CB000, high 0x610CFAD0, res 1
 1249  151105 [main] bash 228 fork_copy: child handle 0x6C4, low 0x610F0000, high 0x611289A0, res 1
  183  151288 [main] bash 228 fork_copy: done
   77  151365 [main] bash 228 resume_child: signalled child
   63  151428 [main] bash 228 sync_with_child: waiting for child.  reason: child loading dlls, hang_child 0
150683  151518 [main] bash 284 sync_with_parent: awake
   68  151586 [main] bash 284 sync_with_parent: no problems
   57  151643 [main] bash 284 fork_child: hParent 0x6E8, child 1 first_dll 0x0, load_dlls 0
   61  151704 [main] bash 284 set_file_api_mode: File APIs set to ANSI
   62  151766 [main] bash 284 fixup_mmaps_after_fork: recreate_mmaps_after_fork, mmapped_areas 0x0
   61  151827 [main] bash 284 dtable::fixup_after_fork: fd 0 (/dev/conin)
  108  151935 [main] bash 284 open_shared: name (null), shared 0xA020000 (wanted 0xA020000), h 0x744
   85  152020 [main] bash 284 fhandler_base::set_flags: flags 0x18002, supplied_bin 0x0
   61  152081 [main] bash 284 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   58  152139 [main] bash 284 fhandler_base::set_flags: filemode set to binary
  296  152435 [main] bash 284 fhandler_console::open: incremented open_fhs, now 1
   72  152507 [main] bash 284 fhandler_console::open: opened conin$ 0x17, conout$ 0x2F
   97  152604 [main] bash 284 dtable::fixup_after_fork: fd 2 (/dev/conout)
   61  152665 [main] bash 284 fhandler_base::set_flags: flags 0x18002, supplied_bin 0x0
   59  152724 [main] bash 284 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   58  152782 [main] bash 284 fhandler_base::set_flags: filemode set to binary
  163  152945 [main] bash 284 fhandler_console::open: incremented open_fhs, now 2
   62  153007 [main] bash 284 fhandler_console::open: opened conin$ 0xF, conout$ 0x13
   92  153099 [main] bash 284 sync_with_parent: signalling parent: performed fork fixup.
 1740  153168 [main] bash 228 sync_with_child: child signalled me
   81  153249 [main] bash 228 fork: 284 = fork()
  123  153372 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   66  153438 [main] bash 228 set_process_mask: old mask = 80002, new mask = 0
   65  153503 [main] bash 228 sig_send: pid 228, signal -2, its_me 1
   78  153581 [sig] bash 228 wait_sig: awake, rc 0
   58  153639 [sig] bash 228 wait_sig: processing signal -2
   56  153695 [sig] bash 228 wait_sig: looping
   79  153774 [sig] bash 228 wait_sig: awake, rc 2
   60  153834 [sig] bash 228 wait_sig: set main thread completion event
   53  153887 [sig] bash 228 wait_sig: looping
   69  153956 [main] bash 228 sig_send: Waiting for thiscomplete 0x730
   69  154025 [main] bash 228 sig_send: returning 0 from sending signal -2
  451  154476 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   64  154540 [main] bash 228 set_process_mask: old mask = 0, new mask = 80000
   62  154602 [main] bash 228 set_process_mask: not calling sig_dispatch_pending.  sigtid 0xE8 current 0x5D4
  209  154811 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   63  154874 [main] bash 228 set_process_mask: old mask = 80000, new mask = 0
   62  154936 [main] bash 228 sig_send: pid 228, signal -2, its_me 1
   67  155003 [sig] bash 228 wait_sig: awake, rc 0
   53  155056 [sig] bash 228 wait_sig: processing signal -2
   55  155111 [sig] bash 228 wait_sig: looping
   57  155168 [sig] bash 228 wait_sig: awake, rc 2
   58  155226 [sig] bash 228 wait_sig: set main thread completion event
   53  155279 [sig] bash 228 wait_sig: looping
   65  155344 [main] bash 228 sig_send: Waiting for thiscomplete 0x730
   65  155409 [main] bash 228 sig_send: returning 0 from sending signal -2
   64  155473 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   64  155537 [main] bash 228 set_process_mask: old mask = 0, new mask = 80000
   61  155598 [main] bash 228 set_process_mask: not calling sig_dispatch_pending.  sigtid 0xE8 current 0x5D4
   65  155663 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
 2965  156064 [main] bash 284 sigproc_init: process/signal handling enabled(801)
   91  156155 [main] bash 284 pthread_mutex::_fixup_after_fork: mutex A042250 in _fixup_after_fork
  561  156224 [main] bash 228 sigaction: signal 2, newact 0x22FD80, oldact 0x22FD70
   81  156305 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   66  156371 [main] bash 228 wait4: calling proc_subproc, pid -1, options 0
   63  156434 [main] bash 228 proc_subproc: args: 4, 1628253832
   63  156497 [main] bash 228 proc_subproc: wval->pid -1, wval->options 0
   72  156569 [main] bash 228 checkstate: nchildren 1, nzombies 0
   63  156632 [main] bash 228 checkstate: checking alive children
   62  156694 [main] bash 228 stopped_or_terminated: considering pid 284
   62  156756 [main] bash 228 checkstate: returning -1
   61  156817 [main] bash 228 proc_subproc: only found non-terminated children
   61  156878 [main] bash 228 proc_subproc: finished processing terminated/stopped child
   62  156940 [main] bash 228 proc_subproc: returning 1
  874  157029 [main] bash 284 pthread_mutex::_fixup_after_fork: mutex A040080 in _fixup_after_fork
   71  157100 [main] bash 284 pthread_mutex::_fixup_after_fork: mutex 61128140 in _fixup_after_fork
   71  157171 [main] bash 284 wait_for_sigthread: wait_sig_inited 0x6E4
  317  157488 [sig] bash 284 wait_sig: sigcatch_nonmain 0x760, sigcatch_main 0x75C
   81  157569 [sig] bash 284 wait_sig: Ready.  dwProcessid 284
   80  157649 [main] bash 284 fork: 0 = fork()
   69  157718 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   66  157784 [main] bash 284 set_process_mask: old mask = 0, new mask = 0
   60  157844 [main] bash 284 set_process_mask: not calling sig_dispatch_pending.  sigtid 0xF4 current 0xE0
   66  157910 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  157972 [main] bash 284 sigaction: signal 18, newact 0x22FCB0, oldact 0x22FCA0
   63  158035 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   61  158096 [main] bash 284 sigaction: signal 21, newact 0x22FCB0, oldact 0x22FCA0
   63  158159 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   78  158237 [main] bash 284 sigaction: signal 22, newact 0x22FCB0, oldact 0x22FCA0
   65  158302 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  158364 [main] bash 284 sigaction: signal 2, newact 0x22FCA0, oldact 0x22FC90
   64  158428 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  158490 [main] bash 284 sigaction: signal 3, newact 0x22FCA0, oldact 0x22FC90
   64  158554 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   61  158615 [main] bash 284 sigaction: signal 20, newact 0x22FCA0, oldact 0x22FC90
  781  159396 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  159458 [main] bash 284 open: open (/dev/null, 0x601)
   75  159533 [main] bash 284 normalize_posix_path: src /dev/null
   64  159597 [main] bash 284 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   64  159661 [main] bash 284 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   66  159727 [main] bash 284 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   73  159800 [main] bash 284 dtable::build_fhandler: fd 3, fh 0x61600AA4
   63  159863 [main] bash 284 fhandler_base::open: (nul, 0x601) query_open 0
  154  160017 [main] bash 284 seterrno_from_win_error: /netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 2
   69  160086 [main] bash 284 geterrno_from_win_error: windows error 2 == errno 2
   63  160149 [main] bash 284 fhandler_base::open: 0 = fhandler_base::open (nul, 0x601)
   65  160214 [main] bash 284 open: -1 = open (/dev/null, 0x601)
  670  160884 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   67  160951 [main] bash 284 writev: writev (2, 0x22FBD0, 1)
   63  161014 [main] bash 284 fhandler_console::write: A042480, 51
   61  161075 [main] bash 284 fhandler_console::write: at 98(b) state is 0
  559  161634 [main] bash 284 fhandler_console::write: 51 = write_console (,..51)
   94  161728 [main] bash 284 writev: 51 = write (2, 0x22FBD0, 1), errno 2
  126  161854 [main] bash 284 do_exit: do_exit (1)
   62  161916 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  161978 [main] bash 284 void: 0x0 = signal (20, 0x1)
   61  162039 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  162101 [main] bash 284 void: 0x0 = signal (1, 0x1)
   60  162161 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  162223 [main] bash 284 void: 0x0 = signal (2, 0x1)
   60  162283 [main] bash 284 call_signal_handler_now: call_signal_handler_now called when no signal active
   62  162345 [main] bash 284 void: 0x0 = signal (3, 0x1)
  101  162446 [main] bash 284 fhandler_console::close: decremented open_fhs, now 1
   67  162513 [main] bash 284 fhandler_base::close: closing '/home/Sandy/strace.txt' handle 0x758
  121  162634 [main] bash 284 fhandler_console::close: decremented open_fhs, now 0
  133  162767 [main] bash 284 sigproc_terminate: entering
   93  162860 [main] bash 284 proc_terminate: nchildren 0, nzombies 0
   61  162921 [main] bash 284 proc_terminate: leaving
  117  163038 [main] bash 284 __to_clock_t: dwHighDateTime 0, dwLowDateTime 200288
   62  163100 [main] bash 284 __to_clock_t: total 00000000 00000014
   62  163162 [main] bash 284 __to_clock_t: dwHighDateTime 0, dwLowDateTime 200288
   60  163222 [main] bash 284 __to_clock_t: total 00000000 00000014
 1211  164433 [main] bash 284 _pinfo::exit: Calling ExitProcess 1
 9402  166342 [proc] bash 228 proc_subproc: args: 2, 0
  125  166467 [proc] bash 228 proc_subproc: pid 284[0] terminated, handle 0x6C4, nchildren 1, nzombies 0
   66  166533 [proc] bash 228 proc_subproc: zombifying [0], pid 284, handle 0x6C4, nchildren 1
   65  166598 [proc] bash 228 proc_subproc: returning 1
   81  166679 [proc] bash 228 sig_send: pid 228, signal 20, its_me 1
   78  166757 [sig] bash 228 wait_sig: awake, rc 2
   60  166817 [sig] bash 228 wait_sig: signal 20 blocked
   54  166871 [sig] bash 228 proc_subproc: args: 3, 0
   54  166925 [sig] bash 228 proc_subproc: looking for processes to reap
   55  166980 [sig] bash 228 checkstate: nchildren 0, nzombies 1
   55  167035 [sig] bash 228 stopped_or_terminated: considering pid 284
   64  167099 [sig] bash 228 remove_zombie: removing 0, pid 284, nzombies 1
   88  167187 [sig] bash 228 checkstate: returning 1
   55  167242 [sig] bash 228 proc_subproc: released waiting thread
   54  167296 [sig] bash 228 proc_subproc: finished processing terminated/stopped child
   55  167351 [sig] bash 228 proc_subproc: returning 1
   54  167405 [sig] bash 228 wait_sig: looping
   68  167473 [proc] bash 228 sig_send: Not waiting for sigcomplete.  its_me 1 signal 20
   63  167536 [proc] bash 228 sig_send: returning 0 from sending signal 20
   60  167596 [proc] bash 228 wait_subproc: looping
   70  167666 [main] bash 228 wait4: 0 = WaitForSingleObject (...)
   68  167734 [main] bash 228 wait4: intpid -1, status 0x22FD88, w->status 256, options 0, res 284
  700  168434 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   69  168503 [main] bash 228 set_process_mask: old mask = 80000, new mask = 0
   64  168567 [main] bash 228 sig_send: pid 228, signal -2, its_me 1
   70  168637 [sig] bash 228 wait_sig: awake, rc 0
   54  168691 [sig] bash 228 wait_sig: processing signal -2
   56  168747 [sig] bash 228 wait_sig: looping
   56  168803 [sig] bash 228 wait_sig: awake, rc 2
   56  168859 [sig] bash 228 wait_sig: processing signal 20
   53  168912 [sig] bash 228 wait_sig: Got signal 20
   53  168965 [sig] bash 228 sig_handle: signal 20
   78  169043 [sig] bash 228 sig_handle: signal 20, about to call 0x41F6B0
  103  169146 [sig] bash 228 interruptible: pc 0x6106F098, h 0x61000000, interruptible 0, testvalid 0
   93  169239 [sig] bash 228 interruptible: pc 0x41EA50, h 0x400000, interruptible 1, testvalid 0
   59  169298 [sig] bash 228 proc_subproc: args: 3, 1
   54  169352 [sig] bash 228 proc_subproc: clear waiting threads
   53  169405 [sig] bash 228 proc_subproc: finished clearing
   53  169458 [sig] bash 228 proc_subproc: returning 1
   55  169513 [sig] bash 228 interrupt_setup: armed signal_arrived 0x75C, res 1
   55  169568 [sig] bash 228 setup_handler: signal 20 delivered
   54  169622 [sig] bash 228 sig_handle: returning 1
   53  169675 [sig] bash 228 proc_subproc: args: 3, 0
   54  169729 [sig] bash 228 proc_subproc: looking for processes to reap
   53  169782 [sig] bash 228 proc_subproc: finished processing terminated/stopped child
   58  169840 [sig] bash 228 proc_subproc: returning 1
   57  169897 [sig] bash 228 wait_sig: set main thread completion event
   53  169950 [sig] bash 228 wait_sig: looping
   69  170019 [main] bash 228 sig_send: Waiting for thiscomplete 0x730
   69  170088 [main] bash 228 sig_send: returning 0 from sending signal -2
   66  170154 [main] bash 228 reset_signal_arrived: reset signal_arrived
   62  170216 [main] bash 228 set_process_mask: old mask = 0, new mask = 80000
   62  170278 [main] bash 228 set_process_mask: not calling sig_dispatch_pending.  sigtid 0xE8 current 0x5D4
   77  170355 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   65  170420 [main] bash 228 wait4: calling proc_subproc, pid -1, options 1
   62  170482 [main] bash 228 proc_subproc: args: 4, 1628253832
   62  170544 [main] bash 228 proc_subproc: wval->pid -1, wval->options 1
   63  170607 [main] bash 228 checkstate: nchildren 0, nzombies 0
   61  170668 [main] bash 228 checkstate: checking alive children
   95  170763 [main] bash 228 checkstate: returning 0
   61  170824 [main] bash 228 proc_subproc: waiting thread found no children
   65  170889 [main] bash 228 proc_subproc: finished processing terminated/stopped child
   61  170950 [main] bash 228 proc_subproc: returning 1
   76  171026 [main] bash 228 wait4: intpid -1, status 0x22FD38, w->status 0, options 1, res -1
   63  171089 [main] bash 228 wait4: *** errno = 10
   62  171151 [main] bash 228 set_process_mask: old mask = 80000, new mask = 0
   62  171213 [main] bash 228 sig_send: pid 228, signal -2, its_me 1
   69  171282 [sig] bash 228 wait_sig: awake, rc 0
   53  171335 [sig] bash 228 wait_sig: processing signal -2
   56  171391 [sig] bash 228 wait_sig: looping
   56  171447 [sig] bash 228 wait_sig: awake, rc 2
   58  171505 [sig] bash 228 wait_sig: set main thread completion event
   53  171558 [sig] bash 228 wait_sig: looping
   65  171623 [main] bash 228 sig_send: Waiting for thiscomplete 0x730
   65  171688 [main] bash 228 sig_send: returning 0 from sending signal -2
   63  171751 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   63  171814 [main] bash 228 sigaction: signal 2, newact 0x22FD70, oldact 0x22FD60
 1053  172867 [main] bash 228 do_exit: do_exit (1)
   65  172932 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   64  172996 [main] bash 228 void: 0x41F6B0 = signal (20, 0x1)
   63  173059 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   63  173122 [main] bash 228 void: 0x0 = signal (1, 0x1)
   62  173184 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   63  173247 [main] bash 228 void: 0x0 = signal (2, 0x1)
   62  173309 [main] bash 228 call_signal_handler_now: call_signal_handler_now called when no signal active
   63  173372 [main] bash 228 void: 0x1 = signal (3, 0x1)
  134  173506 [main] bash 228 fhandler_console::close: decremented open_fhs, now 1
   70  173576 [main] bash 228 fhandler_base::close: closing '/home/Sandy/strace.txt' handle 0x758
  110  173686 [main] bash 228 fhandler_console::close: decremented open_fhs, now 0
   69  173755 [main] bash 228 sigproc_terminate: entering
   92  173847 [main] bash 228 proc_terminate: nchildren 0, nzombies 0
   69  173916 [proc] bash 228 wait_subproc: looping
   68  173984 [proc] bash 228 wait_subproc: done
  207  174191 [main] bash 228 proc_subproc: args: 3, 1
   65  174256 [main] bash 228 proc_subproc: clear waiting threads
   60  174316 [main] bash 228 proc_subproc: finished clearing
   59  174375 [main] bash 228 proc_subproc: returning 1
   59  174434 [main] bash 228 proc_terminate: leaving
   59  174493 [main] bash 228 do_exit: 228 == pgrp 228, send SIG{HUP,CONT} to stopped children
   63  174556 [main] bash 228 kill_pgrp: pid 228, signal -1
 1031  175587 [main] bash 228 kill_pgrp: -1 = kill (228, -1)
  270  175857 [main] bash 228 __to_clock_t: dwHighDateTime 0, dwLowDateTime 500720
   63  175920 [main] bash 228 __to_clock_t: total 00000000 00000032
   62  175982 [main] bash 228 __to_clock_t: dwHighDateTime 0, dwLowDateTime 600864
  131  176113 [main] bash 228 __to_clock_t: total 00000000 0000003C
 1274  177387 [main] bash 228 _pinfo::exit: Calling ExitProcess 1


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

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

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

* RE: Errors when trying to access /dev/null
  2003-10-16 11:47       ` Sandy Pyke
@ 2003-10-16 11:50         ` Robert Collins
  2003-10-16 12:01         ` Corinna Vinschen
  1 sibling, 0 replies; 9+ messages in thread
From: Robert Collins @ 2003-10-16 11:50 UTC (permalink / raw)
  To: Sandy Pyke; +Cc: cygwin

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

On Thu, 2003-10-16 at 20:49, Sandy Pyke wrote:
> > I meant a C:\Cygwin\dev directory.  Such directory doesn't 
> > exist, right?
> 
> That's right. I've checked the entire HD and there is no dev to be found
> from explorer. :)
> 
> > There's no error in it.  Did you try `ls -l /dev/null'?
> 
> See output1.txt, not sure if that's what you were expecting but does not
> look like an error to my novice eyes.
> 
> > Otherwise, try the `ls > /dev/null' in bash again.
> 
> That still fails.
> 
> > If that still fails, try `bash -c "ls > /dev/null"'.
> 
> That fails telling me 'bash: line 1: /dev/null: No such file or directory'
> See strace.txt for the results of the strace for that command.

Which bash are you running? Is it a cygwin one, or perhaps some other
port?

Rob
-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Errors when trying to access /dev/null
  2003-10-16 11:47       ` Sandy Pyke
  2003-10-16 11:50         ` Robert Collins
@ 2003-10-16 12:01         ` Corinna Vinschen
  2003-10-16 14:15           ` Igor Pechtchanski
  2003-10-17 13:44           ` Sandy Pyke
  1 sibling, 2 replies; 9+ messages in thread
From: Corinna Vinschen @ 2003-10-16 12:01 UTC (permalink / raw)
  To: cygwin

On Thu, Oct 16, 2003 at 06:49:47AM -0400, Sandy Pyke wrote:
> Yeah, gotta admit of all things I never thought 'null' would give me a
> problem. Guess you can say I got a problem with nothing...

Yeah, obviously :-)

> As I've mentioned, I have been able to get this working on another machine.
> I took a backup of my cygwin directory there and dumped it on my machine
> here at home where I'm having the problem. Everything seemed to work okay
> except for null again. I'm starting to think my problem is in the windows
> configuration of my machine.

It really seems so.  Please notice that the POSIX device /dev/null is
translated into the Windows device nul.  And Cygwin is doing that quite
nicely, just...  but see yourself.  This is an extract from you below strace:

  63  159863 [main] bash 284 fhandler_base::open: (nul, 0x601) query_open 0
  154  160017 [main] bash 284 seterrno_from_win_error:/netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 2
  69  160086 [main] bash 284 geterrno_from_win_error: windows error 2 == errno 2
  63  160149 [main] bash 284 fhandler_base::open: 0 = fhandler_base::open (nul, 0x601)

That's really weird.  Trying to open the Windows "nul" device returns
actually an error 2 on your machine:

  $ net helpmsg 2

  The system cannot find the file specified.

On my machine, the same code produces the below strace:

  22   58641 [main] bash 1960 fhandler_base::open: (nul, 0x601) query_open 0
  73   58714 [main] bash 1960 fhandler_base::open: 0x6EC = CreateFile (nul, 0x40000000, 0x7, 0x22F880, 0x2, 0x80, 0)
  26   58740 [main] bash 1960 fhandler_base::set_flags: flags 0x601, supplied_bin 0x10000
  21   58761 [main] bash 1960 fhandler_base::set_flags: filemode set to binary
  19   58780 [main] bash 1960 fhandler_base::open: 1 = fhandler_base::open (nul, 0x601)

> Guess I could format the old HD and start over with a fresh install, but
> that seems a little radical...

Yes, that seems radical.  And the next step is to buy a new PC ;-)

However, the above effect is pretty weird.  Is it possible (don't laugh)
that the nul device is broken on your machine?  Actually there's a driver
${windir}/system32/drivers/null.sys which manages that device.  Or an
even worse scenario:  Do you (well, your machine) have some bad virus?
So far, I have no other idea :-(

> Or I may just replace the calls to /dev/null
> in my configure script with something like /null and let it go to a file
> instead.

That's not really a solution.  That won't make you happy in the long run.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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

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

* Re: Errors when trying to access /dev/null
  2003-10-16 12:01         ` Corinna Vinschen
@ 2003-10-16 14:15           ` Igor Pechtchanski
  2003-10-17 13:44           ` Sandy Pyke
  1 sibling, 0 replies; 9+ messages in thread
From: Igor Pechtchanski @ 2003-10-16 14:15 UTC (permalink / raw)
  To: cygwin

On Thu, 16 Oct 2003, Corinna Vinschen wrote:

> On Thu, Oct 16, 2003 at 06:49:47AM -0400, Sandy Pyke wrote:
> > Yeah, gotta admit of all things I never thought 'null' would give me a
> > problem. Guess you can say I got a problem with nothing...
>
> Yeah, obviously :-)
>
> > As I've mentioned, I have been able to get this working on another machine.
> > I took a backup of my cygwin directory there and dumped it on my machine
> > here at home where I'm having the problem. Everything seemed to work okay
> > except for null again. I'm starting to think my problem is in the windows
> > configuration of my machine.
>
> It really seems so.  Please notice that the POSIX device /dev/null is
> translated into the Windows device nul.  And Cygwin is doing that quite
> nicely, just...  but see yourself.  This is an extract from you below strace:
>
>   63  159863 [main] bash 284 fhandler_base::open: (nul, 0x601) query_open 0
>   154  160017 [main] bash 284 seterrno_from_win_error:/netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 2
>   69  160086 [main] bash 284 geterrno_from_win_error: windows error 2 == errno 2
>   63  160149 [main] bash 284 fhandler_base::open: 0 = fhandler_base::open (nul, 0x601)
>
> That's really weird.  Trying to open the Windows "nul" device returns
> actually an error 2 on your machine:
>
>   $ net helpmsg 2
>
>   The system cannot find the file specified.
>
> On my machine, the same code produces the below strace:
>
>   22   58641 [main] bash 1960 fhandler_base::open: (nul, 0x601) query_open 0
>   73   58714 [main] bash 1960 fhandler_base::open: 0x6EC = CreateFile (nul, 0x40000000, 0x7, 0x22F880, 0x2, 0x80, 0)
>   26   58740 [main] bash 1960 fhandler_base::set_flags: flags 0x601, supplied_bin 0x10000
>   21   58761 [main] bash 1960 fhandler_base::set_flags: filemode set to binary
>   19   58780 [main] bash 1960 fhandler_base::open: 1 = fhandler_base::open (nul, 0x601)
>
> > Guess I could format the old HD and start over with a fresh install, but
> > that seems a little radical...
>
> Yes, that seems radical.  And the next step is to buy a new PC ;-)
>
> However, the above effect is pretty weird.  Is it possible (don't laugh)
> that the nul device is broken on your machine?  Actually there's a driver
> ${windir}/system32/drivers/null.sys which manages that device.  Or an
> even worse scenario:  Do you (well, your machine) have some bad virus?
> So far, I have no other idea :-(

Well, that's easy to check, isn't it?  Try "dir > nul" from a cmd.exe
shell, and see if that gives you an error...
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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

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

* RE: Errors when trying to access /dev/null
  2003-10-16 12:01         ` Corinna Vinschen
  2003-10-16 14:15           ` Igor Pechtchanski
@ 2003-10-17 13:44           ` Sandy Pyke
  1 sibling, 0 replies; 9+ messages in thread
From: Sandy Pyke @ 2003-10-17 13:44 UTC (permalink / raw)
  To: cygwin

Problem solved!

I do have null.sys on my system but it was not listed in the Windows
device manager. It somehow got uninstalled. I looked for a while for
some manual way to re-install it to no avail, so I re-installed Windows
XP. Now cygwin works fine, but just about everything else is broken...
I'll re-install XP's SP1 and hopefully things should return to normal.

Thanks for the assistance.

Sandy

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/2003
 


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

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

end of thread, other threads:[~2003-10-17 13:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-15  5:53 Errors when trying to access /dev/null Sandy Pyke
2003-10-15  9:39 ` Corinna Vinschen
2003-10-15 23:49   ` Sandy Pyke
2003-10-16  8:37     ` Corinna Vinschen
2003-10-16 11:47       ` Sandy Pyke
2003-10-16 11:50         ` Robert Collins
2003-10-16 12:01         ` Corinna Vinschen
2003-10-16 14:15           ` Igor Pechtchanski
2003-10-17 13:44           ` Sandy Pyke

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