lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug with infinite work when has -t without -f


From: Antonio Diaz Diaz
Subject: Re: Bug with infinite work when has -t without -f
Date: Sun, 17 Jul 2022 00:54:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14

DustDFG wrote:
I found that tarlz is starting infinite work when I run command with
-t flag but without -f flag.

The GNU tar prints an error message in this case

If no archive is specified (with -f), both GNU tar and tarlz try to read it from standard input. This is not an infinite loop, just waiting for input.

$ tarlz -t tdelibs-trinity-14.0.11.tar.lz
^C
$ tar -t tdelibs-trinity-14.0.11.tar.lz
^C
$

If would have been easier if you had specified the exact commands used and the error message reported by GNU tar, because as you can see above I can't reproduce the error.

Antonio.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]