aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-10-21 01:12:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 12:47:28 -0700
commitf3bb959c9baba18a3575db969eaa4eecf5a9a21a (patch)
tree17f184048de1f14aca10c39064a9c17847cb8b21 /consfigurator.asd
parent399e65035866f7c48ad0829a82833614f9e5b3c3 (diff)
downloadconsfigurator-f3bb959c9baba18a3575db969eaa4eecf5a9a21a.tar.gz
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 <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
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