]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner: Remove the signal handler before stopping qemu
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Oct 2018 11:05:04 +0000 (12:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Oct 2018 11:02:41 +0000 (12:02 +0100)
commit1b63ce7bb83134f84bf07d1075d5ca0d5466ed3d
tree785397a48ae8378bd7dc38013cbad4c97f22de5a
parentdcd674181f31a12c100f91cf6a1c3f3d52b775a2
qemurunner: Remove the signal handler before stopping qemu

The qemu shutdown can race with the signal handler removal leading to
confusing tracebacks on slower/loaded systems.

Remove the signal handler first before shutting down.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/qemurunner.py