summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-16 14:01:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-17 10:18:48 +0000
commit0035e8066ecbbff94d6a1994a9f72b1368d660d2 (patch)
tree67216e65bae75ef371b63cc6b8895ae096e51951 /meta/recipes-devtools/quilt
parent95de93988eb725c14102f642ebabff3920ae194f (diff)
downloadopenembedded-core-contrib-0035e8066ecbbff94d6a1994a9f72b1368d660d2.tar.gz
lib/oe/utils: Fix hang in multiprocess_launch()
If large results values are returned by the subprocesses, we can hit a deadlock where the subprocess is trying to write data back to the parent, the pipe is full and the parent is waiting for the child to exit. Avoid this by calling the update() method which would trigger reading a result from the child, avoiding the deadlock. The issue is described in https://bugs.python.org/issue8426 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt')
0 files changed, 0 insertions, 0 deletions