]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jan 2022 17:56:44 +0000 (17:56 +0000)
commit856d9e07e60b6f85681782107934a1bdc12c6429
tree875b7e8812e15b905ee17d2c68a40a946ea5015a
parent7758596613cc442f647fd4625b36532f30e6129f
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: Richard Purdie <richard.purdie@linuxfoundation.org>
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