Mail Archives: cygwin-developers/2000/03/18/22:59:41
This is a multi-part message in MIME format.
--------------918BFC283A59A95BFB16D6EC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Well, got a new problem under Win98.
Attached is a very stripped autoheader script. When I run it I get the
following:
/e/degas/lib/libgii/: autohead2.jef
mv: cannot move `autoh1015' to `config.h.in': Permission denied
/e/degas/lib/libgii/:
config.h.in does not exist...
I also attached the strace and the bash -x output.
Chris:
Looks to me like a similar problem as the unlink problem.
1004 _rename: try win95 hack
1004 _rename: config.h.in already_exists
1004 /e/src/winsup/cygwin/syscalls.cc:1199 seterrno: 5 (ACCESS_DENIED)
-> 13
1004 _rename: -1 = rename (autoh1002, config.h.in)
John
--------------918BFC283A59A95BFB16D6EC
Content-Type: text/plain; charset=us-ascii;
name="autohead2.jef"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="autohead2.jef"
#! /bin/sh
if test $# -eq 0; then
tmpout=autoh$$
trap "rm -f $tmpout; exit 1" 1 2 15
exec > $tmpout
fi
cat <<EOF
/* config.h.in. Generated automatically from xxxxxxxx by autoheader. */
EOF
mv -f $tmpout config.h.in
--------------918BFC283A59A95BFB16D6EC
Content-Type: text/plain; charset=us-ascii;
name="bash-x.out"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="bash-x.out"
+ test 0 -eq 0
+ tmpout=autoh1011
+ trap 'rm -f autoh1011; exit 1' 1 2 15
+ exec
+ cat
+ mv -f autoh1011 config.h.in
mv: cannot move `autoh1011' to `config.h.in': Permission denied
--------------918BFC283A59A95BFB16D6EC
Content-Type: text/plain; charset=us-ascii;
name="strace.out"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="strace.out"
**********************************************
Program name: C:\USR\BIN\BASH.EXE
App version: 1001.0, api: 0.18
DLL version: 1001.0, api: 0.18
DLL build: 2000-03-18 22:49:28
OS version: Windows 98-4.10
Date/Time: 2000-03-18 22:51:42
**********************************************
3393 32418 [main] BASH 1002 environ_init: !C:=C:\WINDOWS
572 32990 [main] BASH 1002 environ_init: !E:=E:\degas\lib\libgii
606 33596 [main] BASH 1002 environ_init: BLASTER=A220 I7 D1 T2
561 34157 [main] BASH 1002 environ_init: CLASSPATH=d:\IBMVJava\eab\runtime30;d:\IBMVJava\eab\runtime20;;C:\Program Files\Exceed.95\hcljrcsv.zip;C:\Program Files\Exceed.95;c:\jdk1.1.8\lib\classes.zip;d:\IBMCON~1\CLASSES
582 34739 [main] BASH 1002 environ_init: CMDLINE=bash
602 35341 [main] BASH 1002 environ_init: COMSPEC=C:\COMMAND.COM
591 35932 [main] BASH 1002 environ_init: DISPLAY=localhost:0
559 36491 [main] BASH 1002 environ_init: GGI_CONFDIR=e:/usr/local/etc/ggi
1057 37548 [main] BASH 1002 environ_init: GGI_DEBUG=0
568 38116 [main] BASH 1002 environ_init: GGI_DEFMODE=800x600[GT_16BIT]
555 38671 [main] BASH 1002 environ_init: GGI_DISPLAY=display-directxnt
557 39228 [main] BASH 1002 getwinenv: can't set native for HOME= since no environ yet
608 39836 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\home\john, no-keep-rel)
362 40198 [main] BASH 1002 normalize_win32_path: c:\home\john = normalize_win32_path (c:\home\john)
307 40505 [main] BASH 1002 mount_info::conv_to_posix_path: /home/john = conv_to_posix_path (c:\home\john)
902 41407 [main] BASH 1002 win_env::add_cache: posix /home/john
293 41700 [main] BASH 1002 win_env::add_cache: native HOME=c:\home\john
757 42457 [main] BASH 1002 posify: env var converted to HOME=/home/john
567 43024 [main] BASH 1002 environ_init: HOME=/home/john
603 43627 [main] BASH 1002 environ_init: HOSTNAME=FORTIN
558 44185 [main] BASH 1002 environ_init: HOSTTYPE=i586
552 44737 [main] BASH 1002 environ_init: INFOPATH=/home/john/cygwin/full-man/info:/usr/local/info
612 45349 [main] BASH 1002 environ_init: MACHTYPE=i586-pc-cygwin32
620 45969 [main] BASH 1002 environ_init: MAKE_MODE=unix
555 46524 [main] BASH 1002 environ_init: MANPATH=/usr/local/man:/home/john/cygwin/full-man/man
1024 47548 [main] BASH 1002 environ_init: NLSPATH=;d:\IBMCON~1\ENCINA\%L\%N
1105 48653 [main] BASH 1002 environ_init: OLDPWD=/home/john
630 49283 [main] BASH 1002 environ_init: OSTYPE=cygwin32
620 49903 [main] BASH 1002 getwinenv: can't set native for PATH= since no environ yet
568 50471 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (e:\PERL\BIN, keep-rel)
300 50771 [main] BASH 1002 normalize_win32_path: e:\PERL\BIN = normalize_win32_path (e:\PERL\BIN)
337 51108 [main] BASH 1002 mount_info::conv_to_posix_path: /e/PERL/BIN = conv_to_posix_path (e:\PERL\BIN)
359 51467 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN, keep-rel)
761 52228 [main] BASH 1002 normalize_win32_path: c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN = normalize_win32_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN)
325 52553 [main] BASH 1002 mount_info::conv_to_posix_path: /PROGRAM FILES/JAVASOFT/JRE/1.2/BIN = conv_to_posix_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN)
442 52995 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\BIN, keep-rel)
306 53301 [main] BASH 1002 normalize_win32_path: c:\BIN = normalize_win32_path (c:\BIN)
357 53658 [main] BASH 1002 mount_info::conv_to_posix_path: /BIN = conv_to_posix_path (c:\BIN)
312 53970 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\BIN, keep-rel)
303 54273 [main] BASH 1002 normalize_win32_path: c:\USR\BIN = normalize_win32_path (c:\USR\BIN)
304 54577 [main] BASH 1002 mount_info::conv_to_posix_path: /USR/BIN = conv_to_posix_path (c:\USR\BIN)
308 54885 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\MINGW32\BIN, keep-rel)
386 55271 [main] BASH 1002 normalize_win32_path: c:\USR\MINGW32\BIN = normalize_win32_path (c:\USR\MINGW32\BIN)
359 55630 [main] BASH 1002 mount_info::conv_to_posix_path: /USR/MINGW32/BIN = conv_to_posix_path (c:\USR\MINGW32\BIN)
342 55972 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\LOCAL\BIN, keep-rel)
307 56279 [main] BASH 1002 normalize_win32_path: c:\USR\LOCAL\BIN = normalize_win32_path (c:\USR\LOCAL\BIN)
313 56592 [main] BASH 1002 mount_info::conv_to_posix_path: /USR/LOCAL/BIN = conv_to_posix_path (c:\USR\LOCAL\BIN)
772 57364 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\LOCAL\LIB, keep-rel)
366 57730 [main] BASH 1002 normalize_win32_path: c:\USR\LOCAL\LIB = normalize_win32_path (c:\USR\LOCAL\LIB)
311 58041 [main] BASH 1002 mount_info::conv_to_posix_path: /USR/LOCAL/LIB = conv_to_posix_path (c:\USR\LOCAL\LIB)
305 58346 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel)
302 58648 [main] BASH 1002 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
332 58980 [main] BASH 1002 mount_info::conv_to_posix_path: /WINDOWS = conv_to_posix_path (c:\WINDOWS)
304 59284 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\COMMAND, keep-rel)
357 59641 [main] BASH 1002 normalize_win32_path: c:\WINDOWS\COMMAND = normalize_win32_path (c:\WINDOWS\COMMAND)
306 59947 [main] BASH 1002 mount_info::conv_to_posix_path: /WINDOWS/COMMAND = conv_to_posix_path (c:\WINDOWS\COMMAND)
310 60257 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (.\, keep-rel)
302 60559 [main] BASH 1002 mount_info::conv_to_posix_path: ./ = conv_to_posix_path (.\)
329 60888 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\JOHN\EDITORS, keep-rel)
310 61198 [main] BASH 1002 normalize_win32_path: c:\HOME\JOHN\EDITORS = normalize_win32_path (c:\HOME\JOHN\EDITORS)
358 61556 [main] BASH 1002 mount_info::conv_to_posix_path: /HOME/JOHN/EDITORS = conv_to_posix_path (c:\HOME\JOHN\EDITORS)
759 62315 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\JOHN\BIN, keep-rel)
313 62628 [main] BASH 1002 normalize_win32_path: c:\HOME\JOHN\BIN = normalize_win32_path (c:\HOME\JOHN\BIN)
329 62957 [main] BASH 1002 mount_info::conv_to_posix_path: /HOME/JOHN/BIN = conv_to_posix_path (c:\HOME\JOHN\BIN)
304 63261 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (., keep-rel)
356 63617 [main] BASH 1002 mount_info::conv_to_posix_path: . = conv_to_posix_path (.)
652 64269 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\local\bin, keep-rel)
911 65180 [main] BASH 1002 normalize_win32_path: c:\usr\local\bin = normalize_win32_path (c:\usr\local\bin)
376 65556 [main] BASH 1002 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (c:\usr\local\bin)
334 65890 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\local\lib, keep-rel)
313 66203 [main] BASH 1002 normalize_win32_path: c:\usr\local\lib = normalize_win32_path (c:\usr\local\lib)
307 66510 [main] BASH 1002 mount_info::conv_to_posix_path: /usr/local/lib = conv_to_posix_path (c:\usr\local\lib)
725 67235 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\X11\bin, keep-rel)
362 67597 [main] BASH 1002 normalize_win32_path: c:\usr\X11\bin = normalize_win32_path (c:\usr\X11\bin)
318 67915 [main] BASH 1002 mount_info::conv_to_posix_path: /usr/X11/bin = conv_to_posix_path (c:\usr\X11\bin)
306 68221 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (e:\masm32\bin, keep-rel)
305 68526 [main] BASH 1002 normalize_win32_path: e:\masm32\bin = normalize_win32_path (e:\masm32\bin)
305 68831 [main] BASH 1002 mount_info::conv_to_posix_path: /e/masm32/bin = conv_to_posix_path (e:\masm32\bin)
881 69712 [main] BASH 1002 win_env::add_cache: posix /e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
408 70120 [main] BASH 1002 win_env::add_cache: native PATH=e:\PERL\BIN;c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN;c:\BIN;c:\USR\BIN;c:\USR\MINGW32\BIN;c:\USR\LOCAL\BIN;c:\USR\LOCAL\LIB;c:\WINDOWS;c:\WINDOWS\COMMAND;.\;c:\HOME\JOHN\EDITORS;c:\HOME\JOHN\BIN;.;c:\usr\local\bin;c:\usr\local\lib;c:\usr\X11\bin;e:\masm32\bin
335 70455 [main] BASH 1002 posify: env var converted to PATH=/e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
615 71070 [main] BASH 1002 environ_init: PATH=/e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
638 71708 [main] BASH 1002 environ_init: PROMPT=$p$g
1020 72728 [main] BASH 1002 environ_init: PS1=\w/:
557 73285 [main] BASH 1002 environ_init: PWD=/e/degas/lib/libgii
607 73892 [main] BASH 1002 environ_init: SHELL=/bin/sh
553 74445 [main] BASH 1002 environ_init: SHLVL=1
553 74998 [main] BASH 1002 environ_init: SNDSCAPE=C:\WINDOWS
610 75608 [main] BASH 1002 environ_init: TEMP=C:\WINDOWS\TEMP
587 76195 [main] BASH 1002 environ_init: TERM=cygwin
554 76749 [main] BASH 1002 environ_init: TMP=C:\WINDOWS\TEMP
1040 77789 [main] BASH 1002 environ_init: WINBOOTDIR=C:\WINDOWS
559 78348 [main] BASH 1002 environ_init: WINDIR=C:\WINDOWS
563 78911 [main] BASH 1002 environ_init: XPATH=c:\home\john\editors
608 79519 [main] BASH 1002 environ_init: _=/USR/BIN/strace
305 79824 [main] BASH 1002 pinfo_init: pid 1002, pgid 1002
688 80512 [main] BASH 1002 hinfo::extend: size 32, fds 0x4740B40
1221 81733 [main] BASH 1002 sigproc_init: process/signal handling enabled(1)
1284 83017 [sig] BASH 1002 wait_sig: sigcatch_nonmain 0x64
417 83434 [sig] BASH 1002 wait_sig: Ready. dwProcessid -3672041
1181 84615 [main] BASH 1002 hinfo::build_fhandler: /dev/conin - cb 128, fd 0, fh 0x4740BC8
313 84928 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x34
305 85233 [main] BASH 1002 fhandler_base::init: created new fhandler_base for handle 0x34
425 85658 [main] BASH 1002 open_shared: name (null), shared 0x82B63000, h 0x74
369 86027 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
350 86377 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x80
409 86786 [main] BASH 1002 fhandler_termios::set_ctty: attached tty1073741824 sid 1002, pid 1002, tty->pgid 1002, tty->sid 1002
1108 87894 [main] BASH 1002 fhandler_termios::set_ctty: resetting tty1073741824 sid. Was 1002, now 1002. pgid was 1002, now 1002.
387 88281 [main] BASH 1002 fhandler_console::open: opened conin$ 0x80, conout$ 0x84
314 88595 [main] BASH 1002 fhandler_console::output_tcsetattr: 0 = tcsetattr (,82B63018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
319 88914 [main] BASH 1002 hinfo::init_std_file_from_handle: fd 0, handle 0x34
681 89595 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd 1, fh 0x4740CD0
420 90015 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x7C
324 90339 [main] BASH 1002 fhandler_base::init: created new fhandler_base for handle 0x7C
311 90650 [main] BASH 1002 hinfo::init_std_file_from_handle: fd 1, handle 0x7C
655 91305 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd 2, fh 0x4740DB8
361 91666 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x3C
758 92424 [main] BASH 1002 fhandler_base::init: created new fhandler_base for handle 0x3C
319 92743 [main] BASH 1002 hinfo::init_std_file_from_handle: fd 2, handle 0x3C
723 93466 [main] BASH 1002 build_argv: argv[0] = 'bash'
304 93770 [main] BASH 1002 build_argv: argv[1] = 'autohead2.jef'
341 94111 [main] BASH 1002 build_argv: argv[2] = '(null)'
304 94415 [main] BASH 1002 DllList::initAll: call to DllList::initAll
302 94717 [main] BASH 1002 dll_crt0_1: user_data->main 0x401208
321 95038 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
367 95405 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
304 95709 [sig] BASH 1002 wait_sig: awake
444 96153 [sig] BASH 1002 wait_sig: processing signal -2
378 96531 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
709 97240 [sig] BASH 1002 wait_sig: looping
-1431 95809 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
2103 97912 [main] BASH 1002 sig_send: returning 0 from sending signal -2
315 98227 [main] BASH 1002 internal_getlogin: myself->psid = NULL
615 98842 [main] BASH 1002 internal_getlogin: Cygwins Username: john2
383 99225 [main] BASH 1002 _open: open (/etc/passwd, 0x0)
6255 105480 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd 3, fh 0x4741040
400 105880 [main] BASH 1002 fhandler_disk_file::open: (/etc/passwd, 0x0)
315 106195 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
314 106509 [main] BASH 1002 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
734 107243 [main] BASH 1002 mount_info::conv_to_win32_path: c:\etc\passwd(rel), c:\etc\passwd(abs) 0x0(flags) = conv_to_win32_path (/etc/passwd)
521 107764 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\etc\passwd, 0x270F47D, 260) (0x0)
466 108230 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\etc\passwd), set_has_acls(0)
862 109092 [main] BASH 1002 fhandler_base::open: (c:\etc\passwd, 0x0)
657 109749 [main] BASH 1002 fhandler_base::open: 52 = CreateFileA (c:\etc\passwd, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x80, 0)
342 110091 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x34
307 110398 [main] BASH 1002 fhandler_base::open: filemode set to text
343 110741 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\etc\passwd, 0x0)
437 111178 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\etc\passwd, 0x0)
1330 112508 [main] BASH 1002 _open: 3 = open (/etc/passwd, 0x0)
1436 113944 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\etc\passwd, 52)
364 114308 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270F7F8) st_atime=38D30D50 st_size=27, st_mode=0x81A4, st_ino=198120111, sizeof=64
331 114639 [main] BASH 1002 _fstat: 0 = fstat (3, 270F7F8)
1421 116060 [main] BASH 1002 set_sig_errno: errno 0
295 116355 [main] BASH 1002 _read: read (3, 0x4741150, 1024)
305 116660 [main] BASH 1002 _read: non-interruptible read
1881 118541 [main] BASH 1002 fhandler_base::read: read 26 bytes ( j o h n : ! : 5 0 0 : 0 : : / h ...)
712 119253 [main] BASH 1002 read_handler: 26 = read (3</etc/passwd>, 0x4741150, 1024)
2988 122241 [main] BASH 1002 set_sig_errno: errno 0
306 122547 [main] BASH 1002 _read: read (3, 0x4741150, 1024)
314 122861 [main] BASH 1002 _read: non-interruptible read
1398 124259 [main] BASH 1002 read_handler: 0 = read (3</etc/passwd>, 0x4741150, 1024)
313 124572 [main] BASH 1002 _close: close (3)
1946 126518 [main] BASH 1002 fhandler_base::close: handle 0x34
3612 130130 [main] BASH 1002 _close: 0 = close (3)
311 130441 [main] BASH 1002 _open: open (/etc/group, 0x0)
5859 136300 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd 3, fh 0x4741040
310 136610 [main] BASH 1002 fhandler_disk_file::open: (/etc/group, 0x0)
759 137369 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
370 137739 [main] BASH 1002 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
406 138145 [main] BASH 1002 mount_info::conv_to_win32_path: c:\etc\group(rel), c:\etc\group(abs) 0x0(flags) = conv_to_win32_path (/etc/group)
453 138598 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\etc\group) failed
352 138950 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
309 139259 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\etc\group, 0x270F75D, 260) (0x0)
602 139861 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\etc, 0x270F75D, 260) (0x0)
451 140312 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\etc\group), set_has_acls(0)
895 141207 [main] BASH 1002 fhandler_base::open: (c:\etc\group, 0x0)
820 142027 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (c:\etc\group, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x80, 0)
5754 147781 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
354 148135 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (c:\etc\group, 0x0)
315 148450 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\etc\group, 0x0)
2696 151146 [main] BASH 1002 _open: -1 = open (/etc/group, 0x0)
349 151495 [main] BASH 1002 read_etc_group: Emulating /etc/group
712 152207 [main] BASH 1002 read_etc_group: Failed to get local admins group name. Win32 error 120
895 153102 [main] BASH 1002 _open: open (/dev/tty, 0x4002)
6809 159911 [main] BASH 1002 hinfo::build_fhandler: /dev/tty - cb 128, fd 3, fh 0x4741100
376 160287 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
342 160629 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x34
404 161033 [main] BASH 1002 fhandler_termios::set_ctty: attached tty1073741824 sid 1002, pid 1002, tty->pgid 1002, tty->sid 1002
606 161639 [main] BASH 1002 fhandler_termios::set_ctty: resetting tty1073741824 sid. Was 1002, now 1002. pgid was 1002, now 1002.
817 162456 [main] BASH 1002 fhandler_console::open: opened conin$ 0x34, conout$ 0x44
831 163287 [main] BASH 1002 _open: 3 = open (/dev/tty, 0x4002)
350 163637 [main] BASH 1002 _close: close (3)
1917 165554 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
3130 168684 [main] BASH 1002 _close: 0 = close (3)
300 168984 [main] BASH 1002 stat_worker: stat (/tmp, 0x270FCCC)
306 169290 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp)
357 169647 [main] BASH 1002 normalize_posix_path: /tmp = normalize_posix_path (/tmp)
321 169968 [main] BASH 1002 mount_info::conv_to_win32_path: c:\tmp(rel), c:\tmp(abs) 0x0(flags) = conv_to_win32_path (/tmp)
527 170495 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\tmp, 0x270F661, 260) (0x0)
453 170948 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\tmp), set_has_acls(0)
329 171277 [main] BASH 1002 stat_worker: 16 = GetFileAttributesA (c:\tmp)
25779 197056 [main] BASH 1002 stat_worker: 0 = stat (/tmp, 0x270FCCC)
1699 198755 [main] BASH 1002 time: 953437903 = time (0)
1178 199933 [main] BASH 1002 cygwin_gethostname: name FORTIN
68569 268502 [main] BASH 1002 stat_worker: stat (/e/degas/lib/libgii, 0x270FB5C)
394 268896 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/e/degas/lib/libgii)
312 269208 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii = normalize_posix_path (/e/degas/lib/libgii)
372 269580 [main] BASH 1002 mount_info::conv_to_win32_path: e:\degas\lib\libgii(rel), e:\degas\lib\libgii(abs) 0x0(flags) = conv_to_win32_path (/e/degas/lib/libgii)
448 270028 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii, 0x270F4A1, 260) (0x0)
453 270481 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii), set_has_acls(0)
331 270812 [main] BASH 1002 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii)
3815 274627 [main] BASH 1002 stat_worker: 0 = stat (/e/degas/lib/libgii, 0x270FB5C)
421 275048 [main] BASH 1002 stat_worker: stat (., 0x270FB1C)
308 275356 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (.)
653 276009 [main] BASH 1002 mount_info::conv_to_posix_path: conv_to_posix_path (e:\degas\lib\libgii, no-keep-rel)
377 276386 [main] BASH 1002 normalize_win32_path: e:\degas\lib\libgii = normalize_win32_path (e:\degas\lib\libgii)
311 276697 [main] BASH 1002 mount_info::conv_to_posix_path: /e/degas/lib/libgii = conv_to_posix_path (e:\degas\lib\libgii)
1035 277732 [main] BASH 1002 getcwd_inner: 0x270EEDC (/e/degas/lib/libgii) = getcwd_inner (0x270EEDC, 260, posix)
340 278072 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii/. = normalize_posix_path (.)
329 278401 [main] BASH 1002 mount_info::conv_to_win32_path: .(rel), e:\degas\lib\libgii\.(abs) 0x0(flags) = conv_to_win32_path (.)
414 278815 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\., 0x270F4A1, 260) (0x0)
452 279267 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\.), set_has_acls(0)
377 279644 [main] BASH 1002 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii\.)
3829 283473 [main] BASH 1002 stat_worker: 0 = stat (., 0x270FB1C)
15261 298734 [main] BASH 1002 stat_worker: stat (., 0x270FACC)
319 299053 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (.)
317 299370 [main] BASH 1002 getcwd_inner: 0x270EE7C (/e/degas/lib/libgii) = getcwd_inner (0x270EE7C, 260, posix) (cached)
372 299742 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii/. = normalize_posix_path (.)
326 300068 [main] BASH 1002 mount_info::conv_to_win32_path: .(rel), e:\degas\lib\libgii\.(abs) 0x0(flags) = conv_to_win32_path (.)
418 300486 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\., 0x270F441, 260) (0x0)
448 300934 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\.), set_has_acls(0)
328 301262 [main] BASH 1002 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii\.)
3926 305188 [main] BASH 1002 stat_worker: 0 = stat (., 0x270FACC)
1367 306555 [main] BASH 1002 stat_worker: stat (/e/PERL/BIN/bash, 0x270F9EC)
741 307296 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/e/PERL/BIN/bash)
367 307663 [main] BASH 1002 normalize_posix_path: /e/PERL/BIN/bash = normalize_posix_path (/e/PERL/BIN/bash)
333 307996 [main] BASH 1002 mount_info::conv_to_win32_path: e:\PERL\BIN\bash(rel), e:\PERL\BIN\bash(abs) 0x0(flags) = conv_to_win32_path (/e/PERL/BIN/bash)
636 308632 [main] BASH 1002 symlink_check_one: GetFileAttributesA (e:\PERL\BIN\bash) failed
327 308959 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
307 309266 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\PERL\BIN\bash, 0x270F371, 260) (0x0)
453 309719 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\PERL\BIN, 0x270F371, 260) (0x32335441)
484 310203 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\PERL\BIN\bash), set_has_acls(0)
328 310531 [main] BASH 1002 stat_worker: trying with .exe suffix
580 311111 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (e:\PERL\BIN\bash.exe)
647 311758 [main] BASH 1002 fhandler_base::open: (e:\PERL\BIN\bash.exe, 0x110000)
2288 314046 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (e:\PERL\BIN\bash.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
2223 316269 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
942 317211 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (e:\PERL\BIN\bash.exe, 0x110000)
376 317587 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (e:\PERL\BIN\bash.exe, 0x110000)
317 317904 [main] BASH 1002 stat_worker: -1 = stat (/e/PERL/BIN/bash, 0x270F9EC)
1443 319347 [main] BASH 1002 stat_worker: stat (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/bash, 0x270F9EC)
357 319704 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/bash)
348 320052 [main] BASH 1002 normalize_posix_path: /PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/bash = normalize_posix_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/bash)
329 320381 [main] BASH 1002 mount_info::conv_to_win32_path: c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash(rel), c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash(abs) 0x0(flags) = conv_to_win32_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/bash)
612 320993 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash) failed
326 321319 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
357 321676 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash, 0x270F371, 260) (0x0)
834 322510 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN, 0x270F371, 260) (0x32335441)
1082 323592 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash), set_has_acls(0)
344 323936 [main] BASH 1002 stat_worker: trying with .exe suffix
552 324488 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash.exe)
657 325145 [main] BASH 1002 fhandler_base::open: (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash.exe, 0x110000)
1864 327009 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
2791 329800 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
329 330129 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash.exe, 0x110000)
311 330440 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\bash.exe, 0x110000)
318 330758 [main] BASH 1002 stat_worker: -1 = stat (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/bash, 0x270F9EC)
1854 332612 [main] BASH 1002 stat_worker: stat (/BIN/bash, 0x270F9EC)
314 332926 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/bash)
311 333237 [main] BASH 1002 normalize_posix_path: /BIN/bash = normalize_posix_path (/BIN/bash)
366 333603 [main] BASH 1002 mount_info::conv_to_win32_path: c:\BIN\bash(rel), c:\BIN\bash(abs) 0x0(flags) = conv_to_win32_path (/BIN/bash)
921 334524 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\BIN\bash) failed
352 334876 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
307 335183 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN\bash, 0x270F371, 260) (0x0)
543 335726 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN, 0x270F371, 260) (0x32335441)
456 336182 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\bash), set_has_acls(0)
334 336516 [main] BASH 1002 stat_worker: trying with .exe suffix
1248 337764 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (c:\BIN\bash.exe)
622 338386 [main] BASH 1002 fhandler_base::open: (c:\BIN\bash.exe, 0x110000)
2940 341326 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (c:\BIN\bash.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
3369 344695 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
346 345041 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (c:\BIN\bash.exe, 0x110000)
308 345349 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\BIN\bash.exe, 0x110000)
362 345711 [main] BASH 1002 stat_worker: -1 = stat (/BIN/bash, 0x270F9EC)
1900 347611 [main] BASH 1002 stat_worker: stat (/USR/BIN/bash, 0x270F9EC)
331 347942 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/USR/BIN/bash)
391 348333 [main] BASH 1002 normalize_posix_path: /USR/BIN/bash = normalize_posix_path (/USR/BIN/bash)
320 348653 [main] BASH 1002 mount_info::conv_to_win32_path: c:\USR\BIN\bash(rel), c:\USR\BIN\bash(abs) 0x0(flags) = conv_to_win32_path (/USR/BIN/bash)
857 349510 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\USR\BIN\bash) failed
329 349839 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
311 350150 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\USR\BIN\bash, 0x270F371, 260) (0x0)
407 350557 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\USR\BIN, 0x270F371, 260) (0x32335441)
484 351041 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\USR\BIN\bash), set_has_acls(0)
336 351377 [main] BASH 1002 stat_worker: trying with .exe suffix
447 351824 [main] BASH 1002 stat_worker: 32 = GetFileAttributesA (c:\USR\BIN\bash.exe)
973 352797 [main] BASH 1002 fhandler_base::open: (c:\USR\BIN\bash.exe, 0x110000)
97053 449850 [main] BASH 1002 fhandler_base::open: 52 = CreateFileA (c:\USR\BIN\bash.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
956 450806 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x34
322 451128 [main] BASH 1002 fhandler_base::open: filemode set to binary
394 451522 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\USR\BIN\bash.exe, 0x110000)
737 452259 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\USR\BIN\bash.exe, 0x110000)
371 452630 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\USR\BIN\bash.exe, 52)
391 453021 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270F9EC) st_atime=38D30D50 st_size=2060107, st_mode=0x81ED, st_ino=285909669, sizeof=64
329 453350 [main] BASH 1002 fhandler_base::close: handle 0x34
462 453812 [main] BASH 1002 stat_worker: 0 = stat (/USR/BIN/bash, 0x270F9EC)
595 454407 [main] BASH 1002 stat_worker: stat (/USR/BIN/bash, 0x270FA2C)
308 454715 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/USR/BIN/bash)
309 455024 [main] BASH 1002 normalize_posix_path: /USR/BIN/bash = normalize_posix_path (/USR/BIN/bash)
320 455344 [main] BASH 1002 mount_info::conv_to_win32_path: c:\USR\BIN\bash(rel), c:\USR\BIN\bash(abs) 0x0(flags) = conv_to_win32_path (/USR/BIN/bash)
847 456191 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\USR\BIN\bash) failed
329 456520 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
718 457238 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\USR\BIN\bash, 0x270F3B1, 260) (0x0)
462 457700 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\USR\BIN, 0x270F3B1, 260) (0x6107B2A4)
488 458188 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\USR\BIN\bash), set_has_acls(0)
334 458522 [main] BASH 1002 stat_worker: trying with .exe suffix
432 458954 [main] BASH 1002 stat_worker: 32 = GetFileAttributesA (c:\USR\BIN\bash.exe)
685 459639 [main] BASH 1002 fhandler_base::open: (c:\USR\BIN\bash.exe, 0x110000)
97683 557322 [main] BASH 1002 fhandler_base::open: 52 = CreateFileA (c:\USR\BIN\bash.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
683 558005 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x34
541 558546 [main] BASH 1002 fhandler_base::open: filemode set to binary
500 559046 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\USR\BIN\bash.exe, 0x110000)
598 559644 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\USR\BIN\bash.exe, 0x110000)
470 560114 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\USR\BIN\bash.exe, 52)
4500 564614 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270FA2C) st_atime=38D30D50 st_size=2060107, st_mode=0x81ED, st_ino=285909669, sizeof=64
564 565178 [main] BASH 1002 fhandler_base::close: handle 0x34
883 566061 [main] BASH 1002 stat_worker: 0 = stat (/USR/BIN/bash, 0x270FA2C)
33539 599600 [main] BASH 1002 _open: open (autohead2.jef, 0x0)
5833 605433 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd 3, fh 0x4743D98
362 605795 [main] BASH 1002 fhandler_disk_file::open: (autohead2.jef, 0x0)
308 606103 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (autohead2.jef)
318 606421 [main] BASH 1002 getcwd_inner: 0x270F28C (/e/degas/lib/libgii) = getcwd_inner (0x270F28C, 260, posix) (cached)
728 607149 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii/autohead2.jef = normalize_posix_path (autohead2.jef)
387 607536 [main] BASH 1002 mount_info::conv_to_win32_path: autohead2.jef(rel), e:\degas\lib\libgii\autohead2.jef(abs) 0x0(flags) = conv_to_win32_path (autohead2.jef)
650 608186 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\autohead2.jef, 0x270F851, 260) (0x0)
463 608649 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\autohead2.jef), set_has_acls(0)
940 609589 [main] BASH 1002 fhandler_base::open: (autohead2.jef, 0x0)
643 610232 [main] BASH 1002 fhandler_base::open: 52 = CreateFileA (autohead2.jef, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x80, 0)
636 610868 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x34
307 611175 [main] BASH 1002 fhandler_base::open: filemode set to text
394 611569 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (autohead2.jef, 0x0)
14328 625897 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (autohead2.jef, 0x0)
1307 627204 [main] BASH 1002 _open: 3 = open (autohead2.jef, 0x0)
1388 628592 [main] BASH 1002 fhandler_base::lseek: lseek (autohead2.jef, 0, 1)
344 628936 [main] BASH 1002 _lseek: 0 = lseek (3, 0, 1)
1386 630322 [main] BASH 1002 set_sig_errno: errno 0
294 630616 [main] BASH 1002 _read: read (3, 0x270FCAC, 80)
337 630953 [main] BASH 1002 _read: non-interruptible read
1869 632822 [main] BASH 1002 fhandler_base::read: read 76 bytes ( # ! 0x20 / b i n / s h 0xA 0xA i f 0x20 t ...)
314 633136 [main] BASH 1002 read_handler: 76 = read (3<autohead2.jef>, 0x270FCAC, 80)
1386 634522 [main] BASH 1002 fhandler_base::lseek: lseek (autohead2.jef, 0, 0)
344 634866 [main] BASH 1002 _lseek: 0 = lseek (3, 0, 0)
310 635176 [main] BASH 1002 hinfo::dup2: dup2 (3, 31)
2066 637242 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd -1, fh 0x4743E80
891 638133 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x0
302 638435 [main] BASH 1002 fhandler_base::dup: in fhandler_base dup
334 638769 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x44
2438 641207 [main] BASH 1002 hinfo::dup2: 31 = dup2 (3, 31)
351 641558 [main] BASH 1002 _close: close (3)
2310 643868 [main] BASH 1002 fhandler_base::close: handle 0x34
3282 647150 [main] BASH 1002 _close: 0 = close (3)
2017 649167 [main] BASH 1002 fhandler_base::set_close_on_exec: set close_on_exec for autohead2.jef to 1
886 650053 [main] BASH 1002 _fcntl: 0 = fcntl (31, 2, 1)
3624 653677 [main] BASH 1002 _fcntl: 0 = fcntl (31, 3, 0)
1440 655117 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (autohead2.jef, 52)
358 655475 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270FC7C) st_atime=38D30D50 st_size=239, st_mode=0x81ED, st_ino=657331176, sizeof=64
413 655888 [main] BASH 1002 _fstat: 0 = fstat (31, 270FC7C)
1838 657726 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
318 658044 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1369 659413 [main] BASH 1002 set_sig_errno: errno 0
347 659760 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 660064 [main] BASH 1002 _read: non-interruptible read
1439 661503 [main] BASH 1002 fhandler_base::read: read 1 bytes ( #)
824 662327 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1727 664054 [main] BASH 1002 set_sig_errno: errno 0
294 664348 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 664652 [main] BASH 1002 _read: non-interruptible read
1442 666094 [main] BASH 1002 fhandler_base::read: read 1 bytes ( !)
307 666401 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1796 668197 [main] BASH 1002 set_sig_errno: errno 0
296 668493 [main] BASH 1002 _read: read (31, 0x4741110, 1)
346 668839 [main] BASH 1002 _read: non-interruptible read
1412 670251 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
310 670561 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1821 672382 [main] BASH 1002 set_sig_errno: errno 0
304 672686 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 672991 [main] BASH 1002 _read: non-interruptible read
1408 674399 [main] BASH 1002 fhandler_base::read: read 1 bytes ( /)
311 674710 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1417 676127 [main] BASH 1002 set_sig_errno: errno 0
294 676421 [main] BASH 1002 _read: read (31, 0x4741110, 1)
685 677106 [main] BASH 1002 _read: non-interruptible read
1426 678532 [main] BASH 1002 fhandler_base::read: read 1 bytes ( b)
308 678840 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1388 680228 [main] BASH 1002 set_sig_errno: errno 0
295 680523 [main] BASH 1002 _read: read (31, 0x4741110, 1)
337 680860 [main] BASH 1002 _read: non-interruptible read
1847 682707 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
309 683016 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1381 684397 [main] BASH 1002 set_sig_errno: errno 0
296 684693 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 684995 [main] BASH 1002 _read: non-interruptible read
1464 686459 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
695 687154 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1445 688599 [main] BASH 1002 set_sig_errno: errno 0
299 688898 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 689203 [main] BASH 1002 _read: non-interruptible read
1411 690614 [main] BASH 1002 fhandler_base::read: read 1 bytes ( /)
338 690952 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1815 692767 [main] BASH 1002 set_sig_errno: errno 0
298 693065 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 693375 [main] BASH 1002 _read: non-interruptible read
1417 694792 [main] BASH 1002 fhandler_base::read: read 1 bytes ( s)
309 695101 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1421 696522 [main] BASH 1002 set_sig_errno: errno 0
718 697240 [main] BASH 1002 _read: read (31, 0x4741110, 1)
362 697602 [main] BASH 1002 _read: non-interruptible read
1387 698989 [main] BASH 1002 fhandler_base::read: read 1 bytes ( h)
310 699299 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1411 700710 [main] BASH 1002 set_sig_errno: errno 0
301 701011 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 701316 [main] BASH 1002 _read: non-interruptible read
1853 703169 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
359 703528 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
331 703859 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
323 704182 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1391 705573 [main] BASH 1002 set_sig_errno: errno 0
330 705903 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 706209 [main] BASH 1002 _read: non-interruptible read
2329 708538 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
317 708855 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
325 709180 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
604 709784 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1373 711157 [main] BASH 1002 set_sig_errno: errno 0
298 711455 [main] BASH 1002 _read: read (31, 0x4741110, 1)
741 712196 [main] BASH 1002 _read: non-interruptible read
1416 713612 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
310 713922 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1337 715259 [main] BASH 1002 set_sig_errno: errno 0
345 715604 [main] BASH 1002 _read: read (31, 0x4741110, 1)
340 715944 [main] BASH 1002 _read: non-interruptible read
1813 717757 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
310 718067 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1341 719408 [main] BASH 1002 set_sig_errno: errno 0
350 719758 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 720063 [main] BASH 1002 _read: non-interruptible read
1396 721459 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
735 722194 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1441 723635 [main] BASH 1002 set_sig_errno: errno 0
1316 724951 [main] BASH 1002 _read: read (31, 0x4741110, 1)
348 725299 [main] BASH 1002 _read: non-interruptible read
1798 727097 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
313 727410 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1397 728807 [main] BASH 1002 set_sig_errno: errno 0
295 729102 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 729408 [main] BASH 1002 _read: non-interruptible read
1441 730849 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
307 731156 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1769 732925 [main] BASH 1002 set_sig_errno: errno 0
295 733220 [main] BASH 1002 _read: read (31, 0x4741110, 1)
352 733572 [main] BASH 1002 _read: non-interruptible read
1362 734934 [main] BASH 1002 fhandler_base::read: read 1 bytes ( s)
308 735242 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1419 736661 [main] BASH 1002 set_sig_errno: errno 0
661 737322 [main] BASH 1002 _read: read (31, 0x4741110, 1)
364 737686 [main] BASH 1002 _read: non-interruptible read
1391 739077 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
309 739386 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1417 740803 [main] BASH 1002 set_sig_errno: errno 0
299 741102 [main] BASH 1002 _read: read (31, 0x4741110, 1)
308 741410 [main] BASH 1002 _read: non-interruptible read
1758 743168 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
309 743477 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1395 744872 [main] BASH 1002 set_sig_errno: errno 0
296 745168 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 745471 [main] BASH 1002 _read: non-interruptible read
1811 747282 [main] BASH 1002 fhandler_base::read: read 1 bytes ( $)
363 747645 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1340 748985 [main] BASH 1002 set_sig_errno: errno 0
294 749279 [main] BASH 1002 _read: read (31, 0x4741110, 1)
354 749633 [main] BASH 1002 _read: non-interruptible read
1388 751021 [main] BASH 1002 fhandler_base::read: read 1 bytes ( #)
308 751329 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1774 753103 [main] BASH 1002 set_sig_errno: errno 0
295 753398 [main] BASH 1002 _read: read (31, 0x4741110, 1)
358 753756 [main] BASH 1002 _read: non-interruptible read
1362 755118 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
309 755427 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1775 757202 [main] BASH 1002 set_sig_errno: errno 0
347 757549 [main] BASH 1002 _read: read (31, 0x4741110, 1)
314 757863 [main] BASH 1002 _read: non-interruptible read
1358 759221 [main] BASH 1002 fhandler_base::read: read 1 bytes ( -)
358 759579 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1448 761027 [main] BASH 1002 set_sig_errno: errno 0
296 761323 [main] BASH 1002 _read: read (31, 0x4741110, 1)
745 762068 [main] BASH 1002 _read: non-interruptible read
1906 763974 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
316 764290 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1445 765735 [main] BASH 1002 set_sig_errno: errno 0
303 766038 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 766347 [main] BASH 1002 _read: non-interruptible read
1797 768144 [main] BASH 1002 fhandler_base::read: read 1 bytes ( q)
309 768453 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1389 769842 [main] BASH 1002 set_sig_errno: errno 0
297 770139 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 770444 [main] BASH 1002 _read: non-interruptible read
1837 772281 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
317 772598 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1388 773986 [main] BASH 1002 set_sig_errno: errno 0
295 774281 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 774585 [main] BASH 1002 _read: non-interruptible read
1442 776027 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0)
308 776335 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1745 778080 [main] BASH 1002 set_sig_errno: errno 0
296 778376 [main] BASH 1002 _read: read (31, 0x4741110, 1)
735 779111 [main] BASH 1002 _read: non-interruptible read
1700 780811 [main] BASH 1002 fhandler_base::read: read 1 bytes ( ;)
310 781121 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1816 782937 [main] BASH 1002 set_sig_errno: errno 0
299 783236 [main] BASH 1002 _read: read (31, 0x4741110, 1)
356 783592 [main] BASH 1002 _read: non-interruptible read
1371 784963 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
311 785274 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1792 787066 [main] BASH 1002 set_sig_errno: errno 0
306 787372 [main] BASH 1002 _read: read (31, 0x4741110, 1)
380 787752 [main] BASH 1002 _read: non-interruptible read
1371 789123 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
309 789432 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1426 790858 [main] BASH 1002 set_sig_errno: errno 0
299 791157 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 791467 [main] BASH 1002 _read: non-interruptible read
1849 793316 [main] BASH 1002 fhandler_base::read: read 1 bytes ( h)
360 793676 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1342 795018 [main] BASH 1002 set_sig_errno: errno 0
298 795316 [main] BASH 1002 _read: read (31, 0x4741110, 1)
380 795696 [main] BASH 1002 _read: non-interruptible read
1751 797447 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
367 797814 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1338 799152 [main] BASH 1002 set_sig_errno: errno 0
343 799495 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 799805 [main] BASH 1002 _read: non-interruptible read
1392 801197 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
309 801506 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1792 803298 [main] BASH 1002 set_sig_errno: errno 0
344 803642 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 803952 [main] BASH 1002 _read: non-interruptible read
1402 805354 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
390 805744 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
6987 812731 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
330 813061 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1389 814450 [main] BASH 1002 set_sig_errno: errno 0
296 814746 [main] BASH 1002 _read: read (31, 0x4741110, 1)
324 815070 [main] BASH 1002 _read: non-interruptible read
1447 816517 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
729 817246 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1861 819107 [main] BASH 1002 set_sig_errno: errno 0
406 819513 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 819822 [main] BASH 1002 _read: non-interruptible read
1393 821215 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
358 821573 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1725 823298 [main] BASH 1002 set_sig_errno: errno 0
344 823642 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 823948 [main] BASH 1002 _read: non-interruptible read
1357 825305 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
383 825688 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1764 827452 [main] BASH 1002 set_sig_errno: errno 0
389 827841 [main] BASH 1002 _read: read (31, 0x4741110, 1)
308 828149 [main] BASH 1002 _read: non-interruptible read
1406 829555 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
311 829866 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1366 831232 [main] BASH 1002 set_sig_errno: errno 0
344 831576 [main] BASH 1002 _read: read (31, 0x4741110, 1)
688 832264 [main] BASH 1002 _read: non-interruptible read
1421 833685 [main] BASH 1002 fhandler_base::read: read 1 bytes ( p)
692 834377 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1436 835813 [main] BASH 1002 set_sig_errno: errno 0
301 836114 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 836419 [main] BASH 1002 _read: non-interruptible read
1781 838200 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
309 838509 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1394 839903 [main] BASH 1002 set_sig_errno: errno 0
298 840201 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 840508 [main] BASH 1002 _read: non-interruptible read
1868 842376 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
317 842693 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1392 844085 [main] BASH 1002 set_sig_errno: errno 0
296 844381 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 844687 [main] BASH 1002 _read: non-interruptible read
1475 846162 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
310 846472 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1828 848300 [main] BASH 1002 set_sig_errno: errno 0
297 848597 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 848904 [main] BASH 1002 _read: non-interruptible read
1411 850315 [main] BASH 1002 fhandler_base::read: read 1 bytes ( =)
309 850624 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1854 852478 [main] BASH 1002 set_sig_errno: errno 0
306 852784 [main] BASH 1002 _read: read (31, 0x4741110, 1)
308 853092 [main] BASH 1002 _read: non-interruptible read
1412 854504 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
310 854814 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1418 856232 [main] BASH 1002 set_sig_errno: errno 0
297 856529 [main] BASH 1002 _read: read (31, 0x4741110, 1)
1290 857819 [main] BASH 1002 _read: non-interruptible read
1402 859221 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
358 859579 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1366 860945 [main] BASH 1002 set_sig_errno: errno 0
296 861241 [main] BASH 1002 _read: read (31, 0x4741110, 1)
356 861597 [main] BASH 1002 _read: non-interruptible read
1772 863369 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
359 863728 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1330 865058 [main] BASH 1002 set_sig_errno: errno 0
295 865353 [main] BASH 1002 _read: read (31, 0x4741110, 1)
378 865731 [main] BASH 1002 _read: non-interruptible read
1834 867565 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
312 867877 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1327 869204 [main] BASH 1002 set_sig_errno: errno 0
343 869547 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 869852 [main] BASH 1002 _read: non-interruptible read
1385 871237 [main] BASH 1002 fhandler_base::read: read 1 bytes ( h)
356 871593 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2188 873781 [main] BASH 1002 set_sig_errno: errno 0
356 874137 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 874443 [main] BASH 1002 _read: non-interruptible read
1442 875885 [main] BASH 1002 fhandler_base::read: read 1 bytes ( $)
309 876194 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1829 878023 [main] BASH 1002 set_sig_errno: errno 0
296 878319 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 878623 [main] BASH 1002 _read: non-interruptible read
1412 880035 [main] BASH 1002 fhandler_base::read: read 1 bytes ( $)
307 880342 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1818 882160 [main] BASH 1002 set_sig_errno: errno 0
299 882459 [main] BASH 1002 _read: read (31, 0x4741110, 1)
314 882773 [main] BASH 1002 _read: non-interruptible read
1422 884195 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
309 884504 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2730 887234 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
375 887609 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
2226 889835 [main] BASH 1002 set_sig_errno: errno 0
315 890150 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 890454 [main] BASH 1002 _read: non-interruptible read
1847 892301 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
315 892616 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1385 894001 [main] BASH 1002 set_sig_errno: errno 0
297 894298 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 894602 [main] BASH 1002 _read: non-interruptible read
1441 896043 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
310 896353 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1821 898174 [main] BASH 1002 set_sig_errno: errno 0
319 898493 [main] BASH 1002 _read: read (31, 0x4741110, 1)
308 898801 [main] BASH 1002 _read: non-interruptible read
1413 900214 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
307 900521 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1829 902350 [main] BASH 1002 set_sig_errno: errno 0
304 902654 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 902961 [main] BASH 1002 _read: non-interruptible read
1410 904371 [main] BASH 1002 fhandler_base::read: read 1 bytes ( r)
319 904690 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1414 906104 [main] BASH 1002 set_sig_errno: errno 0
294 906398 [main] BASH 1002 _read: read (31, 0x4741110, 1)
685 907083 [main] BASH 1002 _read: non-interruptible read
1422 908505 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
309 908814 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1382 910196 [main] BASH 1002 set_sig_errno: errno 0
294 910490 [main] BASH 1002 _read: read (31, 0x4741110, 1)
334 910824 [main] BASH 1002 _read: non-interruptible read
1817 912641 [main] BASH 1002 fhandler_base::read: read 1 bytes ( p)
308 912949 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1381 914330 [main] BASH 1002 set_sig_errno: errno 0
294 914624 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 914928 [main] BASH 1002 _read: non-interruptible read
1433 916361 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
718 917079 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1414 918493 [main] BASH 1002 set_sig_errno: errno 0
297 918790 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 919092 [main] BASH 1002 _read: non-interruptible read
1412 920504 [main] BASH 1002 fhandler_base::read: read 1 bytes ( ")
339 920843 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1826 922669 [main] BASH 1002 set_sig_errno: errno 0
296 922965 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 923268 [main] BASH 1002 _read: non-interruptible read
1410 924678 [main] BASH 1002 fhandler_base::read: read 1 bytes ( r)
308 924986 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1442 926428 [main] BASH 1002 set_sig_errno: errno 0
652 927080 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 927389 [main] BASH 1002 _read: non-interruptible read
1937 929326 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
369 929695 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1369 931064 [main] BASH 1002 set_sig_errno: errno 0
295 931359 [main] BASH 1002 _read: read (31, 0x4741110, 1)
722 932081 [main] BASH 1002 _read: non-interruptible read
1403 933484 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
360 933844 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1330 935174 [main] BASH 1002 set_sig_errno: errno 0
295 935469 [main] BASH 1002 _read: read (31, 0x4741110, 1)
385 935854 [main] BASH 1002 _read: non-interruptible read
1838 937692 [main] BASH 1002 fhandler_base::read: read 1 bytes ( -)
308 938000 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1367 939367 [main] BASH 1002 set_sig_errno: errno 0
347 939714 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 940017 [main] BASH 1002 _read: non-interruptible read
1391 941408 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
809 942217 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1398 943615 [main] BASH 1002 set_sig_errno: errno 0
1087 944702 [main] BASH 1002 _read: read (31, 0x4741110, 1)
318 945020 [main] BASH 1002 _read: non-interruptible read
1441 946461 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
709 947170 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1393 948563 [main] BASH 1002 set_sig_errno: errno 0
297 948860 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 949164 [main] BASH 1002 _read: non-interruptible read
1474 950638 [main] BASH 1002 fhandler_base::read: read 1 bytes ( $)
338 950976 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1948 952924 [main] BASH 1002 set_sig_errno: errno 0
298 953222 [main] BASH 1002 _read: read (31, 0x4741110, 1)
352 953574 [main] BASH 1002 _read: non-interruptible read
1355 954929 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
307 955236 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1849 957085 [main] BASH 1002 set_sig_errno: errno 0
304 957389 [main] BASH 1002 _read: read (31, 0x4741110, 1)
362 957751 [main] BASH 1002 _read: non-interruptible read
1357 959108 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
307 959415 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1411 960826 [main] BASH 1002 set_sig_errno: errno 0
296 961122 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 961426 [main] BASH 1002 _read: non-interruptible read
1860 963286 [main] BASH 1002 fhandler_base::read: read 1 bytes ( p)
358 963644 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1329 964973 [main] BASH 1002 set_sig_errno: errno 0
320 965293 [main] BASH 1002 _read: read (31, 0x4741110, 1)
380 965673 [main] BASH 1002 _read: non-interruptible read
1877 967550 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
311 967861 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1346 969207 [main] BASH 1002 set_sig_errno: errno 0
342 969549 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 969854 [main] BASH 1002 _read: non-interruptible read
1387 971241 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
353 971594 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1752 973346 [main] BASH 1002 set_sig_errno: errno 0
344 973690 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 973992 [main] BASH 1002 _read: non-interruptible read
1357 975349 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
381 975730 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1752 977482 [main] BASH 1002 set_sig_errno: errno 0
352 977834 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 978137 [main] BASH 1002 _read: non-interruptible read
1430 979567 [main] BASH 1002 fhandler_base::read: read 1 bytes ( ;)
308 979875 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1370 981245 [main] BASH 1002 set_sig_errno: errno 0
344 981589 [main] BASH 1002 _read: read (31, 0x4741110, 1)
730 982319 [main] BASH 1002 _read: non-interruptible read
1889 984208 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
318 984526 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1413 985939 [main] BASH 1002 set_sig_errno: errno 0
295 986234 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 986537 [main] BASH 1002 _read: non-interruptible read
1804 988341 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
309 988650 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1384 990034 [main] BASH 1002 set_sig_errno: errno 0
295 990329 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 990632 [main] BASH 1002 _read: non-interruptible read
1821 992453 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
317 992770 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1383 994153 [main] BASH 1002 set_sig_errno: errno 0
294 994447 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 994751 [main] BASH 1002 _read: non-interruptible read
1441 996192 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
308 996500 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1767 998267 [main] BASH 1002 set_sig_errno: errno 0
295 998562 [main] BASH 1002 _read: read (31, 0x4741110, 1)
1149 999711 [main] BASH 1002 _read: non-interruptible read
1423 1001134 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
309 1001443 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1783 1003226 [main] BASH 1002 set_sig_errno: errno 0
343 1003569 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1003875 [main] BASH 1002 _read: non-interruptible read
1387 1005262 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
358 1005620 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1743 1007363 [main] BASH 1002 set_sig_errno: errno 0
352 1007715 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1008020 [main] BASH 1002 _read: non-interruptible read
1357 1009377 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 1)
359 1009736 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1359 1011095 [main] BASH 1002 set_sig_errno: errno 0
296 1011391 [main] BASH 1002 _read: read (31, 0x4741110, 1)
730 1012121 [main] BASH 1002 _read: non-interruptible read
1371 1013492 [main] BASH 1002 fhandler_base::read: read 1 bytes ( ")
357 1013849 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1333 1015182 [main] BASH 1002 set_sig_errno: errno 0
295 1015477 [main] BASH 1002 _read: read (31, 0x4741110, 1)
384 1015861 [main] BASH 1002 _read: non-interruptible read
1763 1017624 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
310 1017934 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1384 1019318 [main] BASH 1002 set_sig_errno: errno 0
346 1019664 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1019968 [main] BASH 1002 _read: non-interruptible read
1387 1021355 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 1)
668 1022023 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1346 1023369 [main] BASH 1002 set_sig_errno: errno 0
345 1023714 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1024018 [main] BASH 1002 _read: non-interruptible read
1362 1025380 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
386 1025766 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1697 1027463 [main] BASH 1002 set_sig_errno: errno 0
350 1027813 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1028116 [main] BASH 1002 _read: non-interruptible read
1358 1029474 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 2)
360 1029834 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1365 1031199 [main] BASH 1002 set_sig_errno: errno 0
294 1031493 [main] BASH 1002 _read: read (31, 0x4741110, 1)
717 1032210 [main] BASH 1002 _read: non-interruptible read
1414 1033624 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
310 1033934 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1326 1035260 [main] BASH 1002 set_sig_errno: errno 0
344 1035604 [main] BASH 1002 _read: read (31, 0x4741110, 1)
338 1035942 [main] BASH 1002 _read: non-interruptible read
2285 1038227 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 1)
322 1038549 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1395 1039944 [main] BASH 1002 set_sig_errno: errno 0
297 1040241 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1040547 [main] BASH 1002 _read: non-interruptible read
1836 1042383 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 5)
320 1042703 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1404 1044107 [main] BASH 1002 set_sig_errno: errno 0
299 1044406 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 1044715 [main] BASH 1002 _read: non-interruptible read
1496 1046211 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
312 1046523 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
8127 1054650 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
335 1054985 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1434 1056419 [main] BASH 1002 set_sig_errno: errno 0
602 1057021 [main] BASH 1002 _read: read (31, 0x4741110, 1)
1930 1058951 [main] BASH 1002 _read: non-interruptible read
1481 1060432 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
341 1060773 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1783 1062556 [main] BASH 1002 set_sig_errno: errno 0
299 1062855 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1063161 [main] BASH 1002 _read: non-interruptible read
1413 1064574 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
309 1064883 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1415 1066298 [main] BASH 1002 set_sig_errno: errno 0
295 1066593 [main] BASH 1002 _read: read (31, 0x4741110, 1)
668 1067261 [main] BASH 1002 _read: non-interruptible read
1410 1068671 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
309 1068980 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1386 1070366 [main] BASH 1002 set_sig_errno: errno 0
322 1070688 [main] BASH 1002 _read: read (31, 0x4741110, 1)
308 1070996 [main] BASH 1002 _read: non-interruptible read
1765 1072761 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
309 1073070 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1395 1074465 [main] BASH 1002 set_sig_errno: errno 0
297 1074762 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1075067 [main] BASH 1002 _read: non-interruptible read
1468 1076535 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
682 1077217 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1397 1078614 [main] BASH 1002 set_sig_errno: errno 0
299 1078913 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1079219 [main] BASH 1002 _read: non-interruptible read
1420 1080639 [main] BASH 1002 fhandler_base::read: read 1 bytes ( c)
339 1080978 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1755 1082733 [main] BASH 1002 set_sig_errno: errno 0
299 1083032 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1083338 [main] BASH 1002 _read: non-interruptible read
1419 1084757 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
334 1085091 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1427 1086518 [main] BASH 1002 set_sig_errno: errno 0
672 1087190 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1087496 [main] BASH 1002 _read: non-interruptible read
1444 1088940 [main] BASH 1002 fhandler_base::read: read 1 bytes ( >)
308 1089248 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1416 1090664 [main] BASH 1002 set_sig_errno: errno 0
305 1090969 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1091275 [main] BASH 1002 _read: non-interruptible read
2289 1093564 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
322 1093886 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1343 1095229 [main] BASH 1002 set_sig_errno: errno 0
299 1095528 [main] BASH 1002 _read: read (31, 0x4741110, 1)
386 1095914 [main] BASH 1002 _read: non-interruptible read
1849 1097763 [main] BASH 1002 fhandler_base::read: read 1 bytes ( $)
308 1098071 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1361 1099432 [main] BASH 1002 set_sig_errno: errno 0
347 1099779 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1100084 [main] BASH 1002 _read: non-interruptible read
1393 1101477 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
741 1102218 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1393 1103611 [main] BASH 1002 set_sig_errno: errno 0
299 1103910 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1104213 [main] BASH 1002 _read: non-interruptible read
1406 1105619 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
340 1105959 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1772 1107731 [main] BASH 1002 set_sig_errno: errno 0
295 1108026 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1108332 [main] BASH 1002 _read: non-interruptible read
2189 1110521 [main] BASH 1002 fhandler_base::read: read 1 bytes ( p)
340 1110861 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1849 1112710 [main] BASH 1002 set_sig_errno: errno 0
297 1113007 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1113310 [main] BASH 1002 _read: non-interruptible read
1409 1114719 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
307 1115026 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1412 1116438 [main] BASH 1002 set_sig_errno: errno 0
671 1117109 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1117412 [main] BASH 1002 _read: non-interruptible read
1413 1118825 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
305 1119130 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1449 1120579 [main] BASH 1002 set_sig_errno: errno 0
326 1120905 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1121209 [main] BASH 1002 _read: non-interruptible read
1822 1123031 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
307 1123338 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1381 1124719 [main] BASH 1002 set_sig_errno: errno 0
295 1125014 [main] BASH 1002 _read: read (31, 0x4741110, 1)
330 1125344 [main] BASH 1002 _read: non-interruptible read
2098 1127442 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
365 1127807 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
3075 1130882 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
317 1131199 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1755 1132954 [main] BASH 1002 set_sig_errno: errno 0
295 1133249 [main] BASH 1002 _read: read (31, 0x4741110, 1)
353 1133602 [main] BASH 1002 _read: non-interruptible read
1364 1134966 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
309 1135275 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1806 1137081 [main] BASH 1002 set_sig_errno: errno 0
297 1137378 [main] BASH 1002 _read: read (31, 0x4741110, 1)
362 1137740 [main] BASH 1002 _read: non-interruptible read
1386 1139126 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
309 1139435 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1415 1140850 [main] BASH 1002 set_sig_errno: errno 0
300 1141150 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1141455 [main] BASH 1002 _read: non-interruptible read
1791 1143246 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
358 1143604 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
26983 1170587 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 0
94167 1264754 [main] BASH 1002 _open: open (autoh1002, 0x601)
5813 1270567 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd 3, fh 0x47449E8
321 1270888 [main] BASH 1002 fhandler_disk_file::open: (autoh1002, 0x601)
309 1271197 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (autoh1002)
322 1271519 [main] BASH 1002 getcwd_inner: 0x270EFBC (/e/degas/lib/libgii) = getcwd_inner (0x270EFBC, 260, posix) (cached)
886 1272405 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii/autoh1002 = normalize_posix_path (autoh1002)
343 1272748 [main] BASH 1002 mount_info::conv_to_win32_path: autoh1002(rel), e:\degas\lib\libgii\autoh1002(abs) 0x0(flags) = conv_to_win32_path (autoh1002)
697 1273445 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\autoh1002, 0x270F581, 260) (0x0)
1344 1274789 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\autoh1002), set_has_acls(0)
929 1275718 [main] BASH 1002 fhandler_base::open: (autoh1002, 0x601)
662 1276380 [main] BASH 1002 fhandler_base::open: 68 = CreateFileA (autoh1002, 0x40000000, 0x3, 0x6107AB78, 0x2, 0x80, 0)
999 1277379 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x44
366 1277745 [main] BASH 1002 fhandler_base::open: filemode set to text
345 1278090 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (autoh1002, 0x601)
374 1278464 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (autoh1002, 0x601)
867 1279331 [main] BASH 1002 _open: 3 = open (autoh1002, 0x601)
3029 1282360 [main] BASH 1002 _fcntl: 0 = fcntl (1, 1, 0)
2990 1285350 [main] BASH 1002 hinfo::dup2: dup2 (1, 10)
2017 1287367 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd -1, fh 0x4744AD0
907 1288274 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x0
303 1288577 [main] BASH 1002 fhandler_base::dup: in fhandler_base dup
372 1288949 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x88
2404 1291353 [main] BASH 1002 hinfo::dup2: 10 = dup2 (1, 10)
1230 1292583 [main] BASH 1002 _fcntl: 10 = fcntl (1, 0, 10)
2426 1295009 [main] BASH 1002 _fcntl: 0 = fcntl (1, 1, 0)
3227 1298236 [main] BASH 1002 fhandler_base::set_close_on_exec: set close_on_exec for some disk file to 1
897 1299133 [main] BASH 1002 _fcntl: 0 = fcntl (10, 2, 1)
302 1299435 [main] BASH 1002 hinfo::dup2: dup2 (3, 1)
1643 1301078 [main] BASH 1002 hinfo::build_fhandler: some disk file - cb 64, fd -1, fh 0x4744BB8
1203 1302281 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x0
337 1302618 [main] BASH 1002 fhandler_base::dup: in fhandler_base dup
330 1302948 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x88
2277 1305225 [main] BASH 1002 _close: close (1)
2342 1307567 [main] BASH 1002 fhandler_base::close: handle 0x7C
2355 1309922 [main] BASH 1002 _close: 0 = close (1)
817 1310739 [main] BASH 1002 hinfo::dup2: 1 = dup2 (3, 1)
300 1311039 [main] BASH 1002 _close: close (3)
2707 1313746 [main] BASH 1002 fhandler_base::close: handle 0x44
3214 1316960 [main] BASH 1002 _close: 0 = close (3)
11016 1327976 [main] BASH 1002 _close: close (10)
2864 1330840 [main] BASH 1002 fhandler_base::close: handle 0x8C
2877 1333717 [main] BASH 1002 _close: 0 = close (10)
20788 1354505 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
320 1354825 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1396 1356221 [main] BASH 1002 set_sig_errno: errno 0
295 1356516 [main] BASH 1002 _read: read (31, 0x4741110, 1)
686 1357202 [main] BASH 1002 _read: non-interruptible read
1443 1358645 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
309 1358954 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
327 1359281 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
318 1359599 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
1391 1360990 [main] BASH 1002 set_sig_errno: errno 0
296 1361286 [main] BASH 1002 _read: read (31, 0x4741110, 1)
676 1361962 [main] BASH 1002 _read: non-interruptible read
1384 1363346 [main] BASH 1002 fhandler_base::read: read 1 bytes ( c)
358 1363704 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1362 1365066 [main] BASH 1002 set_sig_errno: errno 0
299 1365365 [main] BASH 1002 _read: read (31, 0x4741110, 1)
353 1365718 [main] BASH 1002 _read: non-interruptible read
1722 1367440 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
826 1368266 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1463 1369729 [main] BASH 1002 set_sig_errno: errno 0
297 1370026 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1370330 [main] BASH 1002 _read: non-interruptible read
1756 1372086 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
310 1372396 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1390 1373786 [main] BASH 1002 set_sig_errno: errno 0
295 1374081 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1374384 [main] BASH 1002 _read: non-interruptible read
1413 1375797 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
308 1376105 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1777 1377882 [main] BASH 1002 set_sig_errno: errno 0
295 1378177 [main] BASH 1002 _read: read (31, 0x4741110, 1)
332 1378509 [main] BASH 1002 _read: non-interruptible read
1418 1379927 [main] BASH 1002 fhandler_base::read: read 1 bytes ( <)
308 1380235 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1734 1381969 [main] BASH 1002 set_sig_errno: errno 0
309 1382278 [main] BASH 1002 _read: read (31, 0x4741110, 1)
312 1382590 [main] BASH 1002 _read: non-interruptible read
2250 1384840 [main] BASH 1002 fhandler_base::read: read 1 bytes ( <)
319 1385159 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1386 1386545 [main] BASH 1002 set_sig_errno: errno 0
650 1387195 [main] BASH 1002 _read: read (31, 0x4741110, 1)
315 1387510 [main] BASH 1002 _read: non-interruptible read
1427 1388937 [main] BASH 1002 fhandler_base::read: read 1 bytes ( E)
307 1389244 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1386 1390630 [main] BASH 1002 set_sig_errno: errno 0
295 1390925 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 1391227 [main] BASH 1002 _read: non-interruptible read
1833 1393060 [main] BASH 1002 fhandler_base::read: read 1 bytes ( O)
309 1393369 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1402 1394771 [main] BASH 1002 set_sig_errno: errno 0
295 1395066 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1395371 [main] BASH 1002 _read: non-interruptible read
1819 1397190 [main] BASH 1002 fhandler_base::read: read 1 bytes ( F)
317 1397507 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1390 1398897 [main] BASH 1002 set_sig_errno: errno 0
297 1399194 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1399498 [main] BASH 1002 _read: non-interruptible read
1425 1400923 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
310 1401233 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
4691 1405924 [main] BASH 1002 set_sig_errno: errno 0
295 1406219 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1406524 [main] BASH 1002 _read: non-interruptible read
1799 1408323 [main] BASH 1002 fhandler_base::read: read 1 bytes ( /)
309 1408632 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1649 1410281 [main] BASH 1002 set_sig_errno: errno 0
297 1410578 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1410883 [main] BASH 1002 _read: non-interruptible read
1796 1412679 [main] BASH 1002 fhandler_base::read: read 1 bytes ( *)
307 1412986 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1391 1414377 [main] BASH 1002 set_sig_errno: errno 0
295 1414672 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1414976 [main] BASH 1002 _read: non-interruptible read
1414 1416390 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
689 1417079 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1428 1418507 [main] BASH 1002 set_sig_errno: errno 0
300 1418807 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1419111 [main] BASH 1002 _read: non-interruptible read
1416 1420527 [main] BASH 1002 fhandler_base::read: read 1 bytes ( c)
310 1420837 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2147 1422984 [main] BASH 1002 set_sig_errno: errno 0
366 1423350 [main] BASH 1002 _read: read (31, 0x4741110, 1)
360 1423710 [main] BASH 1002 _read: non-interruptible read
1366 1425076 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
309 1425385 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1775 1427160 [main] BASH 1002 set_sig_errno: errno 0
299 1427459 [main] BASH 1002 _read: read (31, 0x4741110, 1)
367 1427826 [main] BASH 1002 _read: non-interruptible read
1370 1429196 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
309 1429505 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1392 1430897 [main] BASH 1002 set_sig_errno: errno 0
298 1431195 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1431500 [main] BASH 1002 _read: non-interruptible read
1790 1433290 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
357 1433647 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1339 1434986 [main] BASH 1002 set_sig_errno: errno 0
296 1435282 [main] BASH 1002 _read: read (31, 0x4741110, 1)
355 1435637 [main] BASH 1002 _read: non-interruptible read
1781 1437418 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
368 1437786 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2442 1440228 [main] BASH 1002 set_sig_errno: errno 0
300 1440528 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 1440835 [main] BASH 1002 _read: non-interruptible read
1786 1442621 [main] BASH 1002 fhandler_base::read: read 1 bytes ( g)
310 1442931 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1392 1444323 [main] BASH 1002 set_sig_errno: errno 0
295 1444618 [main] BASH 1002 _read: read (31, 0x4741110, 1)
329 1444947 [main] BASH 1002 _read: non-interruptible read
1416 1446363 [main] BASH 1002 fhandler_base::read: read 1 bytes ( .)
720 1447083 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1418 1448501 [main] BASH 1002 set_sig_errno: errno 0
300 1448801 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1449106 [main] BASH 1002 _read: non-interruptible read
1466 1450572 [main] BASH 1002 fhandler_base::read: read 1 bytes ( h)
310 1450882 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1769 1452651 [main] BASH 1002 set_sig_errno: errno 0
297 1452948 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1453252 [main] BASH 1002 _read: non-interruptible read
1414 1454666 [main] BASH 1002 fhandler_base::read: read 1 bytes ( .)
309 1454975 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1385 1456360 [main] BASH 1002 set_sig_errno: errno 0
827 1457187 [main] BASH 1002 _read: read (31, 0x4741110, 1)
322 1457509 [main] BASH 1002 _read: non-interruptible read
1441 1458950 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
307 1459257 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1388 1460645 [main] BASH 1002 set_sig_errno: errno 0
296 1460941 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1461244 [main] BASH 1002 _read: non-interruptible read
1824 1463068 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
310 1463378 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1387 1464765 [main] BASH 1002 set_sig_errno: errno 0
295 1465060 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1465364 [main] BASH 1002 _read: non-interruptible read
1797 1467161 [main] BASH 1002 fhandler_base::read: read 1 bytes ( .)
317 1467478 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1388 1468866 [main] BASH 1002 set_sig_errno: errno 0
295 1469161 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1469465 [main] BASH 1002 _read: non-interruptible read
1412 1470877 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
309 1471186 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1758 1472944 [main] BASH 1002 set_sig_errno: errno 0
296 1473240 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1473545 [main] BASH 1002 _read: non-interruptible read
1420 1474965 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
311 1475276 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1799 1477075 [main] BASH 1002 set_sig_errno: errno 0
302 1477377 [main] BASH 1002 _read: read (31, 0x4741110, 1)
832 1478209 [main] BASH 1002 _read: non-interruptible read
1490 1479699 [main] BASH 1002 fhandler_base::read: read 1 bytes ( G)
312 1480011 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1348 1481359 [main] BASH 1002 set_sig_errno: errno 0
829 1482188 [main] BASH 1002 _read: read (31, 0x4741110, 1)
321 1482509 [main] BASH 1002 _read: non-interruptible read
1417 1483926 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
309 1484235 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1427 1485662 [main] BASH 1002 set_sig_errno: errno 0
300 1485962 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1486268 [main] BASH 1002 _read: non-interruptible read
1865 1488133 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
309 1488442 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1384 1489826 [main] BASH 1002 set_sig_errno: errno 0
296 1490122 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1490426 [main] BASH 1002 _read: non-interruptible read
1771 1492197 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
317 1492514 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2213 1494727 [main] BASH 1002 set_sig_errno: errno 0
313 1495040 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1495345 [main] BASH 1002 _read: non-interruptible read
1818 1497163 [main] BASH 1002 fhandler_base::read: read 1 bytes ( r)
316 1497479 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1434 1498913 [main] BASH 1002 set_sig_errno: errno 0
295 1499208 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1499511 [main] BASH 1002 _read: non-interruptible read
1405 1500916 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
308 1501224 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1726 1502950 [main] BASH 1002 set_sig_errno: errno 0
296 1503246 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 1503548 [main] BASH 1002 _read: non-interruptible read
1407 1504955 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
307 1505262 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1779 1507041 [main] BASH 1002 set_sig_errno: errno 0
297 1507338 [main] BASH 1002 _read: read (31, 0x4741110, 1)
362 1507700 [main] BASH 1002 _read: non-interruptible read
1358 1509058 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
307 1509365 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1389 1510754 [main] BASH 1002 set_sig_errno: errno 0
295 1511049 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 1511351 [main] BASH 1002 _read: non-interruptible read
1940 1513291 [main] BASH 1002 fhandler_base::read: read 1 bytes ( d)
357 1513648 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1331 1514979 [main] BASH 1002 set_sig_errno: errno 0
294 1515273 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1515578 [main] BASH 1002 _read: non-interruptible read
1811 1517389 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
368 1517757 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1341 1519098 [main] BASH 1002 set_sig_errno: errno 0
295 1519393 [main] BASH 1002 _read: read (31, 0x4741110, 1)
353 1519746 [main] BASH 1002 _read: non-interruptible read
1366 1521112 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
310 1521422 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1780 1523202 [main] BASH 1002 set_sig_errno: errno 0
294 1523496 [main] BASH 1002 _read: read (31, 0x4741110, 1)
355 1523851 [main] BASH 1002 _read: non-interruptible read
1395 1525246 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
309 1525555 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1839 1527394 [main] BASH 1002 set_sig_errno: errno 0
355 1527749 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1528054 [main] BASH 1002 _read: non-interruptible read
1368 1529422 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
358 1529780 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1335 1531115 [main] BASH 1002 set_sig_errno: errno 0
295 1531410 [main] BASH 1002 _read: read (31, 0x4741110, 1)
718 1532128 [main] BASH 1002 _read: non-interruptible read
1859 1533987 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
317 1534304 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1392 1535696 [main] BASH 1002 set_sig_errno: errno 0
297 1535993 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1536297 [main] BASH 1002 _read: non-interruptible read
1809 1538106 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
336 1538442 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1389 1539831 [main] BASH 1002 set_sig_errno: errno 0
297 1540128 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1540432 [main] BASH 1002 _read: non-interruptible read
1780 1542212 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
317 1542529 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1391 1543920 [main] BASH 1002 set_sig_errno: errno 0
296 1544216 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1544521 [main] BASH 1002 _read: non-interruptible read
1421 1545942 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
309 1546251 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1733 1547984 [main] BASH 1002 set_sig_errno: errno 0
298 1548282 [main] BASH 1002 _read: read (31, 0x4741110, 1)
425 1548707 [main] BASH 1002 _read: non-interruptible read
1907 1550614 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
311 1550925 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1867 1552792 [main] BASH 1002 set_sig_errno: errno 0
296 1553088 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 1553395 [main] BASH 1002 _read: non-interruptible read
1470 1554865 [main] BASH 1002 fhandler_base::read: read 1 bytes ( c)
308 1555173 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1709 1556882 [main] BASH 1002 set_sig_errno: errno 0
310 1557192 [main] BASH 1002 _read: read (31, 0x4741110, 1)
315 1557507 [main] BASH 1002 _read: non-interruptible read
1547 1559054 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
308 1559362 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1457 1560819 [main] BASH 1002 set_sig_errno: errno 0
296 1561115 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1561421 [main] BASH 1002 _read: non-interruptible read
1816 1563237 [main] BASH 1002 fhandler_base::read: read 1 bytes ( l)
308 1563545 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1413 1564958 [main] BASH 1002 set_sig_errno: errno 0
299 1565257 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1565563 [main] BASH 1002 _read: non-interruptible read
1761 1567324 [main] BASH 1002 fhandler_base::read: read 1 bytes ( l)
366 1567690 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2961 1570651 [main] BASH 1002 set_sig_errno: errno 0
305 1570956 [main] BASH 1002 _read: read (31, 0x4741110, 1)
302 1571258 [main] BASH 1002 _read: non-interruptible read
1700 1572958 [main] BASH 1002 fhandler_base::read: read 1 bytes ( y)
371 1573329 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1386 1574715 [main] BASH 1002 set_sig_errno: errno 0
302 1575017 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1575321 [main] BASH 1002 _read: non-interruptible read
2006 1577327 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
716 1578043 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2426 1580469 [main] BASH 1002 set_sig_errno: errno 0
415 1580884 [main] BASH 1002 _read: read (31, 0x4741110, 1)
4527 1585411 [main] BASH 1002 _read: non-interruptible read
1977 1587388 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
874 1588262 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1467 1589729 [main] BASH 1002 set_sig_errno: errno 0
298 1590027 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1590332 [main] BASH 1002 _read: non-interruptible read
1916 1592248 [main] BASH 1002 fhandler_base::read: read 1 bytes ( r)
320 1592568 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1394 1593962 [main] BASH 1002 set_sig_errno: errno 0
301 1594263 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1594569 [main] BASH 1002 _read: non-interruptible read
1416 1595985 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
308 1596293 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1919 1598212 [main] BASH 1002 set_sig_errno: errno 0
294 1598506 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1598811 [main] BASH 1002 _read: non-interruptible read
1414 1600225 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
307 1600532 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1679 1602211 [main] BASH 1002 set_sig_errno: errno 0
303 1602514 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1602820 [main] BASH 1002 _read: non-interruptible read
2373 1605193 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
313 1605506 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1732 1607238 [main] BASH 1002 set_sig_errno: errno 0
329 1607567 [main] BASH 1002 _read: read (31, 0x4741110, 1)
353 1607920 [main] BASH 1002 _read: non-interruptible read
1362 1609282 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
309 1609591 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1385 1610976 [main] BASH 1002 set_sig_errno: errno 0
295 1611271 [main] BASH 1002 _read: read (31, 0x4741110, 1)
818 1612089 [main] BASH 1002 _read: non-interruptible read
1381 1613470 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
363 1613833 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1336 1615169 [main] BASH 1002 set_sig_errno: errno 0
295 1615464 [main] BASH 1002 _read: read (31, 0x4741110, 1)
355 1615819 [main] BASH 1002 _read: non-interruptible read
1713 1617532 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
361 1617893 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1364 1619257 [main] BASH 1002 set_sig_errno: errno 0
302 1619559 [main] BASH 1002 _read: read (31, 0x4741110, 1)
354 1619913 [main] BASH 1002 _read: non-interruptible read
1365 1621278 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
813 1622091 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1359 1623450 [main] BASH 1002 set_sig_errno: errno 0
346 1623796 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1624102 [main] BASH 1002 _read: non-interruptible read
1374 1625476 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
361 1625837 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1699 1627536 [main] BASH 1002 set_sig_errno: errno 0
347 1627883 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 1628190 [main] BASH 1002 _read: non-interruptible read
1359 1629549 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
359 1629908 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1336 1631244 [main] BASH 1002 set_sig_errno: errno 0
847 1632091 [main] BASH 1002 _read: read (31, 0x4741110, 1)
312 1632403 [main] BASH 1002 _read: non-interruptible read
1421 1633824 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
309 1634133 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1335 1635468 [main] BASH 1002 set_sig_errno: errno 0
346 1635814 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1636118 [main] BASH 1002 _read: non-interruptible read
1785 1637903 [main] BASH 1002 fhandler_base::read: read 1 bytes ( x)
312 1638215 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1332 1639547 [main] BASH 1002 set_sig_errno: errno 0
345 1639892 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1640196 [main] BASH 1002 _read: non-interruptible read
1361 1641557 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
766 1642323 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1852 1644175 [main] BASH 1002 set_sig_errno: errno 0
361 1644536 [main] BASH 1002 _read: read (31, 0x4741110, 1)
331 1644867 [main] BASH 1002 _read: non-interruptible read
1411 1646278 [main] BASH 1002 fhandler_base::read: read 1 bytes ( b)
724 1647002 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1405 1648407 [main] BASH 1002 set_sig_errno: errno 0
296 1648703 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1649008 [main] BASH 1002 _read: non-interruptible read
1408 1650416 [main] BASH 1002 fhandler_base::read: read 1 bytes ( y)
313 1650729 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1687 1652416 [main] BASH 1002 set_sig_errno: errno 0
304 1652720 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1653024 [main] BASH 1002 _read: non-interruptible read
1411 1654435 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
310 1654745 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1381 1656126 [main] BASH 1002 set_sig_errno: errno 0
312 1656438 [main] BASH 1002 _read: read (31, 0x4741110, 1)
650 1657088 [main] BASH 1002 _read: non-interruptible read
1446 1658534 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
1157 1659691 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1348 1661039 [main] BASH 1002 set_sig_errno: errno 0
294 1661333 [main] BASH 1002 _read: read (31, 0x4741110, 1)
667 1662000 [main] BASH 1002 _read: non-interruptible read
1371 1663371 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
363 1663734 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1332 1665066 [main] BASH 1002 set_sig_errno: errno 0
295 1665361 [main] BASH 1002 _read: read (31, 0x4741110, 1)
389 1665750 [main] BASH 1002 _read: non-interruptible read
1712 1667462 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
357 1667819 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1331 1669150 [main] BASH 1002 set_sig_errno: errno 0
299 1669449 [main] BASH 1002 _read: read (31, 0x4741110, 1)
354 1669803 [main] BASH 1002 _read: non-interruptible read
1361 1671164 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
310 1671474 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2842 1674316 [main] BASH 1002 set_sig_errno: errno 0
408 1674724 [main] BASH 1002 _read: read (31, 0x4741110, 1)
689 1675413 [main] BASH 1002 _read: non-interruptible read
2660 1678073 [main] BASH 1002 fhandler_base::read: read 1 bytes ( h)
464 1678537 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
3750 1682287 [main] BASH 1002 set_sig_errno: errno 0
309 1682596 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1682901 [main] BASH 1002 _read: non-interruptible read
1425 1684326 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
310 1684636 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1420 1686056 [main] BASH 1002 set_sig_errno: errno 0
303 1686359 [main] BASH 1002 _read: read (31, 0x4741110, 1)
676 1687035 [main] BASH 1002 _read: non-interruptible read
1465 1688500 [main] BASH 1002 fhandler_base::read: read 1 bytes ( a)
309 1688809 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1390 1690199 [main] BASH 1002 set_sig_errno: errno 0
295 1690494 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1690800 [main] BASH 1002 _read: non-interruptible read
1744 1692544 [main] BASH 1002 fhandler_base::read: read 1 bytes ( d)
312 1692856 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1391 1694247 [main] BASH 1002 set_sig_errno: errno 0
295 1694542 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1694846 [main] BASH 1002 _read: non-interruptible read
1412 1696258 [main] BASH 1002 fhandler_base::read: read 1 bytes ( e)
639 1696897 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1872 1698769 [main] BASH 1002 set_sig_errno: errno 0
362 1699131 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1699437 [main] BASH 1002 _read: non-interruptible read
1414 1700851 [main] BASH 1002 fhandler_base::read: read 1 bytes ( r)
309 1701160 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1709 1702869 [main] BASH 1002 set_sig_errno: errno 0
298 1703167 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1703472 [main] BASH 1002 _read: non-interruptible read
1417 1704889 [main] BASH 1002 fhandler_base::read: read 1 bytes ( .)
310 1705199 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1763 1706962 [main] BASH 1002 set_sig_errno: errno 0
300 1707262 [main] BASH 1002 _read: read (31, 0x4741110, 1)
316 1707578 [main] BASH 1002 _read: non-interruptible read
1415 1708993 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
307 1709300 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1395 1710695 [main] BASH 1002 set_sig_errno: errno 0
318 1711013 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1711318 [main] BASH 1002 _read: non-interruptible read
1758 1713076 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
310 1713386 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2486 1715872 [main] BASH 1002 set_sig_errno: errno 0
301 1716173 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1716476 [main] BASH 1002 _read: non-interruptible read
1784 1718260 [main] BASH 1002 fhandler_base::read: read 1 bytes ( *)
312 1718572 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1391 1719963 [main] BASH 1002 set_sig_errno: errno 0
296 1720259 [main] BASH 1002 _read: read (31, 0x4741110, 1)
316 1720575 [main] BASH 1002 _read: non-interruptible read
1748 1722323 [main] BASH 1002 fhandler_base::read: read 1 bytes ( /)
320 1722643 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1389 1724032 [main] BASH 1002 set_sig_errno: errno 0
303 1724335 [main] BASH 1002 _read: read (31, 0x4741110, 1)
306 1724641 [main] BASH 1002 _read: non-interruptible read
1456 1726097 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
309 1726406 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
2055 1728461 [main] BASH 1002 set_sig_errno: errno 0
297 1728758 [main] BASH 1002 _read: read (31, 0x4741110, 1)
303 1729061 [main] BASH 1002 _read: non-interruptible read
1412 1730473 [main] BASH 1002 fhandler_base::read: read 1 bytes ( E)
312 1730785 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1727 1732512 [main] BASH 1002 set_sig_errno: errno 0
299 1732811 [main] BASH 1002 _read: read (31, 0x4741110, 1)
304 1733115 [main] BASH 1002 _read: non-interruptible read
1415 1734530 [main] BASH 1002 fhandler_base::read: read 1 bytes ( O)
310 1734840 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1392 1736232 [main] BASH 1002 set_sig_errno: errno 0
668 1736900 [main] BASH 1002 _read: read (31, 0x4741110, 1)
315 1737215 [main] BASH 1002 _read: non-interruptible read
1448 1738663 [main] BASH 1002 fhandler_base::read: read 1 bytes ( F)
308 1738971 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1383 1740354 [main] BASH 1002 set_sig_errno: errno 0
295 1740649 [main] BASH 1002 _read: read (31, 0x4741110, 1)
305 1740954 [main] BASH 1002 _read: non-interruptible read
1905 1742859 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
310 1743169 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
10095 1753264 [main] BASH 1002 stat_worker: stat (., 0x270FA6C)
424 1753688 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (.)
321 1754009 [main] BASH 1002 getcwd_inner: 0x270EE1C (/e/degas/lib/libgii) = getcwd_inner (0x270EE1C, 260, posix) (cached)
321 1754330 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii/. = normalize_posix_path (.)
336 1754666 [main] BASH 1002 mount_info::conv_to_win32_path: .(rel), e:\degas\lib\libgii\.(abs) 0x0(flags) = conv_to_win32_path (.)
454 1755120 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\., 0x270F3E1, 260) (0x0)
454 1755574 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\.), set_has_acls(0)
381 1755955 [main] BASH 1002 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii\.)
3983 1759938 [main] BASH 1002 stat_worker: 0 = stat (., 0x270FA6C)
869 1760807 [main] BASH 1002 stat_worker: stat (/e/PERL/BIN/cat, 0x270F98C)
308 1761115 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/e/PERL/BIN/cat)
307 1761422 [main] BASH 1002 normalize_posix_path: /e/PERL/BIN/cat = normalize_posix_path (/e/PERL/BIN/cat)
689 1762111 [main] BASH 1002 mount_info::conv_to_win32_path: e:\PERL\BIN\cat(rel), e:\PERL\BIN\cat(abs) 0x0(flags) = conv_to_win32_path (/e/PERL/BIN/cat)
630 1762741 [main] BASH 1002 symlink_check_one: GetFileAttributesA (e:\PERL\BIN\cat) failed
350 1763091 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
308 1763399 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\PERL\BIN\cat, 0x270F311, 260) (0x0)
455 1763854 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\PERL\BIN, 0x270F311, 260) (0x8167DC3C)
447 1764301 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\PERL\BIN\cat), set_has_acls(0)
338 1764639 [main] BASH 1002 stat_worker: trying with .exe suffix
609 1765248 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (e:\PERL\BIN\cat.exe)
650 1765898 [main] BASH 1002 fhandler_base::open: (e:\PERL\BIN\cat.exe, 0x110000)
2374 1768272 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (e:\PERL\BIN\cat.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
488 1768760 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
3672 1772432 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (e:\PERL\BIN\cat.exe, 0x110000)
357 1772789 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (e:\PERL\BIN\cat.exe, 0x110000)
308 1773097 [main] BASH 1002 stat_worker: -1 = stat (/e/PERL/BIN/cat, 0x270F98C)
1412 1774509 [main] BASH 1002 stat_worker: stat (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/cat, 0x270F98C)
309 1774818 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/cat)
318 1775136 [main] BASH 1002 normalize_posix_path: /PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/cat = normalize_posix_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/cat)
328 1775464 [main] BASH 1002 mount_info::conv_to_win32_path: c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat(rel), c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat(abs) 0x0(flags) = conv_to_win32_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/cat)
646 1776110 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat) failed
327 1776437 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
705 1777142 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat, 0x270F311, 260) (0x0)
427 1777569 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN, 0x270F311, 260) (0x8167DC3C)
507 1778076 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat), set_has_acls(0)
364 1778440 [main] BASH 1002 stat_worker: trying with .exe suffix
539 1778979 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat.exe)
627 1779606 [main] BASH 1002 fhandler_base::open: (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat.exe, 0x110000)
1833 1781439 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
2729 1784168 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
327 1784495 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat.exe, 0x110000)
312 1784807 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\cat.exe, 0x110000)
314 1785121 [main] BASH 1002 stat_worker: -1 = stat (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/cat, 0x270F98C)
1791 1786912 [main] BASH 1002 stat_worker: stat (/BIN/cat, 0x270F98C)
319 1787231 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/cat)
336 1787567 [main] BASH 1002 normalize_posix_path: /BIN/cat = normalize_posix_path (/BIN/cat)
369 1787936 [main] BASH 1002 mount_info::conv_to_win32_path: c:\BIN\cat(rel), c:\BIN\cat(abs) 0x0(flags) = conv_to_win32_path (/BIN/cat)
854 1788790 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\BIN\cat) failed
325 1789115 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
334 1789449 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN\cat, 0x270F311, 260) (0x0)
538 1789987 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN, 0x270F311, 260) (0x8167DC3C)
450 1790437 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\cat), set_has_acls(0)
332 1790769 [main] BASH 1002 stat_worker: trying with .exe suffix
396 1791165 [main] BASH 1002 stat_worker: 32 = GetFileAttributesA (c:\BIN\cat.exe)
1047 1792212 [main] BASH 1002 fhandler_base::open: (c:\BIN\cat.exe, 0x110000)
92937 1885149 [main] BASH 1002 fhandler_base::open: 68 = CreateFileA (c:\BIN\cat.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
897 1886046 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x44
401 1886447 [main] BASH 1002 fhandler_base::open: filemode set to binary
629 1887076 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\BIN\cat.exe, 0x110000)
327 1887403 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\BIN\cat.exe, 0x110000)
471 1887874 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\BIN\cat.exe, 68)
362 1888236 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270F98C) st_atime=38D30D50 st_size=20992, st_mode=0x81ED, st_ino=151929186, sizeof=64
327 1888563 [main] BASH 1002 fhandler_base::close: handle 0x44
418 1888981 [main] BASH 1002 stat_worker: 0 = stat (/BIN/cat, 0x270F98C)
592 1889573 [main] BASH 1002 stat_worker: stat (/BIN/cat, 0x270F9CC)
353 1889926 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/cat)
312 1890238 [main] BASH 1002 normalize_posix_path: /BIN/cat = normalize_posix_path (/BIN/cat)
322 1890560 [main] BASH 1002 mount_info::conv_to_win32_path: c:\BIN\cat(rel), c:\BIN\cat(abs) 0x0(flags) = conv_to_win32_path (/BIN/cat)
896 1891456 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\BIN\cat) failed
726 1892182 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
314 1892496 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN\cat, 0x270F351, 260) (0x0)
523 1893019 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN, 0x270F351, 260) (0x6107B2A4)
461 1893480 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\cat), set_has_acls(0)
384 1893864 [main] BASH 1002 stat_worker: trying with .exe suffix
397 1894261 [main] BASH 1002 stat_worker: 32 = GetFileAttributesA (c:\BIN\cat.exe)
632 1894893 [main] BASH 1002 fhandler_base::open: (c:\BIN\cat.exe, 0x110000)
36446 1931339 [main] BASH 1002 fhandler_base::open: 68 = CreateFileA (c:\BIN\cat.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
3592 1934931 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x44
350 1935281 [main] BASH 1002 fhandler_base::open: filemode set to binary
341 1935622 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\BIN\cat.exe, 0x110000)
368 1935990 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\BIN\cat.exe, 0x110000)
356 1936346 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\BIN\cat.exe, 68)
669 1937015 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270F9CC) st_atime=38D30D50 st_size=20992, st_mode=0x81ED, st_ino=151929186, sizeof=64
325 1937340 [main] BASH 1002 fhandler_base::close: handle 0x44
459 1937799 [main] BASH 1002 stat_worker: 0 = stat (/BIN/cat, 0x270F9CC)
21477 1959276 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80002
450 1959726 [main] BASH 1002 fork: entering
316 1960042 [main] BASH 1002 lock_pinfo_for_update: timeout -1, pinfo_mutex 0x24
339 1960381 [main] BASH 1002 pinfo_list::allocate_pid: found empty slot 107 for pid 1003
318 1960699 [main] BASH 1002 unlock_pinfo: handle 36
308 1961007 [main] BASH 1002 pinfo_list::allocate_pid: pid 1003, state 1
340 1961347 [main] BASH 1002 fork: parent pid 1002, child pid 1003
1648 1962995 [main] BASH 1002 subproc_init: started wait_subproc thread 0x90
809 1963804 [proc] BASH 1002 wait_subproc: starting
-369 1963435 [main] BASH 1002 fork: about to call setjmp
1030 1964465 [main] BASH 1002 stack_base: bottom 0x2710000, top 0x700000, stack 0x270EA4C, size 5556, reserve 33619968
434 1964899 [main] BASH 1002 fork: CreateProcessA (C:\USR\BIN\BASH.EXE, C:\USR\BIN\BASH.EXE,0,0,1,20, 0,0,0x270EACC,0x270FB1C)
204683 2169582 [main] BASH 1002 sync_with_child: waiting for child. reason: waiting for longjmp
**********************************************
Program name: C:\USR\BIN\BASH.EXE
App version: 1001.0, api: 0.18
DLL version: 1001.0, api: 0.18
DLL build: 2000-03-18 22:49:28
OS version: Windows 98-4.10
Date/Time: 2000-03-18 22:51:44
**********************************************
1677 5240 [main] BASH 1003 events_init: windows_system_directory 'C:\WINDOWS\SYSTEM\', windows_system_directory_length 18
1435 6675 [main] BASH 1003 events_init: cygwin_hmodule 0x61000000
349 7024 [main] BASH 1003 /e/src/winsup/cygwin/security.cc:557 seterrno: 120 (CALL_NOT_IMPLEMENTED) -> 88
333 7357 [main] BASH 1003 set_process_privileges: -1 = set_process_privileges ()
311 7668 [main] BASH 1003 fork: child is running 1003
298 7966 [main] BASH 1003 fork: self 0x82E69B18, pid 1003, ppid 1002
301 8267 [main] BASH 1003 fork: signalling parent: after longjmp.
24384 2193966 [main] BASH 1002 sync_with_child: child signalled me
335 2194301 [main] BASH 1002 sync_with_child: suspend count 0
319 2194620 [main] BASH 1002 fork: child is alive (but stopped)
1530 2196150 [main] BASH 1002 fork_copy: child handle 0x98, low 0x46B000, high 0x4703D8, res 1
1153 2197303 [main] BASH 1002 fork_copy: child handle 0x98, low 0x471000, high 0x474090, res 1
1048 2198351 [main] BASH 1002 fork_copy: child handle 0x98, low 0x4740000, high 0x4745000, res 1
542 2198893 [main] BASH 1002 fork_copy: child handle 0x98, low 0x270EA74, high 0x2710000, res 1
871 2199764 [main] BASH 1002 fork_copy: child handle 0x98, low 0x61074000, high 0x61077468, res 1
1068 2200832 [main] BASH 1002 fork_copy: child handle 0x98, low 0x6107C000, high 0x61081FF4, res 1
330 2201162 [main] BASH 1002 fork_copy: done
701 2201863 [main] BASH 1002 proc_subproc: args: 1, -2098816232
329 2202192 [main] BASH 1002 proc_subproc: added pid 1003 to wait list, slot 0, winpid 0xFFC2D663, handle 0x98
343 2202535 [main] BASH 1002 proc_subproc: returning 1
318 2202853 [proc] BASH 1002 wait_subproc: looping
78 2202931 [main] BASH 1002 resume_child: here
656 2203587 [main] BASH 1002 resume_child: rc 1
2195685 2203952 [main] BASH 1003 fork: awake
443 2204030 [main] BASH 1002 sync_with_child: waiting for child. reason: child loading dlls
2484 2206436 [main] BASH 1003 hinfo::fixup_after_fork: fd 0(/dev/conin)
655 2207091 [main] BASH 1003 open_shared: name (null), shared 0x82B63000, h 0x74
313 2207404 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
410 2207814 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x54
422 2208236 [main] BASH 1003 fhandler_termios::set_ctty: attached tty1073741824 sid 1002, pid 1003, tty->pgid 1002, tty->sid 1002
773 2209009 [main] BASH 1003 fhandler_console::open: opened conin$ 0x54, conout$ 0x58
37192 2246201 [main] BASH 1003 hinfo::fixup_after_fork: fd 31(autohead2.jef)
638 2246839 [main] BASH 1003 fhandler_base::fixup_after_fork: inheriting 'autohead2.jef' from parent
874 2247713 [main] BASH 1003 fork: signalling parent: performed fork fixup.
368 2248081 [main] BASH 1003 recreate_mmaps_after_fork: recreate_mmaps_after_fork, mmapped_areas 0x0
44357 2248387 [main] BASH 1002 sync_with_child: child signalled me
1279 2249360 [main] BASH 1003 sigproc_init: process/signal handling enabled(801)
909 2250269 [main] BASH 1003 fork: 0 = fork()
774 2251043 [sig] BASH 1003 wait_sig: sigcatch_nonmain 0x70
1518 2249905 [main] BASH 1002 fork: 1003 = fork()
390 2251433 [sig] BASH 1003 wait_sig: Ready. dwProcessid -4008349
2626 2252531 [main] BASH 1002 set_process_mask: old mask = 80002, new mask = 0
1706 2253139 [main] BASH 1003 _close: close (31)
5486 2258625 [main] BASH 1003 fhandler_base::close: handle 0x5C
7257 2259788 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
2832 2262620 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
1374 2263994 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
906 2264900 [main] BASH 1002 wait4: calling proc_subproc, pid -1, options 0
1129 2266029 [main] BASH 1002 proc_subproc: args: 5, 1627894388
8340 2266965 [main] BASH 1003 _close: 0 = close (31)
349 2266378 [main] BASH 1002 proc_subproc: wval->pid -1, wval->options 0
1300 2267678 [main] BASH 1002 checkstate: nchildren 1, nzombies 0
343 2267308 [main] BASH 1003 set_process_mask: old mask = 0, new mask = 0
464 2268142 [main] BASH 1002 checkstate: checking alive children
1000 2269142 [main] BASH 1002 stopped_or_terminated: considering pid 1003
350 2269492 [main] BASH 1002 checkstate: returning -1
1060 2270552 [main] BASH 1002 proc_subproc: wait activated 0x44, 0x44
2873 2270181 [main] BASH 1003 _open: open (/tmp/t1003-0-sh, 0xE01)
351 2270903 [main] BASH 1002 proc_subproc: returning 1
7213 2277394 [main] BASH 1003 hinfo::build_fhandler: some disk file - cb 64, fd 3, fh 0x4743E80
315 2277709 [main] BASH 1003 fhandler_disk_file::open: (/tmp/t1003-0-sh, 0xE01)
365 2278074 [main] BASH 1003 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/t1003-0-sh)
310 2278384 [main] BASH 1003 normalize_posix_path: /tmp/t1003-0-sh = normalize_posix_path (/tmp/t1003-0-sh)
322 2278706 [main] BASH 1003 mount_info::conv_to_win32_path: c:\tmp\t1003-0-sh(rel), c:\tmp\t1003-0-sh(abs) 0x0(flags) = conv_to_win32_path (/tmp/t1003-0-sh)
2490 2281196 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\tmp\t1003-0-sh, 0x270F6B1, 260) (0x0)
847 2282043 [main] BASH 1003 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\tmp\t1003-0-sh), set_has_acls(0)
881 2282924 [main] BASH 1003 fhandler_base::open: (c:\tmp\t1003-0-sh, 0xE01)
793 2283717 [main] BASH 1003 fhandler_base::open: -1 = CreateFileA (c:\tmp\t1003-0-sh, 0x40000000, 0x3, 0x6107AB78, 0x1, 0x80, 0)
5464 2289181 [main] BASH 1003 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 80 (FILE_EXISTS) -> 17
349 2289530 [main] BASH 1003 fhandler_base::open: 0 = fhandler_base::open (c:\tmp\t1003-0-sh, 0xE01)
363 2289893 [main] BASH 1003 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\tmp\t1003-0-sh, 0xE01)
3113 2293006 [main] BASH 1003 _open: -1 = open (/tmp/t1003-0-sh, 0xE01)
325 2293331 [main] BASH 1003 _open: open (/tmp/t1003-1-sh, 0xE01)
6339 2299670 [main] BASH 1003 hinfo::build_fhandler: some disk file - cb 64, fd 3, fh 0x4743E80
428 2300098 [main] BASH 1003 fhandler_disk_file::open: (/tmp/t1003-1-sh, 0xE01)
311 2300409 [main] BASH 1003 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/t1003-1-sh)
313 2300722 [main] BASH 1003 normalize_posix_path: /tmp/t1003-1-sh = normalize_posix_path (/tmp/t1003-1-sh)
321 2301043 [main] BASH 1003 mount_info::conv_to_win32_path: c:\tmp\t1003-1-sh(rel), c:\tmp\t1003-1-sh(abs) 0x0(flags) = conv_to_win32_path (/tmp/t1003-1-sh)
6246 2307289 [main] BASH 1003 symlink_check_one: GetFileAttributesA (c:\tmp\t1003-1-sh) failed
1325 2308614 [main] BASH 1003 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
313 2308927 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\tmp\t1003-1-sh, 0x270F6B1, 260) (0x0)
547 2309474 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\tmp, 0x270F6B1, 260) (0xE)
508 2309982 [main] BASH 1003 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\tmp\t1003-1-sh), set_has_acls(0)
863 2310845 [main] BASH 1003 fhandler_base::open: (c:\tmp\t1003-1-sh, 0xE01)
5524 2316369 [main] BASH 1003 fhandler_base::open: 92 = CreateFileA (c:\tmp\t1003-1-sh, 0x40000000, 0x3, 0x6107AB78, 0x1, 0x80, 0)
897 2317266 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x5C
334 2317600 [main] BASH 1003 fhandler_base::open: filemode set to text
400 2318000 [main] BASH 1003 fhandler_base::open: 1 = fhandler_base::open (c:\tmp\t1003-1-sh, 0xE01)
374 2318374 [main] BASH 1003 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\tmp\t1003-1-sh, 0xE01)
1832 2320206 [main] BASH 1003 _open: 3 = open (/tmp/t1003-1-sh, 0xE01)
12374 2332580 [main] BASH 1003 hinfo::dup2: dup2 (3, 4)
1653 2334233 [main] BASH 1003 hinfo::build_fhandler: some disk file - cb 64, fd -1, fh 0x4744AC0
837 2335070 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x0
303 2335373 [main] BASH 1003 fhandler_base::dup: in fhandler_base dup
345 2335718 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x8C
2906 2338624 [main] BASH 1003 hinfo::dup2: 4 = dup2 (3, 4)
3303 2341927 [main] BASH 1003 _fcntl: 3585 = fcntl (4, 3, 0)
1403 2343330 [main] BASH 1003 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\tmp\t1003-1-sh, 140)
362 2343692 [main] BASH 1003 fhandler_disk_file::fstat: 0 = fstat (, 0x270F94C) st_atime=38D30D50 st_size=0, st_mode=0x81A4, st_ino=113627589, sizeof=64
372 2344064 [main] BASH 1003 _fstat: 0 = fstat (4, 270F94C)
1419 2345483 [main] BASH 1003 _write: write (4, 0x4744D40, 74)
484 2345967 [main] BASH 1003 fhandler_base::write: after write, name /tmp/t1003-1-sh, rpos 74
329 2346296 [main] BASH 1003 _write: 74 = write (4, 0x4744D40, 74)
726 2347022 [main] BASH 1003 _close: close (4)
1908 2348930 [main] BASH 1003 fhandler_base::close: handle 0x8C
3255 2352185 [main] BASH 1003 _close: 0 = close (4)
1701 2353886 [main] BASH 1003 _open: open (/tmp/t1003-1-sh, 0x0)
6763 2360649 [main] BASH 1003 hinfo::build_fhandler: some disk file - cb 64, fd 4, fh 0x4744AC0
310 2360959 [main] BASH 1003 fhandler_disk_file::open: (/tmp/t1003-1-sh, 0x0)
311 2361270 [main] BASH 1003 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/t1003-1-sh)
674 2361944 [main] BASH 1003 normalize_posix_path: /tmp/t1003-1-sh = normalize_posix_path (/tmp/t1003-1-sh)
321 2362265 [main] BASH 1003 mount_info::conv_to_win32_path: c:\tmp\t1003-1-sh(rel), c:\tmp\t1003-1-sh(abs) 0x0(flags) = conv_to_win32_path (/tmp/t1003-1-sh)
2381 2364646 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\tmp\t1003-1-sh, 0x270F6C1, 260) (0x0)
457 2365103 [main] BASH 1003 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\tmp\t1003-1-sh), set_has_acls(0)
918 2366021 [main] BASH 1003 fhandler_base::open: (c:\tmp\t1003-1-sh, 0x0)
511 2366532 [main] BASH 1003 fhandler_base::open: 140 = CreateFileA (c:\tmp\t1003-1-sh, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x80, 0)
817 2367349 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x8C
319 2367668 [main] BASH 1003 fhandler_base::open: filemode set to text
393 2368061 [main] BASH 1003 fhandler_base::open: 1 = fhandler_base::open (c:\tmp\t1003-1-sh, 0x0)
400 2368461 [main] BASH 1003 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\tmp\t1003-1-sh, 0x0)
842 2369303 [main] BASH 1003 _open: 4 = open (/tmp/t1003-1-sh, 0x0)
309 2369612 [main] BASH 1003 _close: close (3)
2276 2371888 [main] BASH 1003 fhandler_base::close: handle 0x5C
5382 2377270 [main] BASH 1003 _close: 0 = close (3)
442 2377712 [main] BASH 1003 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/t1003-1-sh)
400 2378112 [main] BASH 1003 normalize_posix_path: /tmp/t1003-1-sh = normalize_posix_path (/tmp/t1003-1-sh)
325 2378437 [main] BASH 1003 mount_info::conv_to_win32_path: c:\tmp\t1003-1-sh(rel), c:\tmp\t1003-1-sh(abs) 0x0(flags) = conv_to_win32_path (/tmp/t1003-1-sh)
431 2378868 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\tmp\t1003-1-sh, 0x270F6F1, 260) (0x0)
450 2379318 [main] BASH 1003 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\tmp\t1003-1-sh), set_has_acls(0)
330 2379648 [main] BASH 1003 _unlink: _unlink (c:\tmp\t1003-1-sh)
476 2380124 [main] BASH 1003 stat_worker: stat (c:\tmp, 0x270F874)
312 2380436 [main] BASH 1003 mount_info::conv_to_win32_path: conv_to_win32_path (c:\tmp)
309 2380745 [main] BASH 1003 mount_info::conv_to_win32_path: c:\tmp already win32
306 2381051 [main] BASH 1003 normalize_win32_path: c:\tmp = normalize_win32_path (c:\tmp)
312 2381363 [main] BASH 1003 mount_info::conv_to_win32_path: c:\tmp(rel), c:\tmp(abs) 0x0(flags) = conv_to_win32_path (c:\tmp)
887 2382250 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\tmp, 0x270F1F9, 260) (0x0)
456 2382706 [main] BASH 1003 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\tmp), set_has_acls(0)
326 2383032 [main] BASH 1003 stat_worker: 16 = GetFileAttributesA (c:\tmp)
25879 2408911 [main] BASH 1003 stat_worker: 0 = stat (c:\tmp, 0x270F874)
899 2409810 [main] BASH 1003 _unlink: CreateFile/CloseHandle succeeded
378 2410188 [main] BASH 1003 _unlink: 0 = unlink (/tmp/t1003-1-sh)
313 2410501 [main] BASH 1003 hinfo::dup2: dup2 (4, 0)
2001 2412502 [main] BASH 1003 hinfo::build_fhandler: some disk file - cb 64, fd -1, fh 0x4743E80
845 2413347 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x0
306 2413653 [main] BASH 1003 fhandler_base::dup: in fhandler_base dup
383 2414036 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0x5C
1911 2415947 [main] BASH 1003 _close: close (0)
2307 2418254 [main] BASH 1003 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
2703 2420957 [main] BASH 1003 _close: 0 = close (0)
2898 2423855 [main] BASH 1003 hinfo::dup2: 0 = dup2 (4, 0)
327 2424182 [main] BASH 1003 _close: close (4)
1901 2426083 [main] BASH 1003 fhandler_base::close: handle 0x8C
4621 2430704 [main] BASH 1003 _close: 0 = close (4)
611 2431315 [main] BASH 1003 _spawnve: _spawnve (/BIN/cat, cat, 4744590)
700 2432015 [main] BASH 1003 spawn_guts: spawn_guts (/BIN/cat)
319 2432334 [main] BASH 1003 perhaps_suffix: prog '/BIN/cat'
310 2432644 [main] BASH 1003 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/cat)
315 2432959 [main] BASH 1003 normalize_posix_path: /BIN/cat = normalize_posix_path (/BIN/cat)
322 2433281 [main] BASH 1003 mount_info::conv_to_win32_path: c:\BIN\cat(rel), c:\BIN\cat(abs) 0x0(flags) = conv_to_win32_path (/BIN/cat)
434 2433715 [main] BASH 1003 symlink_check_one: 0 = symlink_check_one (c:\BIN\cat.exe, 0x270E185, 260) (0x0)
506 2434221 [main] BASH 1003 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\cat.exe), set_has_acls(0)
337 2434558 [main] BASH 1003 perhaps_suffix: buf c:\BIN\cat.exe, suffix found '.exe'
37905 2472463 [main] BASH 1003 hinfo::linearize_fd_array: needed buflen 280
1229 2473692 [main] BASH 1003 subproc_init: started wait_subproc thread 0x8C
830 2474522 [proc] BASH 1003 wait_subproc: starting
-320 2474202 [main] BASH 1003 hinfo::linearize_fd_array: in_buf = 270E3E0, buflen = 280
2084 2476286 [main] BASH 1003 fhandler_base::linearize: access_ 0x80000000, status 0x18010, io_handle 0x5C, output_handle 0x5C
795 2477081 [main] BASH 1003 hinfo::linearize_fd_array: fd 0, len 98, name /tmp/t1003-1-sh, device 0x10
1429 2478510 [main] BASH 1003 fhandler_base::linearize: access_ 0x40000000, status 0x18010, io_handle 0x88, output_handle 0x88
320 2478830 [main] BASH 1003 hinfo::linearize_fd_array: fd 1, len 84, name autoh1002, device 0x10
1424 2480254 [main] BASH 1003 fhandler_base::linearize: access_ 0x40000000, status 0x818010, io_handle 0x3C, output_handle 0x3C
324 2480578 [main] BASH 1003 hinfo::linearize_fd_array: fd 2, len 94, name some disk file, device 0x10
314 2480892 [main] BASH 1003 spawn_guts: spawn_guts (c:\BIN\cat.exe, cat)
416 2481308 [main] BASH 1003 winenv: env count 33, bytes 1122
149967 2631275 [main] BASH 1003 spawn_guts: -3707613 = spawn_guts (/BIN/cat, cat)
4207 2635482 [main] BASH 1003 _close: close (0)
2343 2637825 [main] BASH 1003 fhandler_base::close: handle 0x5C
2908 2640733 [main] BASH 1003 _close: 0 = close (0)
1820 2642553 [main] BASH 1003 _close: close (1)
1993 2644546 [main] BASH 1003 fhandler_base::close: handle 0x88
3387 2647933 [main] BASH 1003 _close: 0 = close (1)
2381 2650314 [main] BASH 1003 _close: close (2)
2230 2652544 [main] BASH 1003 fhandler_base::close: handle 0x3C
2368 2654912 [main] BASH 1003 _close: 0 = close (2)
44520 2699432 [main] cat 1003 proc_terminate: nchildren 0, nzombies 0
491 2699923 [proc] cat 1003 wait_subproc: looping
342 2700265 [proc] cat 1003 wait_subproc: done
2948 2703213 [main] cat 1003 proc_subproc: args: 4, 1
797 2704010 [main] cat 1003 proc_subproc: clear waiting threads
831 2704841 [main] cat 1003 proc_subproc: finished clearing
317 2705158 [main] cat 1003 proc_subproc: returning 1
327 2705485 [main] cat 1003 lock_pinfo_for_update: timeout -1, pinfo_mutex 0x28
317 2705802 [main] cat 1003 unlock_pinfo: handle 40
361 2706163 [main] cat 1003 proc_terminate: leaving
649 2706812 [main] cat 1003! spawn_guts: spawned windows pid -3707613
**********************************************
Program name: C:\BIN\CAT.EXE
App version: 21.0, api: 0.14
DLL version: 1001.0, api: 0.18
DLL build: 2000-03-18 22:49:28
OS version: Windows 98-4.10
Date/Time: 2000-03-18 22:51:45
**********************************************
2313 5160 [main] CAT 1003 events_init: windows_system_directory 'C:\WINDOWS\SYSTEM\', windows_system_directory_length 18
376 5536 [main] CAT 1003 events_init: cygwin_hmodule 0x61000000
676 6212 [main] CAT 1003 /e/src/winsup/cygwin/security.cc:557 seterrno: 120 (CALL_NOT_IMPLEMENTED) -> 88
332 6544 [main] CAT 1003 set_process_privileges: -1 = set_process_privileges ()
1470 8014 [main] CAT 1003 environ_init: !C:=C:\WINDOWS
569 8583 [main] CAT 1003 environ_init: !E:=E:\degas\lib\libgii
565 9148 [main] CAT 1003 environ_init: BLASTER=A220 I7 D1 T2
642 9790 [main] CAT 1003 environ_init: CLASSPATH=d:\IBMVJava\eab\runtime30;d:\IBMVJava\eab\runtime20;;C:\Program Files\Exceed.95\hcljrcsv.zip;C:\Program Files\Exceed.95;c:\jdk1.1.8\lib\classes.zip;d:\IBMCON~1\CLASSES
600 10390 [main] CAT 1003 environ_init: CMDLINE=bash
925 11315 [main] CAT 1003 environ_init: COMSPEC=C:\COMMAND.COM
576 11891 [main] CAT 1003 environ_init: DISPLAY=localhost:0
566 12457 [main] CAT 1003 environ_init: GGI_CONFDIR=e:/usr/local/etc/ggi
712 13169 [main] CAT 1003 environ_init: GGI_DEBUG=0
851 14020 [main] CAT 1003 environ_init: GGI_DEFMODE=800x600[GT_16BIT]
561 14581 [main] CAT 1003 environ_init: GGI_DISPLAY=display-directxnt
597 15178 [main] CAT 1003 getwinenv: can't set native for HOME= since no environ yet
1004 16182 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\home\john, no-keep-rel)
378 16560 [main] CAT 1003 normalize_win32_path: c:\home\john = normalize_win32_path (c:\home\john)
318 16878 [main] CAT 1003 mount_info::conv_to_posix_path: /home/john = conv_to_posix_path (c:\home\john)
878 17756 [main] CAT 1003 win_env::add_cache: posix /home/john
294 18050 [main] CAT 1003 win_env::add_cache: native HOME=c:\home\john
295 18345 [main] CAT 1003 posify: env var converted to HOME=/home/john
558 18903 [main] CAT 1003 environ_init: HOME=/home/john
608 19511 [main] CAT 1003 environ_init: HOSTNAME=FORTIN
593 20104 [main] CAT 1003 environ_init: HOSTTYPE=i586
559 20663 [main] CAT 1003 environ_init: INFOPATH=/home/john/cygwin/full-man/info:/usr/local/info
927 21590 [main] CAT 1003 environ_init: MACHTYPE=i586-pc-cygwin32
574 22164 [main] CAT 1003 environ_init: MAKE_MODE=unix
559 22723 [main] CAT 1003 environ_init: MANPATH=/usr/local/man:/home/john/cygwin/full-man/man
618 23341 [main] CAT 1003 environ_init: NLSPATH=;d:\IBMCON~1\ENCINA\%L\%N
569 23910 [main] CAT 1003 environ_init: OSTYPE=cygwin32
563 24473 [main] CAT 1003 getwinenv: can't set native for PATH= since no environ yet
599 25072 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (e:\PERL\BIN, keep-rel)
354 25426 [main] CAT 1003 normalize_win32_path: e:\PERL\BIN = normalize_win32_path (e:\PERL\BIN)
657 26083 [main] CAT 1003 mount_info::conv_to_posix_path: /e/PERL/BIN = conv_to_posix_path (e:\PERL\BIN)
314 26397 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN, keep-rel)
630 27027 [main] CAT 1003 normalize_win32_path: c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN = normalize_win32_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN)
652 27679 [main] CAT 1003 mount_info::conv_to_posix_path: /PROGRAM FILES/JAVASOFT/JRE/1.2/BIN = conv_to_posix_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN)
401 28080 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\BIN, keep-rel)
307 28387 [main] CAT 1003 normalize_win32_path: c:\BIN = normalize_win32_path (c:\BIN)
303 28690 [main] CAT 1003 mount_info::conv_to_posix_path: /BIN = conv_to_posix_path (c:\BIN)
310 29000 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\BIN, keep-rel)
359 29359 [main] CAT 1003 normalize_win32_path: c:\USR\BIN = normalize_win32_path (c:\USR\BIN)
305 29664 [main] CAT 1003 mount_info::conv_to_posix_path: /USR/BIN = conv_to_posix_path (c:\USR\BIN)
339 30003 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\MINGW32\BIN, keep-rel)
309 30312 [main] CAT 1003 normalize_win32_path: c:\USR\MINGW32\BIN = normalize_win32_path (c:\USR\MINGW32\BIN)
309 30621 [main] CAT 1003 mount_info::conv_to_posix_path: /USR/MINGW32/BIN = conv_to_posix_path (c:\USR\MINGW32\BIN)
707 31328 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\LOCAL\BIN, keep-rel)
316 31644 [main] CAT 1003 normalize_win32_path: c:\USR\LOCAL\BIN = normalize_win32_path (c:\USR\LOCAL\BIN)
311 31955 [main] CAT 1003 mount_info::conv_to_posix_path: /USR/LOCAL/BIN = conv_to_posix_path (c:\USR\LOCAL\BIN)
308 32263 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\LOCAL\LIB, keep-rel)
311 32574 [main] CAT 1003 normalize_win32_path: c:\USR\LOCAL\LIB = normalize_win32_path (c:\USR\LOCAL\LIB)
311 32885 [main] CAT 1003 mount_info::conv_to_posix_path: /USR/LOCAL/LIB = conv_to_posix_path (c:\USR\LOCAL\LIB)
306 33191 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel)
354 33545 [main] CAT 1003 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
308 33853 [main] CAT 1003 mount_info::conv_to_posix_path: /WINDOWS = conv_to_posix_path (c:\WINDOWS)
309 34162 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\COMMAND, keep-rel)
309 34471 [main] CAT 1003 normalize_win32_path: c:\WINDOWS\COMMAND = normalize_win32_path (c:\WINDOWS\COMMAND)
332 34803 [main] CAT 1003 mount_info::conv_to_posix_path: /WINDOWS/COMMAND = conv_to_posix_path (c:\WINDOWS\COMMAND)
312 35115 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (.\, keep-rel)
355 35470 [main] CAT 1003 mount_info::conv_to_posix_path: ./ = conv_to_posix_path (.\)
616 36086 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\JOHN\EDITORS, keep-rel)
313 36399 [main] CAT 1003 normalize_win32_path: c:\HOME\JOHN\EDITORS = normalize_win32_path (c:\HOME\JOHN\EDITORS)
317 36716 [main] CAT 1003 mount_info::conv_to_posix_path: /HOME/JOHN/EDITORS = conv_to_posix_path (c:\HOME\JOHN\EDITORS)
312 37028 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\JOHN\BIN, keep-rel)
362 37390 [main] CAT 1003 normalize_win32_path: c:\HOME\JOHN\BIN = normalize_win32_path (c:\HOME\JOHN\BIN)
311 37701 [main] CAT 1003 mount_info::conv_to_posix_path: /HOME/JOHN/BIN = conv_to_posix_path (c:\HOME\JOHN\BIN)
305 38006 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (., keep-rel)
306 38312 [main] CAT 1003 mount_info::conv_to_posix_path: . = conv_to_posix_path (.)
303 38615 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\local\bin, keep-rel)
327 38942 [main] CAT 1003 normalize_win32_path: c:\usr\local\bin = normalize_win32_path (c:\usr\local\bin)
359 39301 [main] CAT 1003 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (c:\usr\local\bin)
310 39611 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\local\lib, keep-rel)
342 39953 [main] CAT 1003 normalize_win32_path: c:\usr\local\lib = normalize_win32_path (c:\usr\local\lib)
310 40263 [main] CAT 1003 mount_info::conv_to_posix_path: /usr/local/lib = conv_to_posix_path (c:\usr\local\lib)
337 40600 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\X11\bin, keep-rel)
704 41304 [main] CAT 1003 normalize_win32_path: c:\usr\X11\bin = normalize_win32_path (c:\usr\X11\bin)
307 41611 [main] CAT 1003 mount_info::conv_to_posix_path: /usr/X11/bin = conv_to_posix_path (c:\usr\X11\bin)
319 41930 [main] CAT 1003 mount_info::conv_to_posix_path: conv_to_posix_path (e:\masm32\bin, keep-rel)
308 42238 [main] CAT 1003 normalize_win32_path: e:\masm32\bin = normalize_win32_path (e:\masm32\bin)
306 42544 [main] CAT 1003 mount_info::conv_to_posix_path: /e/masm32/bin = conv_to_posix_path (e:\masm32\bin)
948 43492 [main] CAT 1003 win_env::add_cache: posix /e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
335 43827 [main] CAT 1003 win_env::add_cache: native PATH=e:\PERL\BIN;c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN;c:\BIN;c:\USR\BIN;c:\USR\MINGW32\BIN;c:\USR\LOCAL\BIN;c:\USR\LOCAL\LIB;c:\WINDOWS;c:\WINDOWS\COMMAND;.\;c:\HOME\JOHN\EDITORS;c:\HOME\JOHN\BIN;.;c:\usr\local\bin;c:\usr\local\lib;c:\usr\X11\bin;e:\masm32\bin
329 44156 [main] CAT 1003 posify: env var converted to PATH=/e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
616 44772 [main] CAT 1003 environ_init: PATH=/e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
646 45418 [main] CAT 1003 environ_init: PROMPT=$p$g
952 46370 [main] CAT 1003 environ_init: PWD=/e/degas/lib/libgii
572 46942 [main] CAT 1003 environ_init: SHELL=/bin/sh
608 47550 [main] CAT 1003 environ_init: SHLVL=2
1312 48862 [main] CAT 1003 environ_init: SNDSCAPE=C:\WINDOWS
630 49492 [main] CAT 1003 environ_init: TEMP=C:\WINDOWS\TEMP
592 50084 [main] CAT 1003 environ_init: TERM=cygwin
558 50642 [main] CAT 1003 environ_init: TMP=C:\WINDOWS\TEMP
946 51588 [main] CAT 1003 environ_init: WINBOOTDIR=C:\WINDOWS
569 52157 [main] CAT 1003 environ_init: WINDIR=C:\WINDOWS
565 52722 [main] CAT 1003 environ_init: XPATH=c:\home\john\editors
614 53336 [main] CAT 1003 environ_init: _=/BIN/cat
302 53638 [main] CAT 1003 hinfo::de_linearize_fd_array: buf 81675128
327 53965 [main] CAT 1003 hinfo::de_linearize_fd_array: max_used_fd 2, inc size 32
565 54530 [main] CAT 1003 hinfo::extend: size 32, fds 0x4570B00
323 54853 [main] CAT 1003 hinfo::de_linearize_fd_array: fd 0, name /tmp/t1003-1-sh, win32 name c:\tmp\t1003-1-sh, status 0x18010
629 55482 [main] CAT 1003 hinfo::build_fhandler: some disk file - cb 64, fd 0, fh 0x4570B88
1366 56848 [main] CAT 1003 fhandler_base::de_linearize: access_ 0x80000000, status 0x18010, io_handle 0x5C, output_handle 0x5C
316 57164 [main] CAT 1003 hinfo::de_linearize_fd_array: len 98
348 57512 [main] CAT 1003 hinfo::de_linearize_fd_array: fd 1, name autoh1002, win32 name autoh1002, status 0x18010
571 58083 [main] CAT 1003 hinfo::build_fhandler: some disk file - cb 64, fd 1, fh 0x4570CA0
830 58913 [main] CAT 1003 fhandler_base::de_linearize: access_ 0x40000000, status 0x18010, io_handle 0x88, output_handle 0x88
379 59292 [main] CAT 1003 hinfo::de_linearize_fd_array: len 84
303 59595 [main] CAT 1003 hinfo::de_linearize_fd_array: fd 2, name some disk file, win32 name some disk file, status 0x818010
604 60199 [main] CAT 1003 hinfo::build_fhandler: some disk file - cb 64, fd 2, fh 0x4570DA8
1200 61399 [main] CAT 1003 fhandler_base::de_linearize: access_ 0x40000000, status 0x818010, io_handle 0x3C, output_handle 0x3C
324 61723 [main] CAT 1003 hinfo::de_linearize_fd_array: len 94
302 62025 [main] CAT 1003 pinfo_init: pid 1003, pgid 1002
2429 64454 [main] CAT 1003 sigproc_init: process/signal handling enabled(C1)
960 65414 [sig] CAT 1003 wait_sig: sigcatch_nonmain 0x6C
988 66402 [main] CAT 1003 build_argv: argv[0] = 'cat'
-303 66099 [sig] CAT 1003 wait_sig: subproc_ready 0x54
70977 2777789 [main] CAT 1003! spawn_guts: res = 20000
402 2778191 [main] CAT 1003! my_parent_is_alive: parent still alive
346 2778537 [main] CAT 1003! spawn_guts: parent = 0x82E695E8
335 2778872 [main] CAT 1003! spawn_guts: parent's handle = 60
345 2779217 [main] CAT 1003! spawn_guts: Dup hP 1
336 2779553 [main] CAT 1003! do_exit: do_exit (393216)
380 2779933 [main] CAT 1003! proc_terminate: nchildren 0, nzombies 0
334 2780267 [main] CAT 1003! proc_terminate: leaving
357 2780624 [main] CAT 1003! sigproc_terminate: entering
328 2780952 [main] CAT 1003! sigproc_terminate: done
333 2781285 [main] CAT 1003! __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
626 2781911 [main] CAT 1003! __to_clock_t: total 00000000 00000000
336 2782247 [main] CAT 1003! __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
346 2782593 [main] CAT 1003! __to_clock_t: total 00000000 00000000
337 2782930 [main] CAT 1003! do_exit: not cleanup_pinfo
333 2783263 [main] CAT 1003! do_exit: calling ExitProcess 0
9176 75275 [sig] CAT 1003 wait_sig: Ready. dwProcessid -3707613
-8529 66746 [main] CAT 1003 build_argv: argv[1] = '(null)'
9622 76368 [main] CAT 1003 DllList::initAll: call to DllList::initAll
348 76716 [main] CAT 1003 dll_crt0_1: user_data->main 0x401AF0
2646 79362 [main] CAT 1003 sig_send: pid 1003, signal -2, its_me 1
529934 2800837 [proc] BASH 1002 proc_subproc: args: 3, 0
10956 90318 [main] CAT 1003 sig_send: ReleaseSemaphore succeeded
1214 91532 [main] CAT 1003 sig_send: Waiting for thiscomplete 0x80
-860 90672 [sig] CAT 1003 wait_sig: awake
1508 92180 [sig] CAT 1003 wait_sig: processing signal -2
899 2801736 [proc] BASH 1002 proc_subproc: pid 1003[0], reparented old hProcess 0x98, new 0x7C
1897 2803633 [proc] BASH 1002 proc_subproc: returning 0
404 92584 [sig] CAT 1003 wait_sig: signalled sigcomplete_main 0x80
1164 93748 [sig] CAT 1003 wait_sig: looping
-1103 92645 [main] CAT 1003 sig_send: returning 0 from sending signal -2
392 2804025 [proc] BASH 1002 wait_subproc: looping
5304 97949 [main] CAT 1003 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (autoh1002, 136)
373 98322 [main] CAT 1003 fhandler_disk_file::fstat: 0 = fstat (, 0x253FD40) st_atime=38D30D50 st_size=0, st_mode=0x81A4, st_ino=311378208, sizeof=64
324 98646 [main] CAT 1003 _fstat: 0 = fstat (1, 253FD40)
1480 100126 [main] CAT 1003 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\tmp\t1003-1-sh, 92)
356 100482 [main] CAT 1003 fhandler_disk_file::fstat: 0 = fstat (, 0x253FD40) st_atime=38D30D50 st_size=75, st_mode=0x81A4, st_ino=113627589, sizeof=64
706 101188 [main] CAT 1003 _fstat: 0 = fstat (0, 253FD40)
2995 104183 [main] CAT 1003 set_sig_errno: errno 0
321 104504 [main] CAT 1003 _read: read (0, 0x4570F20, 1024)
337 104841 [main] CAT 1003 _read: non-interruptible read
1858 106699 [main] CAT 1003 fhandler_base::read: read 74 bytes ( / * 0x20 c o n f i g . h . i n . 0x20 ...)
322 107021 [main] CAT 1003 read_handler: 74 = read (0</tmp/t1003-1-sh>, 0x4570F20, 1024)
1495 108516 [main] CAT 1003 _write: write (1, 0x4570F20, 74)
391 108907 [main] CAT 1003 fhandler_base::write: after write, name autoh1002, rpos 74
320 109227 [main] CAT 1003 _write: 74 = write (1, 0x4570F20, 74)
1423 110650 [main] CAT 1003 set_sig_errno: errno 0
682 111332 [main] CAT 1003 _read: read (0, 0x4570F20, 1024)
314 111646 [main] CAT 1003 _read: non-interruptible read
1362 113008 [main] CAT 1003 read_handler: 0 = read (0</tmp/t1003-1-sh>, 0x4570F20, 1024)
629 113637 [main] CAT 1003 _close: close (0)
1927 115564 [main] CAT 1003 fhandler_base::close: handle 0x5C
3077 118641 [main] CAT 1003 _close: 0 = close (0)
298 118939 [main] CAT 1003 _close: close (1)
2348 121287 [main] CAT 1003 fhandler_base::close: handle 0x88
2832 124119 [main] CAT 1003 _close: 0 = close (1)
308 124427 [main] CAT 1003 do_exit: do_exit (0)
302 124729 [main] CAT 1003 void: 0x0 = signal (20, 0x1)
331 125060 [main] CAT 1003 void: 0x0 = signal (1, 0x1)
349 125409 [main] CAT 1003 void: 0x0 = signal (2, 0x1)
302 125711 [main] CAT 1003 void: 0x0 = signal (3, 0x1)
3795 129506 [main] CAT 1003 _close: close (2)
2305 131811 [main] CAT 1003 fhandler_base::close: handle 0x3C
2319 134130 [main] CAT 1003 _close: 0 = close (2)
37634 171764 [main] CAT 1003 proc_terminate: nchildren 0, nzombies 0
322 172086 [main] CAT 1003 proc_terminate: leaving
300 172386 [main] CAT 1003 sigproc_terminate: entering
300 172686 [main] CAT 1003 sigproc_terminate: done
310 172996 [main] CAT 1003 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
361 173357 [main] CAT 1003 __to_clock_t: total 00000000 00000000
306 173663 [main] CAT 1003 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
336 173999 [main] CAT 1003 __to_clock_t: total 00000000 00000000
319 174318 [main] CAT 1003 my_parent_is_alive: parent still alive
309 174627 [main] CAT 1003 do_exit: calling ExitProcess 0
95993 2900018 [proc] BASH 1002 proc_subproc: args: 3, 0
732 2900750 [proc] BASH 1002 proc_subproc: pid 1003[0] terminated, handle 0x7C, nchildren 1, nzombies 0
390 2901140 [proc] BASH 1002 remove_child: removing [0], pid 1003, handle 0x7C, nchildren 1
754 2901894 [proc] BASH 1002 sig_send: pid 1002, signal 20, its_me 1
779 2902673 [sig] BASH 1002 wait_sig: awake
-450 2902223 [proc] BASH 1002 sig_send: ReleaseSemaphore succeeded
1271 2903494 [proc] BASH 1002 sig_send: Not waiting for sigcomplete. its_me 1 sig 20
-353 2903141 [sig] BASH 1002 wait_sig: sig 20 blocked
1121 2904262 [sig] BASH 1002 proc_subproc: args: 4, 0
-376 2903886 [proc] BASH 1002 sig_send: returning 0 from sending signal 20
1047 2904933 [proc] BASH 1002 proc_subproc: returning 0
308 2905241 [sig] BASH 1002 proc_subproc: looking for processes to reap
464 2905705 [sig] BASH 1002 checkstate: nchildren 0, nzombies 1
-391 2905314 [proc] BASH 1002 wait_subproc: looping
783 2906097 [sig] BASH 1002 stopped_or_terminated: considering pid 1003
1251 2907348 [sig] BASH 1002 remove_zombie: removing 0, pid 1003, nzombies 1
323 2907671 [sig] BASH 1002 checkstate: returning 1
356 2908027 [sig] BASH 1002 proc_subproc: released waiting thread
306 2908333 [sig] BASH 1002 proc_subproc: finished processing terminated/stopped child
312 2908645 [sig] BASH 1002 proc_subproc: returning 1
303 2908948 [sig] BASH 1002 wait_sig: Did not signal anyone
307 2909255 [sig] BASH 1002 wait_sig: looping
342 2909597 [main] BASH 1002 wait4: 0 = WaitForSingleObject (...)
364 2909961 [main] BASH 1002 wait4: intpid -1, status 0x270FBE8, w->status 0, options 0, rc 1003
2192 2912153 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 280000
330 2912483 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
322 2912805 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
305 2913110 [sig] BASH 1002 wait_sig: awake
414 2913524 [sig] BASH 1002 wait_sig: processing signal -2
408 2913932 [sig] BASH 1002 wait_sig: sig 20 blocked
333 2914265 [sig] BASH 1002 proc_subproc: args: 4, 0
318 2914583 [sig] BASH 1002 proc_subproc: looking for processes to reap
345 2914928 [sig] BASH 1002 proc_subproc: finished processing terminated/stopped child
321 2915249 [sig] BASH 1002 proc_subproc: returning 1
361 2915610 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
369 2915979 [sig] BASH 1002 wait_sig: looping
-2799 2913180 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
3796 2916976 [main] BASH 1002 sig_send: returning 0 from sending signal -2
334 2917310 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 80000
325 2917635 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
370 2918005 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
304 2918309 [sig] BASH 1002 wait_sig: awake
435 2918744 [sig] BASH 1002 wait_sig: processing signal -2
359 2919103 [sig] BASH 1002 wait_sig: sig 20 blocked
333 2919436 [sig] BASH 1002 proc_subproc: args: 4, 0
314 2919750 [sig] BASH 1002 proc_subproc: looking for processes to reap
366 2920116 [sig] BASH 1002 proc_subproc: finished processing terminated/stopped child
348 2920464 [sig] BASH 1002 proc_subproc: returning 1
325 2920789 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
316 2921105 [sig] BASH 1002 wait_sig: looping
-2706 2918399 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
3696 2922095 [main] BASH 1002 sig_send: returning 0 from sending signal -2
333 2922428 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 80000
2484 2924912 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 80000
326 2925238 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
354 2925592 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
370 2925962 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
303 2926265 [sig] BASH 1002 wait_sig: awake
826 2927091 [sig] BASH 1002 wait_sig: processing signal -2
367 2927458 [sig] BASH 1002 wait_sig: processing signal 20
315 2927773 [sig] BASH 1002 wait_sig: Got signal 20
363 2928136 [sig] BASH 1002 sig_handle: signal 20
317 2928453 [sig] BASH 1002 sig_handle: signal 20, about to call 0x41B848
458 2928911 [sig] BASH 1002 interruptible: interruptible 0
344 2929255 [sig] BASH 1002 interruptible: interruptible 0
346 2929601 [sig] BASH 1002 interruptible: interruptible 1
373 2929974 [sig] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
333 2930307 [sig] BASH 1002 call_handler: armed signal_arrived 0x54, res 1
355 2930662 [sig] BASH 1002 proc_subproc: args: 4, 1
317 2930979 [sig] BASH 1002 proc_subproc: clear waiting threads
319 2931298 [sig] BASH 1002 proc_subproc: finished clearing
731 2932029 [sig] BASH 1002 proc_subproc: returning 1
325 2932354 [sig] BASH 1002 call_handler: modified main-thread stack
317 2932671 [sig] BASH 1002 call_handler: returning 1
315 2932986 [sig] BASH 1002 sig_handle: returning 1
338 2933324 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
319 2933643 [sig] BASH 1002 wait_sig: looping
-6903 2926740 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
7572 2934312 [main] BASH 1002 sig_send: returning 0 from sending signal -2
326 2934638 [main] BASH 1002 reset_signal_arrived: reset signal_arrived
316 2934954 [main] BASH 1002 wait4: calling proc_subproc, pid -1, options 1
314 2935268 [main] BASH 1002 proc_subproc: args: 5, 1627894388
346 2935614 [main] BASH 1002 proc_subproc: wval->pid -1, wval->options 1
369 2935983 [main] BASH 1002 checkstate: nchildren 0, nzombies 0
309 2936292 [main] BASH 1002 checkstate: checking alive children
683 2936975 [main] BASH 1002 checkstate: returning 0
313 2937288 [main] BASH 1002 proc_subproc: no appropriate children, 0x44, 0x0
317 2937605 [main] BASH 1002 proc_subproc: wait not activated 0x44, 0x0
385 2937990 [main] BASH 1002 proc_subproc: returning 1
308 2938298 [main] BASH 1002 wait4: intpid -1, status 0x270FB8C, w->status 0, options 1, rc -1
315 2938613 [main] BASH 1002 wait4: *** errno = 10
310 2938923 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
4362 2943285 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
325 2943610 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
373 2943983 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
324 2944307 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
1411 2945718 [main] BASH 1002 set_sig_errno: errno 0
352 2946070 [main] BASH 1002 _read: read (31, 0x4741110, 1)
667 2946737 [main] BASH 1002 _read: non-interruptible read
1480 2948217 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
319 2948536 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
333 2948869 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
325 2949194 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
374 2949568 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
377 2949945 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
1789 2951734 [main] BASH 1002 set_sig_errno: errno 0
361 2952095 [main] BASH 1002 _read: read (31, 0x4741110, 1)
321 2952416 [main] BASH 1002 _read: non-interruptible read
1383 2953799 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
364 2954163 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1387 2955550 [main] BASH 1002 set_sig_errno: errno 0
302 2955852 [main] BASH 1002 _read: read (31, 0x4741110, 1)
359 2956211 [main] BASH 1002 _read: non-interruptible read
2346 2958557 [main] BASH 1002 fhandler_base::read: read 1 bytes ( v)
324 2958881 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1413 2960294 [main] BASH 1002 set_sig_errno: errno 0
334 2960628 [main] BASH 1002 _read: read (31, 0x4741110, 1)
312 2960940 [main] BASH 1002 _read: non-interruptible read
1818 2962758 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
315 2963073 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1445 2964518 [main] BASH 1002 set_sig_errno: errno 0
307 2964825 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 2965134 [main] BASH 1002 _read: non-interruptible read
1827 2966961 [main] BASH 1002 fhandler_base::read: read 1 bytes ( -)
321 2967282 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1416 2968698 [main] BASH 1002 set_sig_errno: errno 0
301 2968999 [main] BASH 1002 _read: read (31, 0x4741110, 1)
307 2969306 [main] BASH 1002 _read: non-interruptible read
1465 2970771 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
315 2971086 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1763 2972849 [main] BASH 1002 set_sig_errno: errno 0
301 2973150 [main] BASH 1002 _read: read (31, 0x4741110, 1)
312 2973462 [main] BASH 1002 _read: non-interruptible read
1434 2974896 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
315 2975211 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1797 2977008 [main] BASH 1002 set_sig_errno: errno 0
314 2977322 [main] BASH 1002 _read: read (31, 0x4741110, 1)
311 2977633 [main] BASH 1002 _read: non-interruptible read
2594 2980227 [main] BASH 1002 fhandler_base::read: read 1 bytes ( $)
349 2980576 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1698 2982274 [main] BASH 1002 set_sig_errno: errno 0
304 2982578 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 2982888 [main] BASH 1002 _read: non-interruptible read
1436 2984324 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
319 2984643 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1440 2986083 [main] BASH 1002 set_sig_errno: errno 0
652 2986735 [main] BASH 1002 _read: read (31, 0x4741110, 1)
313 2987048 [main] BASH 1002 _read: non-interruptible read
1441 2988489 [main] BASH 1002 fhandler_base::read: read 1 bytes ( m)
311 2988800 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1408 2990208 [main] BASH 1002 set_sig_errno: errno 0
352 2990560 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 2990870 [main] BASH 1002 _read: non-interruptible read
1766 2992636 [main] BASH 1002 fhandler_base::read: read 1 bytes ( p)
311 2992947 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1409 2994356 [main] BASH 1002 set_sig_errno: errno 0
301 2994657 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 2994966 [main] BASH 1002 _read: non-interruptible read
1873 2996839 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
316 2997155 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1423 2998578 [main] BASH 1002 set_sig_errno: errno 0
300 2998878 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 2999187 [main] BASH 1002 _read: non-interruptible read
1463 3000650 [main] BASH 1002 fhandler_base::read: read 1 bytes ( u)
313 3000963 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1812 3002775 [main] BASH 1002 set_sig_errno: errno 0
305 3003080 [main] BASH 1002 _read: read (31, 0x4741110, 1)
311 3003391 [main] BASH 1002 _read: non-interruptible read
1464 3004855 [main] BASH 1002 fhandler_base::read: read 1 bytes ( t)
312 3005167 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1854 3007021 [main] BASH 1002 set_sig_errno: errno 0
311 3007332 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 3007641 [main] BASH 1002 _read: non-interruptible read
1433 3009074 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0x20)
318 3009392 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1448 3010840 [main] BASH 1002 set_sig_errno: errno 0
302 3011142 [main] BASH 1002 _read: read (31, 0x4741110, 1)
601 3011743 [main] BASH 1002 _read: non-interruptible read
1928 3013671 [main] BASH 1002 fhandler_base::read: read 1 bytes ( c)
372 3014043 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1394 3015437 [main] BASH 1002 set_sig_errno: errno 0
307 3015744 [main] BASH 1002 _read: read (31, 0x4741110, 1)
360 3016104 [main] BASH 1002 _read: non-interruptible read
1916 3018020 [main] BASH 1002 fhandler_base::read: read 1 bytes ( o)
331 3018351 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1372 3019723 [main] BASH 1002 set_sig_errno: errno 0
350 3020073 [main] BASH 1002 _read: read (31, 0x4741110, 1)
338 3020411 [main] BASH 1002 _read: non-interruptible read
1736 3022147 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
327 3022474 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1357 3023831 [main] BASH 1002 set_sig_errno: errno 0
351 3024182 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 3024492 [main] BASH 1002 _read: non-interruptible read
1415 3025907 [main] BASH 1002 fhandler_base::read: read 1 bytes ( f)
363 3026270 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1850 3028120 [main] BASH 1002 set_sig_errno: errno 0
306 3028426 [main] BASH 1002 _read: read (31, 0x4741110, 1)
310 3028736 [main] BASH 1002 _read: non-interruptible read
1434 3030170 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
345 3030515 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1824 3032339 [main] BASH 1002 set_sig_errno: errno 0
302 3032641 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 3032950 [main] BASH 1002 _read: non-interruptible read
2250 3035200 [main] BASH 1002 fhandler_base::read: read 1 bytes ( g)
350 3035550 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1708 3037258 [main] BASH 1002 set_sig_errno: errno 0
305 3037563 [main] BASH 1002 _read: read (31, 0x4741110, 1)
309 3037872 [main] BASH 1002 _read: non-interruptible read
1430 3039302 [main] BASH 1002 fhandler_base::read: read 1 bytes ( .)
316 3039618 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1435 3041053 [main] BASH 1002 set_sig_errno: errno 0
694 3041747 [main] BASH 1002 _read: read (31, 0x4741110, 1)
362 3042109 [main] BASH 1002 _read: non-interruptible read
1392 3043501 [main] BASH 1002 fhandler_base::read: read 1 bytes ( h)
312 3043813 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1435 3045248 [main] BASH 1002 set_sig_errno: errno 0
333 3045581 [main] BASH 1002 _read: read (31, 0x4741110, 1)
311 3045892 [main] BASH 1002 _read: non-interruptible read
1741 3047633 [main] BASH 1002 fhandler_base::read: read 1 bytes ( .)
366 3047999 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1366 3049365 [main] BASH 1002 set_sig_errno: errno 0
301 3049666 [main] BASH 1002 _read: read (31, 0x4741110, 1)
360 3050026 [main] BASH 1002 _read: non-interruptible read
1712 3051738 [main] BASH 1002 fhandler_base::read: read 1 bytes ( i)
365 3052103 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1375 3053478 [main] BASH 1002 set_sig_errno: errno 0
305 3053783 [main] BASH 1002 _read: read (31, 0x4741110, 1)
360 3054143 [main] BASH 1002 _read: non-interruptible read
1428 3055571 [main] BASH 1002 fhandler_base::read: read 1 bytes ( n)
314 3055885 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
1711 3057596 [main] BASH 1002 set_sig_errno: errno 0
378 3057974 [main] BASH 1002 _read: read (31, 0x4741110, 1)
311 3058285 [main] BASH 1002 _read: non-interruptible read
1423 3059708 [main] BASH 1002 fhandler_base::read: read 1 bytes ( 0xA)
369 3060077 [main] BASH 1002 read_handler: 1 = read (31<autohead2.jef>, 0x4741110, 1)
30213 3090290 [main] BASH 1002 stat_worker: stat (., 0x270FA6C)
363 3090653 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (.)
326 3090979 [main] BASH 1002 getcwd_inner: 0x270EE1C (/e/degas/lib/libgii) = getcwd_inner (0x270EE1C, 260, posix) (cached)
326 3091305 [main] BASH 1002 normalize_posix_path: /e/degas/lib/libgii/. = normalize_posix_path (.)
767 3092072 [main] BASH 1002 mount_info::conv_to_win32_path: .(rel), e:\degas\lib\libgii\.(abs) 0x0(flags) = conv_to_win32_path (.)
477 3092549 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\., 0x270F3E1, 260) (0x0)
469 3093018 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\.), set_has_acls(0)
337 3093355 [main] BASH 1002 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii\.)
3535 3096890 [main] BASH 1002 stat_worker: 0 = stat (., 0x270FA6C)
1361 3098251 [main] BASH 1002 stat_worker: stat (/e/PERL/BIN/mv, 0x270F98C)
317 3098568 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/e/PERL/BIN/mv)
312 3098880 [main] BASH 1002 normalize_posix_path: /e/PERL/BIN/mv = normalize_posix_path (/e/PERL/BIN/mv)
323 3099203 [main] BASH 1002 mount_info::conv_to_win32_path: e:\PERL\BIN\mv(rel), e:\PERL\BIN\mv(abs) 0x0(flags) = conv_to_win32_path (/e/PERL/BIN/mv)
639 3099842 [main] BASH 1002 symlink_check_one: GetFileAttributesA (e:\PERL\BIN\mv) failed
385 3100227 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
313 3100540 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\PERL\BIN\mv, 0x270F311, 260) (0x0)
411 3100951 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (e:\PERL\BIN, 0x270F311, 260) (0x8167DC3C)
454 3101405 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\PERL\BIN\mv), set_has_acls(0)
826 3102231 [main] BASH 1002 stat_worker: trying with .exe suffix
588 3102819 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (e:\PERL\BIN\mv.exe)
606 3103425 [main] BASH 1002 fhandler_base::open: (e:\PERL\BIN\mv.exe, 0x110000)
2084 3105509 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (e:\PERL\BIN\mv.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
3108 3108617 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
337 3108954 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (e:\PERL\BIN\mv.exe, 0x110000)
345 3109299 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (e:\PERL\BIN\mv.exe, 0x110000)
317 3109616 [main] BASH 1002 stat_worker: -1 = stat (/e/PERL/BIN/mv, 0x270F98C)
1473 3111089 [main] BASH 1002 stat_worker: stat (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/mv, 0x270F98C)
770 3111859 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/mv)
388 3112247 [main] BASH 1002 normalize_posix_path: /PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/mv = normalize_posix_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/mv)
339 3112586 [main] BASH 1002 mount_info::conv_to_win32_path: c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv(rel), c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv(abs) 0x0(flags) = conv_to_win32_path (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/mv)
598 3113184 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv) failed
336 3113520 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
314 3113834 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv, 0x270F311, 260) (0x0)
475 3114309 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN, 0x270F311, 260) (0x8167DC3C)
465 3114774 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv), set_has_acls(0)
345 3115119 [main] BASH 1002 stat_worker: trying with .exe suffix
545 3115664 [main] BASH 1002 stat_worker: -1 = GetFileAttributesA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv.exe)
680 3116344 [main] BASH 1002 fhandler_base::open: (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv.exe, 0x110000)
2366 3118710 [main] BASH 1002 fhandler_base::open: -1 = CreateFileA (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
2350 3121060 [main] BASH 1002 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
703 3121763 [main] BASH 1002 fhandler_base::open: 0 = fhandler_base::open (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv.exe, 0x110000)
377 3122140 [main] BASH 1002 fhandler_disk_file::open: 0 = fhandler_disk_file::open (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN\mv.exe, 0x110000)
817 3122957 [main] BASH 1002 stat_worker: -1 = stat (/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN/mv, 0x270F98C)
1577 3124534 [main] BASH 1002 stat_worker: stat (/BIN/mv, 0x270F98C)
315 3124849 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/mv)
316 3125165 [main] BASH 1002 normalize_posix_path: /BIN/mv = normalize_posix_path (/BIN/mv)
324 3125489 [main] BASH 1002 mount_info::conv_to_win32_path: c:\BIN\mv(rel), c:\BIN\mv(abs) 0x0(flags) = conv_to_win32_path (/BIN/mv)
925 3126414 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\BIN\mv) failed
917 3127331 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
314 3127645 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN\mv, 0x270F311, 260) (0x0)
560 3128205 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN, 0x270F311, 260) (0x8167DC3C)
461 3128666 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\mv), set_has_acls(0)
335 3129001 [main] BASH 1002 stat_worker: trying with .exe suffix
398 3129399 [main] BASH 1002 stat_worker: 32 = GetFileAttributesA (c:\BIN\mv.exe)
684 3130083 [main] BASH 1002 fhandler_base::open: (c:\BIN\mv.exe, 0x110000)
40605 3170688 [main] BASH 1002 fhandler_base::open: 124 = CreateFileA (c:\BIN\mv.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
7049 3177737 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x7C
1679 3179416 [main] BASH 1002 fhandler_base::open: filemode set to binary
693 3180109 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\BIN\mv.exe, 0x110000)
366 3180475 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\BIN\mv.exe, 0x110000)
393 3180868 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\BIN\mv.exe, 124)
364 3181232 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270F98C) st_atime=38D30D50 st_size=50176, st_mode=0x81ED, st_ino=199111411, sizeof=64
697 3181929 [main] BASH 1002 fhandler_base::close: handle 0x7C
416 3182345 [main] BASH 1002 stat_worker: 0 = stat (/BIN/mv, 0x270F98C)
603 3182948 [main] BASH 1002 stat_worker: stat (/BIN/mv, 0x270F9CC)
313 3183261 [main] BASH 1002 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/mv)
321 3183582 [main] BASH 1002 normalize_posix_path: /BIN/mv = normalize_posix_path (/BIN/mv)
377 3183959 [main] BASH 1002 mount_info::conv_to_win32_path: c:\BIN\mv(rel), c:\BIN\mv(abs) 0x0(flags) = conv_to_win32_path (/BIN/mv)
873 3184832 [main] BASH 1002 symlink_check_one: GetFileAttributesA (c:\BIN\mv) failed
329 3185161 [main] BASH 1002 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
350 3185511 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN\mv, 0x270F351, 260) (0x0)
545 3186056 [main] BASH 1002 symlink_check_one: 0 = symlink_check_one (c:\BIN, 0x270F351, 260) (0x6107B2A4)
835 3186891 [main] BASH 1002 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\mv), set_has_acls(0)
346 3187237 [main] BASH 1002 stat_worker: trying with .exe suffix
403 3187640 [main] BASH 1002 stat_worker: 32 = GetFileAttributesA (c:\BIN\mv.exe)
683 3188323 [main] BASH 1002 fhandler_base::open: (c:\BIN\mv.exe, 0x110000)
39916 3228239 [main] BASH 1002 fhandler_base::open: 124 = CreateFileA (c:\BIN\mv.exe, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
2463 3230702 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0x7C
363 3231065 [main] BASH 1002 fhandler_base::open: filemode set to binary
892 3231957 [main] BASH 1002 fhandler_base::open: 1 = fhandler_base::open (c:\BIN\mv.exe, 0x110000)
610 3232567 [main] BASH 1002 fhandler_disk_file::open: 1 = fhandler_disk_file::open (c:\BIN\mv.exe, 0x110000)
669 3233236 [main] BASH 1002 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (c:\BIN\mv.exe, 124)
377 3233613 [main] BASH 1002 fhandler_disk_file::fstat: 0 = fstat (, 0x270F9CC) st_atime=38D30D50 st_size=50176, st_mode=0x81ED, st_ino=199111411, sizeof=64
335 3233948 [main] BASH 1002 fhandler_base::close: handle 0x7C
457 3234405 [main] BASH 1002 stat_worker: 0 = stat (/BIN/mv, 0x270F9CC)
2646 3237051 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80002
371 3237422 [main] BASH 1002 fork: entering
312 3237734 [main] BASH 1002 lock_pinfo_for_update: timeout -1, pinfo_mutex 0x24
368 3238102 [main] BASH 1002 pinfo_list::allocate_pid: found empty slot 108 for pid 1004
329 3238431 [main] BASH 1002 unlock_pinfo: handle 36
312 3238743 [main] BASH 1002 pinfo_list::allocate_pid: pid 1004, state 1
315 3239058 [main] BASH 1002 fork: parent pid 1002, child pid 1004
327 3239385 [main] BASH 1002 fork: about to call setjmp
321 3239706 [main] BASH 1002 stack_base: bottom 0x2710000, top 0x700000, stack 0x270EA4C, size 5556, reserve 33619968
422 3240128 [main] BASH 1002 fork: CreateProcessA (C:\USR\BIN\BASH.EXE, C:\USR\BIN\BASH.EXE,0,0,1,20, 0,0,0x270EACC,0x270FB1C)
203433 3443561 [main] BASH 1002 sync_with_child: waiting for child. reason: waiting for longjmp
**********************************************
Program name: C:\USR\BIN\BASH.EXE
App version: 1001.0, api: 0.18
DLL version: 1001.0, api: 0.18
DLL build: 2000-03-18 22:49:28
OS version: Windows 98-4.10
Date/Time: 2000-03-18 22:51:46
**********************************************
1671 4536 [main] BASH 1004 events_init: windows_system_directory 'C:\WINDOWS\SYSTEM\', windows_system_directory_length 18
350 4886 [main] BASH 1004 events_init: cygwin_hmodule 0x61000000
327 5213 [main] BASH 1004 /e/src/winsup/cygwin/security.cc:557 seterrno: 120 (CALL_NOT_IMPLEMENTED) -> 88
368 5581 [main] BASH 1004 set_process_privileges: -1 = set_process_privileges ()
849 6430 [main] BASH 1004 fork: child is running 1004
317 6747 [main] BASH 1004 fork: self 0x82E6A048, pid 1004, ppid 1002
304 7051 [main] BASH 1004 fork: signalling parent: after longjmp.
24316 3467877 [main] BASH 1002 sync_with_child: child signalled me
379 3468256 [main] BASH 1002 sync_with_child: suspend count 0
312 3468568 [main] BASH 1002 fork: child is alive (but stopped)
1281 3469849 [main] BASH 1002 fork_copy: child handle 0x9C, low 0x46B000, high 0x4703D8, res 1
829 3470678 [main] BASH 1002 fork_copy: child handle 0x9C, low 0x471000, high 0x474090, res 1
1599 3472277 [main] BASH 1002 fork_copy: child handle 0x9C, low 0x4740000, high 0x4745000, res 1
535 3472812 [main] BASH 1002 fork_copy: child handle 0x9C, low 0x270EA74, high 0x2710000, res 1
868 3473680 [main] BASH 1002 fork_copy: child handle 0x9C, low 0x61074000, high 0x61077468, res 1
1095 3474775 [main] BASH 1002 fork_copy: child handle 0x9C, low 0x6107C000, high 0x61081FF4, res 1
332 3475107 [main] BASH 1002 fork_copy: done
312 3475419 [main] BASH 1002 proc_subproc: args: 1, -2098814904
321 3475740 [main] BASH 1002 proc_subproc: added pid 1004 to wait list, slot 0, winpid 0xFFC2D663, handle 0x9C
383 3476123 [main] BASH 1002 proc_subproc: returning 1
722 3476845 [proc] BASH 1002 wait_subproc: looping
79 3476924 [main] BASH 1002 resume_child: here
657 3477581 [main] BASH 1002 resume_child: rc 1
3470846 3477897 [main] BASH 1004 fork: awake
444 3478025 [main] BASH 1002 sync_with_child: waiting for child. reason: child loading dlls
2429 3480326 [main] BASH 1004 hinfo::fixup_after_fork: fd 0(/dev/conin)
329 3480655 [main] BASH 1004 open_shared: name (null), shared 0x82B63000, h 0x74
308 3480963 [main] BASH 1004 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
754 3481717 [main] BASH 1004 fhandler_base::set_io_handle: set handle to 0x44
487 3482204 [main] BASH 1004 fhandler_termios::set_ctty: attached tty1073741824 sid 1002, pid 1004, tty->pgid 1002, tty->sid 1002
646 3482850 [main] BASH 1004 fhandler_console::open: opened conin$ 0x44, conout$ 0x54
36570 3519420 [main] BASH 1004 hinfo::fixup_after_fork: fd 31(autohead2.jef)
366 3519786 [main] BASH 1004 fhandler_base::fixup_after_fork: inheriting 'autohead2.jef' from parent
912 3520698 [main] BASH 1004 fork: signalling parent: performed fork fixup.
321 3521019 [main] BASH 1004 recreate_mmaps_after_fork: recreate_mmaps_after_fork, mmapped_areas 0x0
43776 3521801 [main] BASH 1002 sync_with_child: child signalled me
1826 3522845 [main] BASH 1004 sigproc_init: process/signal handling enabled(801)
861 3523706 [main] BASH 1004 fork: 0 = fork()
832 3524538 [sig] BASH 1004 wait_sig: sigcatch_nonmain 0x70
1542 3523343 [main] BASH 1002 fork: 1004 = fork()
382 3524920 [sig] BASH 1004 wait_sig: Ready. dwProcessid -4008349
2247 3525590 [main] BASH 1002 set_process_mask: old mask = 80002, new mask = 0
1327 3526247 [main] BASH 1004 _close: close (31)
7086 3533333 [main] BASH 1004 fhandler_base::close: handle 0x58
7263 3540596 [main] BASH 1004 _close: 0 = close (31)
15659 3541249 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
344 3540940 [main] BASH 1004 set_process_mask: old mask = 0, new mask = 0
886 3542135 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 80000
1018 3543153 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 80000
4133 3545073 [main] BASH 1004 _spawnve: _spawnve (/BIN/mv, mv, 4744590)
1631 3544784 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
989 3545773 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
343 3545416 [main] BASH 1004 spawn_guts: spawn_guts (/BIN/mv)
1530 3546946 [main] BASH 1004 perhaps_suffix: prog '/BIN/mv'
410 3546183 [main] BASH 1002 wait4: calling proc_subproc, pid -1, options 0
1458 3547641 [main] BASH 1002 proc_subproc: args: 5, 1627894388
354 3547300 [main] BASH 1004 mount_info::conv_to_win32_path: conv_to_win32_path (/BIN/mv)
1106 3548406 [main] BASH 1004 normalize_posix_path: /BIN/mv = normalize_posix_path (/BIN/mv)
397 3548038 [main] BASH 1002 proc_subproc: wval->pid -1, wval->options 0
1078 3549116 [main] BASH 1002 checkstate: nchildren 1, nzombies 0
359 3548765 [main] BASH 1004 mount_info::conv_to_win32_path: c:\BIN\mv(rel), c:\BIN\mv(abs) 0x0(flags) = conv_to_win32_path (/BIN/mv)
1228 3549993 [main] BASH 1004 symlink_check_one: 0 = symlink_check_one (c:\BIN\mv.exe, 0x270E185, 260) (0x0)
346 3549462 [main] BASH 1002 checkstate: checking alive children
1425 3550887 [main] BASH 1002 stopped_or_terminated: considering pid 1004
511 3550504 [main] BASH 1004 path_conv::path_conv: GetVolumeInformation(c:\) = OK, full_path(c:\BIN\mv.exe), set_has_acls(0)
1630 3552134 [main] BASH 1004 perhaps_suffix: buf c:\BIN\mv.exe, suffix found '.exe'
349 3551236 [main] BASH 1002 checkstate: returning -1
1604 3552840 [main] BASH 1002 proc_subproc: wait activated 0x44, 0x44
347 3553187 [main] BASH 1002 proc_subproc: returning 1
41206 3593340 [main] BASH 1004 hinfo::linearize_fd_array: needed buflen 334
1153 3594493 [main] BASH 1004 subproc_init: started wait_subproc thread 0x90
755 3595248 [proc] BASH 1004 wait_subproc: starting
-312 3594936 [main] BASH 1004 hinfo::linearize_fd_array: in_buf = 270E388, buflen = 334
2611 3597547 [main] BASH 1004 fhandler_base::linearize: access_ 0x0, status 0x3019001, io_handle 0x44, output_handle 0x54
316 3597863 [main] BASH 1004 hinfo::linearize_fd_array: fd 0, len 152, name /dev/conin, device 0x1
1418 3599281 [main] BASH 1004 fhandler_base::linearize: access_ 0x40000000, status 0x18010, io_handle 0x88, output_handle 0x88
320 3599601 [main] BASH 1004 hinfo::linearize_fd_array: fd 1, len 84, name autoh1002, device 0x10
1410 3601011 [main] BASH 1004 fhandler_base::linearize: access_ 0x40000000, status 0x818010, io_handle 0x3C, output_handle 0x3C
800 3601811 [main] BASH 1004 hinfo::linearize_fd_array: fd 2, len 94, name some disk file, device 0x10
382 3602193 [main] BASH 1004 spawn_guts: spawn_guts (c:\BIN\mv.exe, mv -f autoh1002 config.h.in)
420 3602613 [main] BASH 1004 winenv: env count 33, bytes 1121
156386 3758999 [main] BASH 1004 spawn_guts: -4006389 = spawn_guts (/BIN/mv, mv -f autoh1002 config.h.in)
10001 3769000 [main] BASH 1004 _close: close (0)
1959 3770959 [main] BASH 1004 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
3269 3774228 [main] BASH 1004 _close: 0 = close (0)
1348 3775576 [main] BASH 1004 _close: close (1)
2477 3778053 [main] BASH 1004 fhandler_base::close: handle 0x88
2879 3780932 [main] BASH 1004 _close: 0 = close (1)
2388 3783320 [main] BASH 1004 _close: close (2)
2007 3785327 [main] BASH 1004 fhandler_base::close: handle 0x3C
2913 3788240 [main] BASH 1004 _close: 0 = close (2)
35208 3823448 [main] mv 1004 proc_terminate: nchildren 0, nzombies 0
348 3823796 [proc] mv 1004 wait_subproc: looping
387 3824183 [proc] mv 1004 wait_subproc: done
11350 3835533 [main] mv 1004 proc_subproc: args: 4, 1
378 3835911 [main] mv 1004 proc_subproc: clear waiting threads
793 3836704 [main] mv 1004 proc_subproc: finished clearing
310 3837014 [main] mv 1004 proc_subproc: returning 1
828 3837842 [main] mv 1004 lock_pinfo_for_update: timeout -1, pinfo_mutex 0x28
437 3838279 [main] mv 1004 unlock_pinfo: handle 40
311 3838590 [main] mv 1004 proc_terminate: leaving
299 3838889 [main] mv 1004! spawn_guts: spawned windows pid -4006389
**********************************************
Program name: C:\BIN\MV.EXE
App version: 21.0, api: 0.14
DLL version: 1001.0, api: 0.18
DLL build: 2000-03-18 22:49:28
OS version: Windows 98-4.10
Date/Time: 2000-03-18 22:51:46
**********************************************
2708 4682 [main] MV 1004 events_init: windows_system_directory 'C:\WINDOWS\SYSTEM\', windows_system_directory_length 18
319 5001 [main] MV 1004 events_init: cygwin_hmodule 0x61000000
326 5327 [main] MV 1004 /e/src/winsup/cygwin/security.cc:557 seterrno: 120 (CALL_NOT_IMPLEMENTED) -> 88
354 5681 [main] MV 1004 set_process_privileges: -1 = set_process_privileges ()
1419 7100 [main] MV 1004 environ_init: !C:=C:\WINDOWS
569 7669 [main] MV 1004 environ_init: !E:=E:\degas\lib\libgii
983 8652 [main] MV 1004 environ_init: BLASTER=A220 I7 D1 T2
656 9308 [main] MV 1004 environ_init: CLASSPATH=d:\IBMVJava\eab\runtime30;d:\IBMVJava\eab\runtime20;;C:\Program Files\Exceed.95\hcljrcsv.zip;C:\Program Files\Exceed.95;c:\jdk1.1.8\lib\classes.zip;d:\IBMCON~1\CLASSES
594 9902 [main] MV 1004 environ_init: CMDLINE=bash
562 10464 [main] MV 1004 environ_init: COMSPEC=C:\COMMAND.COM
616 11080 [main] MV 1004 environ_init: DISPLAY=localhost:0
569 11649 [main] MV 1004 environ_init: GGI_CONFDIR=e:/usr/local/etc/ggi
570 12219 [main] MV 1004 environ_init: GGI_DEBUG=0
1075 13294 [main] MV 1004 environ_init: GGI_DEFMODE=800x600[GT_16BIT]
642 13936 [main] MV 1004 environ_init: GGI_DISPLAY=display-directxnt
575 14511 [main] MV 1004 getwinenv: can't set native for HOME= since no environ yet
1344 15855 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\home\john, no-keep-rel)
389 16244 [main] MV 1004 normalize_win32_path: c:\home\john = normalize_win32_path (c:\home\john)
311 16555 [main] MV 1004 mount_info::conv_to_posix_path: /home/john = conv_to_posix_path (c:\home\john)
893 17448 [main] MV 1004 win_env::add_cache: posix /home/john
295 17743 [main] MV 1004 win_env::add_cache: native HOME=c:\home\john
774 18517 [main] MV 1004 posify: env var converted to HOME=/home/john
653 19170 [main] MV 1004 environ_init: HOME=/home/john
565 19735 [main] MV 1004 environ_init: HOSTNAME=FORTIN
566 20301 [main] MV 1004 environ_init: HOSTTYPE=i586
629 20930 [main] MV 1004 environ_init: INFOPATH=/home/john/cygwin/full-man/info:/usr/local/info
574 21504 [main] MV 1004 environ_init: MACHTYPE=i586-pc-cygwin32
568 22072 [main] MV 1004 environ_init: MAKE_MODE=unix
617 22689 [main] MV 1004 environ_init: MANPATH=/usr/local/man:/home/john/cygwin/full-man/man
1074 23763 [main] MV 1004 environ_init: NLSPATH=;d:\IBMCON~1\ENCINA\%L\%N
603 24366 [main] MV 1004 environ_init: OSTYPE=cygwin32
616 24982 [main] MV 1004 getwinenv: can't set native for PATH= since no environ yet
574 25556 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (e:\PERL\BIN, keep-rel)
306 25862 [main] MV 1004 normalize_win32_path: e:\PERL\BIN = normalize_win32_path (e:\PERL\BIN)
312 26174 [main] MV 1004 mount_info::conv_to_posix_path: /e/PERL/BIN = conv_to_posix_path (e:\PERL\BIN)
312 26486 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN, keep-rel)
362 26848 [main] MV 1004 normalize_win32_path: c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN = normalize_win32_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN)
314 27162 [main] MV 1004 mount_info::conv_to_posix_path: /PROGRAM FILES/JAVASOFT/JRE/1.2/BIN = conv_to_posix_path (c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN)
347 27509 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\BIN, keep-rel)
783 28292 [main] MV 1004 normalize_win32_path: c:\BIN = normalize_win32_path (c:\BIN)
312 28604 [main] MV 1004 mount_info::conv_to_posix_path: /BIN = conv_to_posix_path (c:\BIN)
393 28997 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\BIN, keep-rel)
308 29305 [main] MV 1004 normalize_win32_path: c:\USR\BIN = normalize_win32_path (c:\USR\BIN)
310 29615 [main] MV 1004 mount_info::conv_to_posix_path: /USR/BIN = conv_to_posix_path (c:\USR\BIN)
309 29924 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\MINGW32\BIN, keep-rel)
308 30232 [main] MV 1004 normalize_win32_path: c:\USR\MINGW32\BIN = normalize_win32_path (c:\USR\MINGW32\BIN)
310 30542 [main] MV 1004 mount_info::conv_to_posix_path: /USR/MINGW32/BIN = conv_to_posix_path (c:\USR\MINGW32\BIN)
362 30904 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\LOCAL\BIN, keep-rel)
329 31233 [main] MV 1004 normalize_win32_path: c:\USR\LOCAL\BIN = normalize_win32_path (c:\USR\LOCAL\BIN)
313 31546 [main] MV 1004 mount_info::conv_to_posix_path: /USR/LOCAL/BIN = conv_to_posix_path (c:\USR\LOCAL\BIN)
309 31855 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\USR\LOCAL\LIB, keep-rel)
310 32165 [main] MV 1004 normalize_win32_path: c:\USR\LOCAL\LIB = normalize_win32_path (c:\USR\LOCAL\LIB)
316 32481 [main] MV 1004 mount_info::conv_to_posix_path: /USR/LOCAL/LIB = conv_to_posix_path (c:\USR\LOCAL\LIB)
806 33287 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel)
310 33597 [main] MV 1004 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
348 33945 [main] MV 1004 mount_info::conv_to_posix_path: /WINDOWS = conv_to_posix_path (c:\WINDOWS)
309 34254 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\COMMAND, keep-rel)
313 34567 [main] MV 1004 normalize_win32_path: c:\WINDOWS\COMMAND = normalize_win32_path (c:\WINDOWS\COMMAND)
360 34927 [main] MV 1004 mount_info::conv_to_posix_path: /WINDOWS/COMMAND = conv_to_posix_path (c:\WINDOWS\COMMAND)
310 35237 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (.\, keep-rel)
308 35545 [main] MV 1004 mount_info::conv_to_posix_path: ./ = conv_to_posix_path (.\)
308 35853 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\JOHN\EDITORS, keep-rel)
315 36168 [main] MV 1004 normalize_win32_path: c:\HOME\JOHN\EDITORS = normalize_win32_path (c:\HOME\JOHN\EDITORS)
311 36479 [main] MV 1004 mount_info::conv_to_posix_path: /HOME/JOHN/EDITORS = conv_to_posix_path (c:\HOME\JOHN\EDITORS)
365 36844 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\HOME\JOHN\BIN, keep-rel)
312 37156 [main] MV 1004 normalize_win32_path: c:\HOME\JOHN\BIN = normalize_win32_path (c:\HOME\JOHN\BIN)
316 37472 [main] MV 1004 mount_info::conv_to_posix_path: /HOME/JOHN/BIN = conv_to_posix_path (c:\HOME\JOHN\BIN)
727 38199 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (., keep-rel)
313 38512 [main] MV 1004 mount_info::conv_to_posix_path: . = conv_to_posix_path (.)
388 38900 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\local\bin, keep-rel)
317 39217 [main] MV 1004 normalize_win32_path: c:\usr\local\bin = normalize_win32_path (c:\usr\local\bin)
314 39531 [main] MV 1004 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (c:\usr\local\bin)
310 39841 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\local\lib, keep-rel)
312 40153 [main] MV 1004 normalize_win32_path: c:\usr\local\lib = normalize_win32_path (c:\usr\local\lib)
311 40464 [main] MV 1004 mount_info::conv_to_posix_path: /usr/local/lib = conv_to_posix_path (c:\usr\local\lib)
389 40853 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (c:\usr\X11\bin, keep-rel)
311 41164 [main] MV 1004 normalize_win32_path: c:\usr\X11\bin = normalize_win32_path (c:\usr\X11\bin)
309 41473 [main] MV 1004 mount_info::conv_to_posix_path: /usr/X11/bin = conv_to_posix_path (c:\usr\X11\bin)
312 41785 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (e:\masm32\bin, keep-rel)
308 42093 [main] MV 1004 normalize_win32_path: e:\masm32\bin = normalize_win32_path (e:\masm32\bin)
314 42407 [main] MV 1004 mount_info::conv_to_posix_path: /e/masm32/bin = conv_to_posix_path (e:\masm32\bin)
1340 43747 [main] MV 1004 win_env::add_cache: posix /e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
359 44106 [main] MV 1004 win_env::add_cache: native PATH=e:\PERL\BIN;c:\PROGRAM FILES\JAVASOFT\JRE\1.2\BIN;c:\BIN;c:\USR\BIN;c:\USR\MINGW32\BIN;c:\USR\LOCAL\BIN;c:\USR\LOCAL\LIB;c:\WINDOWS;c:\WINDOWS\COMMAND;.\;c:\HOME\JOHN\EDITORS;c:\HOME\JOHN\BIN;.;c:\usr\local\bin;c:\usr\local\lib;c:\usr\X11\bin;e:\masm32\bin
350 44456 [main] MV 1004 posify: env var converted to PATH=/e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
646 45102 [main] MV 1004 environ_init: PATH=/e/PERL/BIN:/PROGRAM FILES/JAVASOFT/JRE/1.2/BIN:/BIN:/USR/BIN:/USR/MINGW32/BIN:/USR/LOCAL/BIN:/USR/LOCAL/LIB:/WINDOWS:/WINDOWS/COMMAND:./:/HOME/JOHN/EDITORS:/HOME/JOHN/BIN:.:/usr/local/bin:/usr/local/lib:/usr/X11/bin:/e/masm32/bin
596 45698 [main] MV 1004 environ_init: PROMPT=$p$g
917 46615 [main] MV 1004 environ_init: PWD=/e/degas/lib/libgii
609 47224 [main] MV 1004 environ_init: SHELL=/bin/sh
554 47778 [main] MV 1004 environ_init: SHLVL=2
1569 49347 [main] MV 1004 environ_init: SNDSCAPE=C:\WINDOWS
638 49985 [main] MV 1004 environ_init: TEMP=C:\WINDOWS\TEMP
561 50546 [main] MV 1004 environ_init: TERM=cygwin
610 51156 [main] MV 1004 environ_init: TMP=C:\WINDOWS\TEMP
563 51719 [main] MV 1004 environ_init: WINBOOTDIR=C:\WINDOWS
566 52285 [main] MV 1004 environ_init: WINDIR=C:\WINDOWS
1027 53312 [main] MV 1004 environ_init: XPATH=c:\home\john\editors
630 53942 [main] MV 1004 environ_init: _=/BIN/mv
311 54253 [main] MV 1004 hinfo::de_linearize_fd_array: buf 816750C4
300 54553 [main] MV 1004 hinfo::de_linearize_fd_array: max_used_fd 2, inc size 32
617 55170 [main] MV 1004 hinfo::extend: size 32, fds 0x4570B00
294 55464 [main] MV 1004 hinfo::de_linearize_fd_array: fd 0, name /dev/conin, win32 name \dev\console, status 0x3019001
577 56041 [main] MV 1004 hinfo::build_fhandler: - cb 128, fd 0, fh 0x4570B88
877 56918 [main] MV 1004 fhandler_base::de_linearize: access_ 0x0, status 0x3019001, io_handle 0x44, output_handle 0x54
339 57257 [main] MV 1004 open_shared: name (null), shared 0x82B63000, h 0x74
309 57566 [main] MV 1004 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
780 58346 [main] MV 1004 fhandler_base::set_io_handle: set handle to 0x5C
460 58806 [main] MV 1004 fhandler_termios::set_ctty: attached tty1073741824 sid 1002, pid 1004, tty->pgid 1002, tty->sid 1002
599 59405 [main] MV 1004 fhandler_console::open: opened conin$ 0x5C, conout$ 0x60
389 59794 [main] MV 1004 hinfo::de_linearize_fd_array: len 152
301 60095 [main] MV 1004 hinfo::de_linearize_fd_array: fd 1, name autoh1002, win32 name autoh1002, status 0x18010
619 60714 [main] MV 1004 hinfo::build_fhandler: some disk file - cb 64, fd 1, fh 0x4570C98
968 61682 [main] MV 1004 fhandler_base::de_linearize: access_ 0x40000000, status 0x18010, io_handle 0x88, output_handle 0x88
318 62000 [main] MV 1004 hinfo::de_linearize_fd_array: len 84
298 62298 [main] MV 1004 hinfo::de_linearize_fd_array: fd 2, name some disk file, win32 name some disk file, status 0x818010
1048 63346 [main] MV 1004 hinfo::build_fhandler: some disk file - cb 64, fd 2, fh 0x4570DA0
870 64216 [main] MV 1004 fhandler_base::de_linearize: access_ 0x40000000, status 0x818010, io_handle 0x3C, output_handle 0x3C
310 64526 [main] MV 1004 hinfo::de_linearize_fd_array: len 94
350 64876 [main] MV 1004 pinfo_init: pid 1004, pgid 1002
2417 67293 [main] MV 1004 sigproc_init: process/signal handling enabled(C1)
1333 68626 [sig] MV 1004 wait_sig: sigcatch_nonmain 0x70
739 69365 [main] MV 1004 build_argv: argv[0] = 'mv'
-296 69069 [sig] MV 1004 wait_sig: subproc_ready 0x58
75020 3913909 [main] MV 1004! spawn_guts: res = 20000
408 3914317 [main] MV 1004! my_parent_is_alive: parent still alive
334 3914651 [main] MV 1004! spawn_guts: parent = 0x82E695E8
337 3914988 [main] MV 1004! spawn_guts: parent's handle = 60
347 3915335 [main] MV 1004! spawn_guts: Dup hP 1
336 3915671 [main] MV 1004! do_exit: do_exit (393216)
358 3916029 [main] MV 1004! proc_terminate: nchildren 0, nzombies 0
796 3916825 [main] MV 1004! proc_terminate: leaving
333 3917158 [main] MV 1004! sigproc_terminate: entering
363 3917521 [main] MV 1004! sigproc_terminate: done
335 3917856 [main] MV 1004! __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
389 3918245 [main] MV 1004! __to_clock_t: total 00000000 00000000
337 3918582 [main] MV 1004! __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
340 3918922 [main] MV 1004! __to_clock_t: total 00000000 00000000
341 3919263 [main] MV 1004! do_exit: not cleanup_pinfo
334 3919597 [main] MV 1004! do_exit: calling ExitProcess 0
629 69698 [main] MV 1004 build_argv: argv[1] = '-f'
9593 79291 [sig] MV 1004 wait_sig: Ready. dwProcessid -4006389
727 80018 [main] MV 1004 build_argv: argv[2] = 'autoh1002'
3459 83477 [main] MV 1004 build_argv: argv[3] = 'config.h.in'
384085 3937272 [proc] BASH 1002 proc_subproc: args: 3, 0
917 3938189 [proc] BASH 1002 proc_subproc: pid 1004[0], reparented old hProcess 0x9C, new 0x7C
10809 94286 [main] MV 1004 build_argv: argv[4] = '(null)'
1212 95498 [main] MV 1004 DllList::initAll: call to DllList::initAll
368 3938557 [proc] BASH 1002 proc_subproc: returning 0
1045 3939602 [proc] BASH 1002 wait_subproc: looping
343 95841 [main] MV 1004 dll_crt0_1: user_data->main 0x402260
1068 96909 [main] MV 1004 sig_send: pid 1004, signal -2, its_me 1
327 97236 [main] MV 1004 sig_send: ReleaseSemaphore succeeded
310 97546 [sig] MV 1004 wait_sig: awake
841 98387 [sig] MV 1004 wait_sig: processing signal -2
437 98824 [sig] MV 1004 wait_sig: signalled sigcomplete_main 0x84
349 99173 [sig] MV 1004 wait_sig: looping
-1557 97616 [main] MV 1004 sig_send: Waiting for thiscomplete 0x84
2172 99788 [main] MV 1004 sig_send: returning 0 from sending signal -2
2920 102708 [main] MV 1004 isatty: 1 = isatty (0)
737 103445 [main] MV 1004 stat_worker: stat (config.h.in, 0x253FCEC)
629 104074 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (config.h.in)
950 105024 [main] MV 1004 mount_info::conv_to_posix_path: conv_to_posix_path (e:\degas\lib\libgii, no-keep-rel)
376 105400 [main] MV 1004 normalize_win32_path: e:\degas\lib\libgii = normalize_win32_path (e:\degas\lib\libgii)
316 105716 [main] MV 1004 mount_info::conv_to_posix_path: /e/degas/lib/libgii = conv_to_posix_path (e:\degas\lib\libgii)
592 106308 [main] MV 1004 getcwd_inner: 0x253F0C8 (/e/degas/lib/libgii) = getcwd_inner (0x253F0C8, 260, posix)
318 106626 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/config.h.in = normalize_posix_path (config.h.in)
382 107008 [main] MV 1004 mount_info::conv_to_win32_path: config.h.in(rel), e:\degas\lib\libgii\config.h.in(abs) 0x0(flags) = conv_to_win32_path (config.h.in)
766 107774 [main] MV 1004 symlink_check_one: GetFileAttributesA (e:\degas\lib\libgii\config.h.in) failed
773 108547 [main] MV 1004 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
451 108998 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\config.h.in, 0x253F68D, 260) (0x0)
434 109432 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii, 0x253F68D, 260) (0x0)
461 109893 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\config.h.in), set_has_acls(0)
336 110229 [main] MV 1004 stat_worker: -1 = GetFileAttributesA (e:\degas\lib\libgii\config.h.in)
656 110885 [main] MV 1004 fhandler_base::open: (e:\degas\lib\libgii\config.h.in, 0x110000)
1081 111966 [main] MV 1004 fhandler_base::open: -1 = CreateFileA (e:\degas\lib\libgii\config.h.in, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
5151 117117 [main] MV 1004 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
346 117463 [main] MV 1004 fhandler_base::open: 0 = fhandler_base::open (e:\degas\lib\libgii\config.h.in, 0x110000)
642 118105 [main] MV 1004 fhandler_disk_file::open: 0 = fhandler_disk_file::open (e:\degas\lib\libgii\config.h.in, 0x110000)
345 118450 [main] MV 1004 stat_worker: -1 = stat (config.h.in, 0x253FCEC)
370 118820 [main] MV 1004 stat_worker: lstat (autoh1002, 0x40E310)
309 119129 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (autoh1002)
323 119452 [main] MV 1004 getcwd_inner: 0x253F10C (/e/degas/lib/libgii) = getcwd_inner (0x253F10C, 260, posix) (cached)
315 119767 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/autoh1002 = normalize_posix_path (autoh1002)
338 120105 [main] MV 1004 mount_info::conv_to_win32_path: autoh1002(rel), e:\degas\lib\libgii\autoh1002(abs) 0x0(flags) = conv_to_win32_path (autoh1002)
421 120526 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\autoh1002, 0x253F6D1, 260) (0x0)
537 121063 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\autoh1002), set_has_acls(0)
332 121395 [main] MV 1004 stat_worker: 32 = GetFileAttributesA (e:\degas\lib\libgii\autoh1002)
627 122022 [main] MV 1004 fhandler_base::open: (e:\degas\lib\libgii\autoh1002, 0x190000)
543 122565 [main] MV 1004 fhandler_base::open: 68 = CreateFileA (e:\degas\lib\libgii\autoh1002, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
830 123395 [main] MV 1004 fhandler_base::set_io_handle: set handle to 0x44
314 123709 [main] MV 1004 fhandler_base::open: filemode set to binary
346 124055 [main] MV 1004 fhandler_base::open: 1 = fhandler_base::open (e:\degas\lib\libgii\autoh1002, 0x190000)
406 124461 [main] MV 1004 fhandler_disk_file::open: 1 = fhandler_disk_file::open (e:\degas\lib\libgii\autoh1002, 0x190000)
782 125243 [main] MV 1004 fhandler_disk_file::fstat: 1 = GetFileInformationByHandle (e:\degas\lib\libgii\autoh1002, 68)
947 126190 [main] MV 1004 fhandler_disk_file::fstat: 0 = fstat (, 0x40E310) st_atime=38D30D50 st_size=75, st_mode=0x81A4, st_ino=311378208, sizeof=64
336 126526 [main] MV 1004 fhandler_base::close: handle 0x44
544 127070 [main] MV 1004 stat_worker: 0 = lstat (autoh1002, 0x40E310)
317 127387 [main] MV 1004 stat_worker: lstat (config.h.in, 0x40E2D0)
305 127692 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (config.h.in)
669 128361 [main] MV 1004 getcwd_inner: 0x253F10C (/e/degas/lib/libgii) = getcwd_inner (0x253F10C, 260, posix) (cached)
370 128731 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/config.h.in = normalize_posix_path (config.h.in)
335 129066 [main] MV 1004 mount_info::conv_to_win32_path: config.h.in(rel), e:\degas\lib\libgii\config.h.in(abs) 0x0(flags) = conv_to_win32_path (config.h.in)
689 129755 [main] MV 1004 symlink_check_one: GetFileAttributesA (e:\degas\lib\libgii\config.h.in) failed
331 130086 [main] MV 1004 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
311 130397 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\config.h.in, 0x253F6D1, 260) (0x0)
468 130865 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii, 0x253F6D1, 260) (0x0)
448 131313 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\config.h.in), set_has_acls(0)
337 131650 [main] MV 1004 stat_worker: -1 = GetFileAttributesA (e:\degas\lib\libgii\config.h.in)
619 132269 [main] MV 1004 fhandler_base::open: (e:\degas\lib\libgii\config.h.in, 0x190000)
938 133207 [main] MV 1004 fhandler_base::open: -1 = CreateFileA (e:\degas\lib\libgii\config.h.in, 0x80000000, 0x3, 0x6107AB78, 0x3, 0x2000080, 0)
686 133893 [main] MV 1004 /e/src/winsup/cygwin/fhandler.cc:339 seterrno: 2 (FILE_NOT_FOUND) -> 2
310 134203 [main] MV 1004 fhandler_base::open: 0 = fhandler_base::open (e:\degas\lib\libgii\config.h.in, 0x190000)
312 134515 [main] MV 1004 fhandler_disk_file::open: 0 = fhandler_disk_file::open (e:\degas\lib\libgii\config.h.in, 0x190000)
366 134881 [main] MV 1004 stat_worker: -1 = lstat (config.h.in, 0x40E2D0)
336 135217 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (autoh1002)
324 135541 [main] MV 1004 getcwd_inner: 0x253F25C (/e/degas/lib/libgii) = getcwd_inner (0x253F25C, 260, posix) (cached)
317 135858 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/autoh1002 = normalize_posix_path (autoh1002)
328 136186 [main] MV 1004 mount_info::conv_to_win32_path: autoh1002(rel), e:\degas\lib\libgii\autoh1002(abs) 0x0(flags) = conv_to_win32_path (autoh1002)
420 136606 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\autoh1002, 0x253F821, 260) (0x0)
536 137142 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\autoh1002), set_has_acls(0)
334 137476 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (config.h.in)
743 138219 [main] MV 1004 getcwd_inner: 0x253F25C (/e/degas/lib/libgii) = getcwd_inner (0x253F25C, 260, posix) (cached)
320 138539 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/config.h.in = normalize_posix_path (config.h.in)
390 138929 [main] MV 1004 mount_info::conv_to_win32_path: config.h.in(rel), e:\degas\lib\libgii\config.h.in(abs) 0x0(flags) = conv_to_win32_path (config.h.in)
659 139588 [main] MV 1004 symlink_check_one: GetFileAttributesA (e:\degas\lib\libgii\config.h.in) failed
331 139919 [main] MV 1004 /e/src/winsup/cygwin/path.cc:2142 seterrno: 2 (FILE_NOT_FOUND) -> 2
311 140230 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\config.h.in, 0x253F821, 260) (0x0)
466 140696 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii, 0x253F821, 260) (0x0)
458 141154 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\config.h.in), set_has_acls(0)
333 141487 [main] MV 1004 stat_worker: stat (., 0x253F9B4)
343 141830 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (.)
321 142151 [main] MV 1004 getcwd_inner: 0x253ED74 (/e/degas/lib/libgii) = getcwd_inner (0x253ED74, 260, posix) (cached)
321 142472 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/. = normalize_posix_path (.)
852 143324 [main] MV 1004 mount_info::conv_to_win32_path: .(rel), e:\degas\lib\libgii\.(abs) 0x0(flags) = conv_to_win32_path (.)
422 143746 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\., 0x253F339, 260) (0x0)
446 144192 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\.), set_has_acls(0)
334 144526 [main] MV 1004 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii\.)
3476 148002 [main] MV 1004 stat_worker: 0 = stat (., 0x253F9B4)
782 148784 [main] MV 1004 stat_worker: stat (., 0x253F9B4)
306 149090 [main] MV 1004 mount_info::conv_to_win32_path: conv_to_win32_path (.)
315 149405 [main] MV 1004 getcwd_inner: 0x253ED74 (/e/degas/lib/libgii) = getcwd_inner (0x253ED74, 260, posix) (cached)
315 149720 [main] MV 1004 normalize_posix_path: /e/degas/lib/libgii/. = normalize_posix_path (.)
328 150048 [main] MV 1004 mount_info::conv_to_win32_path: .(rel), e:\degas\lib\libgii\.(abs) 0x0(flags) = conv_to_win32_path (.)
410 150458 [main] MV 1004 symlink_check_one: 0 = symlink_check_one (e:\degas\lib\libgii\., 0x253F339, 260) (0x0)
496 150954 [main] MV 1004 path_conv::path_conv: GetVolumeInformation(e:\) = OK, full_path(e:\degas\lib\libgii\.), set_has_acls(0)
330 151284 [main] MV 1004 stat_worker: 16 = GetFileAttributesA (e:\degas\lib\libgii\.)
3903 155187 [main] MV 1004 stat_worker: 0 = stat (., 0x253F9B4)
754 155941 [main] MV 1004 _rename: try win95 hack
1149 157090 [main] MV 1004 _rename: config.h.in already_exists
326 157416 [main] MV 1004 /e/src/winsup/cygwin/syscalls.cc:1199 seterrno: 5 (ACCESS_DENIED) -> 13
308 157724 [main] MV 1004 _rename: -1 = rename (autoh1002, config.h.in)
2434 160158 [main] MV 1004 _write: write (2, 0x253F5C0, 4)
mv: 426 160584 [main] MV 1004 fhandler_base::write: after write, name some disk file, rpos 4
384 160968 [main] MV 1004 _write: 4 = write (2, 0x253F5C0, 4)
1355 162323 [main] MV 1004 _write: write (2, 0x253F5E4, 40)
cannot move `autoh1002' to `config.h.in' 378 162701 [main] MV 1004 fhandler_base::write: after write, name some disk file, rpos 44
748 163449 [main] MV 1004 _write: 40 = write (2, 0x253F5E4, 40)
1529 164978 [main] MV 1004 _write: write (2, 0x253F5C0, 19)
: Permission denied 331 165309 [main] MV 1004 fhandler_base::write: after write, name some disk file, rpos 63
316 165625 [main] MV 1004 _write: 19 = write (2, 0x253F5C0, 19)
1396 167021 [main] MV 1004 _write: write (2, 0x6107C2F7, 1)
330 167351 [main] MV 1004 fhandler_base::write: after write, name some disk file, rpos 64
312 167663 [main] MV 1004 _write: 1 = write (2, 0x6107C2F7, 1)
754 168417 [main] MV 1004 do_exit: do_exit (1)
359 168776 [main] MV 1004 void: 0x0 = signal (20, 0x1)
300 169076 [main] MV 1004 void: 0x0 = signal (1, 0x1)
305 169381 [main] MV 1004 void: 0x0 = signal (2, 0x1)
300 169681 [main] MV 1004 void: 0x0 = signal (3, 0x1)
1386 171067 [main] MV 1004 _close: close (0)
2342 173409 [main] MV 1004 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
2738 176147 [main] MV 1004 _close: 0 = close (0)
1384 177531 [main] MV 1004 _close: close (1)
3529 181060 [main] MV 1004 fhandler_base::close: handle 0x88
3338 184398 [main] MV 1004 _close: 0 = close (1)
1388 185786 [main] MV 1004 _close: close (2)
1929 187715 [main] MV 1004 fhandler_base::close: handle 0x3C
2748 190463 [main] MV 1004 _close: 0 = close (2)
34912 225375 [main] MV 1004 proc_terminate: nchildren 0, nzombies 0
368 225743 [main] MV 1004 proc_terminate: leaving
306 226049 [main] MV 1004 sigproc_terminate: entering
302 226351 [main] MV 1004 sigproc_terminate: done
310 226661 [main] MV 1004 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
364 227025 [main] MV 1004 __to_clock_t: total 00000000 00000000
338 227363 [main] MV 1004 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
312 227675 [main] MV 1004 __to_clock_t: total 00000000 00000000
802 228477 [main] MV 1004 my_parent_is_alive: parent still alive
369 228846 [main] MV 1004 do_exit: calling ExitProcess 1
150879 4090481 [proc] BASH 1002 proc_subproc: args: 3, 0
1173 4091654 [proc] BASH 1002 proc_subproc: pid 1004[0] terminated, handle 0x7C, nchildren 1, nzombies 0
392 4092046 [proc] BASH 1002 remove_child: removing [0], pid 1004, handle 0x7C, nchildren 1
383 4092429 [proc] BASH 1002 sig_send: pid 1002, signal 20, its_me 1
325 4092754 [proc] BASH 1002 sig_send: ReleaseSemaphore succeeded
308 4093062 [sig] BASH 1002 wait_sig: awake
472 4093534 [sig] BASH 1002 wait_sig: sig 20 blocked
-398 4093136 [proc] BASH 1002 sig_send: Not waiting for sigcomplete. its_me 1 sig 20
1191 4094327 [proc] BASH 1002 sig_send: returning 0 from sending signal 20
-436 4093891 [sig] BASH 1002 proc_subproc: args: 4, 0
1141 4095032 [sig] BASH 1002 proc_subproc: looking for processes to reap
-354 4094678 [proc] BASH 1002 proc_subproc: returning 0
1051 4095729 [proc] BASH 1002 wait_subproc: looping
-352 4095377 [sig] BASH 1002 checkstate: nchildren 0, nzombies 1
1540 4096917 [sig] BASH 1002 stopped_or_terminated: considering pid 1004
563 4097480 [sig] BASH 1002 remove_zombie: removing 0, pid 1004, nzombies 1
322 4097802 [sig] BASH 1002 checkstate: returning 1
305 4098107 [sig] BASH 1002 proc_subproc: released waiting thread
358 4098465 [sig] BASH 1002 proc_subproc: finished processing terminated/stopped child
315 4098780 [sig] BASH 1002 proc_subproc: returning 1
305 4099085 [sig] BASH 1002 wait_sig: Did not signal anyone
338 4099423 [sig] BASH 1002 wait_sig: looping
341 4099764 [main] BASH 1002 wait4: 0 = WaitForSingleObject (...)
316 4100080 [main] BASH 1002 wait4: intpid -1, status 0x270FBE8, w->status 256, options 0, rc 1004
2265 4102345 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 280000
321 4102666 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
348 4103014 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
306 4103320 [sig] BASH 1002 wait_sig: awake
412 4103732 [sig] BASH 1002 wait_sig: processing signal -2
407 4104139 [sig] BASH 1002 wait_sig: sig 20 blocked
377 4104516 [sig] BASH 1002 proc_subproc: args: 4, 0
316 4104832 [sig] BASH 1002 proc_subproc: looking for processes to reap
315 4105147 [sig] BASH 1002 proc_subproc: finished processing terminated/stopped child
328 4105475 [sig] BASH 1002 proc_subproc: returning 1
321 4105796 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
367 4106163 [sig] BASH 1002 wait_sig: looping
-2773 4103390 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
3895 4107285 [main] BASH 1002 sig_send: returning 0 from sending signal -2
328 4107613 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 80000
320 4107933 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
372 4108305 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
306 4108611 [sig] BASH 1002 wait_sig: awake
412 4109023 [sig] BASH 1002 wait_sig: processing signal -2
394 4109417 [sig] BASH 1002 wait_sig: sig 20 blocked
333 4109750 [sig] BASH 1002 proc_subproc: args: 4, 0
315 4110065 [sig] BASH 1002 proc_subproc: looking for processes to reap
368 4110433 [sig] BASH 1002 proc_subproc: finished processing terminated/stopped child
348 4110781 [sig] BASH 1002 proc_subproc: returning 1
321 4111102 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
780 4111882 [sig] BASH 1002 wait_sig: looping
-3201 4108681 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
4345 4113026 [main] BASH 1002 sig_send: returning 0 from sending signal -2
394 4113420 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 80000
1469 4114889 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 80000
318 4115207 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
318 4115525 [main] BASH 1002 sig_send: pid 1002, signal -2, its_me 1
323 4115848 [main] BASH 1002 sig_send: ReleaseSemaphore succeeded
786 4116634 [sig] BASH 1002 wait_sig: awake
414 4117048 [sig] BASH 1002 wait_sig: processing signal -2
368 4117416 [sig] BASH 1002 wait_sig: processing signal 20
316 4117732 [sig] BASH 1002 wait_sig: Got signal 20
313 4118045 [sig] BASH 1002 sig_handle: signal 20
366 4118411 [sig] BASH 1002 sig_handle: signal 20, about to call 0x41B848
346 4118757 [sig] BASH 1002 interruptible: interruptible 0
336 4119093 [sig] BASH 1002 interruptible: interruptible 0
377 4119470 [sig] BASH 1002 interruptible: interruptible 1
325 4119795 [sig] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
379 4120174 [sig] BASH 1002 call_handler: armed signal_arrived 0x54, res 1
327 4120501 [sig] BASH 1002 proc_subproc: args: 4, 1
317 4120818 [sig] BASH 1002 proc_subproc: clear waiting threads
315 4121133 [sig] BASH 1002 proc_subproc: finished clearing
760 4121893 [sig] BASH 1002 proc_subproc: returning 1
374 4122267 [sig] BASH 1002 call_handler: modified main-thread stack
318 4122585 [sig] BASH 1002 call_handler: returning 1
314 4122899 [sig] BASH 1002 sig_handle: returning 1
339 4123238 [sig] BASH 1002 wait_sig: signalled sigcomplete_main 0x70
317 4123555 [sig] BASH 1002 wait_sig: looping
-6850 4116705 [main] BASH 1002 sig_send: Waiting for thiscomplete 0x70
7567 4124272 [main] BASH 1002 sig_send: returning 0 from sending signal -2
329 4124601 [main] BASH 1002 reset_signal_arrived: reset signal_arrived
317 4124918 [main] BASH 1002 wait4: calling proc_subproc, pid -1, options 1
314 4125232 [main] BASH 1002 proc_subproc: args: 5, 1627894388
310 4125542 [main] BASH 1002 proc_subproc: wval->pid -1, wval->options 1
317 4125859 [main] BASH 1002 checkstate: nchildren 0, nzombies 0
879 4126738 [main] BASH 1002 checkstate: checking alive children
392 4127130 [main] BASH 1002 checkstate: returning 0
306 4127436 [main] BASH 1002 proc_subproc: no appropriate children, 0x44, 0x0
361 4127797 [main] BASH 1002 proc_subproc: wait not activated 0x44, 0x0
312 4128109 [main] BASH 1002 proc_subproc: returning 1
358 4128467 [main] BASH 1002 wait4: intpid -1, status 0x270FB8C, w->status 0, options 1, rc -1
313 4128780 [main] BASH 1002 wait4: *** errno = 10
310 4129090 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
6728 4135818 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 280000
837 4136655 [main] BASH 1002 set_process_mask: old mask = 280000, new mask = 0
333 4136988 [main] BASH 1002 set_process_mask: old mask = 0, new mask = 80000
362 4137350 [main] BASH 1002 set_process_mask: old mask = 80000, new mask = 0
1442 4138792 [main] BASH 1002 set_sig_errno: errno 0
303 4139095 [main] BASH 1002 _read: read (31, 0x4741110, 1)
346 4139441 [main] BASH 1002 _read: non-interruptible read
1445 4140886 [main] BASH 1002 read_handler: 0 = read (31<autohead2.jef>, 0x4741110, 1)
789 4141675 [main] BASH 1002 do_exit: do_exit (1)
320 4141995 [main] BASH 1002 void: 0x41B848 = signal (20, 0x1)
374 4142369 [main] BASH 1002 void: 0x426C38 = signal (1, 0x1)
313 4142682 [main] BASH 1002 void: 0x426C38 = signal (2, 0x1)
312 4142994 [main] BASH 1002 void: 0x1 = signal (3, 0x1)
1473 4144467 [main] BASH 1002 _close: close (0)
2374 4146841 [main] BASH 1002 fhandler_base::set_io_handle: set handle to 0xFFFFFFFF
2779 4149620 [main] BASH 1002 _close: 0 = close (0)
1433 4151053 [main] BASH 1002 _close: close (1)
2424 4153477 [main] BASH 1002 fhandler_base::close: handle 0x88
3439 4156916 [main] BASH 1002 _close: 0 = close (1)
1415 4158331 [main] BASH 1002 _close: close (2)
1957 4160288 [main] BASH 1002 fhandler_base::close: handle 0x3C
2827 4163115 [main] BASH 1002 _close: 0 = close (2)
36564 4199679 [main] BASH 1002 _close: close (31)
2324 4202003 [main] BASH 1002 fhandler_base::close: handle 0x34
2943 4204946 [main] BASH 1002 _close: 0 = close (31)
304 4205250 [main] BASH 1002 proc_terminate: nchildren 0, nzombies 0
351 4205601 [proc] BASH 1002 wait_subproc: looping
333 4205934 [proc] BASH 1002 wait_subproc: done
2669 4208603 [main] BASH 1002 proc_subproc: args: 4, 1
326 4208929 [main] BASH 1002 proc_subproc: clear waiting threads
326 4209255 [main] BASH 1002 proc_subproc: finished clearing
308 4209563 [main] BASH 1002 proc_subproc: returning 1
299 4209862 [main] BASH 1002 lock_pinfo_for_update: timeout -1, pinfo_mutex 0x24
359 4210221 [main] BASH 1002 unlock_pinfo: handle 36
311 4210532 [main] BASH 1002 proc_terminate: leaving
299 4210831 [main] BASH 1002 sigproc_terminate: entering
303 4211134 [main] BASH 1002 sigproc_terminate: done
752 4211886 [main] BASH 1002 do_exit: 1002 == pgrp 1002, send SIG{HUP,CONT} to stopped children
364 4212250 [main] BASH 1002 kill_pgrp: pid 1002, sig -1
1056 4213306 [main] BASH 1002 proc_exists: checking for existence of pid 1000, window pid -3931797
346 4213652 [main] BASH 1002 proc_exists: it exists, 0x34
318 4213970 [main] BASH 1002 proc_exists: checking for existence of pid 1001, window pid -3892313
399 4214369 [main] BASH 1002 proc_exists: it exists, 0x34
442 4214811 [main] BASH 1002 kill_pgrp: -1 = kill (1002, -1)
336 4215147 [main] BASH 1002 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
309 4215456 [main] BASH 1002 __to_clock_t: total 00000000 00000000
309 4215765 [main] BASH 1002 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
356 4216121 [main] BASH 1002 __to_clock_t: total 00000000 00000000
780 4216901 [main] BASH 1002 my_parent_is_alive: No parent_alive mutex
346 4217247 [main] BASH 1002 do_exit: calling ExitProcess 1
--------------918BFC283A59A95BFB16D6EC--
- Raw text -