Process

Ned Konz ned at bike-nomad.com
Fri May 9 18:54:05 UTC 2003


On Friday 09 May 2003 11:27 am, Benoit St-Jean wrote:
> For whatever reason, the last bunch of updates did
> screw up my image.  As I speak, I have a debugger
> opened on a collection of more than 62000 processes!
>
> In other words, how can I just kill all those and
> re-initialize the Squeak processes?

What are the processes?

What spawned them?

What's their priority?

You could do something like this:

(Process allSubInstances select: [ :ea | (ProcessBrowser 
nameAndRulesFor: ea) second and: [ ea suspendedContext notNil ]]) do: 
[ :ea | ea terminate ]

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list