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: Re: A guile story Date: Tue, 07 Nov 2006 10:24:31 +0000 Message-ID: <874ptb3674.fsf@ossau.uklinux.net> References: <874pte9sz3.fsf@ossau.uklinux.net> <1162732847.27294.4.camel@localhost.localdomain> <87psc17eqd.fsf@ossau.uklinux.net> <874ptdndlk.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1162895138 14279 80.91.229.2 (7 Nov 2006 10:25:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Nov 2006 10:25:38 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 07 11:25:35 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhO92-0007uD-Ni for guile-devel@m.gmane.org; Tue, 07 Nov 2006 11:25:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhO92-00036P-70 for guile-devel@m.gmane.org; Tue, 07 Nov 2006 05:25:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhO8y-000351-Tc for guile-devel@gnu.org; Tue, 07 Nov 2006 05:25:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhO8y-00034F-AS for guile-devel@gnu.org; Tue, 07 Nov 2006 05:25:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhO8y-000349-5O for guile-devel@gnu.org; Tue, 07 Nov 2006 05:25:24 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GhO8y-00046Y-3Z for guile-devel@gnu.org; Tue, 07 Nov 2006 05:25:24 -0500 Original-Received: from laruns (host86-145-51-69.range86-145.btcentralplus.com [86.145.51.69]) by mail3.uklinux.net (Postfix) with ESMTP id B81C940B3BA for ; Tue, 7 Nov 2006 10:24:50 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 876136F71F for ; Tue, 7 Nov 2006 10:24:31 +0000 (GMT) Original-To: guile-devel@gnu.org In-Reply-To: <874ptdndlk.fsf@laas.fr> ( =?iso-8859-1?q?Ludovic_Court=E8s's_message_of?= "Mon, 06 Nov 2006 10:12:07 +0100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:6207 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > Just to share my frustration: one of the things preventing me from > "writing an application" currently is this: > > (use-modules (oop goops)) > > (let loop ((o )) > (gc) > (loop (shallow-clone o))) > > This yields various crashes or abortions under 1.8. I dug a bit into it > this week-end without any success so far. Just to check: do you really mean 1.8 here? I ask because of the similarity between this and your other test case, which you say is OK on 1.8 but troublesome on HEAD. Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel