From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75227 invoked by alias); 15 Nov 2019 15:13:08 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75216 invoked by uid 89); 15 Nov 2019 15:13:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=kernel32dll, kernel32.dll, Works, antivirus X-HELO: mail-io1-f42.google.com Received: from mail-io1-f42.google.com (HELO mail-io1-f42.google.com) (209.85.166.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Nov 2019 15:13:06 +0000 Received: by mail-io1-f42.google.com with SMTP id 1so10802739iou.4 for ; Fri, 15 Nov 2019 07:13:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=5/c1nLFzLQ6sVrDKwUl98zHWNRDhRTnpfZOb7vjkhk4=; b=Lzelx3QNunFF90DqaLDdS8ldOF/by7wSjnGmWvbczGC092Hbz6jlr67rLHoVMHBxg4 rBggp/2/1w0kFE/XdRHdAONcRNN9Jzvn8J1ItAbTpmdPZgTTabijm+aBs6axeBrLT4qY wsTleoa4ujg2t4iThrrKS7illlUcg/1+n/DQBit70RmuQr9pToCNEuQV+Vq35jjUDWsu Pry/QK4gRFuo4ActCB3ZPtfudepb1TdGCsTBaYyDW5hdLKb2uOHXe+LRxT+4sMOaSCsh /4apNPsSCGrR1aKcunS7LEFd20x/oo5NyV0M2x6QA54Fzs8UoYcBi5lLY1946mwTBYZ8 IS9Q== MIME-Version: 1.0 References: In-Reply-To: From: Keith Christian Date: Fri, 15 Nov 2019 15:30:00 -0000 Message-ID: Subject: Re: "/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00093.txt.bz2 On Fri, Nov 15, 2019 at 7:40 AM Ken Brown wrote: > > On 11/15/2019 9:19 AM, Keith Christian wrote: > > Tar in recent updates to Cygwin64 hangs. > > > > When the tar command is run with strace, it generates voluminous > > output but won't list tar file contents or extract the tar file (or > > tar.gz, tar.xz, etc.) > > > > tar --version > > tar (GNU tar) 1.29 > > Packaged by Cygwin (1.29-1) > > Copyright (C) 2015 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later . > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. > > > > Written by John Gilmore and Jay Fenlason. > > > > ls -l /usr/bin/tar.exe > > -rwxr-xr-x 1 kchris0000 Domain Users 424979 Dec 8 2016 /usr/bin/tar.exe > > > > > > Could someone check this please? > > Works for me. Could you have some anti-virus software that's interfering? Look > for suspicious DLLs in the strace output. > > Ken Ken, thanks for replying. These are the DLL's in the strace output, expanded with "ldd." I don't see anything out of the ordinary. Is there a list of DLL's known to cause problems with Cygwin? How would I better isolate the problem causing DLL? Specific verbiage in the strace output? Should I run strace with the "-a" option? 1 CRYPTBASE.DLL => /cygdrive/c/WINDOWS/SYSTEM32/CRYPTBASE.DLL (0x7fff42b50000) 2 KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL (0x7fff452d0000) 3 KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll (0x7fff435f0000) 4 RPCRT4.dll => /cygdrive/c/WINDOWS/System32/RPCRT4.dll (0x7fff46070000) 5 SYSFER.DLL => /cygdrive/c/WINDOWS/System32/SYSFER.DLL (0x5a0b0000) 6 advapi32.dll => /cygdrive/c/WINDOWS/System32/advapi32.dll (0x7fff45530000) 7 bcryptPrimitives.dll => /cygdrive/c/WINDOWS/System32/bcryptPrimitives.dll (0x7fff44020000) 8 bcryptprimitives.dll => /cygdrive/c/WINDOWS/System32/bcryptprimitives.dll (0x7fff44020000) 9 cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3ba9e0000) 10 cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000) 11 msvcrt.dll => /cygdrive/c/WINDOWS/System32/msvcrt.dll (0x7fff444c0000) 12 ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7fff462a0000) 13 psapi.dll => /cygdrive/c/WINDOWS/System32/psapi.dll (0x7fff44790000) 14 rpcrt4.dll => /cygdrive/c/WINDOWS/System32/rpcrt4.dll (0x7fff46070000) 15 sechost.dll => /cygdrive/c/WINDOWS/System32/sechost.dll (0x7fff447a0000) ===== Keith -- 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