process: Don't close all FDs on new spawn

Fixes #40990

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2024-12-03 10:16:26 -05:00
parent e5b51eb10f
commit 717b59ac2b
2 changed files with 8 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfix (process):
- Avoid closing all possible FDs when spawning a process (PT). On some systems, this could
lead to 3+ minutes hang. Fixes bug 40990; bugfix on 0.3.5.1-alpha.