X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:subject:message-id :reply-to:references:mime-version:content-type:in-reply-to; q= dns; s=default; b=sf18FrA4gUCp/Eb7NRb8qTdDSWUra1MWZKOwtLVML5a+MW Fuftu+Bl3IVtnAoOiQn1jPvWxT8l133uh6OyfyweyrCYGfBHQqVMtPF7uhLrG6Nd kFYgnS/+koqbHpdVflU4zPoclvmLKCXBbmhUXPhmfqvNN6IIQV1IQfJrwzKNk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:subject:message-id :reply-to:references:mime-version:content-type:in-reply-to; s= default; bh=DjMeLK72JdBLEaTLGVx5zYHxdmM=; b=Az9fSyeLo9RG7wMq69ko Y8g3TUNKnhKSpkr0MMF18V423jJ2m4iuOzyxN2HuY3J3s35BiC60UQAhvQ0NRcQg GvwPhfVfeW6Zt9I/umlPoY5phprgubsf5MZS4frCg5paUKG6MyL1Cpn0Lxu5vtZp Vsztni6kIHjHE6w5TtW9Yj4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: re-prd-fep-043.btinternet.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=btmx201904; t=1575487612; bh=aRFD7VtJgivgW8dD0yEBuJRg0ZxCSWurVVklsafFhzU=; h=Date:From:To:Subject:Message-ID:Reply-To:References:MIME-Version:In-Reply-To; b=stL26+39rA8hNvEDOLsjQUEgne4df6a1EyDeN1X8Y4vlJcsnpDDK96oKOkoc6HG16s4+eClliVpMhXORG9/Emc7c2fXh5VLnn7UTgtJMVQktx8sv4b/xz4dFOP6XosEpXUoNXVFH6JKNyUf3bMS/rYnwfj5+F+acSsF96uP2x5kxlI8IXNeXbysCdURXR+ZwLf9Atbpac4j4eweu6l4z8UGkT+nLNdDFMe9O8k6xx1F4Kdi+7C4X2DhPbPmmJJRS4kL7vEkP9p+0ox4N9w+bl5Iyk1uP+yhk8q13d4FvzAqMTn0h7H3aNtubKnozPVPjAJLuAkra1grsXKR6AP+zRQ== Authentication-Results: btinternet.com; auth=pass (LOGIN) smtp.auth=olaf DOT sulla AT btinternet DOT com X-OWM-Source-IP: 86.156.173.167 (GB) X-OWM-Env-Sender: olaf DOT sulla AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean Date: Wed, 4 Dec 2019 19:26:13 +0000 From: "Wilfed Olaf Sulla via cygwin" Reply-To: Wilfed Olaf Sulla To: cygwin AT cygwin DOT com Subject: Re: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build Message-ID: <20191204192613.GA2727@shackleton.labs.net> Reply-To: Wilfed Olaf Sulla References: <20191204171743 DOT GA1994 AT shackleton DOT labs DOT net> <20191204182204 DOT GF3337 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <20191204182204.GF3337@calimero.vinschen.de> User-Agent: Mutt/1.12.1 (2019-06-15) --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed 2019-12-04 19:22:04 +0100, Corinna Vinschen wrote: > On Dec 4 17:17, Wilfed Olaf Sulla via cygwin wrote: > > >> On Wed 2019-12-04 14:40:18 +0000, Ken Brown wrote: > > >In that case, this is probably the same problem that was reported in > > > > > > https://cygwin.com/ml/cygwin/2019-10/msg00155.html, > > > > > >which has not yet been solved. > > > > > >Ken > > > > > >-- > > >Problem reports: http://cygwin.com/problems.html > > >FAQ: http://cygwin.com/faq/ > > >Documentation: http://cygwin.com/docs.html > > >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > > > > > Thanks, > > > > Hibernation is disabled on the device so that is not a factor in this > > instance. However, the absence of the network share is the factor that > > can be directly attributed to the cause of the aborted core dump in the > > above. > > > > The call to 'NtCreateFile' on the Z: drive (on the network share that is > > offline) triggers the abort in 'ls'. This call appears to be made even > > though the Z: drive is not listed by mount. > > Please run the failing `ls' under strace like this > > $ strace -o ls.trace ls ... > > and send the ls.trace file to this mailing list. > > > Thanks, > Corinna > > -- > Corinna Vinschen > Cygwin Maintainer Hi, The strace was attached to the email time-stamped 16:19, but please please find a copy attached here as requested. Regards. -- Mutt 1.12.1 (2019-06-15) --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="strace_3_0_1.txt" --- Process 19228 created --- Process 19228 loaded C:\Windows\System32\ntdll.dll at 0000000077a00000 --- Process 19228 loaded C:\Windows\System32\kernel32.dll at 00000000778e0000 --- Process 19228 loaded C:\Windows\System32\KernelBase.dll at 000007fefd7e0000 --- Process 19228 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000 --- Process 19228 loaded C:\cygwin64\bin\cygintl-8.dll at 00000003c55a0000 --- Process 19228 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003db240000 0 0 [main] ls (19228) ********************************************** 109 109 [main] ls (19228) Program name: C:\cygwin64\bin\ls.exe (windows pid 19228) 84 193 [main] ls (19228) OS version: Windows NT-6.1 24 217 [main] ls (19228) ********************************************** --- Process 19228 loaded C:\Windows\System32\advapi32.dll at 000007fefd920000 --- Process 19228 loaded C:\Windows\System32\msvcrt.dll at 000007fefde90000 --- Process 19228 loaded C:\Windows\System32\sechost.dll at 000007fefdd60000 --- Process 19228 loaded C:\Windows\System32\rpcrt4.dll at 000007fefdf80000 --- Process 19228 loaded C:\Windows\System32\cryptbase.dll at 000007fefd3b0000 2345 2562 [main] ls (19228) sigprocmask: 0 = sigprocmask (0, 0x0, 0x18030AD30) 464 3026 [main] ls (19228) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x84, *m 6 37 3063 [main] ls (19228) user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912) 130 3193 [main] ls (19228) open_shared: name S-1-5-21-2509253142-392022648-1601765773-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x80, *m 6 45 3238 [main] ls (19228) user_info::create: opening user shared for 'S-1-5-21-2509253142-392022648-1601765773-1001' at 0x180020000 41 3279 [main] ls (19228) user_info::create: user shared version AB1FCCE8 52 3331 [main] ls (19228) fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-19228-sigwait, size 11440, mode PIPE_TYPE_MESSAGE 65 3396 [main] ls (19228) fhandler_pipe::create: pipe read handle 0x9C 21 3417 [main] ls (19228) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-19228-sigwait 46 3463 [main] ls (19228) fhandler_pipe::create: pipe write handle 0xA0 32 3495 [main] ls (19228) dll_crt0_0: finished dll_crt0_0 initialization --- Process 19228 thread 17036 created 329 3824 [sig] ls (19228) wait_sig: entering ReadFile loop, my_readsig 0x9C, my_sendsig 0xA0 150 3974 [main] ls (19228) time: 1575470495 = time(0x0) 75 4049 [main] ls (19228) mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\home\sulla, 0x0, no-add-slash) 41 4090 [main] ls (19228) normalize_win32_path: C:\cygwin64\home\sulla = normalize_win32_path (C:\cygwin64\home\sulla) 33 4123 [main] ls (19228) mount_info::conv_to_posix_path: /home/sulla = conv_to_posix_path (C:\cygwin64\home\sulla) 41 4164 [main] ls (19228) sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018130) 110 4274 [main] ls (19228) _cygwin_istext_for_stdio: fd 0: not open 24 4298 [main] ls (19228) _cygwin_istext_for_stdio: fd 1: not open 20 4318 [main] ls (19228) _cygwin_istext_for_stdio: fd 2: not open 75 4393 [main] ls (19228) open_shared: name cygpid.15015, n 15015, shared 0x30000 (wanted 0x0), h 0xC4, *m 5 25 4418 [main] ls (19228) time: 1575470495 = time(0x0) 33 4451 [main] ls 15015 pinfo::thisproc: myself dwProcessId 19228 50 4501 [main] ls 15015 environ_init: GetEnvironmentStrings returned 0x453F00 Redacted 21 8182 [main] ls 15015 normalize_win32_path: C:\cygwin64\lib\lapack = normalize_win32_path (C:\cygwin64\lib\lapack) 21 8203 [main] ls 15015 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\cygwin64\lib\lapack) 37 9596 [main] ls 15015 getwinenv: can't set native for TEMP= since no environ yet 20 9616 [main] ls 15015 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash) 21 9637 [main] ls 15015 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp) 48 9685 [main] ls 15015 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp) 55 9740 [main] ls 15015 win_env::add_cache: posix /tmp 20 9760 [main] ls 15015 win_env::add_cache: native TEMP=C:\cygwin64\tmp 21 9781 [main] ls 15015 posify_maybe: env var converted to TEMP=/tmp 49 9830 [main] ls 15015 win32env_to_cygenv: 0x60003ABE0: TEMP=/tmp 37 9867 [main] ls 15015 win32env_to_cygenv: 0x60003AB80: TERM=xterm-256color 36 9903 [main] ls 15015 getwinenv: can't set native for TMP= since no environ yet 21 9924 [main] ls 15015 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\tmp, 0x10000000, no-add-slash) 21 9945 [main] ls 15015 normalize_win32_path: C:\cygwin64\tmp = normalize_win32_path (C:\cygwin64\tmp) 21 9966 [main] ls 15015 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin64\tmp) 51 10017 [main] ls 15015 win_env::add_cache: posix /tmp 20 10037 [main] ls 15015 win_env::add_cache: native TMP=C:\cygwin64\tmp 20 10057 [main] ls 15015 posify_maybe: env var converted to TMP=/tmp Redacted 26 10491 [main] ls 15015 pinfo_init: Set nice to 0 20 10511 [main] ls 15015 pinfo_init: pid 15015, pgid 15015, process_state 0x41 21 10532 [main] ls 15015 App version: 2007.0, api: 0.306 20 10552 [main] ls 15015 DLL version: 3000.7, api: 0.338 21 10573 [main] ls 15015 DLL build: 2019-04-30 18:08 24 10597 [main] ls 15015 dtable::extend: size 32, fds 0x180334180 83 10680 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 223 10903 [main] ls 15015 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc 46 10949 [main] ls 15015 transport_layer_pipes::connect: Error opening the pipe (2) 38 10987 [main] ls 15015 client_request::make_request: cygserver un-available --- Process 19228 (pid: 15015) thread 13064 created 1653 12640 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 135 12775 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 118 12893 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 114 13007 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 150 13157 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 332 13489 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 168 13657 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 152 13809 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 118 13927 [main] ls 15015 pwdgrp::fetch_account_from_windows: line: 154 14081 [main] ls 15015 cygheap_user::ontherange: what 2, pw 0x180334410 32 14113 [main] ls 15015 cygheap_user::ontherange: HOME is already in the environment /home/sulla 105 14218 [main] ls 15015 build_argv: argv[0] = 'ls' 37 14255 [main] ls 15015 build_argv: argv[1] = '-la' 30 14285 [main] ls 15015 build_argv: argv[2] = '/cygdrive/' 27 14312 [main] ls 15015 build_argv: argc 3 177 14489 [main] ls 15015 build_fh_pc: created an archetype (0x180335E70) for /dev/pty7(136/7) 33 14522 [main] ls 15015 build_fh_pc: fh 0x180335B00, dev 00880007 40 14562 [main] ls 15015 fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-pty7-from-master, size 131072, mode PIPE_TYPE_MESSAGE 67 14629 [main] ls 15015 fhandler_pipe::create: pipe busy 32 14661 [main] ls 15015 tty::exists: exists 1 84 14745 [main] ls 15015 set_posix_access: ACL-Size: 124 61 14806 [main] ls 15015 set_posix_access: Created SD-Size: 200 28 14834 [main] ls 15015 fhandler_pty_slave::open: (393): pty output_mutex (0x120): waiting -1 ms 32 14866 [main] ls 15015 fhandler_pty_slave::open: (393): pty output_mutex: acquired 42 14908 [main] ls 15015 tty::create_inuse: cygtty.slave_alive.7 0x128 29 14937 [main] ls 15015 fhandler_pty_slave::open: (396): pty output_mutex(0x120) released 70 15007 [main] ls 15015 open_shared: name cygpid.3310, n 3310, shared 0x40000 (wanted 0x0), h 0x12C, *m 6 87 15094 [main] ls 15015 fhandler_pty_slave::open: dup handles directly since I'm the owner 63 15157 [main] ls 15015 fhandler_pty_slave::open: duplicated from_master 0x1CC->0x12C from pty_owner 32 15189 [main] ls 15015 fhandler_pty_slave::open: duplicated to_master 0x1DC->0x134 from pty_owner 35 15224 [main] ls 15015 fhandler_pty_slave::open: duplicated to_master_cyg 0x1E4->0x138 from pty_owner 53 15277 [main] ls 15015 fhandler_console::need_invisible: invisible_console 0 42 15319 [main] ls 15015 fhandler_base::open_with_arch: line 467: /dev/pty7<0x180335E70> usecount + 1 = 1 35 15354 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 35 15389 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 29 15418 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 32 15450 [main] ls 15015 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0 30 15480 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x180335E70 27 15507 [main] ls 15015 _pinfo::set_ctty: ctty was NULL 33 15540 [main] ls 15015 _pinfo::set_ctty: line 547: /dev/pty7<0x180335E70> usecount + 1 = 2 29 15569 [main] ls 15015 _pinfo::set_ctty: /dev/pty7 ctty, usecount 2 31 15600 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 15015, pid 15015, pgid 15015, tty->pgid 15013, tty->sid 3332 35 15635 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70 27 15662 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 2 31 15693 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 30 15723 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 28 15751 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 29 15780 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0 32 15812 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332 30 15842 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70 33 15875 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 2 91 15966 [main] ls 15015 build_fh_pc: found an archetype for (null)(136/7) io_handle 0x12C 38 16004 [main] ls 15015 build_fh_pc: fh 0x180336250, dev 00880007 33 16037 [main] ls 15015 fhandler_base::open_with_arch: line 487: /dev/pty7<0x180335E70> usecount + 1 = 3 29 16066 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 31 16097 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 31 16128 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 31 16159 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0 34 16193 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332 31 16224 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70 27 16251 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 3 35 16286 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 29 16315 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 16341 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 33 16374 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0 31 16405 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332 29 16434 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70 32 16466 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 3 82 16548 [main] ls 15015 build_fh_pc: found an archetype for (null)(136/7) io_handle 0x12C 29 16577 [main] ls 15015 build_fh_pc: fh 0x1803365C0, dev 00880007 37 16614 [main] ls 15015 fhandler_base::open_with_arch: line 487: /dev/pty7<0x180335E70> usecount + 1 = 4 30 16644 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 27 16671 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 32 16703 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 30 16733 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0 29 16762 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332 34 16796 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70 29 16825 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 4 34 16859 [main] ls 15015 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 29 16888 [main] ls 15015 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 16914 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 34 16948 [main] ls 15015 _pinfo::set_ctty: old ctty /dev/pty7, ctty device number 0x880007, tc.ntty device number 0x880007 flags & O_NOCTTY 0x0 30 16978 [main] ls 15015 _pinfo::set_ctty: attaching ctty /dev/pty7 sid 3332, pid 15015, pgid 15013, tty->pgid 15013, tty->sid 3332 28 17006 [main] ls 15015 _pinfo::set_ctty: cygheap->ctty now 0x180335E70, archetype 0x180335E70 34 17040 [main] ls 15015 fhandler_pty_slave::open_setup: /dev/pty7 opened, usecount 4 326 17366 [main] ls 15015 __set_errno: void dll_crt0_1(void*):983 setting errno 0 388 17754 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 78 17832 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 100 17932 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 125 18057 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 98 18155 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 119 18274 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 453 18727 [main] ls 15015 isatty: 1 = isatty(1) 36 18763 [main] ls 15015 ioctl: ioctl(fd 1, cmd 0x5401) 30 18793 [main] ls 15015 fhandler_pty_slave::ioctl: ioctl (5401) 30 18823 [main] ls 15015 fhandler_pty_slave::ioctl: (986): pty output_mutex (0x120): waiting -1 ms 29 18852 [main] ls 15015 fhandler_pty_slave::ioctl: (986): pty output_mutex: acquired 36 18888 [main] ls 15015 fhandler_pty_slave::ioctl: (1008): pty output_mutex(0x120) released 31 18919 [main] ls 15015 fhandler_pty_slave::ioctl: 0 = ioctl(5401) 29 18948 [main] ls 15015 ioctl: 0 = ioctl(1, 0x5401, ...) 161 19109 [main] ls 15015 __get_lcid_from_locale: LCID=0x0000 30 19139 [main] ls 15015 __get_lcid_from_locale: LCID=0x0809 775 19914 [main] ls 15015 open: open(/usr/share/locale/locale.alias, 0x0) 33 19947 [main] ls 15015 normalize_posix_path: src /usr/share/locale/locale.alias 29 19976 [main] ls 15015 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias) 30 20006 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias) 32 20038 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst C:\cygwin64\usr\share\locale\locale.alias, flags 0x30008, rc 0 70 20108 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias) 31 20139 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias) 44 20183 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe) 29 20212 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe) 42 20254 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk) 28 20282 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.lnk) 42 20324 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk) 29 20353 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\locale.alias.exe.lnk) 25 20378 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\locale.alias, 0xFFFFB200) (mount_flags 0x30008, path_flags 0x0) 28 20406 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) 26 20432 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0 56 20488 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale) 49 20537 [main] ls 15015 symlink_info::check: not a symlink 45 20582 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB200) (mount_flags 0x30008, path_flags 0x0) 32 20614 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\locale.alias), has_acls(1) 33 20647 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 31 20678 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000) 52 20730 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC0000034 -> windows error 2 32 20762 [main] ls 15015 geterrno_from_win_error: windows error 2 == errno 2 28 20790 [main] ls 15015 fhandler_base::open: 0xC0000034 = NtCreateFile (0x447700, 0x80100000, \??\C:\cygwin64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 26 20816 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x108000) 27 20843 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\locale.alias, 0x8000) 33 20876 [main] ls 15015 open: -1 = open(/usr/share/locale/locale.alias, 0x8000), errno 2 169 21045 [main] ls 15015 open: open(/usr/local/share/locale/locale.alias, 0x0) 23 21068 [main] ls 15015 normalize_posix_path: src /usr/local/share/locale/locale.alias 27 21095 [main] ls 15015 normalize_posix_path: /usr/local/share/locale/locale.alias = normalize_posix_path (/usr/local/share/locale/locale.alias) 26 21121 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale/locale.alias) 30 21151 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share/locale/locale.alias, dst C:\cygwin64\usr\local\share\locale\locale.alias, flags 0x30008, rc 0 50 21201 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias) 29 21230 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale\locale.alias) 25 21255 [main] ls 15015 symlink_info::check: not a symlink 26 21281 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale\locale.alias, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0) 25 21306 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share/locale) 27 21333 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share/locale, dst C:\cygwin64\usr\local\share\locale, flags 0x30008, rc 0 43 21376 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\local\share\locale) 28 21404 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share\locale) 24 21428 [main] ls 15015 symlink_info::check: not a symlink 26 21454 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share\locale, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0) 25 21479 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/share) 27 21506 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local/share, dst C:\cygwin64\usr\local\share, flags 0x30008, rc 0 62 21568 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share) 32 21600 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share) 63 21663 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\local\share.lnk) 29 21692 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\local\share.lnk) 30 21722 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local\share, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0) 25 21747 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local) 28 21775 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/local, dst C:\cygwin64\usr\local, flags 0x30008, rc 0 48 21823 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\local) 39 21862 [main] ls 15015 symlink_info::check: not a symlink 40 21902 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\local, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0) 32 21934 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\local\share\locale\locale.alias), has_acls(1) 29 21963 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 28 21991 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000) 42 22033 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 30 22063 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 24 22087 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0x3A786574756D5F64, 0x80100000, \??\C:\cygwin64\usr\local\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 28 22115 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x108000) 24 22139 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\local\share\locale\locale.alias, 0x8000) 29 22168 [main] ls 15015 open: -1 = open(/usr/local/share/locale/locale.alias, 0x8000), errno 2 168 22336 [main] ls 15015 open: open(/usr/share/X11/locale/locale.alias, 0x0) 28 22364 [main] ls 15015 normalize_posix_path: src /usr/share/X11/locale/locale.alias 23 22387 [main] ls 15015 normalize_posix_path: /usr/share/X11/locale/locale.alias = normalize_posix_path (/usr/share/X11/locale/locale.alias) 28 22415 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/X11/locale/locale.alias) 26 22441 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/X11/locale/locale.alias, dst C:\cygwin64\usr\share\X11\locale\locale.alias, flags 0x30008, rc 0 52 22493 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\X11\locale\locale.alias) 45 22538 [main] ls 15015 symlink_info::check: not a symlink 42 22580 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFB1F0) (mount_flags 0x30008, path_flags 0x0) 28 22608 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\X11\locale\locale.alias), has_acls(1) 29 22637 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 27 22664 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x108000) 48 22712 [main] ls 15015 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 27 22739 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 27 22766 [main] ls 15015 fhandler_base::open: 0x0 = NtCreateFile (0x19C, 0x80100000, \??\C:\cygwin64\usr\share\X11\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 25 22791 [main] ls 15015 fhandler_base::open: 1 = fhandler_base::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x108000) 27 22818 [main] ls 15015 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0x8000) 25 22843 [main] ls 15015 open: 3 = open(/usr/share/X11/locale/locale.alias, 0x8000) 100 22943 [main] ls 15015 _cygwin_istext_for_stdio: fd 3: opened as binary 275 23218 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\C:\cygwin64\usr\share\X11\locale\locale.alias, 0xFFFFC420) st_size=82265, st_mode=0100644, st_ino=16888498603642341st_atim=5D74EBDC.C1E191C st_ctim=5D74EBDC.C1E191C st_mtim=5D716DC1.0 st_birthtim=5D74EBDC.C1E191C 128 23346 [main] ls 15015 fstat64: 0 = fstat(3, 0xFFFFC420) 268 23614 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking 72 23686 [main] ls 15015 fhandler_base::read: returning 65536, binary mode 29 23715 [main] ls 15015 read: 65536 = read(3, 0x60004C4C0, 65536) 1822 25537 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking 59 25596 [main] ls 15015 fhandler_base::read: returning 16729, binary mode 31 25627 [main] ls 15015 read: 16729 = read(3, 0x60004C4C0, 16729) 440 26067 [main] ls 15015 read: read(3, 0x60004C4C0, 65536) blocking 28 26095 [main] ls 15015 fhandler_base::read: returning 0, binary mode 27 26122 [main] ls 15015 read: 0 = read(3, 0x60004C4C0, 0) 25 26147 [main] ls 15015 close: close(3) 36 26183 [main] ls 15015 fhandler_base::close: closing '/usr/share/X11/locale/locale.alias' handle 0x19C 67 26250 [main] ls 15015 close: 0 = close(3) 2802 29052 [main] ls 15015 open: open(/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, 0x10000) 28 29080 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo 26 29106 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo) 28 29134 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo) 28 29162 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, flags 0x30008, rc 0 77 29239 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo) 33 29272 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo) 29 29301 [main] ls 15015 symlink_info::check: not a symlink 25 29326 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 28 29354 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8/LC_TIME) 25 29379 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME, flags 0x30008, rc 0 48 29427 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME) 27 29454 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME) 27 29481 [main] ls 15015 symlink_info::check: not a symlink 24 29505 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 27 29532 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.UTF-8) 25 29557 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.UTF-8, dst C:\cygwin64\usr\share\locale\en_GB.UTF-8, flags 0x30008, rc 0 44 29601 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8) 27 29628 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8) 44 29672 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8.lnk) 27 29699 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8.lnk) 27 29726 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.UTF-8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 25 29751 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) 28 29779 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0 56 29835 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale) 44 29879 [main] ls 15015 symlink_info::check: not a symlink 42 29921 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 29 29950 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo), has_acls(1) 31 29981 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 29 30010 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x118000) 49 30059 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 31 30090 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 23 30113 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 29 30142 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x118000) 25 30167 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.UTF-8\LC_TIME\coreutils.mo, 0x18000) 29 30196 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB.UTF-8/LC_TIME/coreutils.mo, 0x18000), errno 2 64 30260 [main] ls 15015 open: open(/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, 0x10000) 28 30288 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo 24 30312 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo) 27 30339 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo) 26 30365 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, flags 0x30008, rc 0 48 30413 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo) 27 30440 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo) 28 30468 [main] ls 15015 symlink_info::check: not a symlink 24 30492 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 27 30519 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8/LC_TIME) 26 30545 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME, flags 0x30008, rc 0 45 30590 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME) 27 30617 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME) 28 30645 [main] ls 15015 symlink_info::check: not a symlink 23 30668 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 28 30696 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB.utf8) 25 30721 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB.utf8, dst C:\cygwin64\usr\share\locale\en_GB.utf8, flags 0x30008, rc 0 43 30764 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8) 26 30790 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8) 44 30834 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8.lnk) 26 30860 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB.utf8.lnk) 28 30888 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB.utf8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 24 30912 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) 28 30940 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0 46 30986 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale) 37 31023 [main] ls 15015 symlink_info::check: not a symlink 38 31061 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 29 31090 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo), has_acls(1) 28 31118 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 28 31146 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x118000) 45 31191 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 72 31263 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 26 31289 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 31 31320 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x118000) 26 31346 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB.utf8\LC_TIME\coreutils.mo, 0x18000) 29 31375 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB.utf8/LC_TIME/coreutils.mo, 0x18000), errno 2 62 31437 [main] ls 15015 open: open(/usr/share/locale/en_GB/LC_TIME/coreutils.mo, 0x10000) 26 31463 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en_GB/LC_TIME/coreutils.mo 24 31487 [main] ls 15015 normalize_posix_path: /usr/share/locale/en_GB/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en_GB/LC_TIME/coreutils.mo) 27 31514 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB/LC_TIME/coreutils.mo) 26 31540 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, flags 0x30008, rc 0 47 31587 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo) 27 31614 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo) 27 31641 [main] ls 15015 symlink_info::check: not a symlink 24 31665 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 27 31692 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB/LC_TIME) 25 31717 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB/LC_TIME, dst C:\cygwin64\usr\share\locale\en_GB\LC_TIME, flags 0x30008, rc 0 43 31760 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME) 27 31787 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME) 42 31829 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME.lnk) 26 31855 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME.lnk) 27 31882 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 25 31907 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_GB) 28 31935 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_GB, dst C:\cygwin64\usr\share\locale\en_GB, flags 0x30008, rc 0 56 31991 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en_GB) 38 32029 [main] ls 15015 symlink_info::check: not a symlink 41 32070 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en_GB, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 30 32100 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo), has_acls(1) 27 32127 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 28 32155 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x118000) 44 32199 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 30 32229 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 25 32254 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 30 32284 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x118000) 25 32309 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en_GB\LC_TIME\coreutils.mo, 0x18000) 29 32338 [main] ls 15015 open: -1 = open(/usr/share/locale/en_GB/LC_TIME/coreutils.mo, 0x18000), errno 2 62 32400 [main] ls 15015 open: open(/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, 0x10000) 26 32426 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo 24 32450 [main] ls 15015 normalize_posix_path: /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo) 26 32476 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo) 26 32502 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, flags 0x30008, rc 0 47 32549 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo) 27 32576 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo) 28 32604 [main] ls 15015 symlink_info::check: not a symlink 23 32627 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 28 32655 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8/LC_TIME) 25 32680 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8/LC_TIME, dst C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME, flags 0x30008, rc 0 45 32725 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME) 26 32751 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME) 28 32779 [main] ls 15015 symlink_info::check: not a symlink 23 32802 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 27 32829 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.UTF-8) 25 32854 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.UTF-8, dst C:\cygwin64\usr\share\locale\en.UTF-8, flags 0x30008, rc 0 43 32897 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8) 26 32923 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8) 43 32966 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk) 27 32993 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.UTF-8.lnk) 27 33020 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.UTF-8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 25 33045 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) 27 33072 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0 168 33240 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale) 42 33282 [main] ls 15015 symlink_info::check: not a symlink 45 33327 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 35 33362 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo), has_acls(1) 34 33396 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 29 33425 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000) 47 33472 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 29 33501 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 25 33526 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 28 33554 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x118000) 26 33580 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.UTF-8\LC_TIME\coreutils.mo, 0x18000) 27 33607 [main] ls 15015 open: -1 = open(/usr/share/locale/en.UTF-8/LC_TIME/coreutils.mo, 0x18000), errno 2 62 33669 [main] ls 15015 open: open(/usr/share/locale/en.utf8/LC_TIME/coreutils.mo, 0x10000) 26 33695 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en.utf8/LC_TIME/coreutils.mo 25 33720 [main] ls 15015 normalize_posix_path: /usr/share/locale/en.utf8/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo) 27 33747 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_TIME/coreutils.mo) 27 33774 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, flags 0x30008, rc 0 48 33822 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo) 28 33850 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo) 27 33877 [main] ls 15015 symlink_info::check: not a symlink 24 33901 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 26 33927 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8/LC_TIME) 26 33953 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8/LC_TIME, dst C:\cygwin64\usr\share\locale\en.utf8\LC_TIME, flags 0x30008, rc 0 44 33997 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME) 28 34025 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME) 26 34051 [main] ls 15015 symlink_info::check: not a symlink 25 34076 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 26 34102 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en.utf8) 26 34128 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en.utf8, dst C:\cygwin64\usr\share\locale\en.utf8, flags 0x30008, rc 0 42 34170 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8) 29 34199 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8) 43 34242 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk) 34 34276 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en.utf8.lnk) 32 34308 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en.utf8, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 30 34338 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) 30 34368 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst C:\cygwin64\usr\share\locale, flags 0x30008, rc 0 57 34425 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale) 48 34473 [main] ls 15015 symlink_info::check: not a symlink 48 34521 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 30 34551 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo), has_acls(1) 34 34585 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 28 34613 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000) 47 34660 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 27 34687 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 28 34715 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0xFFFFC4BC, 0x80100000, \??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 25 34740 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x118000) 28 34768 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en.utf8\LC_TIME\coreutils.mo, 0x18000) 25 34793 [main] ls 15015 open: -1 = open(/usr/share/locale/en.utf8/LC_TIME/coreutils.mo, 0x18000), errno 2 69 34862 [main] ls 15015 open: open(/usr/share/locale/en/LC_TIME/coreutils.mo, 0x10000) 24 34886 [main] ls 15015 normalize_posix_path: src /usr/share/locale/en/LC_TIME/coreutils.mo 28 34914 [main] ls 15015 normalize_posix_path: /usr/share/locale/en/LC_TIME/coreutils.mo = normalize_posix_path (/usr/share/locale/en/LC_TIME/coreutils.mo) 23 34937 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_TIME/coreutils.mo) 28 34965 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_TIME/coreutils.mo, dst C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, flags 0x30008, rc 0 51 35016 [main] ls 15015 symlink_info::check: 0xC000003A = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo) 30 35046 [main] ls 15015 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo) 25 35071 [main] ls 15015 symlink_info::check: not a symlink 26 35097 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 24 35121 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_TIME) 28 35149 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_TIME, dst C:\cygwin64\usr\share\locale\en\LC_TIME, flags 0x30008, rc 0 43 35192 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME) 29 35221 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME) 41 35262 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME.lnk) 29 35291 [main] ls 15015 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\cygwin64\usr\share\locale\en\LC_TIME.lnk) 24 35315 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en\LC_TIME, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 30 35345 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en) 28 35373 [main] ls 15015 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst C:\cygwin64\usr\share\locale\en, flags 0x30008, rc 0 47 35420 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\usr\share\locale\en) 39 35459 [main] ls 15015 symlink_info::check: not a symlink 39 35498 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\cygwin64\usr\share\locale\en, 0xFFFFB3E0) (mount_flags 0x30008, path_flags 0x0) 27 35525 [main] ls 15015 path_conv::check: this->path(C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo), has_acls(1) 29 35554 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C3 27 35581 [main] ls 15015 fhandler_base::open: (\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000) 44 35625 [main] ls 15015 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/fhandler.cc:724 status 0xC000003A -> windows error 3 27 35652 [main] ls 15015 geterrno_from_win_error: windows error 3 == errno 2 27 35679 [main] ls 15015 fhandler_base::open: 0xC000003A = NtCreateFile (0x7, 0x80100000, \??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) 25 35704 [main] ls 15015 fhandler_base::open: 0 = fhandler_base::open(\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x118000) 28 35732 [main] ls 15015 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\C:\cygwin64\usr\share\locale\en\LC_TIME\coreutils.mo, 0x18000) 25 35757 [main] ls 15015 open: -1 = open(/usr/share/locale/en/LC_TIME/coreutils.mo, 0x18000), errno 2 1796 37553 [main] ls 15015 lstat64: entering 27 37580 [main] ls 15015 normalize_posix_path: src /cygdrive/ 25 37605 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/) 26 37631 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive) 27 37658 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0 32 37690 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0 26 37716 [main] ls 15015 stat_worker: (\??\C:\cygwin64\cygdrive, 0x60004C4D0, 0x180336CE0), file_attributes 17 28 37744 [main] ls 15015 time: 1575470495 = time(0x0) 28 37772 [main] ls 15015 stat_worker: 0 = (\??\C:\cygwin64\cygdrive,0x60004C4D0) 28 37800 [main] ls 15015 normalize_posix_path: src /cygdrive/ 23 37823 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/) 27 37850 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive) 25 37875 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0 32 37907 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0 25 37932 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 235 38167 [main] ls 15015 normalize_posix_path: src /cygdrive/ 25 38192 [main] ls 15015 normalize_posix_path: /cygdrive/ = normalize_posix_path (/cygdrive/) 24 38216 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive) 28 38244 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive, dst C:\cygwin64\cygdrive, flags 0x30008, rc 0 28 38272 [main] ls 15015 build_fh_pc: fh 0x180336CE0, dev 000000C0 100 38372 [main] ls 15015 fhandler_base::set_flags: flags 0x0, supplied_bin 0x10000 27 38399 [main] ls 15015 fhandler_base::set_flags: filemode set to binary 24 38423 [main] ls 15015 fhandler_base::open_null: 0x0 = NtCreateFile (0x19C, ... \Device\Null ...) 27 38450 [main] ls 15015 fhandler_base::open_null: 1 = fhandler_base::open_null (0x0) 33 38483 [main] ls 15015 fhandler_base::set_close_on_exec: set close_on_exec for /cygdrive to 1 28 38511 [main] ls 15015 fhandler_disk_file::opendir: 0x60006DA50 = opendir (/cygdrive) 135 38646 [main] ls 15015 normalize_posix_path: src C:\ 28 38674 [main] ls 15015 normalize_win32_path: C:\ = normalize_win32_path (C:\) 27 38701 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (C:) 26 38727 [main] ls 15015 mount_info::conv_to_win32_path: src_path C:, dst C:, flags 0x0, rc 0 46 38773 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\) 48 38821 [main] ls 15015 symlink_info::check: not a symlink 28 38849 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 25 38874 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(0) 49 38923 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (c) 29 38952 [main] ls 15015 lstat64: entering 26 38978 [main] ls 15015 normalize_posix_path: src /cygdrive/c 24 39002 [main] ls 15015 normalize_posix_path: /cygdrive/c = normalize_posix_path (/cygdrive/c) 27 39029 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c) 24 39053 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/c', dst 'C:\' 26 39079 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/c, dst C:\, flags 0x6020, rc 0 48 39127 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\) 43 39170 [main] ls 15015 symlink_info::check: not a symlink 26 39196 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 28 39224 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(1) 28 39252 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 28 39280 [main] ls 15015 stat_worker: (\??\C:\, 0x60004C4D0, 0x180337348), file_attributes 8214 26 39306 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\C:\, 0x60004C4D0) st_size=0, st_mode=040755, st_ino=1407374883553285st_atim=5DD01B20.978CAE0 st_ctim=5DD01B20.978CAE0 st_mtim=5DD01B20.978CAE0 st_birthtim=50790414.14E06154 31 39337 [main] ls 15015 stat_worker: 0 = (\??\C:\,0x60004C4D0) 45 39382 [main] ls 15015 normalize_posix_path: src /cygdrive/c 29 39411 [main] ls 15015 normalize_posix_path: /cygdrive/c = normalize_posix_path (/cygdrive/c) 24 39435 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c) 27 39462 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/c', dst 'C:\' 24 39486 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/c, dst C:\, flags 0x6020, rc 0 46 39532 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\C:\) 41 39573 [main] ls 15015 symlink_info::check: not a symlink 28 39601 [main] ls 15015 symlink_info::check: 0 = symlink.check(C:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 25 39626 [main] ls 15015 path_conv::check: this->path(C:\), has_acls(1) 29 39655 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 24 39679 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 139 39818 [main] ls 15015 normalize_posix_path: src E:\ 29 39847 [main] ls 15015 normalize_win32_path: E:\ = normalize_win32_path (E:\) 26 39873 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (E:) 28 39901 [main] ls 15015 mount_info::conv_to_win32_path: src_path E:, dst E:, flags 0x0, rc 0 38 39939 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\) 43 39982 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\) 40 40022 [main] ls 15015 symlink_info::check: not a symlink 27 40049 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 25 40074 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0) 39 40113 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (e) 27 40140 [main] ls 15015 lstat64: entering 28 40168 [main] ls 15015 normalize_posix_path: src /cygdrive/e 29 40197 [main] ls 15015 normalize_posix_path: /cygdrive/e = normalize_posix_path (/cygdrive/e) 30 40227 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/e) 25 40252 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/e', dst 'E:\' 27 40279 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/e, dst E:\, flags 0x6020, rc 0 37 40316 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\) 40 40356 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\) 35 40391 [main] ls 15015 symlink_info::check: not a symlink 27 40418 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 25 40443 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0) 29 40472 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 25 40497 [main] ls 15015 stat_worker: (\??\E:\, 0x60004C580, 0x180337348), file_attributes 16 28 40525 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\E:\, 0x60004C580) st_size=0, st_mode=040755, st_ino=-2566561525704931545st_atim=12CEA600.0 st_ctim=12CEA600.0 st_mtim=12CEA600.0 st_birthtim=12CEA600.0 28 40553 [main] ls 15015 stat_worker: 0 = (\??\E:\,0x60004C580) 38 40591 [main] ls 15015 normalize_posix_path: src /cygdrive/e 25 40616 [main] ls 15015 normalize_posix_path: /cygdrive/e = normalize_posix_path (/cygdrive/e) 27 40643 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/e) 25 40668 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/e', dst 'E:\' 26 40694 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/e, dst E:\, flags 0x6020, rc 0 36 40730 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\E:\) 40 40770 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\E:\) 34 40804 [main] ls 15015 symlink_info::check: not a symlink 27 40831 [main] ls 15015 symlink_info::check: 0 = symlink.check(E:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 25 40856 [main] ls 15015 path_conv::check: this->path(E:\), has_acls(0) 28 40884 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 25 40909 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 160 41069 [main] ls 15015 normalize_posix_path: src G:\ 31 41100 [main] ls 15015 normalize_win32_path: G:\ = normalize_win32_path (G:\) 26 41126 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (G:) 28 41154 [main] ls 15015 mount_info::conv_to_win32_path: src_path G:, dst G:, flags 0x0, rc 0 57 41211 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\) 41 41252 [main] ls 15015 symlink_info::check: not a symlink 26 41278 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 28 41306 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(0) 44 41350 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (g) 30 41380 [main] ls 15015 lstat64: entering 24 41404 [main] ls 15015 normalize_posix_path: src /cygdrive/g 27 41431 [main] ls 15015 normalize_posix_path: /cygdrive/g = normalize_posix_path (/cygdrive/g) 24 41455 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/g) 25 41480 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/g', dst 'G:\' 24 41504 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/g, dst G:\, flags 0x6020, rc 0 47 41551 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\) 36 41587 [main] ls 15015 symlink_info::check: not a symlink 27 41614 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 25 41639 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(1) 31 41670 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 26 41696 [main] ls 15015 stat_worker: (\??\G:\, 0x60004C630, 0x180337348), file_attributes 54 29 41725 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\G:\, 0x60004C630) st_size=0, st_mode=040755, st_ino=1407374883553285st_atim=5DD01B24.2A22F5B8 st_ctim=5DD01B24.2A22F5B8 st_mtim=5DD01B24.2A22F5B8 st_birthtim=507A03B8.3AE4688C 28 41753 [main] ls 15015 stat_worker: 0 = (\??\G:\,0x60004C630) 40 41793 [main] ls 15015 normalize_posix_path: src /cygdrive/g 26 41819 [main] ls 15015 normalize_posix_path: /cygdrive/g = normalize_posix_path (/cygdrive/g) 26 41845 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/g) 25 41870 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/g', dst 'G:\' 26 41896 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/g, dst G:\, flags 0x6020, rc 0 45 41941 [main] ls 15015 symlink_info::check: 0x0 = NtCreateFile (\??\G:\) 36 41977 [main] ls 15015 symlink_info::check: not a symlink 25 42002 [main] ls 15015 symlink_info::check: 0 = symlink.check(G:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 28 42030 [main] ls 15015 path_conv::check: this->path(G:\), has_acls(1) 27 42057 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 27 42084 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 --- Process 19228 (pid: 15015) loaded C:\Windows\System32\netapi32.dll at 000007fefc890000 --- Process 19228 (pid: 15015) loaded C:\Windows\System32\netutils.dll at 000007fefc950000 --- Process 19228 (pid: 15015) loaded C:\Windows\System32\srvcli.dll at 000007fefcfc0000 --- Process 19228 (pid: 15015) loaded C:\Windows\System32\wkscli.dll at 000007fefc870000 --- Process 19228 (pid: 15015) thread 16532 created 3062 45146 [main] ls 15015 normalize_posix_path: src V:\ 53 45199 [main] ls 15015 normalize_win32_path: V:\ = normalize_win32_path (V:\) 26 45225 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (V:) 27 45252 [main] ls 15015 mount_info::conv_to_win32_path: src_path V:, dst V:, flags 0x0, rc 0 1206 46458 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\) 996 47454 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\) 1487 48941 [main] ls 15015 symlink_info::check: not a symlink 91 49032 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 32 49064 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(0) 497 49561 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (v) 39 49600 [main] ls 15015 lstat64: entering 25 49625 [main] ls 15015 normalize_posix_path: src /cygdrive/v 24 49649 [main] ls 15015 normalize_posix_path: /cygdrive/v = normalize_posix_path (/cygdrive/v) 23 49672 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/v) 23 49695 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/v', dst 'V:\' 23 49718 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/v, dst V:\, flags 0x6020, rc 0 520 50238 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\) 861 51099 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\) 440 51539 [main] ls 15015 symlink_info::check: not a symlink 69 51608 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 29 51637 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(1) 30 51667 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 24 51691 [main] ls 15015 stat_worker: (\??\V:\, 0x60004C6E0, 0x180337348), file_attributes 48 26 51717 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\V:\, 0x60004C6E0) st_size=0, st_mode=040755, st_ino=256st_atim=5D75FE51.13D3B798 st_ctim=5DE58287.16C85F80 st_mtim=5DE58287.16C85F80 st_birthtim=5D754BBC.F0E4C0 32 51749 [main] ls 15015 stat_worker: 0 = (\??\V:\,0x60004C6E0) 481 52230 [main] ls 15015 normalize_posix_path: src /cygdrive/v 34 52264 [main] ls 15015 normalize_posix_path: /cygdrive/v = normalize_posix_path (/cygdrive/v) 27 52291 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/v) 24 52315 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/v', dst 'V:\' 22 52337 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/v, dst V:\, flags 0x6020, rc 0 512 52849 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\V:\) 804 53653 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\V:\) 788 54441 [main] ls 15015 symlink_info::check: not a symlink 51 54492 [main] ls 15015 symlink_info::check: 0 = symlink.check(V:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 29 54521 [main] ls 15015 path_conv::check: this->path(V:\), has_acls(1) 31 54552 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 24 54576 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 743 55319 [main] ls 15015 normalize_posix_path: src W:\ 34 55353 [main] ls 15015 normalize_win32_path: W:\ = normalize_win32_path (W:\) 24 55377 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (W:) 25 55402 [main] ls 15015 mount_info::conv_to_win32_path: src_path W:, dst W:, flags 0x0, rc 0 698 56100 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\) 873 56973 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\) 1463 58436 [main] ls 15015 symlink_info::check: not a symlink 90 58526 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 28 58554 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(0) 498 59052 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (w) 36 59088 [main] ls 15015 lstat64: entering 28 59116 [main] ls 15015 normalize_posix_path: src /cygdrive/w 23 59139 [main] ls 15015 normalize_posix_path: /cygdrive/w = normalize_posix_path (/cygdrive/w) 24 59163 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/w) 23 59186 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/w', dst 'W:\' 23 59209 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/w, dst W:\, flags 0x6020, rc 0 512 59721 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\) 829 60550 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\) 435 60985 [main] ls 15015 symlink_info::check: not a symlink 70 61055 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 29 61084 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(1) 28 61112 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 25 61137 [main] ls 15015 stat_worker: (\??\W:\, 0x60004C790, 0x180337348), file_attributes 2096 25 61162 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\W:\, 0x60004C790) st_size=0, st_mode=040755, st_ino=256st_atim=5D753CE7.36766138 st_ctim=5DE58287.19588298 st_mtim=5DE58287.19588298 st_birthtim=5C1703B9.1F2D7840 27 61189 [main] ls 15015 stat_worker: 0 = (\??\W:\,0x60004C790) 468 61657 [main] ls 15015 normalize_posix_path: src /cygdrive/w 33 61690 [main] ls 15015 normalize_posix_path: /cygdrive/w = normalize_posix_path (/cygdrive/w) 28 61718 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/w) 24 61742 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/w', dst 'W:\' 22 61764 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/w, dst W:\, flags 0x6020, rc 0 519 62283 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\W:\) 968 63251 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\W:\) 744 63995 [main] ls 15015 symlink_info::check: not a symlink 41 64036 [main] ls 15015 symlink_info::check: 0 = symlink.check(W:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 31 64067 [main] ls 15015 path_conv::check: this->path(W:\), has_acls(1) 29 64096 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 23 64119 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 685 64804 [main] ls 15015 normalize_posix_path: src X:\ 33 64837 [main] ls 15015 normalize_win32_path: X:\ = normalize_win32_path (X:\) 25 64862 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (X:) 25 64887 [main] ls 15015 mount_info::conv_to_win32_path: src_path X:, dst X:, flags 0x0, rc 0 675 65562 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\) 861 66423 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\) 1448 67871 [main] ls 15015 symlink_info::check: not a symlink 90 67961 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 30 67991 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(0) 483 68474 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (x) 35 68509 [main] ls 15015 lstat64: entering 26 68535 [main] ls 15015 normalize_posix_path: src /cygdrive/x 23 68558 [main] ls 15015 normalize_posix_path: /cygdrive/x = normalize_posix_path (/cygdrive/x) 22 68580 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/x) 24 68604 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/x', dst 'X:\' 23 68627 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/x, dst X:\, flags 0x6020, rc 0 505 69132 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\) 853 69985 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\) 448 70433 [main] ls 15015 symlink_info::check: not a symlink 72 70505 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 30 70535 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(1) 28 70563 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 25 70588 [main] ls 15015 stat_worker: (\??\X:\, 0x60004C840, 0x180337348), file_attributes 2096 25 70613 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\X:\, 0x60004C840) st_size=0, st_mode=040755, st_ino=256st_atim=5DE203B7.39458A4C st_ctim=5DE58287.1AE53E44 st_mtim=5DE58287.1AE53E44 st_birthtim=5C04B9BD.90F9548 26 70639 [main] ls 15015 stat_worker: 0 = (\??\X:\,0x60004C840) 489 71128 [main] ls 15015 normalize_posix_path: src /cygdrive/x 32 71160 [main] ls 15015 normalize_posix_path: /cygdrive/x = normalize_posix_path (/cygdrive/x) 28 71188 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/x) 24 71212 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/x', dst 'X:\' 22 71234 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/x, dst X:\, flags 0x6020, rc 0 505 71739 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\X:\) 819 72558 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\X:\) 430 72988 [main] ls 15015 symlink_info::check: not a symlink 71 73059 [main] ls 15015 symlink_info::check: 0 = symlink.check(X:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 52 73111 [main] ls 15015 path_conv::check: this->path(X:\), has_acls(1) 41 73152 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 40 73192 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 617 73809 [main] ls 15015 normalize_posix_path: src Y:\ 43 73852 [main] ls 15015 normalize_win32_path: Y:\ = normalize_win32_path (Y:\) 34 73886 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Y:) 35 73921 [main] ls 15015 mount_info::conv_to_win32_path: src_path Y:, dst Y:, flags 0x0, rc 0 674 74595 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\) 866 75461 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\) 1451 76912 [main] ls 15015 symlink_info::check: not a symlink 90 77002 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4B0) (mount_flags 0x6000, path_flags 0x0) 30 77032 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(0) 483 77515 [main] ls 15015 fhandler_cygdrive::readdir: 0xFFFFC860 = readdir (0x60006DA50) (y) 35 77550 [main] ls 15015 lstat64: entering 28 77578 [main] ls 15015 normalize_posix_path: src /cygdrive/y 23 77601 [main] ls 15015 normalize_posix_path: /cygdrive/y = normalize_posix_path (/cygdrive/y) 23 77624 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/y) 25 77649 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/y', dst 'Y:\' 22 77671 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/y, dst Y:\, flags 0x6020, rc 0 530 78201 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\) 865 79066 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\) 514 79580 [main] ls 15015 symlink_info::check: not a symlink 62 79642 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4F0) (mount_flags 0x6020, path_flags 0x0) 94 79736 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(1) 62 79798 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 60 79858 [main] ls 15015 stat_worker: (\??\Y:\, 0x60004C8F0, 0x180337348), file_attributes 2096 59 79917 [main] ls 15015 fhandler_base::fstat_helper: 0 = fstat (\??\Y:\, 0x60004C8F0) st_size=0, st_mode=040755, st_ino=256st_atim=5D753CD1.37479384 st_ctim=5DE58287.1B9C5A0C st_mtim=5DE58287.1B9C5A0C st_birthtim=5C0062AF.3F10F88 62 79979 [main] ls 15015 stat_worker: 0 = (\??\Y:\,0x60004C8F0) 548 80527 [main] ls 15015 normalize_posix_path: src /cygdrive/y 35 80562 [main] ls 15015 normalize_posix_path: /cygdrive/y = normalize_posix_path (/cygdrive/y) 49 80611 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/y) 44 80655 [main] ls 15015 mount_info::cygdrive_win32_path: src '/cygdrive/y', dst 'Y:\' 42 80697 [main] ls 15015 mount_info::conv_to_win32_path: src_path /cygdrive/y, dst Y:\, flags 0x6020, rc 0 552 81249 [main] ls 15015 symlink_info::check: 0xC000004F = NtCreateFile (\??\Y:\) 837 82086 [main] ls 15015 symlink_info::check: 0x0 = NtOpenFile (no-EAs \??\Y:\) 435 82521 [main] ls 15015 symlink_info::check: not a symlink 69 82590 [main] ls 15015 symlink_info::check: 0 = symlink.check(Y:\, 0xFFFFB4C0) (mount_flags 0x6020, path_flags 0x0) 30 82620 [main] ls 15015 path_conv::check: this->path(Y:\), has_acls(1) 29 82649 [main] ls 15015 build_fh_pc: fh 0x180337348, dev 000000C3 23 82672 [main] ls 15015 __set_errno: int __acl_extended_fh(fhandler_base*):962 setting errno 134 692 83364 [main] ls 15015 normalize_posix_path: src Z:\ 35 83399 [main] ls 15015 normalize_win32_path: Z:\ = normalize_win32_path (Z:\) 24 83423 [main] ls 15015 mount_info::conv_to_win32_path: conv_to_win32_path (Z:) 24 83447 [main] ls 15015 mount_info::conv_to_win32_path: src_path Z:, dst Z:, flags 0x0, rc 0 6738 90185 [main] ls 15015 symlink_info::check: 0xC0000034 = NtCreateFile (\??\Z:\) 214 90399 [main] ls 15015 __assert_func: assertion "p >= path" failed: file "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", line 2916, function: int symlink_info::check(char*, const suffix_info*, fs_info&, path_conv_handle&) 51 90450 [main] ls 15015 set_signal_mask: setmask 0, newmask FFFFFFFFFFFEFEDF, mask_bits 0 59 90509 [main] ls 15015 sig_send: sendsig 0xA0, pid 15015, signal 6, its_me 1 107 90616 [main] ls 15015 sig_send: wakeup 0x1D0 49 90665 [main] ls 15015 sig_send: Waiting for pack.wakeup 0x1D0 73 90738 [sig] ls 15015 sigpacket::process: signal 6 processing 153 90891 [sig] ls 15015 sigpacket::process: signal 6, signal handler 0x180060A70 26 90917 [sig] ls 15015 sigpacket::setup_handler: controlled interrupt. stackptr 0xFFFFE460, stack 0xFFFFE458, stackptr[-1] 0x1004059C3 27 90944 [sig] ls 15015 proc_subproc: args: 5, 1 22 90966 [sig] ls 15015 proc_subproc: clear waiting threads 22 90988 [sig] ls 15015 proc_subproc: finished clearing 21 91009 [sig] ls 15015 proc_subproc: returning 1 21 91030 [sig] ls 15015 _cygtls::interrupt_setup: armed signal_arrived 0x1D4, signal 6 22 91052 [sig] ls 15015 sigpacket::setup_handler: signal 6 delivered 22 91074 [sig] ls 15015 sigpacket::process: returning 1 22 91096 [sig] ls 15015 wait_sig: signalling pack.wakeup 0x1D0 26 91122 [main] ls 15015 set_process_mask_delta: oldmask FFFFFFFFFFFEFEDF, newmask FFFFFFFFFFFEFEDF, deltamask 0 47 91169 [main] ls 15015 signal_exit: exiting due to signal 6 663 91832 [main] ls 15015 cygwin_exception::open_stackdumpfile: Dumping stack trace to ls.exe.stackdump 96586 188418 [main] ls 15015 signal_exit: about to call do_exit (86) 70 188488 [main] ls 15015 do_exit: do_exit (134), exit_state 2 39 188527 [main] ls 15015 void: 0x0 = signal (20, 0x1) 34 188561 [main] ls 15015 void: 0x0 = signal (1, 0x1) 33 188594 [main] ls 15015 void: 0x0 = signal (2, 0x1) 27 188621 [main] ls 15015 void: 0x0 = signal (3, 0x1) 32 188653 [main] ls 15015 fhandler_base::close_with_arch: line 1180: /dev/pty7<0x180335E70> usecount + -1 = 3 28 188681 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype 30 188711 [main] ls 15015 fhandler_base::close_with_arch: line 1180: /dev/pty7<0x180335E70> usecount + -1 = 2 34 188745 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype 30 188775 [main] ls 15015 fhandler_base::close_with_arch: line 1180: /dev/pty7<0x180335E70> usecount + -1 = 1 25 188800 [main] ls 15015 fhandler_base::close_with_arch: not closing archetype 31 188831 [main] ls 15015 fhandler_base::close: closing '/cygdrive' handle 0x19C 31 188862 [main] ls 15015 init_cygheap::close_ctty: closing cygheap->ctty 0x180335E70 26 188888 [main] ls 15015 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0 25 188913 [main] ls 15015 fhandler_pty_slave::cleanup: /dev/pty7 closed, usecount 0 29 188942 [main] ls 15015 fhandler_pty_slave::close: closing last open /dev/pty7 handle 122 189064 [main] ls 15015 fhandler_console::free_console: freed console, res 1 44 189108 [main] ls 15015 fhandler_pty_common::close: pty7 <0x12C,0x134> closing 62 189170 [main] ls 15015 dtable::delete_archetype: deleting element 0 for /dev/pty7(136/7) 36 189206 [main] ls 15015 getpid: 15015 = getpid() 34 189240 [main] ls 15015 proc_terminate: nprocs 0 32 189272 [main] ls 15015 proc_terminate: leaving 43 189315 [main] ls 15015 pinfo::exit: Calling dlls.cleanup_forkables n 0x86, exitcode 0x8600 31 189346 [main] ls 15015 pinfo::exit: Calling ExitProcess n 0x86, exitcode 0x8600 --- Process 19228 (pid: 15015) thread 18812 exited with status 0x8600 --- Process 19228 (pid: 15015) thread 13064 exited with status 0x8600 --- Process 19228 (pid: 15015) thread 17036 exited with status 0x8600 --- Process 19228 (pid: 15015) exited with status 0x8600 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --yrj/dFKFPuw6o+aM--