From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Using define in multiple threads? Date: Thu, 20 Nov 2008 00:45:40 +0100 Message-ID: References: <3ae3aa420811161427t6b2c65d1q4adcd6e9a5689ddc@mail.gmail.com> <87od0ee6yl.fsf@gnu.org> <87od0dl4hy.fsf@gnu.org> <49dd78620811191536o5ead332bt7dbc60128fd33957@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227138389 8540 80.91.229.12 (19 Nov 2008 23:46:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2008 23:46:29 +0000 (UTC) Cc: =?utf-8?Q?Ludovic_Court=C3=A8s?= , guile-devel@gnu.org To: "Neil Jerram" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Nov 20 00:47:30 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2wld-00046Q-7Y for guile-devel@m.gmane.org; Thu, 20 Nov 2008 00:47:29 +0100 Original-Received: from localhost ([127.0.0.1]:59639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2wkU-0003Y7-6Y for guile-devel@m.gmane.org; Wed, 19 Nov 2008 18:46:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2wkQ-0003Xz-1W for guile-devel@gnu.org; Wed, 19 Nov 2008 18:46:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2wkM-0003Xb-SM for guile-devel@gnu.org; Wed, 19 Nov 2008 18:46:13 -0500 Original-Received: from [199.232.76.173] (port=54520 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2wkM-0003XY-NA for guile-devel@gnu.org; Wed, 19 Nov 2008 18:46:10 -0500 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:34202 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2wkL-00008F-Kt; Wed, 19 Nov 2008 18:46:09 -0500 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 71CD517174; Wed, 19 Nov 2008 18:46:07 -0500 (EST) Original-Received: from unquote (unknown [88.17.204.172]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 8C1A317166; Wed, 19 Nov 2008 18:45:42 -0500 (EST) In-Reply-To: <49dd78620811191536o5ead332bt7dbc60128fd33957@mail.gmail.com> (Neil Jerram's message of "Wed, 19 Nov 2008 23:36:40 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Pobox-Relay-ID: 3C53F6FE-B694-11DD-834A-F83E113D384A-02397024!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7863 Archived-At: On Thu 20 Nov 2008 00:36, "Neil Jerram" writes: > 2008/11/18 Ludovic Court=C3=A8s : >> >> I submitted a bug: https://savannah.gnu.org/bugs/index.php?24867 . I'm >> not sure whether this can easily be fixed in 1.8, since that would >> require adding a mutex to `module-type' and access it from C, which >> would break the ABI. Ideas? > > Where exactly is the troublesome hash table? (There's a lot of code > underneath scm_m_define(), so if you've already tracked it down, that > would save a little time.) Don't know myself exactly, but I assume this is referring to the module-obarray. Andy --=20 http://wingolog.org/