Hi guys. I usually thought that the root table of the GC was the #specialObjectsArray. Now, checking a little bit the VM and image side, it seems I am totally wrong. <br clear="all"><br>&quot;Smalltalk rootTable&quot; answers an array that I cannot understand how such array can be the root. Where are the references to all the system from such an array?  there is no reference to specialObjectsArray for example.<br>
Even more, the table seems to be full of weird stuff, such as &quot;an OController&quot;, a lot of &quot;a Text&quot; instances about my workspaces stuff, Colors, Morhpic, etc....<br><br>Smalltalk isRoot:  Smalltalk  specialObjectsArray -&gt; false<br>
Smalltalk isRoot: true -&gt; false<br>Smalltalk isRoot: false -&gt; false<br>Smalltalk isRoot: nil -&gt; false<br><br>so...I am lost.<br><br>Thanks in advance for any help.<br><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
<br>