Flamenco/internal
Sybren A. Stüvel 8c86d4c1a9 Worker: Wait for subprocess even when it failed
The Worker now always waits for subprocesses. When faced with multiple
errors (like I/O reading from stdout and a returned error status from
the process) will return the most important one (in this case the exit
status of the process).

Subprocesses need to be waited for, even when they crashed, otherwise
they will linger around as "defunct" processes. This caused
out-of-memory errors, because several defunct Blenders were eating up
the memory.
2022-07-28 14:36:01 +02:00
..
appinfo Version updates via Makefile 2022-07-25 16:08:07 +02:00
find_blender Blender Finder: allow passing the directory instead of the executable 2022-07-26 18:18:02 +02:00
find_ffmpeg Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
manager Cleanup: add a comment 2022-07-28 14:28:02 +02:00
own_url Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
stresser Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
upnp_ssdp Manager: reduce log level 2022-05-06 14:35:27 +02:00
uuid Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
worker Worker: Wait for subprocess even when it failed 2022-07-28 14:36:01 +02:00