From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20145: (guix build download) leaks file descriptor on TLS connections Date: Thu, 19 Mar 2015 19:16:24 +0100 Message-ID: <87619w6efb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYf0D-00064M-CP for bug-guix@gnu.org; Thu, 19 Mar 2015 14:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYf0A-00086P-5H for bug-guix@gnu.org; Thu, 19 Mar 2015 14:17:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYf0A-00086K-28 for bug-guix@gnu.org; Thu, 19 Mar 2015 14:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YYf09-00080d-PT for bug-guix@gnu.org; Thu, 19 Mar 2015 14:17:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYezf-0005tB-34 for bug-guix@gnu.org; Thu, 19 Mar 2015 14:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYezb-00080p-Bs for bug-guix@gnu.org; Thu, 19 Mar 2015 14:16:31 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYezb-00080l-8R for bug-guix@gnu.org; Thu, 19 Mar 2015 14:16:27 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:39977 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YYeza-0000dQ-OW for bug-guix@gnu.org; Thu, 19 Mar 2015 14:16:27 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20145@debbugs.gnu.org When opening an HTTPS connection, the file descriptor beneath the port returned by =E2=80=98tls-wrap=E2=80=99 is leaked. This is not a problem in most cases (downloads) because the process is left as soon as the download is over. This is more problematic for =E2=80=98guix lint=E2=80=99, which may open a = large number of HTTPS connections for the =E2=80=98source=E2=80=99 and =E2=80=98home-pag= e=E2=80=99 checkers when working on all the packages. Ludo=E2=80=99.