Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!uunet!mcsun!hp4nl!media01!pkr From: pkr@media01.UUCP (Peter Kriens) Newsgroups: comp.lang.smalltalk Subject: Re: Unwanted Instances Message-ID: <2045@media01.UUCP> Date: 20 Feb 91 10:12:47 GMT References: <234@zeus.mc.ab.com> Reply-To: pkr@media01.UUCP (Peter Kriens) Organization: Mediasystemen, Netherlands Lines: 15 If you have instances you cannot get rid of with: DisplayScreen initSystem or ApplicationWindow removeInstances, then there is only one way out: allInstances [ :c | c become: (String new:0) ]. Where ofcourse is the class that has the instances. This leaves some pointers pointing to an unexpected object. If you really experience this problem often, take a clean image and file in your changes (Isn't a bad idea anyway). Peter Kriens pkr@media01