From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26976: On Hydra, offload crashes while trying to build linux-libre source Date: Thu, 27 Jul 2017 12:14:26 +0200 Message-ID: <87eft25gql.fsf@gnu.org> References: <87h90japz0.fsf@netris.org> <87h90h966f.fsf@gnu.org> <87pof5dnja.fsf@gnu.org> <87mva88oe9.fsf@gnu.org> <87k24q86hk.fsf@gnu.org> <87shj3tvzd.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]:40437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dafow-0005dh-T5 for bug-guix@gnu.org; Thu, 27 Jul 2017 06:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dafos-0004gD-SO for bug-guix@gnu.org; Thu, 27 Jul 2017 06:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55260) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dafos-0004g4-Or for bug-guix@gnu.org; Thu, 27 Jul 2017 06:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dafos-000470-Jb for bug-guix@gnu.org; Thu, 27 Jul 2017 06:15:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87shj3tvzd.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 13 Jun 2017 23:32:06 +0200") 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" To: Mark H Weaver Cc: Artyom Poptsov , 26976-done@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I=E2=80=99ve pushed a workaround that seems to work (=E2=80=98guix copy= =E2=80=99 commands that > previously segfaulted on hydra.gnu.org no longer do): > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D8e469b67f95cfe5= b95405b503b8ee315fdf8ce66 The workaround has proved to work well for =E2=80=98guix offload=E2=80=99 a= nd =E2=80=98guix copy=E2=80=99 so I=E2=80=99m closing this bug on our side. In Guile-SSH though, I think there=E2=80=99s still the potential for finali= zers getting called in a separate thread and triggering the issue we=E2=80=99ve = seen here. Am I right, Artyom? If I=E2=80=99m not mistaken, that calls for a fix as described in , namely protecting libssh objects with mutexes. Ludo=E2=80=99.