<?xml version="1.0" encoding="windows-1252"?>
<node id="166823" title="Re: Re: Object reference disappearing during global destruction" created="2002-05-15 15:24:16" updated="2005-07-22 15:07:06">
<type id="11">
note</type>
<author id="113395">
khkramer</author>
<data>
<field name="doctext">
&lt;p&gt; But the interpreter isn't cleaning up the object, it's setting the
&lt;i&gt;reference&lt;/i&gt; to undef. The object is still around (and accessible
by other means).&lt;/p&gt;

&lt;p&gt; I like your recreational-swim analogy, but I'm still trying to
figure out how the behavior I'm seeing is consistent with the
specified operation of the garbage collector. The Camel book says that
objects are always destroyed in a separate pass before ordinary
references (3rd ed. page 331), and maybe that's a clue, but there's
still a problem: &lt;/p&gt;

&lt;p&gt; When the interpreter is ready to exit, presumably "everything"
goes out of scope. At that point, there are no references left to my
$::index object. So it should be garbage collected pretty early. But
it's not and, worse, an object reference it's holding is set to undef
at some apparently arbritrary moment. I've been very careful to avoid
circular references, so there *is* a sensible destruction order for
these objects. But if references disappear without provocation, then
that order can't be maintained. &lt;/p&gt;
</field>
<field name="root_node">
166791</field>
<field name="parent_node">
166795</field>
</data>
</node>
