From f3bb959c9baba18a3575db969eaa4eecf5a9a21a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 21 Oct 2021 01:12:48 -0700 Subject: HANDLE-FORK-REQUEST: immediately begin reading from out & err pipes Previously we waited for waitpid(2) to return before reading from the pipes. If either pipe filled up before the child process exited, we would deadlock. Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index e071285..1539b9b 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -9,6 +9,7 @@ #:alexandria #:babel #:babel-streams + #:bordeaux-threads #:cl-ppcre #:cl-heredoc #:cl-interpol -- cgit v1.2.3