delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/04/23/00:05:19

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-Id: <3.0.5.32.20030423000357.007f9780@incoming.verizon.net>
X-Sender: vze1u1tg AT incoming DOT verizon DOT net
Date: Wed, 23 Apr 2003 00:03:57 -0400
To: cygwin AT cygwin DOT com
From: "Pierre A. Humblet" <Pierre DOT Humblet AT ieee DOT org>
Subject: Re: CVS head bash problem
In-Reply-To: <20030423032902.GB30533@redhat.com>
References: <b84vjb$sqd$1 AT main DOT gmane DOT org>
<b84q3m$drl$1 AT main DOT gmane DOT org>
<20030423015402 DOT GB38081907 AT hpn5170x>
<b84upp$qb5$1 AT main DOT gmane DOT org>
<b84vjb$sqd$1 AT main DOT gmane DOT org>
Mime-Version: 1.0

--=====================_1051085037==_
Content-Type: text/plain; charset="us-ascii"

At 11:29 PM 4/22/2003 -0400, Christopher Faylor wrote:
>A few debugging possibilities spring to mind here.
>
>Try running it under strace with a very large buffer size in (the -b
>option).  Attach to the hung process in strace or gdb.
>
>Does it also have problems with cygwin snapshots?  If not, then we need
>to see how you've configured your version of cygwin, what version of gcc
>you use, etc.
>
>If this is just a cvs thing (and that isn't really clear) then the old
>popular binary search through cvs might be useful to find out what
>change caused the problem.
>
>Also, send cygcheck output (as an attachment).  I suspect that you may
>be using CYGWIN=tty but we don't know what your setup is.

I had sent a cygcheck output immediately after my initial report.
CYGWIN is unset.

Contrary to Rolf I have never seen a hung process in this context.

Cygwin built from current cvs still crashes immediately.
Fortunately cygwin1-20030421.dll.bz2 exhibits the problem very readily.
In fact strace seems to go into the background.
~: strace -o trace bash
~: Use "logout" to leave the shell.
~: 
When I got the prompt back there was no "logout" message and the trace
file was empty. The "logout" message came after a ^C, and there is
now data in the file. Not sure if it's helpful.

I've got to stop now.

Pierre



--=====================_1051085037==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="trace"

**********************************************
Program name: C:\PROGRAM FILES\CYGWIN\BIN\BASH.EXE (86836755)
App version:  1003.20, api: 0.73
DLL version:  1005.0, api: 0.84
DLL build:    20030421 00:32:41SNP
OS version:   Windows ME-4.90
Heap size:    402653184
Date/Time:    2003-04-22 23:48:26
**********************************************
  859    2335 [main] BASH 86836755 environ_init: 0x9F04D0: CDPATH=.:/c/HOME/Pierre:/c/HOME/Pierre/Job:/c/HOME/Pierre/Job/Courses:/c/HOME/Pierre/Job/Courses/Tcom:/c/HOME/Pierre/Job/papers
  317    2652 [main] BASH 86836755 environ_init: 0x9F0558: COLORFGBG=0;default;15
  296    2948 [main] BASH 86836755 environ_init: 0x9F0008: COLORTERM=rxvt-xpm
  330    3278 [main] BASH 86836755 environ_init: 0x9F0578: COMSPEC=C:\WINDOWS\COMMAND.COM
  298    3576 [main] BASH 86836755 environ_init: 0x9F05A0: CVSROOT=:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src
  300    3876 [main] BASH 86836755 environ_init: 0x9F05E0: DISPLAY=:0
  417    4293 [main] BASH 86836755 environ_init: 0x9F05F0: HISTCONTROL=ignoredups
  453    4746 [main] BASH 86836755 environ_init: 0x9F0610: HISTSIZE=50
  300    5046 [main] BASH 86836755 getwinenv: can't set native for HOME= since no environ yet
  300    5346 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\Pierre, no-keep-rel, no-add-slash)
  162    5508 [main] BASH 86836755 normalize_win32_path: c:\HOME\Pierre = normalize_win32_path (c:\HOME\Pierre)
  170    5678 [main] BASH 86836755 mount_info::conv_to_posix_path: /c/HOME/Pierre = conv_to_posix_path (c:\HOME\Pierre)
  443    6121 [main] BASH 86836755 win_env::add_cache: posix /c/HOME/Pierre
  154    6275 [main] BASH 86836755 win_env::add_cache: native HOME=c:\HOME\Pierre
  156    6431 [main] BASH 86836755 posify: env var converted to HOME=/c/HOME/Pierre
  294    6725 [main] BASH 86836755 environ_init: 0x9F0638: HOME=/c/HOME/Pierre
  295    7020 [main] BASH 86836755 environ_init: 0x9F0620: HOMEDRIVE=c:
  296    7316 [main] BASH 86836755 environ_init: 0x9F0778: HOMEPATH=\home\pierre
  297    7613 [main] BASH 86836755 environ_init: 0x9F0798: LESS=-em
  296    7909 [main] BASH 86836755 environ_init: 0x9F07A8: LS_COLORS=
  299    8208 [main] BASH 86836755 environ_init: 0x9F07B8: MAILPATH=~/MAIL/in.mbx?"$_ has mail"
  297    8505 [main] BASH 86836755 environ_init: 0x9F07E8: MAKE_MODE=unix
  293    8798 [main] BASH 86836755 environ_init: 0x9F0800: MANPATH=:/usr/ssl/man
  352    9150 [main] BASH 86836755 environ_init: 0x9F0820: OLDPWD=/c/Program Files/cygwin/bin
  306    9456 [main] BASH 86836755 getwinenv: can't set native for PATH= since no environ yet
  195    9651 [main] BASH 86836755 normalize_posix_path: src .
  174    9825 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\Pierre, no-keep-rel, no-add-slash)
  162    9987 [main] BASH 86836755 normalize_win32_path: c:\HOME\Pierre = normalize_win32_path (c:\HOME\Pierre)
  163   10150 [main] BASH 86836755 mount_info::conv_to_posix_path: /c/HOME/Pierre = conv_to_posix_path (c:\HOME\Pierre)
  166   10316 [main] BASH 86836755 cwdstuff::get: posix /c/HOME/Pierre
  158   10474 [main] BASH 86836755 cwdstuff::get: (/c/HOME/Pierre) = cwdstuff::get (0x7BF840, 260, 1, 0), errno 0
  163   10637 [main] BASH 86836755 normalize_posix_path: /c/HOME/Pierre = normalize_posix_path (.)
  161   10798 [main] BASH 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre)
  165   10963 [main] BASH 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre', dst 'c:\HOME\Pierre'
  164   11127 [main] BASH 86836755 set_flags: flags: binary (0x2)
  157   11284 [main] BASH 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre, dst c:\HOME\Pierre, flags 0x22, rc 0
  505   11789 [main] BASH 86836755 symlink_info::check: not a symlink
  177   11966 [main] BASH 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre, 0x7BF500) (0x22)
  170   12136 [main] BASH 86836755 path_conv::check: root_dir(c:\), this->path(c:\HOME\Pierre), set_has_acls(0)
  318   12454 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\Pierre\bin\share, keep-rel, no-add-slash)
  171   12625 [main] BASH 86836755 normalize_win32_path: c:\HOME\Pierre\bin\share = normalize_win32_path (c:\HOME\Pierre\bin\share)
  166   12791 [main] BASH 86836755 mount_info::conv_to_posix_path: /c/HOME/Pierre/bin/share = conv_to_posix_path (c:\HOME\Pierre\bin\share)
  162   12953 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\Pierre\bin\cygwin, keep-rel, no-add-slash)
  196   13149 [main] BASH 86836755 normalize_win32_path: c:\HOME\Pierre\bin\cygwin = normalize_win32_path (c:\HOME\Pierre\bin\cygwin)
  165   13314 [main] BASH 86836755 mount_info::conv_to_posix_path: /c/HOME/Pierre/bin/cygwin = conv_to_posix_path (c:\HOME\Pierre\bin\cygwin)
  163   13477 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\progra~1\cygwin\usr\local\bin, keep-rel, no-add-slash)
  163   13640 [main] BASH 86836755 normalize_win32_path: c:\progra~1\cygwin\usr\local\bin = normalize_win32_path (c:\progra~1\cygwin\usr\local\bin)
  169   13809 [main] BASH 86836755 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (c:\progra~1\cygwin\usr\local\bin)
  163   13972 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\progra~1\cygwin\bin, keep-rel, no-add-slash)
  164   14136 [main] BASH 86836755 normalize_win32_path: c:\progra~1\cygwin\bin = normalize_win32_path (c:\progra~1\cygwin\bin)
  161   14297 [main] BASH 86836755 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (c:\progra~1\cygwin\bin)
  165   14462 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\progra~1\cygwin\bin, keep-rel, no-add-slash)
  161   14623 [main] BASH 86836755 normalize_win32_path: c:\progra~1\cygwin\bin = normalize_win32_path (c:\progra~1\cygwin\bin)
  162   14785 [main] BASH 86836755 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (c:\progra~1\cygwin\bin)
  162   14947 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel, no-add-slash)
  162   15109 [main] BASH 86836755 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
  162   15271 [main] BASH 86836755 mount_info::conv_to_posix_path: /c/WINDOWS = conv_to_posix_path (c:\WINDOWS)
  162   15433 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\COMMAND, keep-rel, no-add-slash)
  162   15595 [main] BASH 86836755 normalize_win32_path: c:\WINDOWS\COMMAND = normalize_win32_path (c:\WINDOWS\COMMAND)
  163   15758 [main] BASH 86836755 mount_info::conv_to_posix_path: /c/WINDOWS/COMMAND = conv_to_posix_path (c:\WINDOWS\COMMAND)
  163   15921 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\progra~1\cygwin\bin, keep-rel, no-add-slash)
  162   16083 [main] BASH 86836755 normalize_win32_path: c:\progra~1\cygwin\bin = normalize_win32_path (c:\progra~1\cygwin\bin)
  161   16244 [main] BASH 86836755 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (c:\progra~1\cygwin\bin)
  163   16407 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\progra~1\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
  163   16570 [main] BASH 86836755 normalize_win32_path: c:\progra~1\cygwin\usr\X11R6\bin = normalize_win32_path (c:\progra~1\cygwin\usr\X11R6\bin)
  165   16735 [main] BASH 86836755 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (c:\progra~1\cygwin\usr\X11R6\bin)
  162   16897 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (., keep-rel, no-add-slash)
  162   17059 [main] BASH 86836755 mount_info::conv_to_posix_path: . = conv_to_posix_path (.)
  160   17219 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\progra~1\cygwin\usr\local\bin\netpbm, keep-rel, no-add-slash)
  165   17384 [main] BASH 86836755 normalize_win32_path: c:\progra~1\cygwin\usr\local\bin\netpbm = normalize_win32_path (c:\progra~1\cygwin\usr\local\bin\netpbm)
  166   17550 [main] BASH 86836755 mount_info::conv_to_posix_path: /usr/local/bin/netpbm = conv_to_posix_path (c:\progra~1\cygwin\usr\local\bin\netpbm)
  464   18014 [main] BASH 86836755 win_env::add_cache: posix /c/HOME/Pierre/bin/share:/c/HOME/Pierre/bin/cygwin:/usr/local/bin:/usr/bin:/usr/bin:/c/WINDOWS:/c/WINDOWS/COMMAND:/usr/bin:/usr/X11R6/bin:.:/usr/local/bin/netpbm
  165   18179 [main] BASH 86836755 win_env::add_cache: native PATH=c:\HOME\Pierre\bin\share;c:\HOME\Pierre\bin\cygwin;c:\progra~1\cygwin\usr\local\bin;c:\progra~1\cygwin\bin;c:\progra~1\cygwin\bin;c:\WINDOWS;c:\WINDOWS\COMMAND;c:\progra~1\cygwin\bin;c:\progra~1\cygwin\usr\X11R6\bin;.;c:\progra~1\cygwin\usr\local\bin\netpbm
  177   18356 [main] BASH 86836755 posify: env var converted to PATH=/c/HOME/Pierre/bin/share:/c/HOME/Pierre/bin/cygwin:/usr/local/bin:/usr/bin:/usr/bin:/c/WINDOWS:/c/WINDOWS/COMMAND:/usr/bin:/usr/X11R6/bin:.:/usr/local/bin/netpbm
  304   18660 [main] BASH 86836755 environ_init: 0x9F0958: PATH=/c/HOME/Pierre/bin/share:/c/HOME/Pierre/bin/cygwin:/usr/local/bin:/usr/bin:/usr/bin:/c/WINDOWS:/c/WINDOWS/COMMAND:/usr/bin:/usr/X11R6/bin:.:/usr/local/bin/netpbm
  311   18971 [main] BASH 86836755 environ_init: 0x9F0848: PROMPT=$p$g
  342   19313 [main] BASH 86836755 environ_init: 0x9F0858: PS1=\w: 
  295   19608 [main] BASH 86836755 environ_init: 0x9F0868: PWD=/c/HOME/Pierre
  295   19903 [main] BASH 86836755 environ_init: 0x9F0880: SHLVL=1
  297   20200 [main] BASH 86836755 getwinenv: can't set native for TEMP= since no environ yet
  299   20499 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\windows\temp, no-keep-rel, no-add-slash)
  161   20660 [main] BASH 86836755 normalize_win32_path: c:\windows\temp = normalize_win32_path (c:\windows\temp)
  164   20824 [main] BASH 86836755 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (c:\windows\temp)
  435   21259 [main] BASH 86836755 win_env::add_cache: posix /tmp
  153   21412 [main] BASH 86836755 win_env::add_cache: native TEMP=c:\windows\temp
  158   21570 [main] BASH 86836755 posify: env var converted to TEMP=/tmp
  292   21862 [main] BASH 86836755 environ_init: 0x9F0D90: TEMP=/tmp
  296   22158 [main] BASH 86836755 environ_init: 0x9F08E0: TERM=rxvt
  295   22453 [main] BASH 86836755 getwinenv: can't set native for TMP= since no environ yet
  297   22750 [main] BASH 86836755 mount_info::conv_to_posix_path: conv_to_posix_path (c:\windows\temp, no-keep-rel, no-add-slash)
  160   22910 [main] BASH 86836755 normalize_win32_path: c:\windows\temp = normalize_win32_path (c:\windows\temp)
  170   23080 [main] BASH 86836755 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (c:\windows\temp)
  435   23515 [main] BASH 86836755 win_env::add_cache: posix /tmp
  154   23669 [main] BASH 86836755 win_env::add_cache: native TMP=c:\windows\temp
  156   23825 [main] BASH 86836755 posify: env var converted to TMP=/tmp
  305   24130 [main] BASH 86836755 environ_init: 0x9F0EA0: TMP=/tmp
  295   24425 [main] BASH 86836755 environ_init: 0x9F08A0: USER=pierre
  297   24722 [main] BASH 86836755 environ_init: 0x9F0920: WINBOOTDIR=C:\WINDOWS
  295   25017 [main] BASH 86836755 environ_init: 0x9F08F0: WINDIR=C:\WINDOWS
  295   25312 [main] BASH 86836755 environ_init: 0x9F0940: WINDOWID=10037096
  296   25608 [main] BASH 86836755 environ_init: 0x9F0FB0: _=/usr/bin/strace
  310   25918 [main] BASH 86836755 environ_init: 0x9F0FC8: EXM=() {  mutt -f /eroot/var/spool/mail/exim
}
  316   26234 [main] BASH 86836755 environ_init: 0x9F1000: FONTPATH=() {  xset fp+ /ust/lib/X11/fonts/75dpi
}
  300   26534 [main] BASH 86836755 environ_init: 0x9F1038: HOMEFTP=() {  sftp $* worldnet
}
  295   26829 [main] BASH 86836755 environ_init: 0x9F1060: HOMESSH=() {  ssh $* worldnet
}
 1512   28341 [main] BASH 86836755 environ_init: 0x9F1088: IGNOREEOF=10
  327   28668 [main] BASH 86836755 environ_init: 0x9F10A0: KERMIT=() {  command kermit -e 1000 $*
}
  298   28966 [main] BASH 86836755 environ_init: 0x9F10D0: LW=() {  LPDEST=$1
}
  345   29311 [main] BASH 86836755 environ_init: 0x9F10F0: MD=() {  maildir ~/Mail $*
}
  303   29614 [main] BASH 86836755 environ_init: 0x9F1118: MDD=() {  mail -f ~/Mail/`maildir ~/Mail $*`
}
  294   29908 [main] BASH 86836755 environ_init: 0x9F1150: NOTIFY=
  296   30204 [main] BASH 86836755 environ_init: 0x9F1160: PRINTENV=() {  declare -x | sed -e's/declare -x //'
}
  296   30500 [main] BASH 86836755 environ_init: 0x9F11A0: RM=() {  command rm -i "$@"
}
  295   30795 [main] BASH 86836755 environ_init: 0x9F11C8: RXVT=() {  unset DISPLAY;
 /bin/rxvt -fn 13 -e bash --login &
}
  302   31097 [main] BASH 86836755 environ_init: 0x9F1210: XDVI=() {  command xdvi -paper A4 -bw 2 -geometry 844x810+150+0 -topmargin 3cm -expert $* &
}
  301   31398 [main] BASH 86836755 environ_init: 0x9F1278: XFIG=() {  command xfig -latexfonts -specialtext -pwidth 8 -pheight 7 -but_per_row 3 -startgridmode 1 -startposnmode 1 $* &
}
  167   31565 [main] BASH 86836755 pinfo_init: pid 86836755, pgid 86836755
  165   31730 [main] BASH 86836755 dtable::extend: size 32, fds 0x616003C8
  206   31936 [main] BASH 86836755 normalize_posix_path: src /etc/passwd
  159   32095 [main] BASH 86836755 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
  162   32257 [main] BASH 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
  166   32423 [main] BASH 86836755 mount_info::cygdrive_win32_path: src '/etc/passwd', dst ''
  164   32587 [main] BASH 86836755 set_flags: flags: binary (0x2)
  157   32744 [main] BASH 86836755 mount_info::conv_to_win32_path: src_path /etc/passwd, dst c:\progra~1\cygwin\etc\passwd, flags 0xA, rc 0
  558   33302 [main] BASH 86836755 symlink_info::check: not a symlink
  175   33477 [main] BASH 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\etc\passwd, 0x7BF760) (0xA)
  167   33644 [main] BASH 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\etc\passwd), set_has_acls(0)
  233   33877 [main] BASH 86836755 etc::test_file_change: FindFirstFile succeeded
  184   34061 [main] BASH 86836755 etc::test_file_change: fn[1] c:\progra~1\cygwin\etc\passwd res 1
  158   34219 [main] BASH 86836755 etc::init: fn[1] c:\progra~1\cygwin\etc\passwd, curr_ix 1
  158   34377 [main] BASH 86836755 pwdgrp::load: /etc/passwd
  769   35146 [main] BASH 86836755 pwdgrp::load: /etc/passwd curr_lines 8
  162   35308 [main] BASH 86836755 pwdgrp::load: /etc/passwd load succeeded
  163   35471 [main] BASH 86836755 cygheap_user::ontherange: what 2, pw 0x9F14F8
  165   35636 [main] BASH 86836755 cygheap_user::ontherange: HOME is already in the environment /c/HOME/Pierre
  936   36572 [main] BASH 86836755 sigproc_init: process/signal handling enabled(1)
  185   36757 [main] BASH 86836755 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (0)
  163   36920 [main] BASH 86836755 _cygwin_istext_for_stdio:  _cifs: fd not open
  164   37084 [main] BASH 86836755 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (1)
  161   37245 [main] BASH 86836755 _cygwin_istext_for_stdio:  _cifs: fd not open
  163   37408 [main] BASH 86836755 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (2)
  161   37569 [main] BASH 86836755 _cygwin_istext_for_stdio:  _cifs: fd not open
  410   37979 [main] BASH 86836755 build_argv: argv[0] = 'bash'
  234   38213 [main] BASH 86836755 build_argv: argc 1
  176   38389 [main] BASH 86836755 normalize_posix_path: src /dev/piper
  162   38551 [main] BASH 86836755 normalize_posix_path: /dev/piper = normalize_posix_path (/dev/piper)
  166   38717 [main] BASH 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/piper)
  173   38890 [main] BASH 86836755 mount_info::conv_to_win32_path: src_path /dev/piper, dst \dev\piper, flags 0x2, rc 0
  254   39144 [main] BASH 86836755 dtable::build_fhandler: fd 0, fh 0x61600538
  226   39370 [main] BASH 86836755 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  163   39533 [main] BASH 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  162   39695 [main] BASH 86836755 fhandler_base::set_flags: filemode set to binary
  245   39940 [main] BASH 86836755 fhandler_base::init: created new fhandler_base for handle 0xAC, bin 1
  170   40110 [main] BASH 86836755 dtable::init_std_file_from_handle: fd 0, handle 0xAC
  172   40282 [main] BASH 86836755 normalize_posix_path: src /dev/pipew
  162   40444 [main] BASH 86836755 normalize_posix_path: /dev/pipew = normalize_posix_path (/dev/pipew)
  162   40606 [main] BASH 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/pipew)
  168   40774 [main] BASH 86836755 mount_info::conv_to_win32_path: src_path /dev/pipew, dst \dev\pipew, flags 0x2, rc 0
  177   40951 [main] BASH 86836755 dtable::build_fhandler: fd 1, fh 0x61600610
  166   41117 [main] BASH 86836755 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  161   41278 [main] BASH 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  162   41440 [main] BASH 86836755 fhandler_base::set_flags: filemode set to binary
  159   41599 [main] BASH 86836755 fhandler_base::init: created new fhandler_base for handle 0xE4, bin 1
  165   41764 [main] BASH 86836755 dtable::init_std_file_from_handle: fd 1, handle 0xE4
  170   41934 [main] BASH 86836755 normalize_posix_path: src /dev/pipew
  161   42095 [main] BASH 86836755 normalize_posix_path: /dev/pipew = normalize_posix_path (/dev/pipew)
  164   42259 [main] BASH 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/pipew)
  166   42425 [main] BASH 86836755 mount_info::conv_to_win32_path: src_path /dev/pipew, dst \dev\pipew, flags 0x2, rc 0
  179   42604 [main] BASH 86836755 dtable::build_fhandler: fd 2, fh 0x616006E8
  164   42768 [main] BASH 86836755 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  159   42927 [main] BASH 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  169   43096 [main] BASH 86836755 fhandler_base::set_flags: filemode set to binary
  159   43255 [main] BASH 86836755 fhandler_base::init: created new fhandler_base for handle 0xF4, bin 1
  166   43421 [main] BASH 86836755 dtable::init_std_file_from_handle: fd 2, handle 0xF4
  191   43612 [main] BASH 86836755 open_shared: name (null), shared 0x83912000 (wanted 0x0), h 0x94
  181   43793 [main] BASH 86836755 tty_min::set_ctty: attached tty1073741824 sid 86836755, pid 86836755, tty->pgid 0, tty->sid 86836755
  170   43963 [main] BASH 86836755 tty_min::set_ctty: resetting tty1073741824 sid.  Was 86836755, now 86836755.  pgid was 0, now 86836755.
  493   44456 [main] bash 86836755 dll_crt0_1: user_data->main 0x401260
  189   44645 [main] bash 86836755 wait_for_sigthread: wait_sig_inited 0x84
  430   45075 [sig] bash 86836755 wait_sig: sigcatch_nonmain 0x9C, sigcatch_main 0xBC
  279   45354 [sig] bash 86836755 wait_sig: Ready.  dwProcessid -86836755
  737   46091 [main] bash 86836755 open: open (/dev/tty, 0x4002)
  176   46267 [main] bash 86836755 normalize_posix_path: src /dev/tty
  160   46427 [main] bash 86836755 normalize_posix_path: /dev/tty = normalize_posix_path (/dev/tty)
  162   46589 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty)
  167   46756 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /dev/tty, dst \dev\console, flags 0x2, rc 0
  184   46940 [main] bash 86836755 dtable::build_fhandler: fd 3, fh 0x616007C0
  169   47109 [main] bash 86836755 fhandler_base::set_flags: flags 0x14002, supplied_bin 0x0
  157   47266 [main] bash 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  160   47426 [main] bash 86836755 fhandler_base::set_flags: filemode set to binary
  234   47660 [main] bash 86836755 fhandler_console::open: incremented open_fhs, now 1
  347   48007 [main] bash 86836755 fhandler_console::open: opened conin$ 0xCC, conout$ 0xD4
  175   48182 [main] bash 86836755 open: 3 = open (/dev/tty, 0x4002)
  161   48343 [main] bash 86836755 close: close (3)
  164   48507 [main] bash 86836755 fhandler_console::close: decremented open_fhs, now 0
  167   48674 [main] bash 86836755 close: 0 = close (3)
  162   48836 [main] bash 86836755 stat64: entering
  170   49006 [main] bash 86836755 normalize_posix_path: src /tmp
  212   49218 [main] bash 86836755 normalize_posix_path: /tmp = normalize_posix_path (/tmp)
  165   49383 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp)
  166   49549 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/tmp', dst ''
  166   49715 [main] bash 86836755 set_flags: flags: binary (0x2)
  158   49873 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /tmp, dst c:\windows\temp, flags 0x2, rc 0
  490   50363 [main] bash 86836755 symlink_info::check: not a symlink
  173   50536 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\windows\temp, 0x7BF3F0) (0x2)
  167   50703 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\windows\temp), set_has_acls(0)
  172   50875 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  165   51040 [main] bash 86836755 stat_worker: (/tmp, 0x7BFC60, 0, 0x7BF8C0), file_attributes 16
  168   51208 [main] bash 86836755 fhandler_base::open: (c:\windows\temp, 0x110000) query_open 0
  246   51454 [main] bash 86836755 fhandler_base::open: 0xFFFFFFFF = CreateFile (c:\windows\temp, 0x80000000, 0x3, 0x7BF810, 0x3, 0x2000081, 0)
  172   51626 [main] bash 86836755 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  161   51787 [main] bash 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  160   51947 [main] bash 86836755 fhandler_base::set_flags: filemode set to binary
  161   52108 [main] bash 86836755 fhandler_base::open: 1 = fhandler_base::open (c:\windows\temp, 0x110000)
  161   52269 [main] bash 86836755 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\windows\temp, 0x110000)
 6427   58696 [main] bash 86836755 get_file_attribute: file: c:\windows\temp
  201   58897 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BFC60) st_atime=3B5509C0 st_size=0, st_mode=0x41ED, st_ino=-1777907438, sizeof=88
  185   59082 [main] bash 86836755 stat_worker: 0 = (/tmp, 0x7BFC60)
  626   59708 [main] bash 86836755 time: 1051069706 = time (0)
  445   60153 [main] bash 86836755 isatty: 0 = isatty (0)
  625   60778 [main] bash 86836755 sigaction: signal 20, newact 0x7BFBD0, oldact 0x7BFBC0
  176   60954 [main] bash 86836755 sigaction: signal 20, newact 0x7BFBD0, oldact 0x7BFBC0
  165   61119 [main] bash 86836755 sigaction: signal 2, newact 0x7BFBD0, oldact 0x7BFBC0
  165   61284 [main] bash 86836755 sigaction: signal 2, newact 0x7BFBD0, oldact 0x7BFBC0
  166   61450 [main] bash 86836755 sigaction: signal 3, newact 0x7BFBD0, oldact 0x7BFBC0
  164   61614 [main] bash 86836755 sigaction: signal 3, newact 0x7BFBD0, oldact 0x7BFBC0
  168   61782 [main] bash 86836755 sigaction: signal 3, newact 0x7BFBC0, oldact 0x7BFBB0
18542   80324 [main] bash 86836755 wsock_init: res 0
  262   80586 [main] bash 86836755 wsock_init: wVersion 514
  155   80741 [main] bash 86836755 wsock_init: wHighVersion 514
  154   80895 [main] bash 86836755 wsock_init: szDescription Microsoft wsock32.dll, ver2.2, 32bit of Jun  7 2000, at 21:34:15.
  164   81059 [main] bash 86836755 wsock_init: szSystemStatus On Win95.
  153   81212 [main] bash 86836755 wsock_init: iMaxSockets 32767
  154   81366 [main] bash 86836755 wsock_init: iMaxUdpDg 65467
  156   81522 [main] bash 86836755 wsock_init: lpVendorInfo 0
 5615   87137 [main] bash 86836755 cygwin_gethostname: name hpn5170x
185004  272141 [main] bash 86836755 stat64: entering
  204  272345 [main] bash 86836755 normalize_posix_path: src /c/HOME/Pierre
  162  272507 [main] bash 86836755 normalize_posix_path: /c/HOME/Pierre = normalize_posix_path (/c/HOME/Pierre)
  162  272669 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre)
  169  272838 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre', dst 'c:\HOME\Pierre'
  170  273008 [main] bash 86836755 set_flags: flags: binary (0x2)
  155  273163 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre, dst c:\HOME\Pierre, flags 0x22, rc 0
  506  273669 [main] bash 86836755 symlink_info::check: not a symlink
  172  273841 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre, 0x7BF230) (0x22)
  168  274009 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\HOME\Pierre), set_has_acls(0)
  173  274182 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  158  274340 [main] bash 86836755 stat_worker: (/c/HOME/Pierre, 0x7BFAA0, 0, 0x7BF700), file_attributes 16
  165  274505 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre, 0x110000) query_open 0
  246  274751 [main] bash 86836755 fhandler_base::open: 0xFFFFFFFF = CreateFile (c:\HOME\Pierre, 0x80000000, 0x3, 0x7BF650, 0x3, 0x2000081, 0)
  172  274923 [main] bash 86836755 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  214  275137 [main] bash 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  157  275294 [main] bash 86836755 fhandler_base::set_flags: filemode set to binary
  158  275452 [main] bash 86836755 fhandler_base::open: 1 = fhandler_base::open (c:\HOME\Pierre, 0x110000)
  158  275610 [main] bash 86836755 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\HOME\Pierre, 0x110000)
 3430  279040 [main] bash 86836755 get_file_attribute: file: c:\HOME\Pierre
  171  279211 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BFAA0) st_atime=3BC66AC0 st_size=0, st_mode=0x41ED, st_ino=1943657105, sizeof=88
  176  279387 [main] bash 86836755 stat_worker: 0 = (/c/HOME/Pierre, 0x7BFAA0)
  163  279550 [main] bash 86836755 stat64: entering
  159  279709 [main] bash 86836755 normalize_posix_path: src .
  159  279868 [main] bash 86836755 cwdstuff::get: posix /c/HOME/Pierre
  158  280026 [main] bash 86836755 cwdstuff::get: (/c/HOME/Pierre) = cwdstuff::get (0x7BF570, 260, 1, 0), errno 0
  159  280185 [main] bash 86836755 normalize_posix_path: /c/HOME/Pierre = normalize_posix_path (.)
  159  280344 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre)
  166  280510 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre', dst 'c:\HOME\Pierre'
  160  280670 [main] bash 86836755 set_flags: flags: binary (0x2)
  154  280824 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre, dst c:\HOME\Pierre, flags 0x22, rc 0
  404  281228 [main] bash 86836755 symlink_info::check: not a symlink
  166  281394 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre, 0x7BF230) (0x22)
  167  281561 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\HOME\Pierre), set_has_acls(0)
  167  281728 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  158  281886 [main] bash 86836755 stat_worker: (., 0x7BFAA0, 0, 0x7BF700), file_attributes 16
  161  282047 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre, 0x110000) query_open 0
  230  282277 [main] bash 86836755 fhandler_base::open: 0xFFFFFFFF = CreateFile (c:\HOME\Pierre, 0x80000000, 0x3, 0x7BF650, 0x3, 0x2000081, 0)
  172  282449 [main] bash 86836755 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  157  282606 [main] bash 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  156  282762 [main] bash 86836755 fhandler_base::set_flags: filemode set to binary
  155  282917 [main] bash 86836755 fhandler_base::open: 1 = fhandler_base::open (c:\HOME\Pierre, 0x110000)
  167  283084 [main] bash 86836755 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\HOME\Pierre, 0x110000)
 3355  286439 [main] bash 86836755 get_file_attribute: file: c:\HOME\Pierre
  226  286665 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BFAA0) st_atime=3BC66AC0 st_size=0, st_mode=0x41ED, st_ino=1943657105, sizeof=88
  173  286838 [main] bash 86836755 stat_worker: 0 = (., 0x7BFAA0)
 7581  294419 [main] bash 86836755 stat64: entering
  161  294580 [main] bash 86836755 normalize_posix_path: src .
  164  294744 [main] bash 86836755 cwdstuff::get: posix /c/HOME/Pierre
  157  294901 [main] bash 86836755 cwdstuff::get: (/c/HOME/Pierre) = cwdstuff::get (0x7BF550, 260, 1, 0), errno 0
  162  295063 [main] bash 86836755 normalize_posix_path: /c/HOME/Pierre = normalize_posix_path (.)
  159  295222 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre)
  166  295388 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre', dst 'c:\HOME\Pierre'
  163  295551 [main] bash 86836755 set_flags: flags: binary (0x2)
  156  295707 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre, dst c:\HOME\Pierre, flags 0x22, rc 0
  437  296144 [main] bash 86836755 symlink_info::check: not a symlink
  204  296348 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre, 0x7BF210) (0x22)
  169  296517 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\HOME\Pierre), set_has_acls(0)
  172  296689 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  161  296850 [main] bash 86836755 stat_worker: (., 0x7BFA80, 0, 0x7BF6E0), file_attributes 16
  162  297012 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre, 0x110000) query_open 0
  234  297246 [main] bash 86836755 fhandler_base::open: 0xFFFFFFFF = CreateFile (c:\HOME\Pierre, 0x80000000, 0x3, 0x7BF630, 0x3, 0x2000081, 0)
  171  297417 [main] bash 86836755 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
  159  297576 [main] bash 86836755 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
  161  297737 [main] bash 86836755 fhandler_base::set_flags: filemode set to binary
  156  297893 [main] bash 86836755 fhandler_base::open: 1 = fhandler_base::open (c:\HOME\Pierre, 0x110000)
  167  298060 [main] bash 86836755 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\HOME\Pierre, 0x110000)
 3372  301432 [main] bash 86836755 get_file_attribute: file: c:\HOME\Pierre
  168  301600 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BFA80) st_atime=3BC66AC0 st_size=0, st_mode=0x41ED, st_ino=1943657105, sizeof=88
  174  301774 [main] bash 86836755 stat_worker: 0 = (., 0x7BFA80)
  443  302217 [main] bash 86836755 stat64: entering
  159  302376 [main] bash 86836755 normalize_posix_path: src /c/HOME/Pierre/bin/share/bash
  160  302536 [main] bash 86836755 normalize_posix_path: /c/HOME/Pierre/bin/share/bash = normalize_posix_path (/c/HOME/Pierre/bin/share/bash)
  163  302699 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre/bin/share/bash)
  168  302867 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre/bin/share/bash', dst 'c:\HOME\Pierre\bin\share\bash'
  167  303034 [main] bash 86836755 set_flags: flags: binary (0x2)
  157  303191 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre/bin/share/bash, dst c:\HOME\Pierre\bin\share\bash, flags 0x22, rc 0
  404  303595 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\share\bash) failed
  172  303767 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  193  303960 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\share\bash.exe) failed
  160  304120 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  193  304313 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\share\bash.exe.lnk) failed
  161  304474 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  194  304668 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\share\bash.lnk) failed
  161  304829 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  158  304987 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre\bin\share\bash, 0x7BF180) (0x22)
  163  305150 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre/bin/share)
  164  305314 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre/bin/share', dst 'c:\HOME\Pierre\bin\share'
  173  305487 [main] bash 86836755 set_flags: flags: binary (0x2)
  155  305642 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre/bin/share, dst c:\HOME\Pierre\bin\share, flags 0x22, rc 0
  208  305850 [main] bash 86836755 symlink_info::check: not a symlink
  163  306013 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre\bin\share, 0x7BF180) (0x22)
  206  306219 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\HOME\Pierre\bin\share\bash), set_has_acls(0)
  175  306394 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  159  306553 [main] bash 86836755 stat_worker: (/c/HOME/Pierre/bin/share/bash, 0x7BF9F0, 0, 0x7BF650), file_attributes -1
  164  306717 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre\bin\share\bash, 0x110000) query_open 0
  229  306946 [main] bash 86836755 seterrno_from_win_error: /netrel/src/cygwin-snapshot-20030421-1/winsup/cygwin/fhandler.cc:472 windows error 2
  181  307127 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  157  307284 [main] bash 86836755 fhandler_base::open: 0 = fhandler_base::open (c:\HOME\Pierre\bin\share\bash, 0x110000)
  160  307444 [main] bash 86836755 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\HOME\Pierre\bin\share\bash, 0x110000)
  161  307605 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre\bin\share\bash, 0x110000) query_open 1
  219  307824 [main] bash 86836755 seterrno_from_win_error: /netrel/src/cygwin-snapshot-20030421-1/winsup/cygwin/fhandler.cc:472 windows error 2
  238  308062 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  158  308220 [main] bash 86836755 fhandler_base::open: 0 = fhandler_base::open (c:\HOME\Pierre\bin\share\bash, 0x110000)
  161  308381 [main] bash 86836755 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\HOME\Pierre\bin\share\bash, 0x110000)
  165  308546 [main] bash 86836755 fhandler_disk_file::fstat_by_name: already determined that pc does not exist
  164  308710 [main] bash 86836755 stat_worker: -1 = (/c/HOME/Pierre/bin/share/bash, 0x7BF9F0)
  715  309425 [main] bash 86836755 stat64: entering
  158  309583 [main] bash 86836755 normalize_posix_path: src /c/HOME/Pierre/bin/cygwin/bash
  159  309742 [main] bash 86836755 normalize_posix_path: /c/HOME/Pierre/bin/cygwin/bash = normalize_posix_path (/c/HOME/Pierre/bin/cygwin/bash)
  161  309903 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre/bin/cygwin/bash)
  168  310071 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre/bin/cygwin/bash', dst 'c:\HOME\Pierre\bin\cygwin\bash'
  159  310230 [main] bash 86836755 set_flags: flags: binary (0x2)
  154  310384 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre/bin/cygwin/bash, dst c:\HOME\Pierre\bin\cygwin\bash, flags 0x22, rc 0
  404  310788 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\cygwin\bash) failed
  170  310958 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  193  311151 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\cygwin\bash.exe) failed
  161  311312 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  190  311502 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\cygwin\bash.exe.lnk) failed
  162  311664 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  193  311857 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\HOME\Pierre\bin\cygwin\bash.lnk) failed
  162  312019 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  157  312176 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre\bin\cygwin\bash, 0x7BF180) (0x22)
  163  312339 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/c/HOME/Pierre/bin/cygwin)
  168  312507 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/c/HOME/Pierre/bin/cygwin', dst 'c:\HOME\Pierre\bin\cygwin'
  160  312667 [main] bash 86836755 set_flags: flags: binary (0x2)
  155  312822 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /c/HOME/Pierre/bin/cygwin, dst c:\HOME\Pierre\bin\cygwin, flags 0x22, rc 0
  517  313339 [main] bash 86836755 symlink_info::check: not a symlink
  171  313510 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\HOME\Pierre\bin\cygwin, 0x7BF180) (0x22)
  168  313678 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\HOME\Pierre\bin\cygwin\bash), set_has_acls(0)
  174  313852 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  162  314014 [main] bash 86836755 stat_worker: (/c/HOME/Pierre/bin/cygwin/bash, 0x7BF9F0, 0, 0x7BF650), file_attributes -1
  165  314179 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre\bin\cygwin\bash, 0x110000) query_open 0
  232  314411 [main] bash 86836755 seterrno_from_win_error: /netrel/src/cygwin-snapshot-20030421-1/winsup/cygwin/fhandler.cc:472 windows error 2
  169  314580 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  156  314736 [main] bash 86836755 fhandler_base::open: 0 = fhandler_base::open (c:\HOME\Pierre\bin\cygwin\bash, 0x110000)
  160  314896 [main] bash 86836755 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\HOME\Pierre\bin\cygwin\bash, 0x110000)
  161  315057 [main] bash 86836755 fhandler_base::open: (c:\HOME\Pierre\bin\cygwin\bash, 0x110000) query_open 1
  220  315277 [main] bash 86836755 seterrno_from_win_error: /netrel/src/cygwin-snapshot-20030421-1/winsup/cygwin/fhandler.cc:472 windows error 2
  165  315442 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  155  315597 [main] bash 86836755 fhandler_base::open: 0 = fhandler_base::open (c:\HOME\Pierre\bin\cygwin\bash, 0x110000)
  160  315757 [main] bash 86836755 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\HOME\Pierre\bin\cygwin\bash, 0x110000)
  161  315918 [main] bash 86836755 fhandler_disk_file::fstat_by_name: already determined that pc does not exist
  212  316130 [main] bash 86836755 stat_worker: -1 = (/c/HOME/Pierre/bin/cygwin/bash, 0x7BF9F0)
  716  316846 [main] bash 86836755 stat64: entering
  174  317020 [main] bash 86836755 normalize_posix_path: src /usr/local/bin/bash
  160  317180 [main] bash 86836755 normalize_posix_path: /usr/local/bin/bash = normalize_posix_path (/usr/local/bin/bash)
  162  317342 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin/bash)
  163  317505 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/local/bin/bash', dst ''
  166  317671 [main] bash 86836755 set_flags: flags: binary (0x2)
  157  317828 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/local/bin/bash, dst c:\progra~1\cygwin\usr\local\bin\bash, flags 0xA, rc 0
  417  318245 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\usr\local\bin\bash) failed
  172  318417 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  193  318610 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\usr\local\bin\bash.exe) failed
  160  318770 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  193  318963 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\usr\local\bin\bash.exe.lnk) failed
  163  319126 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  194  319320 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\usr\local\bin\bash.lnk) failed
  162  319482 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  157  319639 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\usr\local\bin\bash, 0x7BF180) (0xA)
  162  319801 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin)
  174  319975 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/local/bin', dst ''
  163  320138 [main] bash 86836755 set_flags: flags: binary (0x2)
  156  320294 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/local/bin, dst c:\progra~1\cygwin\usr\local\bin, flags 0xA, rc 0
  213  320507 [main] bash 86836755 symlink_info::check: not a symlink
  161  320668 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\usr\local\bin, 0x7BF180) (0xA)
  168  320836 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\usr\local\bin\bash), set_has_acls(0)
  173  321009 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  157  321166 [main] bash 86836755 stat_worker: (/usr/local/bin/bash, 0x7BF9F0, 0, 0x7BF650), file_attributes -1
  163  321329 [main] bash 86836755 fhandler_base::open: (c:\progra~1\cygwin\usr\local\bin\bash, 0x110000) query_open 0
  229  321558 [main] bash 86836755 seterrno_from_win_error: /netrel/src/cygwin-snapshot-20030421-1/winsup/cygwin/fhandler.cc:472 windows error 2
  166  321724 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  157  321881 [main] bash 86836755 fhandler_base::open: 0 = fhandler_base::open (c:\progra~1\cygwin\usr\local\bin\bash, 0x110000)
  158  322039 [main] bash 86836755 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\progra~1\cygwin\usr\local\bin\bash, 0x110000)
  162  322201 [main] bash 86836755 fhandler_base::open: (c:\progra~1\cygwin\usr\local\bin\bash, 0x110000) query_open 1
  221  322422 [main] bash 86836755 seterrno_from_win_error: /netrel/src/cygwin-snapshot-20030421-1/winsup/cygwin/fhandler.cc:472 windows error 2
  165  322587 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  159  322746 [main] bash 86836755 fhandler_base::open: 0 = fhandler_base::open (c:\progra~1\cygwin\usr\local\bin\bash, 0x110000)
  160  322906 [main] bash 86836755 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\progra~1\cygwin\usr\local\bin\bash, 0x110000)
  166  323072 [main] bash 86836755 fhandler_disk_file::fstat_by_name: already determined that pc does not exist
  165  323237 [main] bash 86836755 stat_worker: -1 = (/usr/local/bin/bash, 0x7BF9F0)
  712  323949 [main] bash 86836755 stat64: entering
  159  324108 [main] bash 86836755 normalize_posix_path: src /usr/bin/bash
  159  324267 [main] bash 86836755 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
  159  324426 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
  163  324589 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/bin/bash', dst ''
  161  324750 [main] bash 86836755 set_flags: flags: binary (0x2)
  157  324907 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst c:\progra~1\cygwin\bin\bash, flags 0xA, rc 0
  392  325299 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\bin\bash) failed
  168  325467 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  207  325674 [main] bash 86836755 symlink_info::check: not a symlink
  162  325836 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\bin\bash.exe, 0x7BF180) (0xA)
  167  326003 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\bin\bash.exe), set_has_acls(0)
  209  326212 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  160  326372 [main] bash 86836755 stat_worker: (/usr/bin/bash, 0x7BF9F0, 0, 0x7BF650), file_attributes 32
  239  326611 [main] bash 86836755 get_file_attribute: file: c:\progra~1\cygwin\bin\bash.exe
  166  326777 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BF9F0) st_atime=3EA4BE40 st_size=531968, st_mode=0x81ED, st_ino=1688304067, sizeof=88
  172  326949 [main] bash 86836755 stat_worker: 0 = (/usr/bin/bash, 0x7BF9F0)
  166  327115 [main] bash 86836755 normalize_posix_path: src /usr/bin/bash
  157  327272 [main] bash 86836755 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
  165  327437 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
  160  327597 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/bin/bash', dst ''
  161  327758 [main] bash 86836755 set_flags: flags: binary (0x2)
  158  327916 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst c:\progra~1\cygwin\bin\bash, flags 0xA, rc 0
  411  328327 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\bin\bash) failed
  174  328501 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  204  328705 [main] bash 86836755 symlink_info::check: not a symlink
  160  328865 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\bin\bash.exe, 0x7BF220) (0xA)
  163  329028 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\bin\bash.exe), set_has_acls(0)
  172  329200 [main] bash 86836755 normalize_posix_path: src /usr/bin/bash
  156  329356 [main] bash 86836755 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
  160  329516 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
  160  329676 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/bin/bash', dst ''
  161  329837 [main] bash 86836755 set_flags: flags: binary (0x2)
  157  329994 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst c:\progra~1\cygwin\bin\bash, flags 0xA, rc 0
  386  330380 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\bin\bash) failed
  166  330546 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  203  330749 [main] bash 86836755 symlink_info::check: not a symlink
  161  330910 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\bin\bash.exe, 0x7BEE60) (0xA)
  167  331077 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\bin\bash.exe), set_has_acls(0)
  173  331250 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  158  331408 [main] bash 86836755 stat_worker: (/usr/bin/bash, 0x7BF6A0, 0, 0x7BF330), file_attributes 32
  231  331639 [main] bash 86836755 get_file_attribute: file: c:\progra~1\cygwin\bin\bash.exe
  165  331804 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BF6A0) st_atime=3EA4BE40 st_size=531968, st_mode=0x81ED, st_ino=1688304067, sizeof=88
  174  331978 [main] bash 86836755 stat_worker: 0 = (/usr/bin/bash, 0x7BF6A0)
  298  332276 [main] bash 86836755 stat64: entering
  159  332435 [main] bash 86836755 normalize_posix_path: src /usr/bin/bash
  157  332592 [main] bash 86836755 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
  159  332751 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
  161  332912 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/bin/bash', dst ''
  207  333119 [main] bash 86836755 set_flags: flags: binary (0x2)
  157  333276 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst c:\progra~1\cygwin\bin\bash, flags 0xA, rc 0
  391  333667 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\bin\bash) failed
  168  333835 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  205  334040 [main] bash 86836755 symlink_info::check: not a symlink
  161  334201 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\bin\bash.exe, 0x7BF1A0) (0xA)
  165  334366 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\bin\bash.exe), set_has_acls(0)
  172  334538 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  158  334696 [main] bash 86836755 stat_worker: (/usr/bin/bash, 0x7BFA10, 0, 0x7BF670), file_attributes 32
  229  334925 [main] bash 86836755 get_file_attribute: file: c:\progra~1\cygwin\bin\bash.exe
  178  335103 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BFA10) st_atime=3EA4BE40 st_size=531968, st_mode=0x81ED, st_ino=1688304067, sizeof=88
  174  335277 [main] bash 86836755 stat_worker: 0 = (/usr/bin/bash, 0x7BFA10)
  166  335443 [main] bash 86836755 normalize_posix_path: src /usr/bin/bash
  156  335599 [main] bash 86836755 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
  161  335760 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
  162  335922 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/bin/bash', dst ''
  203  336125 [main] bash 86836755 set_flags: flags: binary (0x2)
  157  336282 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst c:\progra~1\cygwin\bin\bash, flags 0xA, rc 0
  391  336673 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\bin\bash) failed
  168  336841 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  206  337047 [main] bash 86836755 symlink_info::check: not a symlink
  161  337208 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\bin\bash.exe, 0x7BF240) (0xA)
  161  337369 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\bin\bash.exe), set_has_acls(0)
  167  337536 [main] bash 86836755 normalize_posix_path: src /usr/bin/bash
  159  337695 [main] bash 86836755 normalize_posix_path: /usr/bin/bash = normalize_posix_path (/usr/bin/bash)
  162  337857 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/bash)
  180  338037 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/usr/bin/bash', dst ''
  161  338198 [main] bash 86836755 set_flags: flags: binary (0x2)
  159  338357 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /usr/bin/bash, dst c:\progra~1\cygwin\bin\bash, flags 0xA, rc 0
  382  338739 [main] bash 86836755 symlink_info::check: GetFileAttributes (c:\progra~1\cygwin\bin\bash) failed
  172  338911 [main] bash 86836755 geterrno_from_win_error: windows error 2 == errno 2
  203  339114 [main] bash 86836755 symlink_info::check: not a symlink
  159  339273 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\bin\bash.exe, 0x7BEE80) (0xA)
  166  339439 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\bin\bash.exe), set_has_acls(0)
  171  339610 [main] bash 86836755 dtable::build_fhandler: fd -1, fh 0x616007C0
  159  339769 [main] bash 86836755 stat_worker: (/usr/bin/bash, 0x7BF6C0, 0, 0x7BF350), file_attributes 32
  229  339998 [main] bash 86836755 get_file_attribute: file: c:\progra~1\cygwin\bin\bash.exe
  164  340162 [main] bash 86836755 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x7BF6C0) st_atime=3EA4BE40 st_size=531968, st_mode=0x81ED, st_ino=1688304067, sizeof=88
  170  340332 [main] bash 86836755 stat_worker: 0 = (/usr/bin/bash, 0x7BF6C0)
 1260  341592 [main] bash 86836755 normalize_posix_path: src /etc
  156  341748 [main] bash 86836755 normalize_posix_path: /etc = normalize_posix_path (/etc)
  158  341906 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
  160  342066 [main] bash 86836755 mount_info::cygdrive_win32_path: src '/etc', dst ''
  161  342227 [main] bash 86836755 set_flags: flags: binary (0x2)
  155  342382 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /etc, dst c:\progra~1\cygwin\etc, flags 0xA, rc 0
  396  342778 [main] bash 86836755 symlink_info::check: not a symlink
  167  342945 [main] bash 86836755 symlink_info::check: 0 = symlink.check (c:\progra~1\cygwin\etc, 0x7BF360) (0xA)
  168  343113 [main] bash 86836755 path_conv::check: root_dir(c:\), this->path(c:\progra~1\cygwin\etc), set_has_acls(0)
  301  343414 [main] bash 86836755 etc::dir_changed: fn[1] c:\progra~1\cygwin\etc\passwd change_possible 1
  233  343647 [main] bash 86836755 etc::test_file_change: FindFirstFile succeeded
  168  343815 [main] bash 86836755 etc::test_file_change: fn[1] c:\progra~1\cygwin\etc\passwd res 0
  159  343974 [main] bash 86836755 etc::file_changed: fn[1] c:\progra~1\cygwin\etc\passwd res 0
10187  354161 [main] bash 86836755 sigaction: signal 20, newact 0x7BFBD0, oldact 0x7BFBC0
 2283  356444 [main] bash 86836755 fhandler_base::fcntl: GETFL: 65538
  157  356601 [main] bash 86836755 _fcntl: 65538 = fcntl (0, 3, 0x0)
  164  356765 [main] bash 86836755 normalize_posix_path: src /dev/piper
  160  356925 [main] bash 86836755 normalize_posix_path: /dev/piper = normalize_posix_path (/dev/piper)
  161  357086 [main] bash 86836755 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/piper)
  165  357251 [main] bash 86836755 mount_info::conv_to_win32_path: src_path /dev/piper, dst \dev\piper, flags 0x2, rc 0
  164  357415 [main] bash 86836755 fhandler_base::fstat: here
  232  357647 [main] bash 86836755 fstat64: 0 = fstat (0, 0x7BFC30)
  737  358384 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
19651932 20010316 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  556 20010872 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  177 20011049 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
99385 20110434 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  501 20110935 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  174 20111109 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
239072 20350181 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  477 20350658 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  174 20350832 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
229323 20580155 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  477 20580632 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  175 20580807 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
303619 20884426 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  527 20884953 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  178 20885131 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
169959 21055090 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  501 21055591 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  176 21055767 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
179298 21235065 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  472 21235537 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  175 21235712 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
509307 21745019 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  508 21745527 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  176 21745703 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
1689041 23434744 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  525 23435269 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  176 23435445 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
509237 23944682 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  509 23945191 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  176 23945367 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
1334279 25279646 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  527 25280173 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  179 25280352 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1
439350 25719702 [read_pipe] bash 86836755 fhandler_base::read: returning 1, binary mode
  513 25720215 [main] bash 86836755 readv: 1 = readv (0, 0x7BF3D0, 1), errno 2
  194 25720409 [main] bash 86836755 readv: readv (0, 0x7BF3D0, 1) blocking, sigcatchers 1


--=====================_1051085037==_
Content-Type: text/plain; charset=us-ascii

--
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/
--=====================_1051085037==_--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019