]> 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 02:41:57 +0000 (10:41 +0800)
commitb8e0bcecce31af29d04d4b694ebddb33b1e5710a
tree786a1c2d721acecc7e6bfff769e05ef97be90598
parent5a904f0fd02613664aa8c03d6d4935a68c01bf35
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