From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo 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 12:11:05 +0200 Message-ID: References: <87aafb2w68.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1305888244 22973 80.91.229.12 (20 May 2011 10:44:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 May 2011 10:44:04 +0000 (UTC) Cc: bug-guile bug To: Hans Aberg Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 20 12:44:00 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 1QNNBT-0006Ty-1X for guile-bugs@m.gmane.org; Fri, 20 May 2011 12:43:55 +0200 Original-Received: from localhost ([::1]:52417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNNBS-0002ie-I9 for guile-bugs@m.gmane.org; Fri, 20 May 2011 06:43:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNNBP-0002fo-QA for bug-guile@gnu.org; Fri, 20 May 2011 06:43:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNNBE-0002wX-Qe for bug-guile@gnu.org; Fri, 20 May 2011 06:43:51 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:45758 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNNBE-0002wR-Oi for bug-guile@gnu.org; Fri, 20 May 2011 06:43:40 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 0276B471E; Fri, 20 May 2011 06:45:47 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=o8tqErEjUj0KSxOCGuegx3Gzat0=; b=bKwWoZ ckskHGu+0xVO+tEuCCrJ41kwZe/lpGk59abrpOtrKsqhvsetgS2yKOsWE00sP1EZ udEu722D7fm+HRkj2kqQ1nmOT0EgQsA36rvxXh8KE8qQIUmEuF3PBLeSQZsjmyzy 0gb68yl7EGCOl5BtGm+ljEp3BfPVE0/O3fbak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=BfK6sPg/9kWu9NQwyW9MQu1DxrT174Gw TvzEmnnlg6pUl4UPhrfsHXEWeg6gW/1DYqW0UaPnNY9ZVE9eJDmv5lHFK1J8MqLv Eb29fuV7Lcr2+hqZj8e+TTy5CflkXG2Ky+Xgj7+nWEYjS03tDIFjQDxsxYa8QyKa jzUac/LJWlo= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id E3C74471D; Fri, 20 May 2011 06:45:45 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 3B489471B; Fri, 20 May 2011 06:45:43 -0400 (EDT) In-Reply-To: (Hans Aberg's message of "Sun, 15 May 2011 12:56:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 5133E364-82CE-11E0-91A0-BBB7F5B2FB1A-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:5581 Archived-At: On Sun 15 May 2011 12:56, Hans Aberg writes: > 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: > > Failed to get stack base for current thread. The code in question does this: void scm_init_guile () { struct GC_stack_base stack_base; if (GC_get_stack_base (&stack_base) == GC_SUCCESS) scm_i_init_thread_for_guile (&stack_base, scm_i_default_dynamic_state); else { fprintf (stderr, "Failed to get stack base for current thread.\n"); exit (1); } } 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? Thanks, Andy -- http://wingolog.org/