From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#34616: neovim segfaults Date: Fri, 22 Feb 2019 16:57:19 +0100 Message-ID: <8736of4y00.fsf@elephly.net> References: <5cacf4b49b42b6c8f29ea14772ac4068@lepiller.eu> <877edr50co.fsf@elephly.net> <04f4ff1028b0defe4de7d72236f07a90@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]:37263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxDDE-0002Vw-NR for bug-guix@gnu.org; Fri, 22 Feb 2019 10:58:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxDDC-0004xB-RC for bug-guix@gnu.org; Fri, 22 Feb 2019 10:58:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxDD8-0004sv-97 for bug-guix@gnu.org; Fri, 22 Feb 2019 10:58:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gxDD8-00086G-3I for bug-guix@gnu.org; Fri, 22 Feb 2019 10:58:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <04f4ff1028b0defe4de7d72236f07a90@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: > This is where I got neovim from: > > t=C3=A9l=C3=A9chargement depuis > https://berlin.guixsd.org/nar/gzip/d8ibld5vpsgq7is3k3sf5gqj0i7sgmbh-neovi= m-0.3.4... I built neovim locally. The binary contents differ from the files on berlin. So there are two problems: - neovim does not build reproducibly - one of the builds segfaults Have you tried running it in gdb to get a backtrace? -- Ricardo