From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: primus Newsgroups: gmane.lisp.guile.bugs Subject: Re: [1.9.12] Abort trap error ... Date: Mon, 15 Nov 2010 21:27:15 +0000 Message-ID: <20101115212715.GG28907@x.lence.net> References: <20100914103648.GX18170@x.lence.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1289857217 13852 80.91.229.12 (15 Nov 2010 21:40:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 21:40:17 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Nov 15 22:40:13 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PI6mZ-0000wu-MC for guile-bugs@m.gmane.org; Mon, 15 Nov 2010 22:40:11 +0100 Original-Received: from localhost ([127.0.0.1]:48597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI6mZ-0007ox-6a for guile-bugs@m.gmane.org; Mon, 15 Nov 2010 16:40:11 -0500 Original-Received: from [140.186.70.92] (port=40316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI6aB-00016J-Ea for bug-guile@gnu.org; Mon, 15 Nov 2010 16:27:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI6aA-0008Mo-7b for bug-guile@gnu.org; Mon, 15 Nov 2010 16:27:23 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:37121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI6aA-0008MU-1o for bug-guile@gnu.org; Mon, 15 Nov 2010 16:27:22 -0500 Original-Received: by wwc33 with SMTP id 33so525306wwc.30 for ; Mon, 15 Nov 2010 13:27:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=N5xXLX7XGglGnXobtqE/1WRwy5c9uqUYGVZOmTcMtOs=; b=Ms5j2vuc3dBd5HeeroJC+0DesA4UjslpgMznCb+uA6e+J6eZIFaiYmSfQNwwfbz5k0 msAPgbmJs+vakb17Oe46k3DRMJ3KcS0aTzZIInoyegJMgv2F9e7XFrc6QmFstnimBa0g 9caPtSfsH+0+BfVgoeYyCVieXFcsIVuMioLxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=mqbMmKDe0zua8o0FwY/zDxNLZBWQ7XWCg7J6++sdKlpLUYZJe1DESx2L1fsDJQBl32 brIpw7B6knFwILXGjseUzOSPMaGKoc16mIpEtmlFtkeVgMdhdcgDi93s5XYoD05wCgCg m5ORl8Z5uiTx1LdNaqAA23yMXhir1pUMq8oAE= Original-Received: by 10.216.22.70 with SMTP id s48mr7209667wes.27.1289856440560; Mon, 15 Nov 2010 13:27:20 -0800 (PST) Original-Received: from x.lence.net (lence.net [93.97.42.123]) by mx.google.com with ESMTPS id x23sm224264weq.10.2010.11.15.13.27.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 13:27:18 -0800 (PST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4854 Archived-At: On Mon, Nov 15, 2010 at 10:12:05PM +0100, Andy Wingo wrote: > Hi, > > On Tue 14 Sep 2010 12:36, primus writes: > > > Attached are build logs for 1.9.12: > > config.log > > guile-1.9.12_configure.l0g > > guile-1.9.12_gmake_all.l0g > > > > When running guile, I get: > > > > Enter `,help' for help. > > scheme@(guile-user)> (define one 1) > > GC_push_all_stacks: sp not set! > > Abort trap > > Humm, very interesting. You appear to be on openbsd. I suspect this > issue is ultimately in libgc on your platform. Have you managed to work > around this? If not, what version of bdw-gc are you using? Mon Nov 15 21:23:16 GMT 2010 Hi, To get guile to compile I installed the latest (CVS) version of GC: 7.2.5 I've not been able to work around it. -- -primus "If I had more time, I would have written you a shorter letter" - Pascal "It isn't what you make, it's what you don't lose!"