Re: Child died with signal 13

2002-03-04 Thread Max Bowsher
Is there really nobody with this problem?? > > Thanks > >Volker Yes, I have experienced this intermittently. Unfortunately, it has never been reproducable enough to investigate. I only remeber seeing signal 11's, by the way. Max. -- Unsubscribe info: http://cygwin.com/ml/#un

Re: Child died with signal 13

2002-03-01 Thread Volker Quetschke
Randall, thanks for having a look at this topic. > I don't think there's a problem here, actually. > > I occasionally get these diagnostics, too, but there's never a problem > extracting the files from the archive. Apparently tar knows it's seen > the last TOC entry and closes the pipe from t

Re: Child died with signal 13

2002-03-01 Thread Randall R Schulz
n't either close the pipe (leading to the signal) or read the data, >>the child would just block and those processes would stall (at least >>until you or some other external action killed the tar + gunzip process group). > > >I have no idea where the problem is, but

Re: Child died with signal 13

2002-03-01 Thread Volker Quetschke
ne ME TOO which confirmed that not only I have the problem with tar saying: "Child died with signal 13". So, Windows 2000, Windows 2000 Server and Windows NT4 SP6 have the problem, Windows 98 and any other *nix machine I testet have not. I think it's cygwin related! Because I have n

Re: Child died with signal 13

2002-02-28 Thread Randall R Schulz
Eugene, Signal numbers and errno codes (and process status codes) are distinct. Process status codes to incorporate the signal number when a signal caused the death of the process. Signal 13 is SIGPIPE: Write to a pipe with no process there to read the data. In your context, this means the ta

Re: Child died with signal 13

2002-02-27 Thread Volker Quetschke
ux. q@LP16 /txt $ 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 q@LP16 /txt $ gunzip -c expat.pat.tar.gz | tar -tf - pat/ pat/xmlparse/ pat/xmlparse/hashtable.

Re: Child died with signal 13

2002-02-26 Thread Eugene Rosenzweig
t;Volker Quetschke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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

tar: Child died with signal 13

2002-02-26 Thread Volker Quetschke
: Administrator@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@LISI ~/tartest $ la total 6 dr-xr-xr-x2 Administ Kein