diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-21 10:27:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:31:42 +0100 |
commit | d33cc89e538b6cf4ffb4cdef8c51ef8960cb47f4 (patch) | |
tree | a4a47a056f5bb7cdcac5a1918d40547f69c5650e /meta/recipes-connectivity/telepathy | |
parent | 8683c244c1c815dfab15e6cf67f17bb5d82505ef (diff) | |
download | poky-d33cc89e538b6cf4ffb4cdef8c51ef8960cb47f4.tar.gz |
bitbake: process: Further improve robustness against server shutdown
Currently, if an exception occurs in an event handler, the server shuts
down but the UI simply hangs. This happens in two places, firstly waiting
for events and secondly, sending events to a server which no longer exists.
The latter does time out, the former does not. These patches improve
both code sections to check if the main server process is alive and if not,
trigger things to shut down gracefully. This avoids the timeout in the
command sending case too.
This resolves various cases where the UI would simply hang indefintely.
(Bitbake rev: ac418e1112ff5f9c3157569316902f7a27fba4b4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
0 files changed, 0 insertions, 0 deletions