Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <0c4401c1becc$a7cadbe0$0300a8c0@bluebox> From: "Eugene Rosenzweig" To: "Volker Quetschke" , References: <3C7B6591 DOT 9040503 AT scytek DOT de> Subject: Re: Child died with signal 13 Date: Wed, 27 Feb 2002 00:51:12 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Hmm, it worked for me. I assume out of the documentation that tar will spawn gzip -d filename and pipe it into itself. So, if 13 is the system error from tar, which is EACCES, permission denied so maybe there is a problem accessing the file? The listing shows that file is owned by Administ(rator?) and prompt says Administrator so it seems correct but if you substitute filename for nonexistent one then you get tar: Child died with signal 2 <-- 2 being 'file not found' error so it seems that there is a problem with permissions? Eugene. ----- Original Message ----- From: "Volker Quetschke" To: Sent: Tuesday, February 26, 2002 9:38 PM Subject: tar: Child died with signal 13 > Hi, > > recently I found a problem when I try to untar some tar.gz archives > under cygwin. The tar.gz at this link is ca. 1,5kb > http://www.scytek.de/expat.pat.tar.gz . > It is just one example, it is taken from OpenOffice641C. > > On my Windows 2K machine, cygwin updatet a few minutes ago, I get: > > Administrator AT LISI ~/tartest > $ tar -tzf expat.pat.tar.gz > pat/ > pat/xmlparse/ > pat/xmlparse/hashtable.h.pat > pat/xmlparse/xmlparse.h.pat > pat/xmltok/ > tar: Child died with signal 13 > tar: Error exit delayed from previous errors > > Administrator AT LISI ~/tartest > $ la > total 6 > dr-xr-xr-x 2 Administ Kein 0 Feb 26 10:02 . > drwxr-xr-x 6 Administ Kein 4096 Feb 26 10:02 .. > -r-xr-xr-x 1 Administ Kein 1435 Sep 20 2000 expat.pat.tar.gz > > I get this error in both cases, with CYGWIN=ntsec tty and CYGWIN=tty. > > I also get this error on Cygwin on our Windows 2K server, but there I > can't change the environement ;-) > > If I do an gunzip first, and then a tar -tf foo.tar I get no error. > > I also don't get an error doing the tar -tzf on cygwin on Windows98SE > or Linux. > > Only few *.tar.gz files have this problem, but some have. I have three > more examples, but they are not so short as the one mentioned above. > > Any ideas? > > Volker > -- > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/