From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 13 18:34:08 2021 Received: (at 47761) by debbugs.gnu.org; 13 Apr 2021 22:34:08 +0000 Received: from localhost ([127.0.0.1]:32867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWRbk-0007rR-1v for submit@debbugs.gnu.org; Tue, 13 Apr 2021 18:34:08 -0400 Received: from lepiller.eu ([89.234.186.109]:34166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWRbh-0007rG-Sa for 47761@debbugs.gnu.org; Tue, 13 Apr 2021 18:34:06 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 91c766fe; Tue, 13 Apr 2021 22:34:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=/Cw/+RurqKMm yW+QFexy/RZgxNaaTVL/lSAk/AS32Jw=; b=GC1Ub++8NO1EfzfymeQz+EW5O11M HwXW9l9aWAgj3RfUlHxJ7dbaPci/C1a2Waxe5xzU5RFwNv9R6L4XHbU7M6lGvelp iqczy2euplrPhICVTz4ZefJGS8NXITtdZ/817d2/AI3uQIuvGaNnrcwZGEPR24c8 vXctZOcyeUYDaFIyQt81ol1Bf0j1dQQpF2GhvLfxbIh438UF3E6wd30ywAjoNRed L9mq+Gg3STLTC32QW7bT2TuQcK1zbUCkydNoAuzvozPPnuEhKKR3R6tjfFRsB3V2 DnT38wrYqR3bijUATeJbxtvJooAK1gSSALWfFocytVK0S0/A5ZFipUNDOg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 5e3ab435 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 13 Apr 2021 22:34:04 +0000 (UTC) Date: Wed, 14 Apr 2021 00:33:58 +0200 From: Julien Lepiller To: =?UTF-8?B?Tmljb2zDsg==?= Balzarotti Subject: Re: bug#47761: Guile Segfaulting on guix build -f Message-ID: <20210414003358.54fa9c37@tachikoma.lepiller.eu> In-Reply-To: <87im4pooif.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> References: <87im4pooif.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47761 Cc: 47761@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Tue, 13 Apr 2021 23:36:40 +0200, Nicol=C3=B2 Balzarotti a =C3=A9crit : > Hi guix! >=20 > A package definition that used to build fine, recently (don't know > exactly when) started failing, with guile segfaulting. >=20 > After removing a few things, it seems that the MWE is this: >=20 > echo '(use-modules (guix git-download)) (git-predicate "repo")'>m.scm > mkdir repo > guix build -f m.scm > Segmentation fault >=20 > guix describe: >=20 > guix 2a62425 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 2a624253bc55e2a94f6581d6e790303575436c96 >=20 > One of the two computers provides substitute to the other, so maybe my > guile is somehow damaged? Can any of you reproduce it? >=20 > Thanks, Nicol=C3=B2 >=20 >=20 >=20 I can reproduce the segfault when "repo" is a directory that exists (seems to be independent from content, I can reproduce with an empty directory and an actually git repository), from guix repl: scheme@(guix-user)> (use-modules (guix git-download)) scheme@(guix-user)> (git-predicate "repo") Erreur de segmentation