]> code.ossystems Code Review - openembedded-core.git/commit
pigz: fix one failure of command "unpigz -l"
authorChangqing Li <changqing.li@windriver.com>
Mon, 17 Jan 2022 08:11:04 +0000 (16:11 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 25 Jan 2022 14:06:48 +0000 (22:06 +0800)
commit6aff6c269015385b20806a26beed8e69003599c4
tree10770658b86f49d86b8e447ef6f1a9c87d29b7f3
parent88edb7031149992e12f668201f0a22af6d666867
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: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-extended/pigz/files/0001-Fix-bug-when-combining-l-with-d.patch [new file with mode: 0644]
meta/recipes-extended/pigz/pigz_2.6.bb