<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">One reason can be that there has not been a
      full garbage collection since the objects were unreferenced. Try<br>
      <br>
      Smalltalk garbageCollect<br>
      <br>
      before doing the PointerFinder on: ...<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 7/12/13 7:22 AM, Vaidotas Didžbalis
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJn_Y15hR404OZZQXfVyv0h+MUiWhMY2-Kyw0ARx2-piWBOMUA@mail.gmail.com"
      type="cite">
      <pre wrap="">Hello,
Not sure whether this is right place for a such a question.

How could this be sometimes PointerFinder is helpful. After loading
and using parts of Moose (<a class="moz-txt-link-abbreviated" href="http://www.moosetechnology.org">www.moosetechnology.org</a>) in Squeak, I wanted
to do some housekeeping and try understanding why some objects are not
garbage collected.

(FAMIXClass allSubInstances first: 20) do: [:e | PointerFinder on: e]
yields nothing:
<a class="moz-txt-link-freetext" href="https://www.dropbox.com/s/5izuagj1wto0i69/whoisusingthem.png">https://www.dropbox.com/s/5izuagj1wto0i69/whoisusingthem.png</a>


I run Squeak4.4 update 12327 Cog VM 4.0.0 (release) Apr 4, 2013 on Windows 7.

Thank you in advance,
Vaidas


</pre>
    </blockquote>
    <br>
  </body>
</html>