From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Seg fault when building from git Date: Sat, 23 Nov 2013 16:27:34 +0100 Message-ID: <87txf3xhnd.fsf@gnu.org> References: <20131123132131.GA26055@jocasta.intra> 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]:52694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkF7W-0007T3-4k for guix-devel@gnu.org; Sat, 23 Nov 2013 10:27:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkF7P-00076e-V5 for guix-devel@gnu.org; Sat, 23 Nov 2013 10:27:42 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:47946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkF7P-00076T-OS for guix-devel@gnu.org; Sat, 23 Nov 2013 10:27:35 -0500 In-Reply-To: <20131123132131.GA26055@jocasta.intra> (John Darrington's message of "Sat, 23 Nov 2013 14:21:31 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > Trying to build guix from the git repository: > > make[2]: Entering directory `/Scratch/john/guix-dev' > /bin/mkdir -p `dirname "guix/scripts/build.go"` ; \ > LC_ALL=3DC = \ > ./pre-inst-env \ > /usr/bin/guild compile -L "." -L "/home/john/guix" \ > -Wformat -Wunbound-variable -Warity-mismatch \ > --target=3D"i686-pc-linux-gnu" = \ > -o "guix/scripts/build.go" "/home/john/guix/guix/scripts/build.= scm" > /bin/bash: line 6: 26023 Segmentation fault LC_ALL=3DC ./pre-inst-en= v /usr/bin/guild compile -L "." -L "/home/john/guix" -Wformat -Wunbound-var= iable -Warity-mismatch --target=3D"i686-pc-linux-gnu" -o "guix/scripts/buil= d.go" "/home/john/guix/guix/scripts/build.scm" > make[2]: *** [guix/scripts/build.go] Error 139 Could you do: ulimit -c unlimited rm -f guix/scripts/build.go make guix/scripts/build.go and then, assuming it segfaulted again: gdb $(which guile) core (gdb) bt full What does =E2=80=98guile --version=E2=80=99 say? Thanks, Ludo=E2=80=99.