diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-07-25 16:34:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:31 +0100 |
commit | 78033af85698b4e112ae78e3140b241b1b3c06a3 (patch) | |
tree | 0c47068ea207aa57ffa9c29963cdb8eb205655e1 /scripts/lib/devtool/export.py | |
parent | a74c77d6168101e88c3a3bce7130f4f52cfab95d (diff) | |
download | openembedded-core-78033af85698b4e112ae78e3140b241b1b3c06a3.tar.gz openembedded-core-78033af85698b4e112ae78e3140b241b1b3c06a3.tar.bz2 openembedded-core-78033af85698b4e112ae78e3140b241b1b3c06a3.zip |
qemurunner.py: fix is_alive() to avoid confusing with recycled pid
[YOCTO #12493]
Fixed:
- qemu started with pid 10000
- qemu exited unexpectedly
- The pid 10000 is re-used by another different process.
The is_alive() returned True in such a case because both qemu_pidfile and
/proc/10000 exist, but it's another process, this patch fixed the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/export.py')
0 files changed, 0 insertions, 0 deletions