guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: out-of-order GC


From: Greg Troxel
Subject: Re: out-of-order GC
Date: 30 Dec 2002 08:36:17 -0500

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.

        Greg Troxel <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]