From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs,gmane.comp.programming.garbage-collection.boehmgc Subject: Re: [Gc] Calling =?utf-8?Q?=E2=80=98GC=5FINIT=E2=80=99from?= a secondary thread Date: Sun, 17 Apr 2011 16:01:02 +0200 Message-ID: <87writc6zl.fsf@gnu.org> References: <87tydzdwqf.fsf_-_@gnu.org> 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 1303048881 2473 80.91.229.12 (17 Apr 2011 14:01:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Apr 2011 14:01:21 +0000 (UTC) Cc: bug-guile@gnu.org, gc@linux.hpl.hp.com To: Ivan Maidanski Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Apr 17 16:01:13 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 1QBSXJ-0006l8-AS for guile-bugs@m.gmane.org; Sun, 17 Apr 2011 16:01:13 +0200 Original-Received: from localhost ([::1]:56406 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBSXI-0006V0-SJ for guile-bugs@m.gmane.org; Sun, 17 Apr 2011 10:01:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBSXG-0006Uv-8i for bug-guile@gnu.org; Sun, 17 Apr 2011 10:01:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBSXF-0000Ba-E5 for bug-guile@gnu.org; Sun, 17 Apr 2011 10:01:10 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:58522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBSXF-0000BP-3c for bug-guile@gnu.org; Sun, 17 Apr 2011 10:01:09 -0400 Original-Received: from nixey (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 5AB84254078; Sun, 17 Apr 2011 16:01:06 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Germinal an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Ivan Maidanski's message of "Sat, 16 Apr 2011 13:38:05 +0400") User-Agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 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:5500 gmane.comp.programming.garbage-collection.boehmgc:4494 Archived-At: Hi Ivan, Ivan Maidanski writes: > Fixed. Thanks. I confirm it fixes the problem, thanks! How about committing the code snippet I posted as a test case? Ludo=E2=80=99.