public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [1.7] cannot run native win32 app
@ 2008-12-17  0:12 SungHyun Nam
  2008-12-17  4:17 ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: SungHyun Nam @ 2008-12-17  0:12 UTC (permalink / raw)
  To: cygwin

Hello,

If I use cygwin-1.5, I can run any native win32 app from the bash prompt.
If I switch to cygwin-1.7, I cannot.

~[13]$ notepad
~[14]$ notepad&
[1] 1656
~[15]$
[1]+  Exit 127                notepad

There's no notepad window.

If I try to run 'strace notepad', I get a windows dialog box.
The dialog message is something like below (use Korean version):
   Cannot initialize an application properly (0xc0150004).
   Click [OK] to finish an application.

After I click the [OK], there is a message in terminal:
   ~[2]$ strace notepad
   --- Process 660, exception C0150004 at 7C99478E

This problem occurs on a desktop (XP-Pro SP3). I have a personal
laptop (XP-Home SP3) and this problem does not occur on it with
cygwin-1.7.

Regards,
namsh




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

* Re: [1.7] cannot run native win32 app
  2008-12-17  0:12 [1.7] cannot run native win32 app SungHyun Nam
@ 2008-12-17  4:17 ` Christopher Faylor
  2008-12-17  8:15   ` SungHyun Nam
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Faylor @ 2008-12-17  4:17 UTC (permalink / raw)
  To: cygwin

On Wed, Dec 17, 2008 at 09:12:00AM +0900, SungHyun Nam wrote:
> Hello,
>
> If I use cygwin-1.5, I can run any native win32 app from the bash prompt.
> If I switch to cygwin-1.7, I cannot.
>
> ~[13]$ notepad
> ~[14]$ notepad&
> [1] 1656
> ~[15]$
> [1]+  Exit 127                notepad
>
> There's no notepad window.

WFM.

Exit 127 often means "command not found".  Are you sure that notepad is
in your path?  That doesn't explain why you didn't get an actual error
though.

> If I try to run 'strace notepad', I get a windows dialog box.
> The dialog message is something like below (use Korean version):
>   Cannot initialize an application properly (0xc0150004).
>   Click [OK] to finish an application.
>
> After I click the [OK], there is a message in terminal:
>   ~[2]$ strace notepad
>   --- Process 660, exception C0150004 at 7C99478E

strace is a cygwin thing.  It doesn't work on non-cygwin programs like
notepad.

It might be useful to do something like:

strace -o strace.out bash -c notepad

however.

> This problem occurs on a desktop (XP-Pro SP3). I have a personal
> laptop (XP-Home SP3) and this problem does not occur on it with
> cygwin-1.7.

You need to provide more details.  I'm assuming from the prompt that
you are using bash but assuming is not the best way to diagnose
problems.

Please, at the very least provide the cygcheck output that we
always ask for whether this is Cygwin 1.5 or 1.7.

cgf

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

* Re: [1.7] cannot run native win32 app
  2008-12-17  4:17 ` Christopher Faylor
@ 2008-12-17  8:15   ` SungHyun Nam
  2008-12-17 21:08     ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: SungHyun Nam @ 2008-12-17  8:15 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
>
> Please, at the very least provide the cygcheck output that we
> always ask for whether this is Cygwin 1.5 or 1.7.

I include results of 'cygcheck -c', 'cygcheck -s' and strace output
below.

~/tmp[11]$ notepad&
[1] 2076
~/tmp[12]$
[1]+  Exit 127                notepad
~/tmp[12]$ strace -o strace.out bash -c notepad
bash: notepad: command not found
~/tmp[13]$ which notepad
/cygdrive/c/WINDOWS/system32/notepad
~/tmp[14]$ strace -o strace.out bash -c /cygdrive/c/WINDOWS/system32/notepad

~/tmp[19]$ cygcheck -c > c-c; cygcheck -s > c-s
cygcheck: WARNING: PATH is not set

cygcheck: WARNING: PATH is not set

~/tmp[20]$ echo $PATH
/opt/bin:/d/user/namsh/bin:/d/user/namsh/bin/t:/d/user/namsh/bin/git:/d/user/namsh/bin/share:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/c/tools/bin:/c/tools/vim/vim:/c/cygwin/bin:/c/cygwin/usr/x11r6/bin:/c/cygwin/opt/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/c/tools/bin:/c/tools/vim/vim:/c/cygwin/bin:/c/cygwin/usr/x11r6/bin:/c/cygwin/opt/bin:/d/user/namsh/bin

Because I don't understand why the 'PATH is not set' error
is occurred, below is from the windows command prompt.
c:\>echo %PATH%
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\tools\bin;c:\tools\vi
m\vim;c:\cygwin\bin;c:\cygwin\usr\x11r6\bin;c:\cygwin\opt\bin;C:\WINDOWS\system3
2;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\tools\bin;c:\tools\vim\vim;c:\cygwin\bi
n;c:\cygwin\usr\x11r6\bin;c:\cygwin\opt\bin;d:\user\namsh\bin;d:\user\namsh\bin

I change the username in cygwin because windows username uses
multibyte. Does it affect to 1.7?  As I said, 1.5 works fine.

I use 'junction' to switch cygwin version and always reboot after
change the junction. Both cygwin-1.5 and cygwin-1.7 is installed
by different setup.exe (for 1.5 or 1.7).

c:\>dir
...
2008-12-17  오후 03:31    <JUNCTION>     cygwin
2008-12-11  오후 10:11    <DIR>          cygwin-1.5
2008-12-12  오전 09:15    <DIR>          cygwin-1.7
...

c:\>junction cygwin

Junction v1.05 - Windows junction creator and reparse point viewer
Copyright (C) 2000-2007 Mark Russinovich
Systems Internals - http://www.sysinternals.com

c:\cygwin: JUNCTION
    Substitute Name: c:\cygwin-1.7

Thanks,
namsh

==================== cygcheck -c ====================
Cygwin Package Information
Package                         Version            Status
_update-info-dir                00786-1            OK
alternatives                    1.3.30c-2          OK
asciidoc                        8.3.0-1            OK
ash                             20040127-4         OK
aspell                          0.60.5-1           OK
aspell-en                       6.0.0-1            OK
atk                             1.10.3-1           OK
atk-devel                       1.10.3-1           OK
autoconf                        6-10               OK
autoconf2.1                     2.13-10            OK
autoconf2.5                     2.63-10            OK
automake                        3-10               OK
automake1.10                    1.10.1-10          OK
automake1.4                     1.4p6-10           OK
automake1.5                     1.5-10             OK
automake1.6                     1.6.3-11           OK
automake1.7                     1.7.9-10           OK
automake1.8                     1.8.5-10           OK
automake1.9                     1.9.6-10           OK
base-cygwin                     1.0-1              OK
base-files                      3.7-1              OK
base-passwd                     2.2-1              OK
bash                            3.2.48-21          OK
bash-completion                 20060301-2         OK
binutils                        20080624-2         OK
bison                           2.3-1              OK
bzip2                           1.0.5-2            OK
compositeproto                  0.4-1              OK
coreutils                       6.12-2             OK
cpio                            2.9-1              OK
cron                            4.1-7              OK
crypt                           1.1-1              OK
csih                            0.1.8-1            OK
ctags                           5.7-1              OK
curl                            7.16.3-1           OK
cvs                             1.11.22-1          OK
cygport                         0.9.3-1            OK
cygrunsrv                       1.34-1             OK
cygutils                        1.3.2-1            OK
cygwin                          1.7.0-35           OK
cygwin-doc                      1.4-4              OK
damageproto                     1.1.0-1            OK
diffstat                        1.46-1             OK
diffutils                       2.8.7-1            OK
docbook-xml412                  4.1.2-1            OK
docbook-xml42                   4.2-3              OK
docbook-xml43                   4.3-1              OK
docbook-xml44                   4.4-1              OK
docbook-xsl                     1.69.1-1           OK
doxygen                         1.5.5-1            OK
e2fsprogs                       1.35-3             OK
editrights                      1.01-2             OK
evieext                         1.0.2-1            OK
expat                           2.0.1-1            OK
file                            4.21-1             OK
findutils                       4.5.3-1            OK
fixesproto                      4.0-1              OK
flex                            2.5.35-1           OK
font-adobe-dpi100               1.0.0-1            OK
font-adobe-dpi75                1.0.0-1            OK
font-adobe-utopia-dpi100        1.0.1-1            OK
font-adobe-utopia-dpi75         1.0.1-1            OK
font-adobe-utopia-type1         1.0.1-1            OK
font-alias                      1.0.1-1            OK
font-arabic-misc                1.0.0-1            OK
font-bh-dpi100                  1.0.0-1            OK
font-bh-dpi75                   1.0.0-1            OK
font-bh-lucidatypewriter-dpi100 1.0.0-1            OK
font-bh-lucidatypewriter-dpi75  1.0.0-1            OK
font-bh-ttf                     1.0.0-1            OK
font-bh-type1                   1.0.0-1            OK
font-bitstream-dpi100           1.0.0-1            OK
font-bitstream-dpi75            1.0.0-1            OK
font-bitstream-speedo           1.0.0-1            OK
font-bitstream-type1            1.0.0-1            OK
font-bitstream-vera-ttf         1.10-1             OK
font-cronyx-cyrillic            1.0.0-1            OK
font-cursor-misc                1.0.0-1            OK
font-encodings                  1.0.2-1            OK
font-util                       1.0.1-1            OK
font-xfree86-type1              1.0.1-1            OK
fontconfig                      2.6.0-1            OK
fontsproto                      2.0.2-1            OK
gawk                            3.1.6-1            OK
gcc-core                        3.4.4-3            OK
gcc-g++                         3.4.4-3            OK
gcc-mingw-core                  20050522-1         OK
gcc-mingw-g++                   20050522-1         OK
gcc4                            4.3.2-1            OK
gcc4-core                       4.3.2-1            OK
gcc4-g++                        4.3.2-1            OK
gcc4-runtime                    4.3.2-1            OK
GConf2                          2.14.0-2           OK
gdb                             6.8-2              OK
gettext                         0.17-1             OK
gettext-devel                   0.17-1             OK
glib                            1.2.10-4           OK
glib-devel                      1.2.10-4           OK
glib2                           2.10.3-1           OK
glib2-devel                     2.10.3-1           OK
glproto                         1.4.9-1            OK
gnupg                           1.4.9-2            OK
grandr                          0.1-1              OK
grep                            2.5.3-1            OK
groff                           1.19.2-2           OK
gtk-doc                         1.11-1             OK
gtk2-x11                        2.6.10-1           OK
gtk2-x11-devel                  2.6.10-1           OK
gtk2-x11-engines                2.6.7-1            OK
gtk2-x11-runtime                2.6.10-1           OK
gzip                            1.3.12-2           OK
imake                           1.0.2-2            OK
indent                          2.2.9-2            OK
inetutils                       1.5-4              OK
inputproto                      1.4.4-1            OK
intltool                        0.40.5-1           OK
ipc-utils                       1.0-1              OK
kbproto                         1.0.3-1            OK
less                            382-1              OK
lesstif                         0.95.0-2           OK
libapr1                         1.3.3-1            OK
libaprutil1                     1.3.4-1            OK
libaspell15                     0.60.5-1           OK
libaudio-devel                  1.9.1-2            OK
libaudio2                       1.9.1-2            OK
libbz2_1                        1.0.5-2            OK
libcairo-devel                  1.6.4-2            OK
libcairo2                       1.6.4-2            OK
libcharset1                     1.12-1             OK
libcurl4                        7.16.3-1           OK
libdb4.2                        4.2.52.5-2         OK
libdb4.5                        4.5.20.2-2         OK
libexpat1                       2.0.1-1            OK
libexpat1-devel                 2.0.1-1            OK
libfontconfig-devel             2.6.0-1            OK
libfontconfig1                  2.6.0-1            OK
libfontenc-devel                1.0.4-2            OK
libfontenc1                     1.0.4-2            OK
libfreetype2-devel              2.3.7-1            OK
libfreetype26                   2.3.7-1            OK
libgcrypt11                     1.4.1-4            OK
libgdbm4                        1.8.3-8            OK
libgettextpo0                   0.17-1             OK
libggi2                         2.2.2-2            OK
libggi2-display-x               2.2.2-2            OK
libggiwmh0                      0.3.2-2            OK
libggiwmh0-display-x            0.3.2-2            OK
libgii1                         1.0.2-2            OK
libgii1-input-x                 1.0.2-2            OK
libGL-devel                     7.2-2              OK
libGL1                          7.2-2              OK
libglade2                       2.5.1-1            OK
libglitz-devel                  0.5.6-1            OK
libglitz1                       0.5.6-1            OK
libGLU-devel                    7.2-2              OK
libGLU1                         7.2-2              OK
libGLw-devel                    7.2-2              OK
libGLw1                         7.2-2              OK
libgmp3                         4.2.4-1            OK
libgpg-error                    1.6-1              OK
libICE-devel                    1.0.4-2            OK
libICE6                         1.0.4-2            OK
libiconv                        1.12-1             OK
libiconv2                       1.12-1             OK
libIDL2                         0.8.6-1            OK
libintl2                        0.12.1-3           OK
libintl3                        0.14.5-1           OK
libintl8                        0.17-1             OK
libjpeg-devel                   6b-12              OK
libjpeg62                       6b-12              OK
libltdl7                        2.2.6a-1           OK
liblzmadec0                     4.32.7-2           OK
libmpfr1                        2.3.2-1            OK
libncurses-devel                5.5-3              OK
libncurses7                     5.3-4              OK
libncurses8                     5.5-3              OK
libneon27                       0.28.3-1           OK
libopenldap2_2_7                2.2.26-2           OK
libopenldap2_3_0                2.3.43-1           OK
libOSMesa-devel                 7.2-2              OK
libOSMesa7                      7.2-2              OK
libpcre0                        7.8-1              OK
libpixman1-devel                0.12.0-1           OK
libpixman1_0                    0.12.0-1           OK
libpng12                        1.2.12-1           OK
libpng12-devel                  1.2.12-1           OK
libpopt0                        1.6.4-4            OK
libpq5                          8.2.9-1            OK
libpthread-stubs                0.1-1              OK
libreadline6                    5.2.13-11          OK
libsasl2                        2.1.19-3           OK
libserf0_0                      0.2.0-1            OK
libSM-devel                     1.1.0-1            OK
libSM6                          1.1.0-1            OK
libsqlite3_0                    3.6.2-1            OK
libssh2_1                       0.15-1             OK
libtiff4                        3.6.0-5            OK
libtool                         2.2.6a-1           OK
libusb-win32                    0.1.12.1-2         OK
libWindowsWM-devel              1.0.0-2            OK
libWindowsWM7                   1.0.0-2            OK
libwrap0                        7.6-5              OK
libX11-devel                    1.1.5-1            OK
libX11-xcb1                     1.1.5-1            OK
libX11_6                        1.1.5-1            OK
libXau-devel                    1.0.4-1            OK
libXau6                         1.0.4-1            OK
libXaw7                         1.0.5-1            OK
libxcb-composite-devel          1.1-2              OK
libxcb-composite0               1.1-2              OK
libxcb-damage-devel             1.1-2              OK
libxcb-damage0                  1.1-2              OK
libxcb-devel                    1.1-2              OK
libxcb-dpms-devel               1.1-2              OK
libxcb-dpms0                    1.1-2              OK
libxcb-glx-devel                1.1-2              OK
libxcb-glx0                     1.1-2              OK
libxcb-randr-devel              1.1-2              OK
libxcb-randr0                   1.1-2              OK
libxcb-record-devel             1.1-2              OK
libxcb-record0                  1.1-2              OK
libxcb-render-devel             1.1-2              OK
libxcb-render0                  1.1-2              OK
libxcb-res-devel                1.1-2              OK
libxcb-res0                     1.1-2              OK
libxcb-screensaver-devel        1.1-2              OK
libxcb-screensaver0             1.1-2              OK
libxcb-shape-devel              1.1-2              OK
libxcb-shape0                   1.1-2              OK
libxcb-shm-devel                1.1-2              OK
libxcb-shm0                     1.1-2              OK
libxcb-sync-devel               1.1-2              OK
libxcb-sync0                    1.1-2              OK
libxcb-xevie-devel              1.1-2              OK
libxcb-xevie0                   1.1-2              OK
libxcb-xfixes-devel             1.1-2              OK
libxcb-xfixes0                  1.1-2              OK
libxcb-xlib-devel               1.1-2              OK
libxcb-xlib0                    1.1-2              OK
libxcb1                         1.1-2              OK
libXcomposite-devel             0.4.0-1            OK
libXcomposite1                  0.4.0-1            OK
libXcursor-devel                1.1.9-2            OK
libXcursor1                     1.1.9-2            OK
libXdamage-devel                1.1.1-2            OK
libXdamage1                     1.1.1-2            OK
libxdelta2                      1.1.4-1            OK
libXdmcp-devel                  1.0.2-3            OK
libXdmcp6                       1.0.2-3            OK
libXevie-devel                  1.0.2-2            OK
libXevie1                       1.0.2-2            OK
libXext-devel                   1.0.4-1            OK
libXext6                        1.0.4-1            OK
libXfixes-devel                 4.0.3-2            OK
libXfixes3                      4.0.3-2            OK
libXfont-devel                  1.3.3-1            OK
libXfont1                       1.3.3-1            OK
libXft-devel                    2.1.13-1           OK
libXft2                         2.1.13-1           OK
libXi-devel                     1.1.4-1            OK
libXi6                          1.1.4-1            OK
libxkbfile-devel                1.0.5-2            OK
libxkbfile1                     1.0.5-2            OK
libXm-devel                     0.95.0-2           OK
libXm2                          0.95.0-2           OK
libxml2                         2.7.2-1            OK
libxml2-devel                   2.7.2-1            OK
libXmu-devel                    1.0.4-1            OK
libXmu6                         1.0.4-1            OK
libXmuu1                        1.0.4-1            OK
libXpm-devel                    3.5.7-2            OK
libXpm-noX                      3.5.6-1            OK
libXpm-noX-devel                3.5.6-1            OK
libXpm-noX_4                    3.5.6-1            OK
libXpm4                         3.5.7-2            OK
libXrandr-devel                 1.2.3-1            OK
libXrandr2                      1.2.3-1            OK
libXrender-devel                0.9.4-2            OK
libXrender1                     0.9.4-2            OK
libXRes-devel                   1.0.3-2            OK
libXRes1                        1.0.3-2            OK
libxslt                         1.1.24-2           OK
libXss-devel                    1.1.3-1            OK
libXss1                         1.1.3-1            OK
libXt-devel                     1.0.5-2            OK
libXt6                          1.0.5-2            OK
libXtst-devel                   1.0.3-2            OK
libXtst6                        1.0.3-2            OK
lndir                           1.0.1-2            OK
login                           1.9-8              OK
luit                            1.0.3-1            OK
lzma                            4.32.7-2           OK
m4                              1.4.10b-2          OK
make                            3.81-2             OK
man                             1.6e-1             OK
mingw-runtime                   3.15.1-1           OK
minires                         1.02-1             OK
mkfontdir                       1.0.4-1            OK
mkfontscale                     1.0.5-1            OK
ncftp                           3.2.1-1            OK
ncurses                         5.5-3              OK
Numeric                         24.2-1             OK
openjade                        1.3.3-1            OK
OpenSP                          1.5.1-1            OK
openssh                         5.1p1-11           OK
openssl                         0.9.8i-1           OK
openssl-devel                   0.9.8i-1           OK
ORBit2                          2.14.0-1           OK
p7zip                           4.57-1             OK
pango                           1.8.1-1            OK
pango-devel                     1.8.1-1            OK
pango-runtime                   1.8.1-1            OK
patch                           2.5.8-9            OK
patchutils                      0.2.31-2           OK
perl                            5.10.0-5           OK
pkg-config                      0.23a-2            OK
procps                          3.2.7-1            OK
proftpd                         1.2.10-1           OK
psmisc                          21.5-3             OK
pygtk2                          2.6.3-1            OK
python                          2.5.2-1            OK
qt3                             3.3.4-2            OK
qt3-devel                       3.3.4-2            OK
randrproto                      1.2.2-1            OK
readline                        5.2.13-11          OK
rebase                          2.4.4-1            OK
recordproto                     1.13.2-1           OK
renderproto                     0.9.3-1            OK
resourceproto                   1.0.2-1            OK
rgb                             1.0.3-1            OK
rsync                           3.0.4-1            OK
run                             1.1.10-1           OK
scrnsaverproto                  1.1.0-1            OK
sed                             4.1.5-2            OK
sharutils                       4.7-1              OK
startup-notification            0.9-1              OK
startup-notification-devel      0.9-1              OK
subversion                      1.5.4-1            OK
sysvinit                        2.86-3             OK
tar                             1.20-1             OK
tcltk                           20080420-1         OK
tcp_wrappers                    7.6-5              OK
termcap                         20050421-1         OK
terminfo                        5.5_20061104-1     OK
texinfo                         4.8a-1             OK
time                            1.7-2              OK
tzcode                          2008h-1            OK
unzip                           5.52-2             OK
util-linux                      2.13.1-2           OK
w32api                          3.13-1             OK
wget                            1.11.3-2           OK
which                           2.19-1             OK
windowswmproto                  1.0.3-1            OK
xauth                           1.0.3-1            OK
xcb-proto                       1.2-1              OK
xcompmgr                        1.1.4-1            OK
xcursor-themes                  1.0.1-1            OK
xdelta                          1.1.4-1            OK
xdelta-devel                    1.1.4-1            OK
xextproto                       7.0.3-1            OK
xinit                           1.1.0-3            OK
xkbcomp                         1.0.5-1            OK
xkbevd                          1.0.2-1            OK
xkeyboard-config                1.4-1              OK
xlsfonts                        1.0.2-1            OK
xman                            1.0.3-3            OK
xmlto                           0.0.18-2           OK
xmodmap                         1.0.3-1            OK
xorg-cf-files                   1.0.2-7            OK
xorg-scripts                    1.0.1-1            OK
xorg-server                     1.5.3-4            OK
xorg-util-macros                1.1.6-1            OK
xproto                          7.0.14-1           OK
xrdb                            1.0.5-1            OK
xterm                           237-2              OK
zip                             2.32-2             OK
zlib                            1.2.3-2            OK


==================== cygcheck -s ====================

Cygwin Configuration Diagnostics
Current System Time: Wed Dec 17 15:35:41 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1004(namsh)     GID: 513(staff)
513(staff)           544(Administrators)  545(Users)
1010(Debugger Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1004(namsh)     GID: 513(staff)
513(staff)           544(Administrators)  545(Users)
1010(Debugger Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'namsh'
PWD = '/d/user/namsh/tmp'
CYGWIN = 'ntsec'
HOME = '/d/user/namsh'
MAKE_MODE = 'unix'

Use '-r' to scan registry

c:  hd  NTFS     50006Mb  30% CP CS UN PA FC
d:  hd  NTFS    149997Mb   5% CP CS UN PA FC     Data
e:  hd  NTFS     38468Mb   2% CP CS UN PA FC     Temp
s:  cd             N/A    N/A

C:/cygwin      /          system  binmode
c:             /c         system  binmode
d:             /d         system  binmode
e:             /e         system  binmode
C:\cygwin\bin  /usr/bin   system  binmode
C:\cygwin\lib  /usr/lib   system  binmode
.              /cygdrive  user    binmode,cygdrive

Not Found: awk
Not Found: bash
Not Found: cat
Not Found: cp
Not Found: cpp (good!)
Not Found: crontab
Not Found: find
Not Found: gcc
Not Found: gdb
Not Found: grep
Not Found: kill
Not Found: ld
Not Found: ls
Not Found: make
Not Found: mv
Not Found: patch
Not Found: perl
Not Found: rm
Not Found: sed
Not Found: ssh
Not Found: sh
Not Found: tar
Not Found: test
Not Found: vi
Not Found: vim

Warning: cygwin1.dll not found on your path

Service             : cron
Display name        : Cron daemon
Current State       : Stopped
Command             : /usr/sbin/cron -n

Service             : proftpd
Display name        : CYGWIN proftpd
Description         : ProFTPD FTP daemon
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/proftpd --nodaemon

Service             : sshd
Display name        : CYGWIN sshd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/sshd -D


Cygwin Package Information
Package                         Version
_update-info-dir                00786-1
alternatives                    1.3.30c-2
asciidoc                        8.3.0-1
ash                             20040127-4
aspell                          0.60.5-1
aspell-en                       6.0.0-1
atk                             1.10.3-1
atk-devel                       1.10.3-1
autoconf                        6-10
autoconf2.1                     2.13-10
autoconf2.5                     2.63-10
automake                        3-10
automake1.10                    1.10.1-10
automake1.4                     1.4p6-10
automake1.5                     1.5-10
automake1.6                     1.6.3-11
automake1.7                     1.7.9-10
automake1.8                     1.8.5-10
automake1.9                     1.9.6-10
base-cygwin                     1.0-1
base-files                      3.7-1
base-passwd                     2.2-1
bash                            3.2.48-21
bash-completion                 20060301-2
binutils                        20080624-2
bison                           2.3-1
bzip2                           1.0.5-2
compositeproto                  0.4-1
coreutils                       6.12-2
cpio                            2.9-1
cron                            4.1-7
crypt                           1.1-1
csih                            0.1.8-1
ctags                           5.7-1
curl                            7.16.3-1
cvs                             1.11.22-1
cygport                         0.9.3-1
cygrunsrv                       1.34-1
cygutils                        1.3.2-1
cygwin                          1.7.0-35
cygwin-doc                      1.4-4
damageproto                     1.1.0-1
diffstat                        1.46-1
diffutils                       2.8.7-1
docbook-xml412                  4.1.2-1
docbook-xml42                   4.2-3
docbook-xml43                   4.3-1
docbook-xml44                   4.4-1
docbook-xsl                     1.69.1-1
doxygen                         1.5.5-1
e2fsprogs                       1.35-3
editrights                      1.01-2
evieext                         1.0.2-1
expat                           2.0.1-1
file                            4.21-1
findutils                       4.5.3-1
fixesproto                      4.0-1
flex                            2.5.35-1
font-adobe-dpi100               1.0.0-1
font-adobe-dpi75                1.0.0-1
font-adobe-utopia-dpi100        1.0.1-1
font-adobe-utopia-dpi75         1.0.1-1
font-adobe-utopia-type1         1.0.1-1
font-alias                      1.0.1-1
font-arabic-misc                1.0.0-1
font-bh-dpi100                  1.0.0-1
font-bh-dpi75                   1.0.0-1
font-bh-lucidatypewriter-dpi100 1.0.0-1
font-bh-lucidatypewriter-dpi75  1.0.0-1
font-bh-ttf                     1.0.0-1
font-bh-type1                   1.0.0-1
font-bitstream-dpi100           1.0.0-1
font-bitstream-dpi75            1.0.0-1
font-bitstream-speedo           1.0.0-1
font-bitstream-type1            1.0.0-1
font-bitstream-vera-ttf         1.10-1
font-cronyx-cyrillic            1.0.0-1
font-cursor-misc                1.0.0-1
font-encodings                  1.0.2-1
font-util                       1.0.1-1
font-xfree86-type1              1.0.1-1
fontconfig                      2.6.0-1
fontsproto                      2.0.2-1
gawk                            3.1.6-1
gcc-core                        3.4.4-3
gcc-g++                         3.4.4-3
gcc-mingw-core                  20050522-1
gcc-mingw-g++                   20050522-1
gcc4                            4.3.2-1
gcc4-core                       4.3.2-1
gcc4-g++                        4.3.2-1
gcc4-runtime                    4.3.2-1
GConf2                          2.14.0-2
gdb                             6.8-2
gettext                         0.17-1
gettext-devel                   0.17-1
glib                            1.2.10-4
glib-devel                      1.2.10-4
glib2                           2.10.3-1
glib2-devel                     2.10.3-1
glproto                         1.4.9-1
gnupg                           1.4.9-2
grandr                          0.1-1
grep                            2.5.3-1
groff                           1.19.2-2
gtk-doc                         1.11-1
gtk2-x11                        2.6.10-1
gtk2-x11-devel                  2.6.10-1
gtk2-x11-engines                2.6.7-1
gtk2-x11-runtime                2.6.10-1
gzip                            1.3.12-2
imake                           1.0.2-2
indent                          2.2.9-2
inetutils                       1.5-4
inputproto                      1.4.4-1
intltool                        0.40.5-1
ipc-utils                       1.0-1
kbproto                         1.0.3-1
less                            382-1
lesstif                         0.95.0-2
libapr1                         1.3.3-1
libaprutil1                     1.3.4-1
libaspell15                     0.60.5-1
libaudio-devel                  1.9.1-2
libaudio2                       1.9.1-2
libbz2_1                        1.0.5-2
libcairo-devel                  1.6.4-2
libcairo2                       1.6.4-2
libcharset1                     1.12-1
libcurl4                        7.16.3-1
libdb4.2                        4.2.52.5-2
libdb4.5                        4.5.20.2-2
libexpat1                       2.0.1-1
libexpat1-devel                 2.0.1-1
libfontconfig-devel             2.6.0-1
libfontconfig1                  2.6.0-1
libfontenc-devel                1.0.4-2
libfontenc1                     1.0.4-2
libfreetype2-devel              2.3.7-1
libfreetype26                   2.3.7-1
libgcrypt11                     1.4.1-4
libgdbm4                        1.8.3-8
libgettextpo0                   0.17-1
libggi2                         2.2.2-2
libggi2-display-x               2.2.2-2
libggiwmh0                      0.3.2-2
libggiwmh0-display-x            0.3.2-2
libgii1                         1.0.2-2
libgii1-input-x                 1.0.2-2
libGL-devel                     7.2-2
libGL1                          7.2-2
libglade2                       2.5.1-1
libglitz-devel                  0.5.6-1
libglitz1                       0.5.6-1
libGLU-devel                    7.2-2
libGLU1                         7.2-2
libGLw-devel                    7.2-2
libGLw1                         7.2-2
libgmp3                         4.2.4-1
libgpg-error                    1.6-1
libICE-devel                    1.0.4-2
libICE6                         1.0.4-2
libiconv                        1.12-1
libiconv2                       1.12-1
libIDL2                         0.8.6-1
libintl2                        0.12.1-3
libintl3                        0.14.5-1
libintl8                        0.17-1
libjpeg-devel                   6b-12
libjpeg62                       6b-12
libltdl7                        2.2.6a-1
liblzmadec0                     4.32.7-2
libmpfr1                        2.3.2-1
libncurses-devel                5.5-3
libncurses7                     5.3-4
libncurses8                     5.5-3
libneon27                       0.28.3-1
libopenldap2_2_7                2.2.26-2
libopenldap2_3_0                2.3.43-1
libOSMesa-devel                 7.2-2
libOSMesa7                      7.2-2
libpcre0                        7.8-1
libpixman1-devel                0.12.0-1
libpixman1_0                    0.12.0-1
libpng12                        1.2.12-1
libpng12-devel                  1.2.12-1
libpopt0                        1.6.4-4
libpq5                          8.2.9-1
libpthread-stubs                0.1-1
libreadline6                    5.2.13-11
libsasl2                        2.1.19-3
libserf0_0                      0.2.0-1
libSM-devel                     1.1.0-1
libSM6                          1.1.0-1
libsqlite3_0                    3.6.2-1
libssh2_1                       0.15-1
libtiff4                        3.6.0-5
libtool                         2.2.6a-1
libusb-win32                    0.1.12.1-2
libWindowsWM-devel              1.0.0-2
libWindowsWM7                   1.0.0-2
libwrap0                        7.6-5
libX11-devel                    1.1.5-1
libX11-xcb1                     1.1.5-1
libX11_6                        1.1.5-1
libXau-devel                    1.0.4-1
libXau6                         1.0.4-1
libXaw7                         1.0.5-1
libxcb-composite-devel          1.1-2
libxcb-composite0               1.1-2
libxcb-damage-devel             1.1-2
libxcb-damage0                  1.1-2
libxcb-devel                    1.1-2
libxcb-dpms-devel               1.1-2
libxcb-dpms0                    1.1-2
libxcb-glx-devel                1.1-2
libxcb-glx0                     1.1-2
libxcb-randr-devel              1.1-2
libxcb-randr0                   1.1-2
libxcb-record-devel             1.1-2
libxcb-record0                  1.1-2
libxcb-render-devel             1.1-2
libxcb-render0                  1.1-2
libxcb-res-devel                1.1-2
libxcb-res0                     1.1-2
libxcb-screensaver-devel        1.1-2
libxcb-screensaver0             1.1-2
libxcb-shape-devel              1.1-2
libxcb-shape0                   1.1-2
libxcb-shm-devel                1.1-2
libxcb-shm0                     1.1-2
libxcb-sync-devel               1.1-2
libxcb-sync0                    1.1-2
libxcb-xevie-devel              1.1-2
libxcb-xevie0                   1.1-2
libxcb-xfixes-devel             1.1-2
libxcb-xfixes0                  1.1-2
libxcb-xlib-devel               1.1-2
libxcb-xlib0                    1.1-2
libxcb1                         1.1-2
libXcomposite-devel             0.4.0-1
libXcomposite1                  0.4.0-1
libXcursor-devel                1.1.9-2
libXcursor1                     1.1.9-2
libXdamage-devel                1.1.1-2
libXdamage1                     1.1.1-2
libxdelta2                      1.1.4-1
libXdmcp-devel                  1.0.2-3
libXdmcp6                       1.0.2-3
libXevie-devel                  1.0.2-2
libXevie1                       1.0.2-2
libXext-devel                   1.0.4-1
libXext6                        1.0.4-1
libXfixes-devel                 4.0.3-2
libXfixes3                      4.0.3-2
libXfont-devel                  1.3.3-1
libXfont1                       1.3.3-1
libXft-devel                    2.1.13-1
libXft2                         2.1.13-1
libXi-devel                     1.1.4-1
libXi6                          1.1.4-1
libxkbfile-devel                1.0.5-2
libxkbfile1                     1.0.5-2
libXm-devel                     0.95.0-2
libXm2                          0.95.0-2
libxml2                         2.7.2-1
libxml2-devel                   2.7.2-1
libXmu-devel                    1.0.4-1
libXmu6                         1.0.4-1
libXmuu1                        1.0.4-1
libXpm-devel                    3.5.7-2
libXpm-noX                      3.5.6-1
libXpm-noX-devel                3.5.6-1
libXpm-noX_4                    3.5.6-1
libXpm4                         3.5.7-2
libXrandr-devel                 1.2.3-1
libXrandr2                      1.2.3-1
libXrender-devel                0.9.4-2
libXrender1                     0.9.4-2
libXRes-devel                   1.0.3-2
libXRes1                        1.0.3-2
libxslt                         1.1.24-2
libXss-devel                    1.1.3-1
libXss1                         1.1.3-1
libXt-devel                     1.0.5-2
libXt6                          1.0.5-2
libXtst-devel                   1.0.3-2
libXtst6                        1.0.3-2
lndir                           1.0.1-2
login                           1.9-8
luit                            1.0.3-1
lzma                            4.32.7-2
m4                              1.4.10b-2
make                            3.81-2
man                             1.6e-1
mingw-runtime                   3.15.1-1
minires                         1.02-1
mkfontdir                       1.0.4-1
mkfontscale                     1.0.5-1
ncftp                           3.2.1-1
ncurses                         5.5-3
Numeric                         24.2-1
openjade                        1.3.3-1
OpenSP                          1.5.1-1
openssh                         5.1p1-11
openssl                         0.9.8i-1
openssl-devel                   0.9.8i-1
ORBit2                          2.14.0-1
p7zip                           4.57-1
pango                           1.8.1-1
pango-devel                     1.8.1-1
pango-runtime                   1.8.1-1
patch                           2.5.8-9
patchutils                      0.2.31-2
perl                            5.10.0-5
pkg-config                      0.23a-2
procps                          3.2.7-1
proftpd                         1.2.10-1
psmisc                          21.5-3
pygtk2                          2.6.3-1
python                          2.5.2-1
qt3                             3.3.4-2
qt3-devel                       3.3.4-2
randrproto                      1.2.2-1
readline                        5.2.13-11
rebase                          2.4.4-1
recordproto                     1.13.2-1
renderproto                     0.9.3-1
resourceproto                   1.0.2-1
rgb                             1.0.3-1
rsync                           3.0.4-1
run                             1.1.10-1
scrnsaverproto                  1.1.0-1
sed                             4.1.5-2
sharutils                       4.7-1
startup-notification            0.9-1
startup-notification-devel      0.9-1
subversion                      1.5.4-1
sysvinit                        2.86-3
tar                             1.20-1
tcltk                           20080420-1
tcp_wrappers                    7.6-5
termcap                         20050421-1
terminfo                        5.5_20061104-1
texinfo                         4.8a-1
time                            1.7-2
tzcode                          2008h-1
unzip                           5.52-2
util-linux                      2.13.1-2
w32api                          3.13-1
wget                            1.11.3-2
which                           2.19-1
windowswmproto                  1.0.3-1
xauth                           1.0.3-1
xcb-proto                       1.2-1
xcompmgr                        1.1.4-1
xcursor-themes                  1.0.1-1
xdelta                          1.1.4-1
xdelta-devel                    1.1.4-1
xextproto                       7.0.3-1
xinit                           1.1.0-3
xkbcomp                         1.0.5-1
xkbevd                          1.0.2-1
xkeyboard-config                1.4-1
xlsfonts                        1.0.2-1
xman                            1.0.3-3
xmlto                           0.0.18-2
xmodmap                         1.0.3-1
xorg-cf-files                   1.0.2-7
xorg-scripts                    1.0.1-1
xorg-server                     1.5.3-4
xorg-util-macros                1.1.6-1
xproto                          7.0.14-1
xrdb                            1.0.5-1
xterm                           237-2
zip                             2.32-2
zlib                            1.2.3-2
Use -h to see help about each section


==================== strace.out ====================
**********************************************
Program name: C:\cygwin\bin\bash.exe (pid 632, ppid 1)
App version:  1005.25, api: 0.156
DLL version:  1007.0, api: 0.189
DLL build:    2008-12-09 14:20
OS version:   Windows NT-5.1
Heap size:    402653184
Date/Time:    2008-12-17 15:52:36
**********************************************
    19     207 [main] bash 632 set_myself: myself->dwProcessId 632
    17     224 [main] bash 632 time: 1229496756 = time (0)
   550     774 [main] bash 632 environ_init: GetEnvironmentStrings 
returned 0x10000
    33     807 [main] bash 632 environ_init: 0x748258: !::=::\
    29     836 [main] bash 632 environ_init: 0x748268: 
ALLUSERSPROFILE=C:\Documents and Settings\All Users
    29     865 [main] bash 632 environ_init: 0x7482A0: 
APPDATA=C:\Documents and Settings\남 성현\Application Data
    33     898 [main] bash 632 pinfo_init: Set nice to 0
    15     913 [main] bash 632 pinfo_init: pid 632, pgid 632
    41     954 [main] bash 632 dtable::extend: size 32, fds 0x6120A4AC
   427    1381 [main] bash 632 pwdgrp::load: \etc\passwd curr_lines 11
    48    1429 [main] bash 632 pwdgrp::load: \etc\passwd load succeeded
   372    1801 [main] bash 632 pwdgrp::load: \etc\group curr_lines 12
    47    1848 [main] bash 632 pwdgrp::load: \etc\group load succeeded
    42    1890 [main] bash 632 cygheap_user::ontherange: what 2, pw 0x7488D8
    17    1907 [main] bash 632 cygheap_user::ontherange: Set HOME (from 
/etc/passwd) to /home/namsh
    61    1968 [main] bash 632 normalize_posix_path: src /home/namsh
    16    1984 [main] bash 632 normalize_posix_path: /home/namsh = 
normalize_posix_path (/home/namsh)
    17    2001 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/namsh)
    21    2022 [main] bash 632 set_flags: flags: binary (0x2)
    16    2038 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/home/namsh, dst C:\cygwin\home\namsh, flags 0xA, rc 0
    92    2130 [main] bash 632 symlink_info::check: 0xC000003A = 
NtQueryInformationFile (\??\C:\cygwin\home\namsh)
    62    2192 [main] bash 632 symlink_info::check: not a symlink
    15    2207 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\home\namsh, 0x2233D0) (0x80000A)
    16    2223 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home)
    16    2239 [main] bash 632 set_flags: flags: binary (0x2)
    15    2254 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/home, dst C:\cygwin\home, flags 0xA, rc 0
   126    2380 [main] bash 632 symlink_info::check: 7 = symlink.check 
(C:\cygwin\home, 0x2233D0) (0x1)
    18    2398 [main] bash 632 normalize_posix_path: src /d/user/namsh
    16    2414 [main] bash 632 normalize_posix_path: /d/user/namsh = 
normalize_posix_path (/d/user/namsh)
    15    2429 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/d/user/namsh)
    16    2445 [main] bash 632 set_flags: flags: binary (0x2)
    15    2460 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/d/user/namsh, dst d:\user\namsh, flags 0xA, rc 0
    54    2514 [main] bash 632 symlink_info::check: not a symlink
    26    2540 [main] bash 632 symlink_info::check: 0 = symlink.check 
(d:\user\namsh, 0x2233D0) (0x80000A)
    17    2557 [main] bash 632 path_conv::check: 
this->path(d:\user\namsh), has_acls(1)
    33    2590 [main] bash 632 win_env::add_cache: posix /home/namsh
    15    2605 [main] bash 632 win_env::add_cache: native HOME=D:\user\namsh
    28    2633 [main] bash 632 normalize_posix_path: src /home/namsh
    15    2648 [main] bash 632 normalize_posix_path: /home/namsh = 
normalize_posix_path (/home/namsh)
    15    2663 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/namsh)
    16    2679 [main] bash 632 set_flags: flags: binary (0x2)
    15    2694 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/home/namsh, dst C:\cygwin\home\namsh, flags 0xA, rc 0
    67    2761 [main] bash 632 symlink_info::check: 0xC000003A = 
NtQueryInformationFile (\??\C:\cygwin\home\namsh)
    42    2803 [main] bash 632 symlink_info::check: not a symlink
    44    2847 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\home\namsh, 0x223400) (0x80000A)
    17    2864 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home)
    16    2880 [main] bash 632 set_flags: flags: binary (0x2)
    16    2896 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/home, dst C:\cygwin\home, flags 0xA, rc 0
   122    3018 [main] bash 632 symlink_info::check: 7 = symlink.check 
(C:\cygwin\home, 0x223400) (0x1)
    17    3035 [main] bash 632 normalize_posix_path: src /d/user/namsh
    16    3051 [main] bash 632 normalize_posix_path: /d/user/namsh = 
normalize_posix_path (/d/user/namsh)
    15    3066 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/d/user/namsh)
    16    3082 [main] bash 632 set_flags: flags: binary (0x2)
    16    3098 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/d/user/namsh, dst d:\user\namsh, flags 0xA, rc 0
    48    3146 [main] bash 632 symlink_info::check: not a symlink
    26    3172 [main] bash 632 symlink_info::check: 0 = symlink.check 
(d:\user\namsh, 0x223400) (0x80000A)
    17    3189 [main] bash 632 path_conv::check: 
this->path(d:\user\namsh), has_acls(1)
    30    3219 [main] bash 632 win_env::add_cache: posix /home/namsh
    15    3234 [main] bash 632 win_env::add_cache: native HOME=D:\user\namsh
    49    3283 [main] bash 632 wait_for_sigthread: wait_sig_inited 0x7D4
    19    3302 [main] bash 632 wait_for_sigthread: process/signal 
handling enabled, state 0x41
    51    3353 [main] bash 632 build_argv: argv[0] = 'bash'
    16    3369 [main] bash 632 build_argv: argv[1] = '-c'
    16    3385 [main] bash 632 build_argv: argv[2] = 
'/cygdrive/c/WINDOWS/system32/notepad'
    15    3400 [main] bash 632 build_argv: argc 3
    41    3441 [main] bash 632 normalize_posix_path: src /dev/tty0
    15    3456 [main] bash 632 normalize_posix_path: /dev/tty0 = 
normalize_posix_path (/dev/tty0)
    16    3472 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/dev/tty0)
    19    3491 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/dev/tty0, dst \dev\tty0, flags 0x2, rc 0
    50    3541 [main] bash 632 build_fh_pc: fh 0x6120A5FC
    27    3568 [main] bash 632 fhandler_base::set_flags: flags 0x10000, 
supplied_bin 0x0
    16    3584 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    16    3600 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    29    3629 [main] bash 632 fhandler_tty_slave::open: (514): tty 
output_mutex: waiting 500 ms
    16    3645 [main] bash 632 fhandler_tty_slave::open: (514): tty 
output_mutex: acquired
    19    3664 [main] bash 632 tty::create_inuse: cygtty.slave_alive.0 0x6FC
    17    3681 [main] bash 632 fhandler_tty_slave::open: (517): tty 
output_mutex released
    17    3698 [main] bash 632 
client_request_attach_tty::client_request_attach_tty: created: pid = 
632, master_pid = 1924, from_master = 1432, to_master = 1424
    17    3715 [main] bash 632 cygserver_init: cygserver use disabled in 
client
    16    3731 [main] bash 632 client_request::make_request: cygserver 
un-available
    27    3758 [main] bash 632 open_shared: name cygpid.1924, n 1924, 
shared 0x18C10000 (wanted 0x0), h 0x6F8
    18    3776 [main] bash 632 fhandler_tty_slave::open: cannot dup 
handles via server. using old method.
    29    3805 [main] bash 632 fhandler_tty_slave::open: duplicated 
from_master 0x598->0x6F0 from tty_owner
    16    3821 [main] bash 632 fhandler_tty_slave::open: duplicated 
to_master 0x590->0x6EC from tty_owner
    17    3838 [main] bash 632 init_cygheap::manage_console_count: 
fhandler_tty_slave::open: console_count 1, amount 1, no ctty, 
avoid_freeing_console 0
    28    3866 [main] bash 632 fhandler_console::need_invisible: 
invisible_console 0
    47    3913 [main] bash 632 fhandler_tty_slave::open: /dev/tty0 
opened, usecount 1
    16    3929 [main] bash 632 _pinfo::set_ctty: old no ctty
    17    3946 [main] bash 632 _pinfo::set_ctty: attaching ctty 
/dev/tty0 sid 632, pid 632, pgid 632, tty->pgid 2504, tty->sid 2796
    27    3973 [main] bash 632 open_shared: name cygpid.2796, n 2796, 
shared 0x18C10000 (wanted 0x0), h 0x6F8
    18    3991 [main] bash 632 _pinfo::set_ctty: cygheap->ctty 0x0, arch 
0x6121A604
    16    4007 [main] bash 632 _pinfo::set_ctty: ctty NULL
    15    4022 [main] bash 632 init_cygheap::manage_console_count: 
_pinfo::set_ctty: console_count 2, amount 1, ctty /dev/tty0, 
avoid_freeing_console 0
    16    4038 [main] bash 632 _pinfo::set_ctty: /dev/tty0 ctty, usecount 2
    40    4078 [main] bash 632 normalize_posix_path: src /dev/tty0
    15    4093 [main] bash 632 normalize_posix_path: /dev/tty0 = 
normalize_posix_path (/dev/tty0)
    16    4109 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/dev/tty0)
    15    4124 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/dev/tty0, dst \dev\tty0, flags 0x2, rc 0
    34    4158 [main] bash 632 build_fh_pc: fh 0x6122A60C
    34    4192 [main] bash 632 fhandler_tty_slave::open: copied 
fhandler_tty_slave archetype
    16    4208 [main] bash 632 fhandler_base::set_flags: flags 0x10001, 
supplied_bin 0x0
    15    4223 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    15    4238 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    16    4254 [main] bash 632 init_cygheap::manage_console_count: 
fhandler_tty_slave::open<arch>: console_count 3, amount 1, ctty 
/dev/tty0, avoid_freeing_console 0
    16    4270 [main] bash 632 fhandler_tty_slave::open: /dev/tty0 
opened, usecount 3
    15    4285 [main] bash 632 _pinfo::set_ctty: old ctty /dev/tty0
    16    4301 [main] bash 632 _pinfo::set_ctty: attaching ctty 
/dev/tty0 sid 2796, pid 632, pgid 632, tty->pgid 2504, tty->sid 2796
    24    4325 [main] bash 632 open_shared: name cygpid.2796, n 2796, 
shared 0x18C10000 (wanted 0x0), h 0x6F8
    40    4365 [main] bash 632 normalize_posix_path: src /dev/tty0
    15    4380 [main] bash 632 normalize_posix_path: /dev/tty0 = 
normalize_posix_path (/dev/tty0)
    15    4395 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/dev/tty0)
    16    4411 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/dev/tty0, dst \dev\tty0, flags 0x2, rc 0
    33    4444 [main] bash 632 build_fh_pc: fh 0x6123A614
    26    4470 [main] bash 632 fhandler_tty_slave::open: copied 
fhandler_tty_slave archetype
    15    4485 [main] bash 632 fhandler_base::set_flags: flags 0x10001, 
supplied_bin 0x0
    15    4500 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    16    4516 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    15    4531 [main] bash 632 init_cygheap::manage_console_count: 
fhandler_tty_slave::open<arch>: console_count 4, amount 1, ctty 
/dev/tty0, avoid_freeing_console 0
    16    4547 [main] bash 632 fhandler_tty_slave::open: /dev/tty0 
opened, usecount 4
    15    4562 [main] bash 632 _pinfo::set_ctty: old ctty /dev/tty0
    16    4578 [main] bash 632 _pinfo::set_ctty: attaching ctty 
/dev/tty0 sid 2796, pid 632, pgid 632, tty->pgid 2504, tty->sid 2796
    24    4602 [main] bash 632 open_shared: name cygpid.2796, n 2796, 
shared 0x18C10000 (wanted 0x0), h 0x6F8
    39    4641 [main] bash 632 fhandler_console::need_invisible: 
invisible_console 0
    25    4666 [main] bash 632 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll, keep-rel, no-add-slash)
    17    4683 [main] bash 632 normalize_win32_path: 
C:\cygwin\bin\cygiconv-2.dll = normalize_win32_path 
(C:\cygwin\bin\cygiconv-2.dll)
    16    4699 [main] bash 632 mount_info::conv_to_posix_path: 
/usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin\bin\cygiconv-2.dll)
    36    4735 [main] bash 632 mount_info::conv_to_posix_path: 
conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll, keep-rel, no-add-slash)
    16    4751 [main] bash 632 normalize_win32_path: 
C:\cygwin\bin\cygintl-8.dll = normalize_win32_path 
(C:\cygwin\bin\cygintl-8.dll)
    15    4766 [main] bash 632 mount_info::conv_to_posix_path: 
/usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin\bin\cygintl-8.dll)
    31    4797 [main] bash 632 dll_crt0_1: user_data->main 0x401E20
    16    4813 [main] bash 632 __set_errno: void dll_crt0_1(void*):971 val 0
    48    4861 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    4878 [main] bash 632 sig_send: wakeup 0x6F8
    19    4897 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6F8
    46    4943 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6F8
    42    4985 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    18    5003 [main] bash 632 open: open (/dev/tty, 0x4002)
    19    5022 [main] bash 632 normalize_posix_path: src /dev/tty
    15    5037 [main] bash 632 normalize_posix_path: /dev/tty = 
normalize_posix_path (/dev/tty)
    16    5053 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/dev/tty)
    15    5068 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/dev/tty, dst \dev\tty, flags 0x2, rc 0
    34    5102 [main] bash 632 build_fh_pc: fh 0x6124A61C
    46    5148 [main] bash 632 fhandler_tty_slave::open: copied 
fhandler_tty_slave archetype
    16    5164 [main] bash 632 fhandler_base::set_flags: flags 0x14002, 
supplied_bin 0x0
    16    5180 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    15    5195 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    15    5210 [main] bash 632 init_cygheap::manage_console_count: 
fhandler_tty_slave::open<arch>: console_count 5, amount 1, ctty 
/dev/tty0, avoid_freeing_console 0
    16    5226 [main] bash 632 fhandler_tty_slave::open: /dev/tty0 
opened, usecount 5
    16    5242 [main] bash 632 _pinfo::set_ctty: old ctty /dev/tty0
    16    5258 [main] bash 632 _pinfo::set_ctty: attaching ctty 
/dev/tty0 sid 2796, pid 632, pgid 632, tty->pgid 2504, tty->sid 2796
    25    5283 [main] bash 632 open_shared: name cygpid.2796, n 2796, 
shared 0x18C10000 (wanted 0x0), h 0x6F8
    20    5303 [main] bash 632 open: 3 = open (/dev/tty, 0x4002)
    18    5321 [main] bash 632 close: close (3)
    15    5336 [main] bash 632 init_cygheap::manage_console_count: 
fhandler_tty_slave::close: console_count 4, amount -1, ctty /dev/tty0, 
avoid_freeing_console 0
    16    5352 [main] bash 632 fhandler_tty_slave::close: /dev/tty0 
closed, usecount 4
    16    5368 [main] bash 632 fhandler_tty_slave::close: just returning 
because archetype usecount is != 0
    17    5385 [main] bash 632 close: 0 = close (3)
    17    5402 [main] bash 632 stat64: entering
    18    5420 [main] bash 632 normalize_posix_path: src /tmp
    15    5435 [main] bash 632 normalize_posix_path: /tmp = 
normalize_posix_path (/tmp)
    15    5450 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/tmp)
    16    5466 [main] bash 632 set_flags: flags: binary (0x2)
    15    5481 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/tmp, dst C:\cygwin\tmp, flags 0xA, rc 0
    95    5576 [main] bash 632 symlink_info::check: not a symlink
    28    5604 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\tmp, 0x223580) (0xA)
    16    5620 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\tmp), has_acls(1)
    21    5641 [main] bash 632 build_fh_pc: fh 0x6124A61C
    18    5659 [main] bash 632 stat_worker: (\??\C:\cygwin\tmp, 
0x22CC10, 0x6124A61C), file_attributes 1040
    45    5704 [main] bash 632 fhandler_base::open: (\??\C:\cygwin\tmp, 
0x110000)
   121    5825 [main] bash 632 fhandler_base::set_flags: flags 0x110000, 
supplied_bin 0x10000
    16    5841 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    16    5857 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    15    5872 [main] bash 632 fhandler_base::open: 0 = NtCreateFile 
(0x6F8, 20080, \??\C:\cygwin\tmp, io, NULL, 0, 7, 1, 4000, NULL, 0)
    40    5912 [main] bash 632 fhandler_base::open: 1 = 
fhandler_base::open (\??\C:\cygwin\tmp, 0x110000)
    43    5955 [main] bash 632 fhandler_base::open_fs: 1 = 
fhandler_disk_file::open (\??\C:\cygwin\tmp, 0x10000)
    76    6031 [main] bash 632 cygpsid::debug_print: get_sids_info: 
owner SID = S-1-5-21-1078081533-2025429265-839522115-1004
    47    6078 [main] bash 632 cygpsid::debug_print: get_sids_info: 
group SID = S-1-5-21-1078081533-2025429265-839522115-513
    19    6097 [main] bash 632 get_info_from_sd: ACL 43FF, uid 1004, gid 513
    29    6126 [main] bash 632 fhandler_base::fstat_helper: 0 = fstat (, 
0x22CC10) st_atime=4948A0E1 st_size=0, st_mode=0x43FF, 
st_ino=19421773393035340, sizeof=96
    17    6143 [main] bash 632 fhandler_base::close: closing '/tmp' 
handle 0x6F8
    31    6174 [main] bash 632 stat_worker: 0 = (\??\C:\cygwin\tmp, 
0x22CC10)
   152    6326 [main] bash 632 time: 1229496756 = time (0)
   188    6514 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    6531 [main] bash 632 sig_send: wakeup 0x6CC
    18    6549 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     3    6552 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    38    6590 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    18    6608 [main] bash 632 sigaction_worker: signal 20, newact 
0x22C630 (handler 0x0), oa 0x0
    16    6624 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-20, its_me 1
    16    6640 [main] bash 632 sig_send: wakeup 0x6CC
    18    6658 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     2    6660 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
  1024    7684 [main] bash 632 sig_send: returning 0x0 from sending 
signal -20
    25    7709 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    20    7729 [main] bash 632 sig_send: wakeup 0x6CC
    22    7751 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     2    7753 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    38    7791 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    18    7809 [main] bash 632 sigaction_worker: signal 20, newact 
0x22C630 (handler 0x0), oa 0x0
    16    7825 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-20, its_me 1
    17    7842 [main] bash 632 sig_send: wakeup 0x6CC
    18    7860 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     2    7862 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    33    7895 [main] bash 632 sig_send: returning 0x0 from sending 
signal -20
    18    7913 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    7930 [main] bash 632 sig_send: wakeup 0x6CC
    17    7947 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     2    7949 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    33    7982 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    17    7999 [main] bash 632 sigaction_worker: signal 2, newact 
0x22C630 (handler 0x0), oa 0x0
    16    8015 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    8032 [main] bash 632 sig_send: wakeup 0x6CC
    17    8049 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     2    8051 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    33    8084 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    17    8101 [main] bash 632 sigaction_worker: signal 2, newact 
0x22C630 (handler 0x0), oa 0x0
    16    8117 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    16    8133 [main] bash 632 sig_send: wakeup 0x6CC
    18    8151 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     2    8153 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    32    8185 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    17    8202 [main] bash 632 sigaction_worker: signal 3, newact 
0x22C630 (handler 0x0), oa 0x0
    16    8218 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    8235 [main] bash 632 sig_send: wakeup 0x6CC
    17    8252 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     3    8255 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    32    8287 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    17    8304 [main] bash 632 sigaction_worker: signal 3, newact 
0x22C630 (handler 0x0), oa 0x0
    21    8325 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    8342 [main] bash 632 sig_send: wakeup 0x6CC
    17    8359 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     3    8362 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    32    8394 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    17    8411 [main] bash 632 sigaction_worker: signal 3, newact 
0x22C620 (handler 0x1), oa 0x0
    16    8427 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-3, its_me 1
    17    8444 [main] bash 632 sig_send: wakeup 0x6CC
    17    8461 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     3    8464 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    33    8497 [main] bash 632 sig_send: returning 0x0 from sending 
signal -3
    20    8517 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17    8534 [main] bash 632 sig_send: wakeup 0x6CC
    17    8551 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6CC
     3    8554 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6CC
    32    8586 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
  1804   10390 [main] bash 632 wsock_init: res 0
    20   10410 [main] bash 632 wsock_init: wVersion 514
    17   10427 [main] bash 632 wsock_init: wHighVersion 514
    16   10443 [main] bash 632 wsock_init: szDescription WinSock 2.0
    15   10458 [main] bash 632 wsock_init: szSystemStatus Running
    15   10473 [main] bash 632 wsock_init: iMaxSockets 0
    14   10487 [main] bash 632 wsock_init: iMaxUdpDg 0
    15   10502 [main] bash 632 wsock_init: lpVendorInfo 0
   910   11412 [main] bash 632 cygwin_gethostname: name SUNGHYUNNAM
   546   11958 [main] bash 632 cwdstuff::get: posix 
/cygdrive/d/user/namsh/tmp
    29   11987 [main] bash 632 cwdstuff::get: 
(/cygdrive/d/user/namsh/tmp) = cwdstuff::get (0x759EF8, -1, 1, 1), errno 0
   884   12871 [main] bash 632 stat64: entering
    16   12887 [main] bash 632 normalize_posix_path: src .
    16   12903 [main] bash 632 cwdstuff::get: posix 
/cygdrive/d/user/namsh/tmp
    16   12919 [main] bash 632 cwdstuff::get: 
(/cygdrive/d/user/namsh/tmp) = cwdstuff::get (0x720008, 32768, 1, 0), 
errno 0
    16   12935 [main] bash 632 normalize_posix_path: 
/cygdrive/d/user/namsh/tmp/ = normalize_posix_path (.)
    16   12951 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/cygdrive/d/user/namsh/tmp)
    16   12967 [main] bash 632 mount_info::cygdrive_win32_path: src 
'/cygdrive/d/user/namsh/tmp', dst 'D:\user\namsh\tmp'
    16   12983 [main] bash 632 set_flags: flags: binary (0x2)
    15   12998 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/cygdrive/d/user/namsh/tmp, dst D:\user\namsh\tmp, flags 0x4022, rc 0
    63   13061 [main] bash 632 symlink_info::check: not a symlink
    27   13088 [main] bash 632 symlink_info::check: 0 = symlink.check 
(D:\user\namsh\tmp, 0x223430) (0x4022)
    17   13105 [main] bash 632 path_conv::check: 
this->path(D:\user\namsh\tmp), has_acls(1)
    21   13126 [main] bash 632 build_fh_pc: fh 0x6124A61C
    17   13143 [main] bash 632 stat_worker: (\??\D:\user\namsh\tmp, 
0x22C530, 0x6124A61C), file_attributes 16
    44   13187 [main] bash 632 fhandler_base::open: 
(\??\D:\user\namsh\tmp, 0x110000)
    68   13255 [main] bash 632 fhandler_base::set_flags: flags 0x110000, 
supplied_bin 0x10000
    16   13271 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    16   13287 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    15   13302 [main] bash 632 fhandler_base::open: 0 = NtCreateFile 
(0x6B8, 20080, \??\D:\user\namsh\tmp, io, NULL, 0, 7, 1, 4000, NULL, 0)
    40   13342 [main] bash 632 fhandler_base::open: 1 = 
fhandler_base::open (\??\D:\user\namsh\tmp, 0x110000)
    43   13385 [main] bash 632 fhandler_base::open_fs: 1 = 
fhandler_disk_file::open (\??\D:\user\namsh\tmp, 0x10000)
    68   13453 [main] bash 632 cygpsid::debug_print: get_sids_info: 
owner SID = S-1-5-21-1078081533-2025429265-839522115-1004
    18   13471 [main] bash 632 cygpsid::debug_print: get_sids_info: 
group SID = S-1-5-21-1078081533-2025429265-839522115-513
    20   13491 [main] bash 632 get_info_from_sd: ACL 41C0, uid 1004, gid 513
    28   13519 [main] bash 632 fhandler_base::fstat_helper: 0 = fstat (, 
0x22C530) st_atime=4948A159 st_size=0, st_mode=0x41C0, 
st_ino=281474976714212, sizeof=96
    18   13537 [main] bash 632 fhandler_base::close: closing 
'/cygdrive/d/user/namsh/tmp' handle 0x6B8
    26   13563 [main] bash 632 stat_worker: 0 = (\??\D:\user\namsh\tmp, 
0x22C530)
    68   13631 [main] bash 632 stat64: entering
    16   13647 [main] bash 632 normalize_posix_path: src /usr/gnu/bin/bash
    15   13662 [main] bash 632 normalize_posix_path: /usr/gnu/bin/bash = 
normalize_posix_path (/usr/gnu/bin/bash)
    16   13678 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/usr/gnu/bin/bash)
    16   13694 [main] bash 632 set_flags: flags: binary (0x2)
    16   13710 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/usr/gnu/bin/bash, dst C:\cygwin\usr\gnu\bin\bash, flags 0xA, rc 0
    81   13791 [main] bash 632 symlink_info::check: 0xC000003A = 
NtQueryInformationFile (\??\C:\cygwin\usr\gnu\bin\bash)
    43   13834 [main] bash 632 symlink_info::check: not a symlink
    15   13849 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\usr\gnu\bin\bash, 0x223380) (0xA)
    16   13865 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/usr/gnu/bin)
    16   13881 [main] bash 632 set_flags: flags: binary (0x2)
    15   13896 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/usr/gnu/bin, dst C:\cygwin\usr\gnu\bin, flags 0xA, rc 0
    65   13961 [main] bash 632 symlink_info::check: 0xC000003A = 
NtQueryInformationFile (\??\C:\cygwin\usr\gnu\bin)
    41   14002 [main] bash 632 symlink_info::check: not a symlink
    15   14017 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\usr\gnu\bin, 0x223380) (0xA)
    15   14032 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/usr/gnu)
    18   14050 [main] bash 632 set_flags: flags: binary (0x2)
    15   14065 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/usr/gnu, dst C:\cygwin\usr\gnu, flags 0xA, rc 0
    65   14130 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\usr\gnu)
    88   14218 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\usr\gnu.lnk)
    41   14259 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\usr\gnu, 0x223380) (0xA)
    16   14275 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/usr)
    16   14291 [main] bash 632 set_flags: flags: binary (0x2)
    15   14306 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/usr, dst C:\cygwin\usr, flags 0xA, rc 0
    78   14384 [main] bash 632 symlink_info::check: not a symlink
    26   14410 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\usr, 0x223380) (0xA)
   234   14644 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\usr\gnu\bin\bash), has_acls(1)
    17   14661 [main] bash 632 __set_errno: int stat_worker(path_conv&, 
__stat64*):1355 val 2
    16   14677 [main] bash 632 stat_worker: -1 = 
(\??\C:\cygwin\usr\gnu\bin\bash, 0x22C470)
    89   14766 [main] bash 632 stat64: entering
    15   14781 [main] bash 632 normalize_posix_path: src /usr/local/bin/bash
    15   14796 [main] bash 632 normalize_posix_path: /usr/local/bin/bash 
= normalize_posix_path (/usr/local/bin/bash)
    16   14812 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/usr/local/bin/bash)
    15   14827 [main] bash 632 set_flags: flags: binary (0x2)
    16   14843 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/usr/local/bin/bash, dst C:\cygwin\usr\local\bin\bash, flags 0xA, rc 0
    73   14916 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash)
   101   15017 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash.exe)
    88   15105 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash.lnk)
    89   15194 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash.exe.lnk)
    40   15234 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\usr\local\bin\bash, 0x223380) (0xA)
    16   15250 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/usr/local/bin)
    16   15266 [main] bash 632 set_flags: flags: binary (0x2)
    15   15281 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/usr/local/bin, dst C:\cygwin\usr\local\bin, flags 0xA, rc 0
    75   15356 [main] bash 632 symlink_info::check: not a symlink
    26   15382 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\usr\local\bin, 0x223380) (0xA)
   132   15514 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\usr\local\bin\bash), has_acls(1)
    17   15531 [main] bash 632 __set_errno: int stat_worker(path_conv&, 
__stat64*):1355 val 2
    16   15547 [main] bash 632 stat_worker: -1 = 
(\??\C:\cygwin\usr\local\bin\bash, 0x22C470)
    88   15635 [main] bash 632 stat64: entering
    15   15650 [main] bash 632 normalize_posix_path: src /bin/bash
    15   15665 [main] bash 632 normalize_posix_path: /bin/bash = 
normalize_posix_path (/bin/bash)
    16   15681 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/bin/bash)
    18   15699 [main] bash 632 set_flags: flags: binary (0x2)
    15   15714 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
    70   15784 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   105   15889 [main] bash 632 symlink_info::check: not a symlink
    27   15916 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\bin\bash.exe, 0x223380) (0xA)
    16   15932 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\bin\bash.exe), has_acls(1)
    19   15951 [main] bash 632 build_fh_pc: fh 0x6124A61C
    16   15967 [main] bash 632 stat_worker: (\??\C:\cygwin\bin\bash.exe, 
0x22C470, 0x6124A61C), file_attributes 32
    41   16008 [main] bash 632 fhandler_base::open: 
(\??\C:\cygwin\bin\bash.exe, 0x110000)
    98   16106 [main] bash 632 fhandler_base::set_flags: flags 0x110000, 
supplied_bin 0x10000
    17   16123 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    15   16138 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    15   16153 [main] bash 632 fhandler_base::open: 0 = NtCreateFile 
(0x6B8, 20080, \??\C:\cygwin\bin\bash.exe, io, NULL, 0, 7, 1, 4000, NULL, 0)
    40   16193 [main] bash 632 fhandler_base::open: 1 = 
fhandler_base::open (\??\C:\cygwin\bin\bash.exe, 0x110000)
    43   16236 [main] bash 632 fhandler_base::open_fs: 1 = 
fhandler_disk_file::open (\??\C:\cygwin\bin\bash.exe, 0x10000)
    66   16302 [main] bash 632 cygpsid::debug_print: get_sids_info: 
owner SID = S-1-5-21-1078081533-2025429265-839522115-1004
    18   16320 [main] bash 632 cygpsid::debug_print: get_sids_info: 
group SID = S-1-5-21-1078081533-2025429265-839522115-513
    18   16338 [main] bash 632 get_info_from_sd: ACL 1ED, uid 1004, gid 513
    27   16365 [main] bash 632 fhandler_base::fstat_helper: 0 = fstat (, 
0x22C470) st_atime=4948A1B4 st_size=469504, st_mode=0x81ED, 
st_ino=1970324837062405, sizeof=96
    18   16383 [main] bash 632 fhandler_base::close: closing '/bin/bash' 
handle 0x6B8
    26   16409 [main] bash 632 stat_worker: 0 = 
(\??\C:\cygwin\bin\bash.exe, 0x22C470)
    44   16453 [main] bash 632 normalize_posix_path: src /bin/bash
    15   16468 [main] bash 632 normalize_posix_path: /bin/bash = 
normalize_posix_path (/bin/bash)
    15   16483 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/bin/bash)
    16   16499 [main] bash 632 set_flags: flags: binary (0x2)
    15   16514 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
    80   16594 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   139   16733 [main] bash 632 symlink_info::check: not a symlink
    28   16761 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\bin\bash.exe, 0x223310) (0xA)
    16   16777 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\bin\bash.exe), has_acls(1)
    19   16796 [main] bash 632 build_fh_pc: fh 0x6124A61C
   109   16905 [main] bash 632 check_file_access: flags 1, ret 0
    28   16933 [main] bash 632 fhandler_base::fhaccess: returning 0
    15   16948 [main] bash 632 access: returning 0
    16   16964 [main] bash 632 normalize_posix_path: src /bin/bash
    15   16979 [main] bash 632 normalize_posix_path: /bin/bash = 
normalize_posix_path (/bin/bash)
    15   16994 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/bin/bash)
    16   17010 [main] bash 632 set_flags: flags: binary (0x2)
    15   17025 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
    68   17093 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   102   17195 [main] bash 632 symlink_info::check: not a symlink
    26   17221 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\bin\bash.exe, 0x223310) (0xA)
    17   17238 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\bin\bash.exe), has_acls(1)
    18   17256 [main] bash 632 build_fh_pc: fh 0x6124A61C
   101   17357 [main] bash 632 check_file_access: flags 4, ret 0
    28   17385 [main] bash 632 fhandler_base::fhaccess: returning 0
    15   17400 [main] bash 632 access: returning 0
    28   17428 [main] bash 632 stat64: entering
    15   17443 [main] bash 632 normalize_posix_path: src /bin/bash
    15   17458 [main] bash 632 normalize_posix_path: /bin/bash = 
normalize_posix_path (/bin/bash)
    15   17473 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/bin/bash)
    16   17489 [main] bash 632 set_flags: flags: binary (0x2)
    15   17504 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
    70   17574 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   103   17677 [main] bash 632 symlink_info::check: not a symlink
    27   17704 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\bin\bash.exe, 0x2233A0) (0xA)
    16   17720 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\bin\bash.exe), has_acls(1)
    19   17739 [main] bash 632 build_fh_pc: fh 0x6124A61C
    16   17755 [main] bash 632 stat_worker: (\??\C:\cygwin\bin\bash.exe, 
0x22C490, 0x6124A61C), file_attributes 32
    41   17796 [main] bash 632 fhandler_base::open: 
(\??\C:\cygwin\bin\bash.exe, 0x110000)
    94   17890 [main] bash 632 fhandler_base::set_flags: flags 0x110000, 
supplied_bin 0x10000
    16   17906 [main] bash 632 fhandler_base::set_flags: O_TEXT/O_BINARY 
set in flags 0x10000
    16   17922 [main] bash 632 fhandler_base::set_flags: filemode set to 
binary
    15   17937 [main] bash 632 fhandler_base::open: 0 = NtCreateFile 
(0x6B4, 20080, \??\C:\cygwin\bin\bash.exe, io, NULL, 0, 7, 1, 4000, NULL, 0)
    40   17977 [main] bash 632 fhandler_base::open: 1 = 
fhandler_base::open (\??\C:\cygwin\bin\bash.exe, 0x110000)
    43   18020 [main] bash 632 fhandler_base::open_fs: 1 = 
fhandler_disk_file::open (\??\C:\cygwin\bin\bash.exe, 0x10000)
    65   18085 [main] bash 632 cygpsid::debug_print: get_sids_info: 
owner SID = S-1-5-21-1078081533-2025429265-839522115-1004
    17   18102 [main] bash 632 cygpsid::debug_print: get_sids_info: 
group SID = S-1-5-21-1078081533-2025429265-839522115-513
    17   18119 [main] bash 632 get_info_from_sd: ACL 1ED, uid 1004, gid 513
    28   18147 [main] bash 632 fhandler_base::fstat_helper: 0 = fstat (, 
0x22C490) st_atime=4948A1B4 st_size=469504, st_mode=0x81ED, 
st_ino=1970324837062405, sizeof=96
    17   18164 [main] bash 632 fhandler_base::close: closing '/bin/bash' 
handle 0x6B4
    27   18191 [main] bash 632 stat_worker: 0 = 
(\??\C:\cygwin\bin\bash.exe, 0x22C490)
    41   18232 [main] bash 632 normalize_posix_path: src /bin/bash
    17   18249 [main] bash 632 normalize_posix_path: /bin/bash = 
normalize_posix_path (/bin/bash)
    15   18264 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/bin/bash)
    16   18280 [main] bash 632 set_flags: flags: binary (0x2)
    15   18295 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
    74   18369 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
    98   18467 [main] bash 632 symlink_info::check: not a symlink
    27   18494 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\bin\bash.exe, 0x223330) (0xA)
    16   18510 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\bin\bash.exe), has_acls(1)
    19   18529 [main] bash 632 build_fh_pc: fh 0x6124A61C
    96   18625 [main] bash 632 check_file_access: flags 1, ret 0
    28   18653 [main] bash 632 fhandler_base::fhaccess: returning 0
    15   18668 [main] bash 632 access: returning 0
    16   18684 [main] bash 632 normalize_posix_path: src /bin/bash
    15   18699 [main] bash 632 normalize_posix_path: /bin/bash = 
normalize_posix_path (/bin/bash)
    15   18714 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/bin/bash)
    16   18730 [main] bash 632 set_flags: flags: binary (0x2)
    15   18745 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/bin/bash, dst C:\cygwin\bin\bash, flags 0xA, rc 0
    69   18814 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   102   18916 [main] bash 632 symlink_info::check: not a symlink
    26   18942 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\bin\bash.exe, 0x223330) (0xA)
    16   18958 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\bin\bash.exe), has_acls(1)
    19   18977 [main] bash 632 build_fh_pc: fh 0x6124A61C
   100   19077 [main] bash 632 check_file_access: flags 4, ret 0
    28   19105 [main] bash 632 fhandler_base::fhaccess: returning 0
    15   19120 [main] bash 632 access: returning 0
   114   19234 [main] bash 632 normalize_posix_path: src /etc
    15   19249 [main] bash 632 normalize_posix_path: /etc = 
normalize_posix_path (/etc)
    16   19265 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/etc)
    15   19280 [main] bash 632 set_flags: flags: binary (0x2)
    15   19295 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/etc, dst C:\cygwin\etc, flags 0xA, rc 0
    80   19375 [main] bash 632 symlink_info::check: not a symlink
    26   19401 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\cygwin\etc, 0x223420) (0xA)
    16   19417 [main] bash 632 path_conv::check: 
this->path(C:\cygwin\etc), has_acls(1)
  1703   21120 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    18   21138 [main] bash 632 sig_send: wakeup 0x6B0
    19   21157 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6B0
     3   21160 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6B0
    40   21200 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    17   21217 [main] bash 632 sigaction_worker: signal 20, newact 
0x22C620 (handler 0x41F040), oa 0x0
   493   21710 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17   21727 [main] bash 632 sig_send: wakeup 0x6B0
    18   21745 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6B0
     2   21747 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6B0
    33   21780 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    19   21799 [main] bash 632 __set_errno: fhandler_socket* get(int):71 
val 108
    16   21815 [main] bash 632 cygwin_getpeername: -1 = getpeername (0) -1
   701   22516 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    20   22536 [main] bash 632 sig_send: wakeup 0x6B0
    21   22557 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6B0
    21   22578 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6B0
    22   22600 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    21   22621 [main] bash 632 sigaction_worker: signal 2, newact 
0x22C500 (handler 0x0), oa 0x0
    18   22639 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    17   22656 [main] bash 632 sig_send: wakeup 0x6B0
    18   22674 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6B0
    18   22692 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6B0
    20   22712 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    16   22728 [main] bash 632 sigaction_worker: signal 3, newact 
0x22C500 (handler 0x0), oa 0x1
    17   22745 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-34, its_me 1
    18   22763 [main] bash 632 sig_send: wakeup 0x6B0
    20   22783 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6B0
    20   22803 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6B0
    22   22825 [main] bash 632 sig_send: returning 0x0 from sending 
signal -34
    18   22843 [main] bash 632 sigaction_worker: signal 20, newact 
0x22C500 (handler 0x0), oa 0x41F040
    19   22862 [main] bash 632 sig_send: sendsig 0x708, pid 632, signal 
-20, its_me 1
    19   22881 [main] bash 632 sig_send: wakeup 0x6B0
    20   22901 [main] bash 632 sig_send: Waiting for pack.wakeup 0x6B0
    20   22921 [sig] bash 632 wait_sig: signalling pack.wakeup 0x6B0
    22   22943 [main] bash 632 sig_send: returning 0x0 from sending 
signal -20
    37   22980 [main] bash 632 spawnve: spawnve 
(/cygdrive/c/WINDOWS/system32/notepad, 
/cygdrive/c/WINDOWS/system32/notepad, 75B170)
    21   23001 [main] bash 632 spawn_guts: spawn_guts (3, 
/cygdrive/c/WINDOWS/system32/notepad)
    22   23023 [main] bash 632 perhaps_suffix: prog 
'/cygdrive/c/WINDOWS/system32/notepad'
    19   23042 [main] bash 632 normalize_posix_path: src 
/cygdrive/c/WINDOWS/system32/notepad
    18   23060 [main] bash 632 normalize_posix_path: 
/cygdrive/c/WINDOWS/system32/notepad = normalize_posix_path 
(/cygdrive/c/WINDOWS/system32/notepad)
    18   23078 [main] bash 632 mount_info::conv_to_win32_path: 
conv_to_win32_path (/cygdrive/c/WINDOWS/system32/notepad)
    19   23097 [main] bash 632 mount_info::cygdrive_win32_path: src 
'/cygdrive/c/WINDOWS/system32/notepad', dst 'C:\WINDOWS\system32\notepad'
    18   23115 [main] bash 632 set_flags: flags: binary (0x2)
   229   23344 [main] bash 632 mount_info::conv_to_win32_path: src_path 
/cygdrive/c/WINDOWS/system32/notepad, dst C:\WINDOWS\system32\notepad, 
flags 0x4022, rc 0
    69   23413 [main] bash 632 symlink_info::check: 0xC0000034 = 
NtQueryInformationFile (\??\C:\WINDOWS\system32\notepad)
    78   23491 [main] bash 632 symlink_info::check: not a symlink
    26   23517 [main] bash 632 symlink_info::check: 0 = symlink.check 
(C:\WINDOWS\system32\notepad.exe, 0x222790) (0x4022)
    17   23534 [main] bash 632 path_conv::check: 
this->path(C:\WINDOWS\system32\notepad.exe), has_acls(1)
    15   23549 [main] bash 632 perhaps_suffix: buf 
C:\WINDOWS\system32\notepad.exe, suffix found '.exe'
   125   23674 [main] bash 632 spawn_guts: priority class 32
    27   23701 [main] bash 632 fhandler_console::need_invisible: 
invisible_console 0
    19   23720 [main] bash 632 spawn_guts: null_app_name 0 
(C:\WINDOWS\system32\notepad.exe, )
    43   23763 [main] bash 632 build_env: envp 0x75B170
    19   23782 [main] bash 632 spenv::retrieve: no_envblock 0
    32   23814 [main] bash 632 spenv::retrieve: using computed value for 
'SYSTEMROOT='
    15   23829 [main] bash 632 spenv::retrieve: no_envblock 0
    15   23844 [main] bash 632 spenv::retrieve: using computed value for 
'WINDIR='
    15   23859 [main] bash 632 build_env: env count 10, bytes 266
    48   23907 [main] bash 632 build_env: envp 0x6125A73C, envc 10
    15   23922 [main] bash 632 child_info::child_info: subproc_ready 0x0
  6799   30721 [main] bash 632 spawn_guts: 632 = spawn_guts 
(/cygdrive/c/WINDOWS/system32/notepad, C:\WINDOWS\system32\notepad.exe)
    34   30755 [main] bash 632! spawn_guts: new process name 
C:\WINDOWS\system32\notepad.exe
    19   30774 [main] bash 632! init_cygheap::manage_console_count: 
fhandler_tty_slave::close: console_count 3, amount -1, ctty /dev/tty0, 
avoid_freeing_console 0
    21   30795 [main] bash 632! fhandler_tty_slave::close: /dev/tty0 
closed, usecount 3
    16   30811 [main] bash 632! fhandler_tty_slave::close: just 
returning because archetype usecount is != 0
    17   30828 [main] bash 632! init_cygheap::manage_console_count: 
fhandler_tty_slave::close: console_count 2, amount -1, ctty /dev/tty0, 
avoid_freeing_console 0
    16   30844 [main] bash 632! fhandler_tty_slave::close: /dev/tty0 
closed, usecount 2
    15   30859 [main] bash 632! fhandler_tty_slave::close: just 
returning because archetype usecount is != 0
    18   30877 [main] bash 632! init_cygheap::manage_console_count: 
fhandler_tty_slave::close: console_count 1, amount -1, ctty /dev/tty0, 
avoid_freeing_console 0
    16   30893 [main] bash 632! fhandler_tty_slave::close: /dev/tty0 
closed, usecount 1
    15   30908 [main] bash 632! fhandler_tty_slave::close: just 
returning because archetype usecount is != 0
    18   30926 [main] bash 632! spawn_guts: spawned windows pid 2228
    18   30944 [main] bash 632! child_info::sync: n 1, waiting for 
subproc_ready(0x698) and child process(0x800)
--- Process 2228, exception C0150004 at 7C99478E
  1649   32593 [main] bash 632! child_info::sync: pid 2228, WFMO 
returned 0, res 0
    42   32635 [main] bash 632! pinfo::maybe_set_exit_code_from_windows: 
pid 632, exit value - old 0x0, windows 0x7F, cygwin 0x8007F00
    24   32659 [main] bash 632! sigproc_terminate: entering
    17   32676 [main] bash 632! sig_send: sendsig 0x708, pid 632, signal 
-42, its_me 1
    23   32699 [main] bash 632! sig_send: Not waiting for sigcomplete. 
its_me 1 signal -42
    18   32717 [main] bash 632! sig_send: returning 0x0 from sending 
signal -42
   -15   32702 [sig] bash 632! wait_sig: saw __SIGEXIT
    32   32734 [main] bash 632! proc_terminate: nprocs 0
    31   32765 [main] bash 632! proc_terminate: leaving
     1   32766 [sig] bash 632! wait_sig: signal thread exiting
    17   32783 [main] bash 632! __to_clock_t: dwHighDateTime 0, 
dwLowDateTime 312500
    36   32819 [main] bash 632! __to_clock_t: total 00000000 0000001F
    18   32837 [main] bash 632! __to_clock_t: dwHighDateTime 0, 
dwLowDateTime 156250
    31   32868 [main] bash 632! __to_clock_t: total 00000000 0000000F
   288   33156 [main] bash 632! pinfo::exit: Calling ExitProcess n 
0x4000000, exitcode 0x7F



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

* Re: [1.7] cannot run native win32 app
  2008-12-17  8:15   ` SungHyun Nam
@ 2008-12-17 21:08     ` Christopher Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Faylor @ 2008-12-17 21:08 UTC (permalink / raw)
  To: cygwin

On Wed, Dec 17, 2008 at 05:14:47PM +0900, SungHyun Nam wrote:
> Christopher Faylor wrote:
>>Please, at the very least provide the cygcheck output that we always
>>ask for whether this is Cygwin 1.5 or 1.7.

For the record, what we "always ask for" is mentioned here:

http://cygwin.com/problems.html

In particular, we ask for cygcheck information attached to the email.

> I include results of 'cygcheck -c', 'cygcheck -s' and strace output
> below.
>
> ~/tmp[11]$ notepad&
> [1] 2076
> ~/tmp[12]$
> [1]+  Exit 127                notepad
> ~/tmp[12]$ strace -o strace.out bash -c notepad
> bash: notepad: command not found
> ~/tmp[13]$ which notepad
> /cygdrive/c/WINDOWS/system32/notepad
> ~/tmp[14]$ strace -o strace.out bash -c 
> /cygdrive/c/WINDOWS/system32/notepad
>
> ~/tmp[19]$ cygcheck -c > c-c; cygcheck -s > c-s
> cygcheck: WARNING: PATH is not set
>
> cygcheck: WARNING: PATH is not set
>
> ~/tmp[20]$ echo $PATH
> /opt/bin:/d/user/namsh/bin:/d/user/namsh/bin/t:/d/user/namsh/bin/git:/d/user/namsh/bin/share:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/c/tools/bin:/c/tools/vim/vim:/c/cygwin/bin:/c/cygwin/usr/x11r6/bin:/c/cygwin/opt/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/c/tools/bin:/c/tools/vim/vim:/c/cygwin/bin:/c/cygwin/usr/x11r6/bin:/c/cygwin/opt/bin:/d/user/namsh/bin

The fact that you have a bash variable named PATH doesn't mean that you
have an environment variable named PATH.

It might be useful to see what your full envirnoment looks like at the
command prompt by typing "set".  Then we'd see everything, including the
PATH, or Path, or pAth.

But the fact that, from your cygcheck, there don't seem to be any
environment variables being imported is rather odd.

> --- Process 2228, exception C0150004 at 7C99478E

This is suspicious.  Anything that I see on the web regarding the above
exception points to something odd on the host computer.  You might try
searching on that string and 0xc0150004 and see if anything that google
finds relates to your system.

cgf

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

end of thread, other threads:[~2008-12-17 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-17  0:12 [1.7] cannot run native win32 app SungHyun Nam
2008-12-17  4:17 ` Christopher Faylor
2008-12-17  8:15   ` SungHyun Nam
2008-12-17 21:08     ` Christopher Faylor

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