From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.lisp.guile.devel Subject: =?windows-1252?q?Re=3A_Bug_=2327457_=28=93Threads=2C_mutexes=2C_?= =?windows-1252?q?and_critical_sections=94=29?= Date: Thu, 1 Oct 2009 15:45:00 -0400 Message-ID: <76AFE6C2-DA52-448C-87C3-2D634D8DF4CD@raeburn.org> References: <0489FB6F-567B-4967-9703-1A3D89462A37@raeburn.org> <79F7A852-10ED-46DF-9D41-ED545493E8FE@raeburn.org> <87pr9dpgfw.fsf@gnu.org> <871vlr6l2p.fsf@ossau.uklinux.net> <87k4zi6h3q.fsf@gnu.org> <87eipqn12l.fsf@ossau.uklinux.net> <87eipqzmdr.fsf_-_@gnu.org> <87tyykw3lm.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254426333 20243 80.91.229.12 (1 Oct 2009 19:45:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2009 19:45:33 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Oct 01 21:45:25 2009 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 1MtRaf-0004tY-1V for guile-devel@m.gmane.org; Thu, 01 Oct 2009 21:45:25 +0200 Original-Received: from localhost ([127.0.0.1]:56865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtRae-0000fl-EP for guile-devel@m.gmane.org; Thu, 01 Oct 2009 15:45:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtRac-0000eC-2X for guile-devel@gnu.org; Thu, 01 Oct 2009 15:45:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtRaX-0000X2-GH for guile-devel@gnu.org; Thu, 01 Oct 2009 15:45:21 -0400 Original-Received: from [199.232.76.173] (port=60631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtRaX-0000Wm-CV for guile-devel@gnu.org; Thu, 01 Oct 2009 15:45:17 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:47252 helo=raeburn.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtRaL-0004xi-5w; Thu, 01 Oct 2009 15:45:13 -0400 Original-Received: from [10.0.0.158] ([10.0.0.158]) by raeburn.org (8.14.3/8.14.1) with ESMTP id n91Jj0Rv027860; Thu, 1 Oct 2009 15:45:00 -0400 (EDT) In-Reply-To: <87tyykw3lm.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:9426 Archived-At: On Sep 30, 2009, at 16:59, Neil Jerram wrote: > I've cherry-picked the following branch_release-1-8 fixes. With these fixes, indeed, I can't reproduce the problem any more; I left the test program running for over an hour, whereas before it would trigger the problem almost immediately. Thanks! Ken