commit 3a2eda968e82c3179478d5ac85c084fedc909622 parent 9a3fcf772077a7b2ab8d3e3fa518c2d8f66d51f3 Author: David Goulet <dgoulet@torproject.org> Date: Fri, 3 Oct 2025 10:17:21 -0400 Merge branch 'maint-0.4.8' Diffstat:
| M | .gitlab-ci.yml | | | 1 | - |
| A | changes/ticket40990 | | | 4 | ++++ |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -42,7 +42,6 @@ variables: .x86-64-template: &x86-64-template tags: - amd64 - - tpa # This template should be usable on any system that's based on apt. .apt-template: &apt-template | diff --git a/changes/ticket40990 b/changes/ticket40990 @@ -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. +