From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: (guix git) and guile-git finalizers. Date: Sat, 01 Jul 2017 14:50:23 +0200 Message-ID: <87zicofhio.fsf@gnu.org> References: <86h8zliddr.fsf@gmail.com> <87zidc2thj.fsf@gnu.org> <86vans0xws.fsf@gmail.com> <87fues6yjt.fsf@igalia.com> <87r2y0h374.fsf@gmail.com> 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]:42609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRHr4-0006nM-75 for guix-devel@gnu.org; Sat, 01 Jul 2017 08:50:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRHr0-0001Lh-U3 for guix-devel@gnu.org; Sat, 01 Jul 2017 08:50:30 -0400 In-Reply-To: <87r2y0h374.fsf@gmail.com> (Mathieu Othacehe's message of "Sat, 01 Jul 2017 12:16:47 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: guix-devel , Amirouche Mathieu Othacehe skribis: > From d8336eb41574d41bd36330c26f56da8090c8907e Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Sat, 1 Jul 2017 12:14:05 +0200 > Subject: [PATCH] guix: git: Stop using libgit2-shutdown. > > * guix/git.scm (with-libgit2): Stop calling (libgit2-shutdown) to prevent > segfaults when pointer finalizers are run. Fine with me, by far the simplest and safest solution. :-) Thanks, Ludo=E2=80=99.