Skip to content
Commit b8e0bcec authored by Changqing Li's avatar Changqing Li Committed by Anuj Mittal
Browse files

pigz: fix one failure of command "unpigz -l"

Refer [1], "unpigz -l" failed with error:
$ ./unpigz -l test.txt.gz
compressed original reduced name
228799 209715200 99.9% test.txt
unpigz: can't destroy locked resource (pigz.c:2622:mutex_destroy)
unpigz: abort: internal threads error

or

$ ./unpigz -l test.txt.gz
unpigz: skipping: test.txt.gz unrecognized format
unpigz: can't destroy locked resource (pigz.c:2622:mutex_destroy)
unpigz: abort: internal threads error

[1] https://github.com/madler/pigz/issues/96



Signed-off-by: default avatarChangqing Li <changqing.li@windriver.com>
Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
parent 5a904f0f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment