From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#34616: neovim segfaults Date: Fri, 22 Feb 2019 16:06:31 +0100 Message-ID: <877edr50co.fsf@elephly.net> References: <5cacf4b49b42b6c8f29ea14772ac4068@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxCPn-000856-Sj for bug-guix@gnu.org; Fri, 22 Feb 2019 10:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxCPm-0006MB-UK for bug-guix@gnu.org; Fri, 22 Feb 2019 10:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxCPm-0006LZ-M8 for bug-guix@gnu.org; Fri, 22 Feb 2019 10:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gxCPm-0006lO-G5 for bug-guix@gnu.org; Fri, 22 Feb 2019 10:07:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <5cacf4b49b42b6c8f29ea14772ac4068@lepiller.eu> 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: Julien Lepiller Cc: 34616@debbugs.gnu.org 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=C3=A9n=C3=A9ration 34 22 f=C3=A9vr. 2019 14:01:39 (actuelle) > guix 28cbf65 > URL du d=C3=A9p=C3=B4t : https://git.savannah.gnu.org/git/guix.git > branche: master > commit : 28cbf65cb944606aafc8b07edd2c521ca58c3127 > > GUIX_PACKAGE_PATH=3D"/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. --=20 Ricardo