summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-05-26 17:09:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-20 19:00:28 +0100
commit13e2855bff6a6ead6dbd33c5be4b988aafcd4afa (patch)
tree6dd408d35223cca9e7de1d0fc587bbb673841b1e /doc
parent61c3acd058ea018696bd284b3922d0b458838d05 (diff)
downloadbitbake-13e2855bff6a6ead6dbd33c5be4b988aafcd4afa.tar.gz
server: Fix early parsing errors preventing zombie bitbake
If the client process never sends cooker data, the server timeout will be 0.0, not None. This will prevent the server from exiting, as it is waiting for a new client. In particular, the client will disconnect with a bad "INHERIT" line, such as: INHERIT += "this-class-does-not-exist" Instead of checking explicitly for None, check for a false value, which means either 0.0 or None. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions