PackageTreeNautilus (undestroyable?)
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. Is this intended? Nicolai
yeah, I call him âthe willisâ :) On 19 Dec 2013, at 22:25, Nicolai Hess <nicolaihess@web.de> wrote:
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. Is this intended?
Nicolai
btw, can you report a bug, so I can keep track of it? Esteban On 20 Dec 2013, at 16:07, Esteban Lorenzano <estebanlm@gmail.com> wrote:
yeah, I call him âthe willisâ :)
On 19 Dec 2013, at 22:25, Nicolai Hess <nicolaihess@web.de> wrote:
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. Is this intended?
Nicolai
Hi esteban so is it a bug or not? I do not like having all these announcement hanging around. In Pharo 40 we should also revisit the announcer subclasses. Stef On 20 Dec 2013, at 16:07, Esteban Lorenzano <estebanlm@gmail.com> wrote:
yeah, I call him âthe willisâ :)
On 19 Dec 2013, at 22:25, Nicolai Hess <nicolaihess@web.de> wrote:
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. Is this intended?
Nicolai
On 25 Dec 2013, at 22:40, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi esteban
so is it a bug or not?
it is
I do not like having all these announcement hanging around. In Pharo 40 we should also revisit the announcer subclasses.
Stef On 20 Dec 2013, at 16:07, Esteban Lorenzano <estebanlm@gmail.com> wrote:
yeah, I call him âthe willisâ :)
On 19 Dec 2013, at 22:25, Nicolai Hess <nicolaihess@web.de> wrote:
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. Is this intended?
Nicolai
https://pharo.fogbugz.com/default.asp?12513 On 19 Dec 2013, at 22:25, Nicolai Hess <nicolaihess@web.de> wrote:
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. Is this intended?
Nicolai
participants (3)
-
Esteban Lorenzano -
Nicolai Hess -
Stéphane Ducasse