From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Egil Moeller Newsgroups: gmane.lisp.guile.user Subject: Re: out-of-order GC Date: Mon, 30 Dec 2002 15:05:40 +0100 (CET) Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: Reply-To: redhog@redhog.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1041272506 14344 80.91.224.249 (30 Dec 2002 18:21:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Dec 2002 18:21:46 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18T4Xl-0003iu-00 for ; Mon, 30 Dec 2002 19:21:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18T4Xn-00080K-02 for guile-user@m.gmane.org; Mon, 30 Dec 2002 13:21:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18T4XN-0007xX-00 for guile-user@gnu.org; Mon, 30 Dec 2002 13:21:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18T4XM-0007wM-00 for guile-user@gnu.org; Mon, 30 Dec 2002 13:21:17 -0500 Original-Received: from q94.ryd.student.liu.se ([130.236.217.94] helo=redhog.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18T4XL-0007vb-00 for guile-user@gnu.org; Mon, 30 Dec 2002 13:21:15 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by redhog.org (Postfix) with ESMTP id 191555FA22 for ; Mon, 30 Dec 2002 15:05:41 +0100 (CET) X-Sender: Original-To: In-Reply-To: X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1481 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1481 > It sounds like your problem is that the transaction SMOB is holding a > reference to the connection SMOB, but that the GC system is not aware > of this. The transaction SMOB's mark routine should return (or call > mark on) the connection SMOB. Thus, until all the transaction SMOBs > are freed, the connection SMOB will still be in use. I thought so first, but it turned out, I did have a mark-routine for the transaction-SMOB that did return the connection-SMOB. The problem thus never araised when there was a referense to the transaction-SMOB, only when there where no reference to neither one any more... -- http://redhog.org GPG Public key: http://redhog.org/PGP%20Public%20key.asc Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user