generic-poky/bitbake/lib/bb/server
Richard Purdie bfc21fd9b2 bitbake: server/process: Fix missing log messages issue
Currently if the server dies, its possible that log messages are never
displayed which is particularly problematic if one of those messages
is the exception and backtrace the server died with.

Rather than having the event queue exit as soon as the server disappears,
we should pop events from the queue until its empty before exiting.

This patch tweaks that code so that even if the server is dead and we're
going to exit, we return any events left in the pipe. This makes
debugging certain failures much easier.

(Bitbake rev: 29f6ade68fb2b506a23a7eb3a00cdcffa291b362)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-14 23:05:15 +01:00
..
__init__.py bitbake: xmplrpc: split connect method 2016-01-06 15:27:35 +00:00
process.py bitbake: server/process: Fix missing log messages issue 2016-05-14 23:05:15 +01:00
xmlrpc.py bitbake: bitbake: xmlrpc: set single use mode differently 2016-03-24 12:31:50 +00:00