Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Hannu E K Nevalainen \(garbage mail\)" To: Subject: RE: Postinstall hangs with bash Date: Wed, 1 Oct 2003 17:43:15 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0009_01C38843.7E521200" X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Note-from-DJ: This may be spam ------=_NextPart_000_0009_01C38843.7E521200 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > From: Igor Pechtchanski > On Wed, 1 Oct 2003, Hannu E K Nevalainen (garbage mail) wrote: > FWIW, if you're able to reproduce the hang, I'd be very interested in > seeing the results of the experiments outlined in the above message on > your machine... Maybe you could glean something from the strace output as > well. $ for i in myPostinstall.sh.done myPostinstall2.sh.done myPostinstall3.sh.done; do echo -e "\n---" $i "---";cat $i;done --- myPostinstall.sh.done --- #!/bin/bash -x echo "$(cygpath -w /)" --- myPostinstall2.sh.done --- #!/bin/sh -x bash -c "echo $(cygpath -w /)" --- myPostinstall3.sh.done --- #!/bin/sh -x strace -o postinstall.strace bash -c "echo $(cygpath -w /)" myPostinstall.sh does the "hang". (i.e. the first of your tests). The other two tests works just fine ;-) I've attached /postinstall.strace (name as it actually was created) $ tail -15 /var/log/setup.log.full 2003/10/01 15:58:59 running: C:\Program\cygwin\bin\sh.exe -c /etc/postinstall/myPostinstall.sh ++ cygpath -w / + echo '' 2003/10/01 15:59:15 running: C:\Program\cygwin\bin\sh.exe -c /etc/postinstall/myPostinstall2.sh + cygpath -w / + bash -c echo C:\Program\cygwin C:Programcygwin 2003/10/01 15:59:15 running: C:\Program\cygwin\bin\sh.exe -c /etc/postinstall/myPostinstall3.sh + cygpath -w / + strace -o postinstall.strace bash -c echo C:\Program\cygwin C:Programcygwin 2003/10/01 15:59:16 error: Unable to remove temporary file '/var/log/setup.log.postinstallXa02224' 2003/10/01 15:59:22 mbox note: Nothing needed to be installed 2003/10/01 15:59:23 Ending cygwin install $ cat /var/log/setup.log.postinstallXa02224 + cygpath -w / + strace -o postinstall.strace bash -c echo C:\Program\cygwin C:Programcygwin /Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E -- UTC+01, DST -> UTC+02 -- --END OF MESSAGE-- ------=_NextPart_000_0009_01C38843.7E521200 Content-Type: application/octet-stream; name="postinstall.strace" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="postinstall.strace" ********************************************** Program name: C:\Program\cygwin\bin\bash.exe (2388) App version: 1005.4, api: 0.94 DLL version: 1005.5, api: 0.94 DLL build: 2003-09-20 16:31 OS version: Windows NT-5.0 Heap size: 402653184 Date/Time: 2003-10-01 15:59:16 ********************************************** 1889 3724 [main] bash 2388 environ_init: 0xA0404D8: = ALLUSERSPROFILE=3DF:\Documents and Settings\All Users 421 4145 [main] bash 2388 environ_init: 0xA040510: = APPDATA=3DF:\Documents and Settings\Administrator\Application Data 410 4555 [main] bash 2388 environ_init: 0xA040558: = CLASSPATH=3DC:\WINDOWS\SYSTEM\QTJava.zip; 408 4963 [main] bash 2388 environ_init: 0xA040588: = COMMONPROGRAMFILES=3DF:\Program Files\Common Files 406 5369 [main] bash 2388 environ_init: 0xA040008: = COMPUTERNAME=3DP450 403 5772 [main] bash 2388 environ_init: 0xA0405C0: = COMSPEC=3DF:\WINNT\system32\cmd.exe 532 6304 [main] bash 2388 environ_init: 0xA0405E8: = CYGWINROOT=3DC:\Program\cygwin 409 6713 [main] bash 2388 environ_init: 0xA040610: = DOS=3Dc:\windows\command 407 7120 [main] bash 2388 getwinenv: can't set native for HOME=3D = since no environ yet 433 7553 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (C:\Program\cygwin\home\Hannu, no-keep-rel, = no-add-slash) 275 7828 [main] bash 2388 normalize_win32_path: = C:\Program\cygwin\home\Hannu =3D normalize_win32_path = (C:\Program\cygwin\home\Hannu) 274 8102 [main] bash 2388 mount_info::conv_to_posix_path: = /home/Hannu =3D conv_to_posix_path (C:\Program\cygwin\home\Hannu) 620 8722 [main] bash 2388 win_env::add_cache: posix /home/Hannu 234 8956 [main] bash 2388 win_env::add_cache: native = HOME=3DC:\Program\cygwin\home\Hannu 235 9191 [main] bash 2388 posify: env var converted to = HOME=3D/home/Hannu 398 9589 [main] bash 2388 environ_init: 0xA040658: = HOME=3D/home/Hannu 438 10027 [main] bash 2388 environ_init: 0xA0407A0: HOMEDRIVE=3DF: 403 10430 [main] bash 2388 environ_init: 0xA0407B8: HOMEPATH=3D\ 437 10867 [main] bash 2388 environ_init: 0xA0407C8: = LM_LICENSE_FILE=3DC:\Program\ModelSim\license.dat 410 11277 [main] bash 2388 environ_init: 0xA040800: = LOGONSERVER=3D\\P450 502 11779 [main] bash 2388 environ_init: 0xA040818: = NUMBER_OF_PROCESSORS=3D1 418 12197 [main] bash 2388 environ_init: 0xA040838: = OS2LIBPATH=3DF:\WINNT\system32\os2\dll; 404 12601 [main] bash 2388 environ_init: 0xA040868: OS=3DWindows_NT 405 13006 [main] bash 2388 getwinenv: can't set native for PATH=3D = since no environ yet 260 13266 [main] bash 2388 normalize_posix_path: src . 252 13518 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (C:\Program\cygwin, no-keep-rel, no-add-slash) 244 13762 [main] bash 2388 normalize_win32_path: C:\Program\cygwin = =3D normalize_win32_path (C:\Program\cygwin) 242 14004 [main] bash 2388 mount_info::conv_to_posix_path: / =3D = conv_to_posix_path (C:\Program\cygwin) 245 14249 [main] bash 2388 cwdstuff::get: posix / 247 14496 [main] bash 2388 cwdstuff::get: (/) =3D cwdstuff::get = (0x22F998, 260, 1, 0), errno 0 241 14737 [main] bash 2388 normalize_posix_path: / =3D = normalize_posix_path (.) 238 14975 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/) 257 15232 [main] bash 2388 set_flags: flags: binary (0x2) 240 15472 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /, dst C:\Program\cygwin, flags 0xA, rc 0 1406 16878 [main] bash 2388 symlink_info::check: not a symlink 276 17154 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin, 0x22F658) (0xA) 252 17406 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin), set_has_acls(0) 436 17842 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (C:\Program\cygwin\bin, keep-rel, no-add-slash) 242 18084 [main] bash 2388 normalize_win32_path: = C:\Program\cygwin\bin =3D normalize_win32_path (C:\Program\cygwin\bin) 244 18328 [main] bash 2388 mount_info::conv_to_posix_path: /usr/bin = =3D conv_to_posix_path (C:\Program\cygwin\bin) 332 18660 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (C:\Program\cygwin\bin, keep-rel, no-add-slash) 241 18901 [main] bash 2388 normalize_win32_path: = C:\Program\cygwin\bin =3D normalize_win32_path (C:\Program\cygwin\bin) 243 19144 [main] bash 2388 mount_info::conv_to_posix_path: /usr/bin = =3D conv_to_posix_path (C:\Program\cygwin\bin) 243 19387 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (C:\Program\cygwin\bin, keep-rel, no-add-slash) 240 19627 [main] bash 2388 normalize_win32_path: = C:\Program\cygwin\bin =3D normalize_win32_path (C:\Program\cygwin\bin) 243 19870 [main] bash 2388 mount_info::conv_to_posix_path: /usr/bin = =3D conv_to_posix_path (C:\Program\cygwin\bin) 242 20112 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (C:\Program\cygwin\bin, keep-rel, no-add-slash) 240 20352 [main] bash 2388 normalize_win32_path: = C:\Program\cygwin\bin =3D normalize_win32_path (C:\Program\cygwin\bin) 242 20594 [main] bash 2388 mount_info::conv_to_posix_path: /usr/bin = =3D conv_to_posix_path (C:\Program\cygwin\bin) 242 20836 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (=AA=8Dg=01, keep-rel, no-add-slash) 239 21075 [main] bash 2388 mount_info::conv_to_posix_path: = =AA=8Dg=01 =3D conv_to_posix_path (=AA=8Dg=01) 578 21653 [main] bash 2388 win_env::add_cache: posix = /usr/bin:/usr/bin:/usr/bin:/usr/bin:=AA=8Dg=01 232 21885 [main] bash 2388 win_env::add_cache: native = PATH=3DC:\Program\cygwin\bin;C:\Program\cygwin\bin;C:\Program\cygwin\bin;= C:\Program\cygwin\bin;=AA=8Dg=01 239 22124 [main] bash 2388 posify: env var converted to = PATH=3D/usr/bin:/usr/bin:/usr/bin:/usr/bin:=AA=8Dg=01 401 22525 [main] bash 2388 environ_init: 0xA0408E8: = PATH=3D/usr/bin:/usr/bin:/usr/bin:/usr/bin:=AA=8Dg=01 413 22938 [main] bash 2388 environ_init: 0xA040880: = PATHEXT=3D.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH 409 23347 [main] bash 2388 environ_init: 0xA040630: = PROCESSOR_ARCHITECTURE=3Dx86 410 23757 [main] bash 2388 environ_init: 0xA040AC8: = PROCESSOR_IDENTIFIER=3Dx86 Family 6 Model 5 Stepping 2, GenuineIntel 410 24167 [main] bash 2388 environ_init: 0xA0408C0: = PROCESSOR_LEVEL=3D6 406 24573 [main] bash 2388 environ_init: 0xA040B10: = PROCESSOR_REVISION=3D0502 407 24980 [main] bash 2388 environ_init: 0xA040B30: = PROGRAMFILES=3DF:\Program Files 405 25385 [main] bash 2388 environ_init: 0xA040B58: = QTJAVA=3DC:\WINDOWS\SYSTEM\QTJava.zip 406 25791 [main] bash 2388 environ_init: 0xA040B80: SYSTEMDRIVE=3DF: 822 26613 [main] bash 2388 environ_init: 0xA040B98: = SYSTEMROOT=3DF:\WINNT 419 27032 [main] bash 2388 getwinenv: can't set native for TEMP=3D = since no environ yet 408 27440 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (d:\TEMP, no-keep-rel, no-add-slash) 238 27678 [main] bash 2388 normalize_win32_path: d:\TEMP =3D = normalize_win32_path (d:\TEMP) 244 27922 [main] bash 2388 mount_info::conv_to_posix_path: = /cygdrive/d/TEMP =3D conv_to_posix_path (d:\TEMP) 575 28497 [main] bash 2388 win_env::add_cache: posix = /cygdrive/d/TEMP 231 28728 [main] bash 2388 win_env::add_cache: native TEMP=3Dd:\TEMP 232 28960 [main] bash 2388 posify: env var converted to = TEMP=3D/cygdrive/d/TEMP 399 29359 [main] bash 2388 environ_init: 0xA040BC8: = TEMP=3D/cygdrive/d/TEMP 406 29765 [main] bash 2388 environ_init: 0xA0408D8: TERM=3Dcygwin 405 30170 [main] bash 2388 getwinenv: can't set native for TMP=3D = since no environ yet 409 30579 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path (d:\TEMP, no-keep-rel, no-add-slash) 238 30817 [main] bash 2388 normalize_win32_path: d:\TEMP =3D = normalize_win32_path (d:\TEMP) 241 31058 [main] bash 2388 mount_info::conv_to_posix_path: = /cygdrive/d/TEMP =3D conv_to_posix_path (d:\TEMP) 575 31633 [main] bash 2388 win_env::add_cache: posix = /cygdrive/d/TEMP 275 31908 [main] bash 2388 win_env::add_cache: native TMP=3Dd:\TEMP 233 32141 [main] bash 2388 posify: env var converted to = TMP=3D/cygdrive/d/TEMP 398 32539 [main] bash 2388 environ_init: 0xA040D18: = TMP=3D/cygdrive/d/TEMP 460 32999 [main] bash 2388 environ_init: 0xA040E38: = USERDOMAIN=3DP450 405 33404 [main] bash 2388 environ_init: 0xA040E50: = USERNAME=3DAdministrator 437 33841 [main] bash 2388 environ_init: 0xA040E70: = USERPROFILE=3DF:\Documents and Settings\Administrator 408 34249 [main] bash 2388 environ_init: 0xA040EA8: = WINDIR=3DF:\WINNT 404 34653 [main] bash 2388 environ_init: 0xA040EC0: = X=3Dc:\program\diverse 519 35172 [main] bash 2388 environ_init: 0xA040EE0: = Y=3DE:\profiles\Hannu\Minado~1 285 35457 [main] bash 2388 pinfo_init: pid 2388, pgid 2388 462 35919 [main] bash 2388 dtable::extend: size 32, fds 0x61600614 493 36412 [main] bash 2388 normalize_posix_path: src /etc/passwd 246 36658 [main] bash 2388 normalize_posix_path: /etc/passwd =3D = normalize_posix_path (/etc/passwd) 240 36898 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/etc/passwd) 245 37143 [main] bash 2388 set_flags: flags: binary (0x2) 236 37379 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /etc/passwd, dst C:\Program\cygwin\etc\passwd, flags 0xA, rc 0 841 38220 [main] bash 2388 symlink_info::check: not a symlink 251 38471 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\etc\passwd, 0x22F808) (0xA) 246 38717 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\etc\passwd), set_has_acls(0) 595 39312 [main] bash 2388 etc::test_file_change: FindFirstFile = succeeded 250 39562 [main] bash 2388 etc::test_file_change: fn[1] = C:\Program\cygwin\etc\passwd res 1 236 39798 [main] bash 2388 etc::init: fn[1] = C:\Program\cygwin\etc\passwd, curr_ix 1 236 40034 [main] bash 2388 pwdgrp::load: /etc/passwd 1246 41280 [main] bash 2388 pwdgrp::load: /etc/passwd curr_lines 10 237 41517 [main] bash 2388 pwdgrp::load: /etc/passwd load succeeded 284 41801 [main] bash 2388 normalize_posix_path: src /etc/group 240 42041 [main] bash 2388 normalize_posix_path: /etc/group =3D = normalize_posix_path (/etc/group) 239 42280 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/etc/group) 243 42523 [main] bash 2388 set_flags: flags: binary (0x2) 236 42759 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /etc/group, dst C:\Program\cygwin\etc\group, flags 0xA, rc 0 790 43549 [main] bash 2388 symlink_info::check: not a symlink 249 43798 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\etc\group, 0x22F7C8) (0xA) 245 44043 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\etc\group), set_has_acls(0) 547 44590 [main] bash 2388 etc::test_file_change: FindFirstFile = succeeded 248 44838 [main] bash 2388 etc::test_file_change: fn[2] = C:\Program\cygwin\etc\group res 1 235 45073 [main] bash 2388 etc::init: fn[2] = C:\Program\cygwin\etc\group, curr_ix 2 237 45310 [main] bash 2388 pwdgrp::load: /etc/group 1282 46592 [main] bash 2388 pwdgrp::load: /etc/group curr_lines 12 239 46831 [main] bash 2388 pwdgrp::load: /etc/group load succeeded 260 47091 [main] bash 2388 cygheap_user::ontherange: what 2, pw = 0xA041410 247 47338 [main] bash 2388 cygheap_user::ontherange: HOME is already = in the environment /home/Hannu 841 48179 [main] bash 2388 sigproc_init: process/signal handling = enabled(1) 608 48787 [main] bash 2388 build_argv: argv[0] =3D 'bash' 234 49021 [main] bash 2388 build_argv: argv[1] =3D '-c' 460 49481 [main] bash 2388 lstat64: entering 283 49764 [main] bash 2388 normalize_posix_path: src echo = C:\Program\cygwin 246 50010 [main] bash 2388 cwdstuff::get: posix / 236 50246 [main] bash 2388 cwdstuff::get: (/) =3D cwdstuff::get = (0x213688, 260, 1, 0), errno 0 240 50486 [main] bash 2388 normalize_posix_path: /echo = C:\Program\cygwin =3D normalize_posix_path (echo C:\Program\cygwin) 242 50728 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/echo C:\Program\cygwin) 245 50973 [main] bash 2388 set_flags: flags: binary (0x2) 262 51235 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /echo C:\Program\cygwin, dst C:\Program\cygwin\echo C:\Program\cygwin, = flags 0xA, rc 0 793 52028 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\echo C:\Program\cygwin) failed 273 52301 [main] bash 2388 geterrno_from_win_error: windows error = 123 =3D=3D errno 2 378 52679 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\echo C:\Program\cygwin.exe) failed 250 52929 [main] bash 2388 geterrno_from_win_error: windows error = 123 =3D=3D errno 2 378 53307 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\echo C:\Program\cygwin.exe.lnk) failed 249 53556 [main] bash 2388 geterrno_from_win_error: windows error = 123 =3D=3D errno 2 375 53931 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\echo C:\Program\cygwin.lnk) failed 251 54182 [main] bash 2388 geterrno_from_win_error: windows error = 123 =3D=3D errno 2 238 54420 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\echo C:\Program\cygwin, 0x213348) (0xA) 295 54715 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\echo C:\Program\cygwin), set_has_acls(0) 289 55004 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x61600794 243 55247 [main] bash 2388 stat_worker: (echo C:\Program\cygwin, = 0x217C58, 1, 0x213828), file_attributes -1 258 55505 [main] bash 2388 fhandler_base::open: = (C:\Program\cygwin\echo C:\Program\cygwin, 0x110000) query_open 0 435 55940 [main] bash 2388 seterrno_from_win_error: = /netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error = 123 376 56316 [main] bash 2388 geterrno_from_win_error: windows error = 123 =3D=3D errno 2 245 56561 [main] bash 2388 fhandler_base::open: 0 =3D = fhandler_base::open (C:\Program\cygwin\echo C:\Program\cygwin, 0x110000) 276 56837 [main] bash 2388 fhandler_disk_file::open: 0 =3D = fhandler_disk_file::open (C:\Program\cygwin\echo C:\Program\cygwin, = 0x110000) 244 57081 [main] bash 2388 fhandler_disk_file::fstat_by_name: = already determined that pc does not exist 249 57330 [main] bash 2388 stat_worker: -1 =3D (echo = C:\Program\cygwin, 0x217C58) 713 58043 [main] bash 2388 globify: argv[2] =3D 'echo = C:\Program\cygwin' 409 58452 [main] bash 2388 build_argv: argc 3 854 59306 [main] bash 2388 handle_to_fn: nt name = '\Device\HarddiskVolume1\Program\Cygwin\var\log\setup.log.postinstallXa02= 224' 4837 64143 [main] bash 2388 handle_to_fn: current match = '\Device\HarddiskVolume1' 364 64507 [main] bash 2388 handle_to_fn: derived path = 'C:\Program\Cygwin\var\log\setup.log.postinstallXa02224' 255 64762 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path = (C:\Program\Cygwin\var\log\setup.log.postinstallXa02224, no-keep-rel, = no-add-slash) 251 65013 [main] bash 2388 normalize_win32_path: = C:\Program\Cygwin\var\log\setup.log.postinstallXa02224 =3D = normalize_win32_path = (C:\Program\Cygwin\var\log\setup.log.postinstallXa02224) 256 65269 [main] bash 2388 mount_info::conv_to_posix_path: = /var/log/setup.log.postinstallXa02224 =3D conv_to_posix_path = (C:\Program\Cygwin\var\log\setup.log.postinstallXa02224) 251 65520 [main] bash 2388 normalize_posix_path: src = /var/log/setup.log.postinstallXa02224 242 65762 [main] bash 2388 normalize_posix_path: = /var/log/setup.log.postinstallXa02224 =3D normalize_posix_path = (/var/log/setup.log.postinstallXa02224) 246 66008 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/var/log/setup.log.postinstallXa02224) 392 66400 [main] bash 2388 set_flags: flags: binary (0x2) 248 66648 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /var/log/setup.log.postinstallXa02224, dst = C:\Program\cygwin\var\log\setup.log.postinstallXa02224, flags 0xA, rc 0 863 67511 [main] bash 2388 symlink_info::check: not a symlink 254 67765 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\var\log\setup.log.postinstallXa02224, 0x22F498) (0xA) 282 68047 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\var\log\setup.log.postinstallXa02224), = set_has_acls(0) 266 68313 [main] bash 2388 dtable::build_fhandler: fd 1, fh = 0x61600794 244 68557 [main] bash 2388 fhandler_base::set_flags: flags 0x10002, = supplied_bin 0x0 243 68800 [main] bash 2388 fhandler_base::set_flags: O_TEXT/O_BINARY = set in flags 0x10000 236 69036 [main] bash 2388 fhandler_base::set_flags: filemode set to = binary 234 69270 [main] bash 2388 fhandler_base::init: created new = fhandler_base for handle 0x340, bin 1 239 69509 [main] bash 2388 dtable::init_std_file_from_handle: fd 1, = handle 0x340 556 70065 [main] bash 2388 handle_to_fn: nt name = '\Device\HarddiskVolume1\Program\Cygwin\var\log\setup.log.postinstallXa02= 224' 4727 74792 [main] bash 2388 handle_to_fn: current match = '\Device\HarddiskVolume1' 363 75155 [main] bash 2388 handle_to_fn: derived path = 'C:\Program\Cygwin\var\log\setup.log.postinstallXa02224' 253 75408 [main] bash 2388 mount_info::conv_to_posix_path: = conv_to_posix_path = (C:\Program\Cygwin\var\log\setup.log.postinstallXa02224, no-keep-rel, = no-add-slash) 246 75654 [main] bash 2388 normalize_win32_path: = C:\Program\Cygwin\var\log\setup.log.postinstallXa02224 =3D = normalize_win32_path = (C:\Program\Cygwin\var\log\setup.log.postinstallXa02224) 254 75908 [main] bash 2388 mount_info::conv_to_posix_path: = /var/log/setup.log.postinstallXa02224 =3D conv_to_posix_path = (C:\Program\Cygwin\var\log\setup.log.postinstallXa02224) 395 76303 [main] bash 2388 normalize_posix_path: src = /var/log/setup.log.postinstallXa02224 251 76554 [main] bash 2388 normalize_posix_path: = /var/log/setup.log.postinstallXa02224 =3D normalize_posix_path = (/var/log/setup.log.postinstallXa02224) 246 76800 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/var/log/setup.log.postinstallXa02224) 248 77048 [main] bash 2388 set_flags: flags: binary (0x2) 237 77285 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /var/log/setup.log.postinstallXa02224, dst = C:\Program\cygwin\var\log\setup.log.postinstallXa02224, flags 0xA, rc 0 905 78190 [main] bash 2388 symlink_info::check: not a symlink 254 78444 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\var\log\setup.log.postinstallXa02224, 0x22F498) (0xA) 288 78732 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\var\log\setup.log.postinstallXa02224), = set_has_acls(0) 265 78997 [main] bash 2388 dtable::build_fhandler: fd 2, fh = 0x616008F4 244 79241 [main] bash 2388 fhandler_base::set_flags: flags 0x10002, = supplied_bin 0x0 238 79479 [main] bash 2388 fhandler_base::set_flags: O_TEXT/O_BINARY = set in flags 0x10000 267 79746 [main] bash 2388 fhandler_base::set_flags: filemode set to = binary 241 79987 [main] bash 2388 fhandler_base::init: created new = fhandler_base for handle 0x324, bin 1 260 80247 [main] bash 2388 dtable::init_std_file_from_handle: fd 2, = handle 0x324 378 80625 [main] bash 2388 open_shared: name (null), shared = 0xA020000 (wanted 0xA020000), h 0x310 402 81027 [main] bash 2388 tty_min::set_ctty: attached tty1073741824 = sid 2388, pid 2388, tty->pgid 0, tty->sid 2388 249 81276 [main] bash 2388 tty_min::set_ctty: resetting = tty1073741824 sid. Was 2388, now 2388. pgid was 0, now 2388. 496 81772 [main] bash 2388 dll_crt0_1: user_data->main 0x401260 268 82040 [main] bash 2388 wait_for_sigthread: wait_sig_inited 0x314 791 82831 [sig] bash 2388 wait_sig: sigcatch_nonmain 0x308, = sigcatch_main 0x304 254 83085 [sig] bash 2388 wait_sig: Ready. dwProcessid 2388 937 84022 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 285 84307 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 253 84560 [main] bash 2388 open: open (/dev/tty, 0x4002) 254 84814 [main] bash 2388 normalize_posix_path: src /dev/tty 275 85089 [main] bash 2388 normalize_posix_path: /dev/tty =3D = normalize_posix_path (/dev/tty) 249 85338 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/dev/tty) 249 85587 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /dev/tty, dst \dev\console, flags 0x2, rc 0 282 85869 [main] bash 2388 dtable::build_fhandler: fd 0, fh = 0x616009C4 410 86279 [main] bash 2388 fhandler_base::set_flags: flags 0x14002, = supplied_bin 0x0 257 86536 [main] bash 2388 fhandler_base::set_flags: O_TEXT/O_BINARY = set in flags 0x10000 244 86780 [main] bash 2388 fhandler_base::set_flags: filemode set to = binary 484 87264 [main] bash 2388 fhandler_console::open: incremented = open_fhs, now 1 250 87514 [main] bash 2388 fhandler_console::open: opened conin$ = 0xF, conout$ 0x13 263 87777 [main] bash 2388 open: 0 =3D open (/dev/tty, 0x4002) 262 88039 [main] bash 2388 close: close (0) 302 88341 [main] bash 2388 fhandler_console::close: decremented = open_fhs, now 0 254 88595 [main] bash 2388 close: 0 =3D close (0) 247 88842 [main] bash 2388 stat64: entering 250 89092 [main] bash 2388 normalize_posix_path: src /tmp 244 89336 [main] bash 2388 normalize_posix_path: /tmp =3D = normalize_posix_path (/tmp) 247 89583 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/tmp) 251 89834 [main] bash 2388 set_flags: flags: binary (0x2) 247 90081 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /tmp, dst C:\Program\cygwin\tmp, flags 0xA, rc 0 872 90953 [main] bash 2388 symlink_info::check: not a symlink 264 91217 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\tmp, 0x22F580) (0xA) 258 91475 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\tmp), set_has_acls(0) 263 91738 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x616009C4 248 91986 [main] bash 2388 stat_worker: (/tmp, 0x22FE00, 0, = 0x22FA60), file_attributes 16 1539 93525 [main] bash 2388 get_file_attribute: file: = C:\Program\cygwin\tmp 272 93797 [main] bash 2388 fhandler_disk_file::fstat_helper: 0 =3D = fstat (, 0x22FE00) st_atime=3D3F639360 st_size=3D0, st_mode=3D0x41ED, = st_ino=3D-1978884765, sizeof=3D96 261 94058 [main] bash 2388 stat_worker: 0 =3D (/tmp, 0x22FE00) 546 94604 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 471 95075 [main] bash 2388 time: 1065016756 =3D time (0) 653 95728 [main] bash 2388 _cygwin_istext_for_stdio: = _cygwin_istext_for_stdio (0) 249 95977 [main] bash 2388 _cygwin_istext_for_stdio: _cifs: fd not = open 366 96343 [main] bash 2388 _cygwin_istext_for_stdio: = _cygwin_istext_for_stdio (1) 253 96596 [main] bash 2388 _cygwin_istext_for_stdio: _cifs: = get_*_binary 243 96839 [main] bash 2388 _cygwin_istext_for_stdio: = _cygwin_istext_for_stdio (2) 243 97082 [main] bash 2388 _cygwin_istext_for_stdio: _cifs: = get_*_binary 836 97918 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 262 98180 [main] bash 2388 sigaction: signal 20, newact 0x22FD10, = oldact 0x22FD00 250 98430 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 98678 [main] bash 2388 sigaction: signal 20, newact 0x22FD10, = oldact 0x22FD00 251 98929 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 249 99178 [main] bash 2388 sigaction: signal 2, newact 0x22FD10, = oldact 0x22FD00 250 99428 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 99676 [main] bash 2388 sigaction: signal 2, newact 0x22FD10, = oldact 0x22FD00 249 99925 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 100173 [main] bash 2388 sigaction: signal 3, newact 0x22FD10, = oldact 0x22FD00 249 100422 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 294 100716 [main] bash 2388 sigaction: signal 3, newact 0x22FD10, = oldact 0x22FD00 292 101008 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 257 101265 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 101513 [main] bash 2388 sigaction: signal 3, newact 0x22FD00, = oldact 0x22FCF0 300 101813 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 19812 121625 [main] bash 2388 wsock_init: res 0 350 121975 [main] bash 2388 wsock_init: wVersion 514 247 122222 [main] bash 2388 wsock_init: wHighVersion 514 244 122466 [main] bash 2388 wsock_init: szDescription WinSock 2.0 240 122706 [main] bash 2388 wsock_init: szSystemStatus Running 240 122946 [main] bash 2388 wsock_init: iMaxSockets 0 239 123185 [main] bash 2388 wsock_init: iMaxUdpDg 0 239 123424 [main] bash 2388 wsock_init: lpVendorInfo 0 88554 211978 [main] bash 2388 cygwin_gethostname: name P450 40981 252959 [main] bash 2388 cwdstuff::get: posix / 263 253222 [main] bash 2388 cwdstuff::get: (/) =3D cwdstuff::get = (0xA043C68, 1024, 1, 1), errno 0 12362 265584 [main] bash 2388 stat64: entering 263 265847 [main] bash 2388 normalize_posix_path: src . 253 266100 [main] bash 2388 cwdstuff::get: posix / 245 266345 [main] bash 2388 cwdstuff::get: (/) =3D cwdstuff::get = (0x22F6E0, 260, 1, 0), errno 0 904 267249 [main] bash 2388 normalize_posix_path: / =3D = normalize_posix_path (.) 256 267505 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/) 262 267767 [main] bash 2388 set_flags: flags: binary (0x2) 251 268018 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /, dst C:\Program\cygwin, flags 0xA, rc 0 842 268860 [main] bash 2388 symlink_info::check: not a symlink 264 269124 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin, 0x22F3A0) (0xA) 264 269388 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin), set_has_acls(0) 269 269657 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x616009C4 253 269910 [main] bash 2388 stat_worker: (., 0x22FC40, 0, 0x22F880), = file_attributes 16 1480 271390 [main] bash 2388 get_file_attribute: file: = C:\Program\cygwin 281 271671 [main] bash 2388 fhandler_disk_file::fstat_helper: 0 =3D = fstat (, 0x22FC40) st_atime=3D3F79FCE0 st_size=3D0, st_mode=3D0x41ED, = st_ino=3D-1056154072, sizeof=3D96 266 271937 [main] bash 2388 stat_worker: 0 =3D (., 0x22FC40) 622 272559 [main] bash 2388 stat64: entering 250 272809 [main] bash 2388 normalize_posix_path: src /usr/bin/bash 249 273058 [main] bash 2388 normalize_posix_path: /usr/bin/bash =3D = normalize_posix_path (/usr/bin/bash) 250 273308 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/usr/bin/bash) 256 273564 [main] bash 2388 set_flags: flags: binary (0x2) 250 273814 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /usr/bin/bash, dst C:\Program\cygwin\bin\bash, flags 0xA, rc 0 1560 275374 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\bin\bash) failed 276 275650 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 462 276112 [main] bash 2388 symlink_info::check: not a symlink 259 276371 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\bin\bash.exe, 0x22F2F0) (0xA) 401 276772 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\bin\bash.exe), set_has_acls(0) 270 277042 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x616009C4 249 277291 [main] bash 2388 stat_worker: (/usr/bin/bash, 0x22FB70, 0, = 0x22F7D0), file_attributes 32 1570 278861 [main] bash 2388 get_file_attribute: file: = C:\Program\cygwin\bin\bash.exe 285 279146 [main] bash 2388 fhandler_disk_file::fstat_helper: 0 =3D = fstat (, 0x22FB70) st_atime=3D3F79FCE0 st_size=3D534016, = st_mode=3D0x81ED, st_ino=3D-1582544799, sizeof=3D96 263 279409 [main] bash 2388 stat_worker: 0 =3D (/usr/bin/bash, = 0x22FB70) 285 279694 [main] bash 2388 normalize_posix_path: src /usr/bin/bash 250 279944 [main] bash 2388 normalize_posix_path: /usr/bin/bash =3D = normalize_posix_path (/usr/bin/bash) 248 280192 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/usr/bin/bash) 253 280445 [main] bash 2388 set_flags: flags: binary (0x2) 246 280691 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /usr/bin/bash, dst C:\Program\cygwin\bin\bash, flags 0xA, rc 0 1403 282094 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\bin\bash) failed 271 282365 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 450 282815 [main] bash 2388 symlink_info::check: not a symlink 256 283071 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\bin\bash.exe, 0x22F310) (0xA) 257 283328 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\bin\bash.exe), set_has_acls(0) 259 283587 [main] bash 2388 normalize_posix_path: src /usr/bin/bash 249 283836 [main] bash 2388 normalize_posix_path: /usr/bin/bash =3D = normalize_posix_path (/usr/bin/bash) 247 284083 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/usr/bin/bash) 250 284333 [main] bash 2388 set_flags: flags: binary (0x2) 246 284579 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /usr/bin/bash, dst C:\Program\cygwin\bin\bash, flags 0xA, rc 0 1416 285995 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\bin\bash) failed 274 286269 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 629 286898 [main] bash 2388 symlink_info::check: not a symlink 266 287164 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\bin\bash.exe, 0x22EF40) (0xA) 261 287425 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\bin\bash.exe), set_has_acls(0) 387 287812 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x616009C4 255 288067 [main] bash 2388 stat_worker: (/usr/bin/bash, 0x22F790, 0, = 0x22F420), file_attributes 32 873 288940 [main] bash 2388 get_file_attribute: file: = C:\Program\cygwin\bin\bash.exe 267 289207 [main] bash 2388 fhandler_disk_file::fstat_helper: 0 =3D = fstat (, 0x22F790) st_atime=3D3F79FCE0 st_size=3D534016, = st_mode=3D0x81ED, st_ino=3D-1582544799, sizeof=3D96 264 289471 [main] bash 2388 stat_worker: 0 =3D (/usr/bin/bash, = 0x22F790) 432 289903 [main] bash 2388 stat64: entering 248 290151 [main] bash 2388 normalize_posix_path: src /usr/bin/bash 248 290399 [main] bash 2388 normalize_posix_path: /usr/bin/bash =3D = normalize_posix_path (/usr/bin/bash) 248 290647 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/usr/bin/bash) 251 290898 [main] bash 2388 set_flags: flags: binary (0x2) 246 291144 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /usr/bin/bash, dst C:\Program\cygwin\bin\bash, flags 0xA, rc 0 1365 292509 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\bin\bash) failed 275 292784 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 449 293233 [main] bash 2388 symlink_info::check: not a symlink 258 293491 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\bin\bash.exe, 0x22F310) (0xA) 260 293751 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\bin\bash.exe), set_has_acls(0) 264 294015 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x616009C4 249 294264 [main] bash 2388 stat_worker: (/usr/bin/bash, 0x22FB90, 0, = 0x22F7F0), file_attributes 32 851 295115 [main] bash 2388 get_file_attribute: file: = C:\Program\cygwin\bin\bash.exe 264 295379 [main] bash 2388 fhandler_disk_file::fstat_helper: 0 =3D = fstat (, 0x22FB90) st_atime=3D3F79FCE0 st_size=3D534016, = st_mode=3D0x81ED, st_ino=3D-1582544799, sizeof=3D96 261 295640 [main] bash 2388 stat_worker: 0 =3D (/usr/bin/bash, = 0x22FB90) 253 295893 [main] bash 2388 normalize_posix_path: src /usr/bin/bash 271 296164 [main] bash 2388 normalize_posix_path: /usr/bin/bash =3D = normalize_posix_path (/usr/bin/bash) 249 296413 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/usr/bin/bash) 473 296886 [main] bash 2388 set_flags: flags: binary (0x2) 248 297134 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /usr/bin/bash, dst C:\Program\cygwin\bin\bash, flags 0xA, rc 0 1384 298518 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\bin\bash) failed 272 298790 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 450 299240 [main] bash 2388 symlink_info::check: not a symlink 256 299496 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\bin\bash.exe, 0x22F330) (0xA) 257 299753 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\bin\bash.exe), set_has_acls(0) 259 300012 [main] bash 2388 normalize_posix_path: src /usr/bin/bash 248 300260 [main] bash 2388 normalize_posix_path: /usr/bin/bash =3D = normalize_posix_path (/usr/bin/bash) 248 300508 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/usr/bin/bash) 250 300758 [main] bash 2388 set_flags: flags: binary (0x2) 246 301004 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /usr/bin/bash, dst C:\Program\cygwin\bin\bash, flags 0xA, rc 0 1325 302329 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\bin\bash) failed 270 302599 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 447 303046 [main] bash 2388 symlink_info::check: not a symlink 256 303302 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\bin\bash.exe, 0x22EF60) (0xA) 260 303562 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\bin\bash.exe), set_has_acls(0) 265 303827 [main] bash 2388 dtable::build_fhandler: fd -1, fh = 0x616009C4 248 304075 [main] bash 2388 stat_worker: (/usr/bin/bash, 0x22F7B0, 0, = 0x22F440), file_attributes 32 860 304935 [main] bash 2388 get_file_attribute: file: = C:\Program\cygwin\bin\bash.exe 264 305199 [main] bash 2388 fhandler_disk_file::fstat_helper: 0 =3D = fstat (, 0x22F7B0) st_atime=3D3F79FCE0 st_size=3D534016, = st_mode=3D0x81ED, st_ino=3D-1582544799, sizeof=3D96 262 305461 [main] bash 2388 stat_worker: 0 =3D (/usr/bin/bash, = 0x22F7B0) 1834 307295 [main] bash 2388 normalize_posix_path: src /etc 249 307544 [main] bash 2388 normalize_posix_path: /etc =3D = normalize_posix_path (/etc) 291 307835 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/etc) 254 308089 [main] bash 2388 set_flags: flags: binary (0x2) 247 308336 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /etc, dst C:\Program\cygwin\etc, flags 0xA, rc 0 819 309155 [main] bash 2388 symlink_info::check: not a symlink 267 309422 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\etc, 0x22F490) (0xA) 289 309711 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\etc), set_has_acls(0) 443 310154 [main] bash 2388 etc::dir_changed: fn[1] = C:\Program\cygwin\etc\passwd change_possible 1 716 310870 [main] bash 2388 etc::test_file_change: FindFirstFile = succeeded 266 311136 [main] bash 2388 etc::test_file_change: fn[1] = C:\Program\cygwin\etc\passwd res 0 247 311383 [main] bash 2388 etc::file_changed: fn[1] = C:\Program\cygwin\etc\passwd res 0 14343 325726 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 267 325993 [main] bash 2388 sigaction: signal 20, newact 0x22FD10, = oldact 0x22FD00 1671 327664 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 279 327943 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 258 328201 [main] bash 2388 cygwin_getpeername: -1 =3D getpeername -1 2029 330230 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 255 330485 [main] bash 2388 open: open (/home/Hannu/.bashrc, 0x0) 327 330812 [main] bash 2388 normalize_posix_path: src = /home/Hannu/.bashrc 249 331061 [main] bash 2388 normalize_posix_path: /home/Hannu/.bashrc = =3D normalize_posix_path (/home/Hannu/.bashrc) 251 331312 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/home/Hannu/.bashrc) 255 331567 [main] bash 2388 set_flags: flags: binary (0x2) 279 331846 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /home/Hannu/.bashrc, dst C:\Program\cygwin\home\Hannu\.bashrc, flags = 0xA, rc 0 1103 332949 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\home\Hannu\.bashrc) failed 276 333225 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 734 333959 [main] bash 2388 symlink_info::check: GetFileAttributes = (C:\Program\cygwin\home\Hannu\.bashrc.lnk) failed 274 334233 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 348 334581 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\home\Hannu\.bashrc, 0x22F450) (0xA) 256 334837 [main] bash 2388 mount_info::conv_to_win32_path: = conv_to_win32_path (/home/Hannu) 252 335089 [main] bash 2388 set_flags: flags: binary (0x2) 247 335336 [main] bash 2388 mount_info::conv_to_win32_path: src_path = /home/Hannu, dst C:\Program\cygwin\home\Hannu, flags 0xA, rc 0 461 335797 [main] bash 2388 symlink_info::check: not a symlink 257 336054 [main] bash 2388 symlink_info::check: 0 =3D symlink.check = (C:\Program\cygwin\home\Hannu, 0x22F450) (0xA) 259 336313 [main] bash 2388 path_conv::check: root_dir(C:\), = this->path(C:\Program\cygwin\home\Hannu\.bashrc), set_has_acls(0) 470 336783 [main] bash 2388 dtable::build_fhandler: fd 0, fh = 0x616009C4 274 337057 [main] bash 2388 fhandler_base::open: = (C:\Program\cygwin\home\Hannu\.bashrc, 0x100000) query_open 0 655 337712 [main] bash 2388 seterrno_from_win_error: = /netrel/src/cygwin-1.5.5-1/winsup/cygwin/fhandler.cc:478 windows error 2 268 337980 [main] bash 2388 geterrno_from_win_error: windows error 2 = =3D=3D errno 2 250 338230 [main] bash 2388 fhandler_base::open: 0 =3D = fhandler_base::open (C:\Program\cygwin\home\Hannu\.bashrc, 0x100000) 251 338481 [main] bash 2388 fhandler_disk_file::open: 0 =3D = fhandler_disk_file::open (C:\Program\cygwin\home\Hannu\.bashrc, 0x0) 256 338737 [main] bash 2388 open: -1 =3D open (/home/Hannu/.bashrc, = 0x0) 440 339177 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 2222 341399 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 7921 349320 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 264 349584 [main] bash 2388 writev: writev (1, 0x22FBF0, 1) 261 349845 [main] bash 2388 fhandler_base::write: binary write 295 350140 [main] bash 2388 fhandler_base::write: 16 =3D write = (0xA042018, 16) 252 350392 [main] bash 2388 writev: 16 =3D write (1, 0x22FBF0, 1), = errno 2 6572 356964 [main] bash 2388 do_exit: do_exit (0) 261 357225 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 249 357474 [main] bash 2388 void: 0x41F6B0 =3D signal (20, 0x1) 247 357721 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 357969 [main] bash 2388 void: 0x0 =3D signal (1, 0x1) 246 358215 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 358463 [main] bash 2388 void: 0x0 =3D signal (2, 0x1) 246 358709 [main] bash 2388 call_signal_handler_now: = call_signal_handler_now called when no signal active 248 358957 [main] bash 2388 void: 0x1 =3D signal (3, 0x1) 247 359204 [main] bash 2388 fhandler_base::close: closing = '/var/log/setup.log.postinstallXa02224' handle 0x340 287 359491 [main] bash 2388 fhandler_base::close: closing = '/var/log/setup.log.postinstallXa02224' handle 0x324 272 359763 [main] bash 2388 sigproc_terminate: entering 319 360082 [main] bash 2388 proc_terminate: nchildren 0, nzombies 0 245 360327 [main] bash 2388 proc_terminate: leaving 444 360771 [main] bash 2388 __to_clock_t: dwHighDateTime 0, = dwLowDateTime 1502160 251 361022 [main] bash 2388 __to_clock_t: total 00000000 00000096 244 361266 [main] bash 2388 __to_clock_t: dwHighDateTime 0, = dwLowDateTime 1101584 248 361514 [main] bash 2388 __to_clock_t: total 00000000 0000006E 3090 364604 [main] bash 2388 _pinfo::exit: Calling ExitProcess 0 ------=_NextPart_000_0009_01C38843.7E521200 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_0009_01C38843.7E521200--