From e04583c61792f0f03cbaacbe5570b1ddb2830a2d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Mar 2009 14:44:17 +0000 Subject: (_install_raw) add details about the fd leak --- perl-install/install/pkgs.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install/pkgs.pm') diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 66012ff52..1bba47d73 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -730,7 +730,8 @@ sub _install_raw { # let's be urpmi's compatible: local $packages->{options}{noscripts} = $noscripts; - # leaks a fd per transaction: + # leaks a fd per transaction (around ~100 for a typically gnome install, see #49097): + # bug present in 2009.0, 2008.1, 2008.0, ... (probably since r11141 aka when switching to rpm-4.2 in URPM-0.83) local $packages->{options}{script_fd} = fileno $LOG; my ($retry, $retry_count); -- cgit v1.2.1