From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: (no subject) Date: Thu, 01 Oct 2009 21:44:17 +0100 Message-ID: <878wfu3kv2.fsf@ossau.uklinux.net> 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> <76AFE6C2-DA52-448C-87C3-2D634D8DF4CD@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261399830 27938 80.91.229.12 (21 Dec 2009 12:50:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Dec 2009 12:50:30 +0000 (UTC) Cc: Ludovic =?iso-8859-1?Q?Court=E8s?= , guile-devel@gnu.org To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Dec 21 13:50:23 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 1NMhh5-00007t-Og for guile-devel@m.gmane.org; Mon, 21 Dec 2009 13:49:00 +0100 Original-Received: from localhost ([127.0.0.1]:44145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMhh5-0005E3-Kr for guile-devel@m.gmane.org; Mon, 21 Dec 2009 07:48:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtSWA-0006zq-D3 for guile-devel@gnu.org; Thu, 01 Oct 2009 16:44:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtSW5-0006v9-Fd for guile-devel@gnu.org; Thu, 01 Oct 2009 16:44:49 -0400 Original-Received: from [199.232.76.173] (port=33776 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtSW5-0006v0-7v for guile-devel@gnu.org; Thu, 01 Oct 2009 16:44:45 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:40125) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtSW1-00050M-Nj; Thu, 01 Oct 2009 16:44:41 -0400 Original-Received: from arudy (host86-145-159-48.range86-145.btcentralplus.com [86.145.159.48]) by mail3.uklinux.net (Postfix) with ESMTP id 9B5191F6719; Thu, 1 Oct 2009 21:44:38 +0100 (BST) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 2C46738023; Thu, 1 Oct 2009 21:44:18 +0100 (BST) In-Reply-To: <76AFE6C2-DA52-448C-87C3-2D634D8DF4CD@raeburn.org> (Ken Raeburn's message of "Thu, 1 Oct 2009 15:45:00 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:9780 Archived-At: Ken Raeburn writes: > 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! Great news; thanks for trying and confirming that. Neil