buildman: Provide a hint on how to debug thread crashes
authorSimon Glass <sjg@chromium.org>
Sat, 22 Jan 2022 12:07:32 +0000 (05:07 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 04:07:59 +0000 (23:07 -0500)
commit8ca0931a913d5e25232c454ceca70635c49058dc
tree40193f2dffc5b43855175b7386af48dc12f6145d
parent19133b71847a2902004bbf72a4c99f4ef128f777
buildman: Provide a hint on how to debug thread crashes

If a thread crashes it is helpful to try the operation again with
threading disabled. Add a hint about that.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py
tools/buildman/func_test.py