From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile 2.0.1: scm_init_guile() broken on Mac OS X 10.6.7 Date: Fri, 20 May 2011 13:31:42 +0200 Message-ID: <8B1A6BFD-DB61-4072-A96C-9AC25F0DC6C1@telia.com> References: <87aafb2w68.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1305891115 7218 80.91.229.12 (20 May 2011 11:31:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 May 2011 11:31:55 +0000 (UTC) Cc: bug-guile bug To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 20 13:31:51 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QNNvq-00016e-Ti for guile-bugs@m.gmane.org; Fri, 20 May 2011 13:31:51 +0200 Original-Received: from localhost ([::1]:51003 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNNvq-0003sw-EC for guile-bugs@m.gmane.org; Fri, 20 May 2011 07:31:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNNvo-0003sq-3d for bug-guile@gnu.org; Fri, 20 May 2011 07:31:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNNvn-00016B-AZ for bug-guile@gnu.org; Fri, 20 May 2011 07:31:48 -0400 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:39653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNNvn-00015z-27 for bug-guile@gnu.org; Fri, 20 May 2011 07:31:47 -0400 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D6517A10218B258; Fri, 20 May 2011 13:31:44 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.208 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list 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.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5584 Archived-At: On 20 May 2011, at 12:11, Andy Wingo wrote: >> On Mac OS X 10.6.7, compiled using Xcode Version 3.2.6 64-bit, >> i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1, scm_init_guile() gives the >> error: >>=20 >> Failed to get stack base for current thread. ... > As you can see we rely on libgc here, and so this is a libgc bug. Can > you try a newer libgc, or if that still fails, bring it up on their > list? On Mac OS X, one must call GC_init() (not necessary on GNU/Linux). Has = that dropped out in guile-2.0.1? Hans