From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile 1.9.0 scm_read_hash_extend gc trouble Date: Mon, 29 Jun 2009 20:18:37 +0100 Message-ID: <878wjax302.fsf@arudy.ossau.uklinux.net> References: <20090621120823.M97037@ccrma.Stanford.EDU> <873a9tr46q.fsf@arudy.ossau.uklinux.net> <87skhtpolb.fsf@arudy.ossau.uklinux.net> <20090622171923.M95660@ccrma.Stanford.EDU> <87bpof7sw3.fsf@arudy.ossau.uklinux.net> <20090623191142.M93181@ccrma.Stanford.EDU> <86zlby35wx.fsf@gnu.org> <8763eh4a3k.fsf@arudy.ossau.uklinux.net> <878wjdqm5p.fsf@gnu.org> <87tz1zrskz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246303139 6259 80.91.229.12 (29 Jun 2009 19:18:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2009 19:18:59 +0000 (UTC) Cc: bug-guile@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jun 29 21:18:52 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MLMNP-0004MS-FM for guile-bugs@m.gmane.org; Mon, 29 Jun 2009 21:18:51 +0200 Original-Received: from localhost ([127.0.0.1]:36789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLMNO-0007G3-QP for guile-bugs@m.gmane.org; Mon, 29 Jun 2009 15:18:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLMNL-0007Fy-Fr for bug-guile@gnu.org; Mon, 29 Jun 2009 15:18:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLMNG-0007F8-JR for bug-guile@gnu.org; Mon, 29 Jun 2009 15:18:46 -0400 Original-Received: from [199.232.76.173] (port=40923 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLMNG-0007F3-DU for bug-guile@gnu.org; Mon, 29 Jun 2009 15:18:42 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:37899) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLMNE-0003lr-1u; Mon, 29 Jun 2009 15:18:40 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 40BE71F8A57; Mon, 29 Jun 2009 20:18:38 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 7E3DE38021; Mon, 29 Jun 2009 20:18:37 +0100 (BST) In-Reply-To: <87tz1zrskz.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Mon\, 29 Jun 2009 17\:02\:36 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4254 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > Hi Neil, > > ludo@gnu.org (Ludovic Court=E8s) writes: > >> Yes. What do you think of the attached patch? > > For the record, I went ahead and committed it: > > http://git.savannah.gnu.org/cgit/guile.git/commit/?id=3D0a94eb002eba653= 9879f2cddf3e45fb25976af8d Sorry for the delay. It looks great, anyway. Neil