Hi Laurent,

Hi,

It seems I've messed up something on Autotest unit tests and I have an Autotest instance running, I don't know where it's referenced. I've tried Smalltalk>>#garbageCollect and #garbageCollectMost .... still here.

How can I find why an instance is not garbage collected ?
How to kill it ?

You have to inspect/explore the instance of Autotest running.

Then you should have some right click menu options that can help you -> "chase pointers" �� . There's also "inspect objects pointing to this value" and "explore pointers".

Once you identified the objet that retains your instance, you have to "delete it", then garbage collect will work.

hth,


��


Cheers

Laurent Laffont

http://pharocasts.blogspot.com/
http://magaloma.blogspot.com/

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



--
C��drick