delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/11/15/10:13:57

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:mime-version:references:in-reply-to:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=Jeaa5Sf
M3ps/pGHL4l8EoUKVBRdmtE8Rs0UMjnfxfRRJ2y/OrmViPPgz1kCMUIGD3NKrQId
/DhyZZ9IkUxpIAoJ6VLBafiy1ERfCaT8xF9TA2dVDXuTmU5SD0/S+Vgoo8LSUgR2
Dn10QDRNHplHY5smwfxCM5kUh1b7RYddQv9E=
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:mime-version:references:in-reply-to:from:date
:message-id:subject:to:content-type; s=default; bh=NSP4nVj4zQiX7
Sn7LO74VSVRoRE=; b=AQq0P+9QgpmpgaxH3JpqIt0ZDx0FSsqHKWknQEIBxrHpG
+3B2RsFzI8DLusb4CAnHNURAeZayeenn2wfqBv131LEfbrJBJaRk08saV+m4mHru
GiRm9uf0hO7F/aoy6F4z44IUFpsoEKvfyuxP+qlY4jReoLegDXxazM2XO6qI9s=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
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
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: <CAFWoy7EzOt5dXBB6=LQz0zVEVYD6FMQeANW6VasXT2onn+pDrw AT mail DOT gmail DOT com> <f97280c1-c841-1f45-f608-cd6ae50c5ce7 AT cornell DOT edu>
In-Reply-To: <f97280c1-c841-1f45-f608-cd6ae50c5ce7@cornell.edu>
From: Keith Christian <keith1christian AT gmail DOT com>
Date: Fri, 15 Nov 2019 08:12:53 -0700
Message-ID: <CAFWoy7HyrJ-ZujgBD7yr8JbYPnZOUQ8qhEo0dCLU9TPk5M0QnA@mail.gmail.com>
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 AT cygwin DOT com
X-IsSubscribed: yes

On Fri, Nov 15, 2019 at 7:40 AM Ken Brown <kbrown AT cornell DOT edu> 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 <http://gnu.org/licenses/gpl.html>.
> > 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

- Raw text -


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