From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: (guix git) and guile-git finalizers. Date: Tue, 13 Jun 2017 18:41:13 +0200 Message-ID: <87mv9b3knq.fsf@gmail.com> References: <86h8zliddr.fsf@gmail.com> <87zidc2thj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKosZ-0008Ao-90 for guix-devel@gnu.org; Tue, 13 Jun 2017 12:41:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKosW-0004f9-2M for guix-devel@gnu.org; Tue, 13 Jun 2017 12:41:19 -0400 In-reply-to: <87zidc2thj.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel , Amirouche Hi Ludo, > To fix this, I think ‘libgit2-shutdown’ needs to call > ‘scm_run_finalizers’ before calling ‘git_shutdown’, but I’m not sure if > it’s enough. I tried this approach (using dynamic-call), and indeed, it's not enough. Before, removing (libgit2-shutdown) from (guix-git), I'll explore the guardian solution proposed by Andy. Thanks for your help, Mathieu