Skip to content
Snippets Groups Projects
Commit 8116c78f authored by Simon Glass's avatar Simon Glass
Browse files

buildman: Handle exceptions in threads gracefully


There have been at least a few cases where an exception has occurred in a
thread and resulted in buildman hanging: running out of disk space and
getting a unicode error.

Handle these by collecting a list of exceptions, printing them out and
reporting failure if any are found. Add a test for this.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent ab9b4f35
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment