From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#34616: neovim segfaults Date: Fri, 22 Feb 2019 16:13:47 +0100 Message-ID: <04f4ff1028b0defe4de7d72236f07a90@lepiller.eu> References: <5cacf4b49b42b6c8f29ea14772ac4068@lepiller.eu> <877edr50co.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxCWZ-0005VO-P4 for bug-guix@gnu.org; Fri, 22 Feb 2019 10:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxCWY-0007Y6-Tn for bug-guix@gnu.org; Fri, 22 Feb 2019 10:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxCWY-0007Xp-Nx for bug-guix@gnu.org; Fri, 22 Feb 2019 10:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gxCWY-0006ym-F3 for bug-guix@gnu.org; Fri, 22 Feb 2019 10:14:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877edr50co.fsf@elephly.net> 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: 34616@debbugs.gnu.org Le 2019-02-22 16:06, Ricardo Wurmus a écrit : > Julien Lepiller writes: > >> Hi, >> >> I've updated to the latest guix and upgraded my neovim >> package. Unfortunately, it segfaults: >> >> $ nvim >> Erreur de segmentation (core dumped) >> >> Here is my current guix: >> >> Génération 34 22 févr. 2019 14:01:39 (actuelle) >> guix 28cbf65 >> URL du dépôt : https://git.savannah.gnu.org/git/guix.git >> branche: master >> commit : 28cbf65cb944606aafc8b07edd2c521ca58c3127 >> >> GUIX_PACKAGE_PATH="/home/tyreunom/nosave/guix-more" >> >> I'm not sure how to debug that, so I'd appreciate some help here :) > > I cannot reproduce this with > > ./pre-inst-env guix environment --pure --ad-hoc neovim > > on the same commit. > > This is on a foreign distro. This is where I got neovim from: téléchargement depuis https://berlin.guixsd.org/nar/gzip/d8ibld5vpsgq7is3k3sf5gqj0i7sgmbh-neovim-0.3.4... and I can reproduce in the pure environment, on guixsd and on a foreign distro... it seems that GUIX_PACKAGE_PATH is irrelevant, since I can reproduce on a machine that's on the same commit, without GUIX_PACKAGE_PATH. I'm on x86_64.