From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: bug#39118: Segfault while building on 64-bit Cygwin Date: Mon, 20 Jan 2020 17:35:13 +0100 Message-ID: <875zh6gk72.fsf_-_@gnu.org> References: <87zherlphs.fsf@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="56395"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 39118@debbugs.gnu.org, guile-devel@gnu.org To: John Cowan Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Mon Jan 20 17:36:21 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ita2G-000ET7-Tc for guile-bugs@m.gmane-mx.org; Mon, 20 Jan 2020 17:36:20 +0100 Original-Received: from localhost ([::1]:39734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ita2F-0001WI-G2 for guile-bugs@m.gmane-mx.org; Mon, 20 Jan 2020 11:36:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60059) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ita23-0001OU-0Y for bug-guile@gnu.org; Mon, 20 Jan 2020 11:36:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ita1y-0000Rc-KU for bug-guile@gnu.org; Mon, 20 Jan 2020 11:36:06 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ita1y-0000RQ-Hd for bug-guile@gnu.org; Mon, 20 Jan 2020 11:36:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ita1y-0000sl-FO for bug-guile@gnu.org; Mon, 20 Jan 2020 11:36:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Mon, 20 Jan 2020 16:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39118 X-GNU-PR-Package: guile Original-Received: via spool by 39118-submit@debbugs.gnu.org id=B39118.15795381403359 (code B ref 39118); Mon, 20 Jan 2020 16:36:02 +0000 Original-Received: (at 39118) by debbugs.gnu.org; 20 Jan 2020 16:35:40 +0000 Original-Received: from localhost ([127.0.0.1]:45905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ita1Y-0000s3-CV for submit@debbugs.gnu.org; Mon, 20 Jan 2020 11:35:40 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ita1T-0000rh-Fx for 39118@debbugs.gnu.org; Mon, 20 Jan 2020 11:35:35 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ita1M-0008UI-1K; Mon, 20 Jan 2020 11:35:24 -0500 Original-Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=56578 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ita1C-0002vj-Hg; Mon, 20 Jan 2020 11:35:23 -0500 In-Reply-To: (John Cowan's message of "Mon, 13 Jan 2020 12:26:27 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9526 gmane.lisp.guile.devel:20314 Archived-At: Hi John, John Cowan skribis: > Guile 2.9.9, like .8 and .7, does not build on Cygwin (64 bit). Configure > runs without error, but make crashes with this (truncated to just the tai= l): > > Making all in bootstrap > make[2]: Entering directory > '/cygdrive/c/Users/rr828893/Downloads/guile-2.9.9/bootstrap' > BOOTSTRAP GUILEC ice-9/eval.go > BOOTSTRAP GUILEC ice-9/psyntax-pp.go > BOOTSTRAP GUILEC language/cps/intmap.go > BOOTSTRAP GUILEC language/cps/intset.go > BOOTSTRAP GUILEC language/cps/graphs.go > BOOTSTRAP GUILEC ice-9/vlist.go > BOOTSTRAP GUILEC srfi/srfi-1.go > /bin/sh: line 6: 4294 Segmentation fault (core dumped) > GUILE_AUTO_COMPILE=3D0 ../meta/build-env guild compile > --target=3D"x86_64-unknown-cygwin" -O1 -Oresolve-primitives -L > "/home/rr828893/Downloads/guile-2.9.9/module" -L > "/home/rr828893/Downloads/guile-2.9.9/guile-readline" -o "srfi/srfi-1.go" > "../module/srfi/srfi-1.scm" > make[2]: *** [Makefile:1930: srfi/srfi-1.go] Error 139 > make[2]: Leaving directory > '/cygdrive/c/Users/rr828893/Downloads/guile-2.9.9/bootstrap' > make[1]: *** [Makefile:1849: all-recursive] Error 1 > make[1]: Leaving directory > '/cygdrive/c/Users/rr828893/Downloads/guile-2.9.9' > make: *** [Makefile:1735: all] Error 2 Could you try building 3.0.0 with JIT enabled and grab a backtrace? Thanks in advance! Ludo=E2=80=99.