Hi,
I recently noticed a awful big number of Announcer instances (thousends).
I traced them back to PackageTreeNautilus. I closed the unsaved image
and reopened pharo.
I couldn't reproduce this but found out, that if you opened Nautilus once,
there will allways be one instance of PackageTreeNautilus
even if you close all windows.
How to reproduce:
Load a freshly image.
Announcer allInstances size.-> 155
PackageTreeNautilus allInstances size. -> 0
Open and close Nautilus.
SmalltalkImage current garbageCollect.
Announcer allInstances size.� -> 1261
PackageTreeNautilus allInstances size. -> 1
This instance of PackageTreeNautilus won't go away.