diff options
author | Changqing Li <changqing.li@windriver.com> | 2021-08-24 17:20:49 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-26 16:53:12 +0800 |
commit | 167814b81ddac3934077b0ee91c0c6015fc02bfe (patch) | |
tree | 611d1e996639cfc792fe17281daad1f61a444bd8 /meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |
parent | 9b39e14809da170634ef99e611d26e6b5497e793 (diff) | |
download | openembedded-core-167814b81ddac3934077b0ee91c0c6015fc02bfe.tar.gz |
file: fix close_on_exec for multithreaded decompression
It is not safe to call the 'file' command from multiple threads. When a
file is checked with multiple threads in parallel, the file descriptors
might get shared which makes the pipe handling lock up, leading to lock
up in rpmbuild. And may lead to rarely deadlock on random recipes's
do_package task.
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
0 files changed, 0 insertions, 0 deletions