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 fluid *current-language* failed to initialize in multi-thread app Date: Fri, 17 Jun 2011 19:57:55 +0200 Message-ID: <87sjr87330.fsf@pobox.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308333512 29560 80.91.229.12 (17 Jun 2011 17:58:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2011 17:58:32 +0000 (UTC) Cc: bug-guile@gnu.org To: =?utf-8?B?5Lqa5YWJ5ZSQ?= Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jun 17 19:58:26 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 1QXdJJ-0006sX-8N for guile-bugs@m.gmane.org; Fri, 17 Jun 2011 19:58:25 +0200 Original-Received: from localhost ([::1]:54270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXdJI-0005JW-GA for guile-bugs@m.gmane.org; Fri, 17 Jun 2011 13:58:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXdIx-0005J0-63 for bug-guile@gnu.org; Fri, 17 Jun 2011 13:58:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXdIv-00044Q-HM for bug-guile@gnu.org; Fri, 17 Jun 2011 13:58:02 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:57057 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXdIv-00044J-5M for bug-guile@gnu.org; Fri, 17 Jun 2011 13:58:01 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id F26325817; Fri, 17 Jun 2011 14:00:09 -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:content-transfer-encoding; s=sasl; bh=+lIRsVyWbZ6j DbD1RZL4ySZjseo=; b=DdXfN6TN63VP1BcVpMHDeJqg4gdIcA+8mtub2iUJ8JdK IZG9kc9XdkZ5BLhgAmxbm3t4fODibdt+OYARP2rJs3I5yt+3jdvKbXBsRVqdFMcO eNGVTKcZoM2QoBAysQ1Ix05M8tpgaT9MU6MbC8AUsoAA1CDTkiuID3+V0i2XNrY= 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:content-transfer-encoding; q=dns; s=sasl; b=J0oz45 X47Xwbd+ZGaaMrfpLH/J+vDEefZ2HVCe1SxzF5A6ZbsMnHLaCQ79KVfpJyXeQWrq Ip5uQq6ROur7Ina0Bsxp3+qpYEnQ0Er9YsDEP5vJkWZro5TdNNfuwvGYVFK7YaGO rb59IgjE6tgUG0K60vzAANKSS0FFHVCZijNy4= 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 E8E0A5816; Fri, 17 Jun 2011 14:00:09 -0400 (EDT) Original-Received: from badger (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 34F585815; Fri, 17 Jun 2011 14:00:09 -0400 (EDT) In-Reply-To: (=?utf-8?B?IuS6muWFieWUkCIncw==?= message of "Mon, 30 May 2011 01:16:44 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: A3D6D8D0-990B-11E0-A586-5875C023C68D-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:5656 Archived-At: On Sun 29 May 2011 19:16, =E4=BA=9A=E5=85=89=E5=94=90 = writes: > I intend to use two thread eval some string in my app, but I found the > the child thread > will throw an exception when execute 'scm_eval_string' function. I believe I have fixed this in git. Thanks for the report! Andy --=20 http://wingolog.org/