Re: [PATCH 3/4] buildman: Handle exceptions in threads gracefully

2021-04-29 Thread Simon Glass
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.

[PATCH 3/4] buildman: Handle exceptions in threads gracefully

2021-04-10 Thread Simon Glass
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.