Le 24/6/15 21:44, stepharo a ��crit��:
Doru I checked and I think that we have a memory leak with SystemWindowI was in Pharo 40 in fact.
I checked and we have the same in Pharo 40.
In Pharo 50 after many Smalltalk garbageCollectMost I get 5 windows.
when I get only one open.
Le 21/6/15 19:47, Tudor Girba a ��crit��:
Hi,
In the latest Pharo #50125, I do this from the command line:
./pharo Pharo.image eval "SystemWindow allSubInstances"==>an OrderedCollection(a RubFindReplaceDialogWindow(534511616) a GLMSystemWindow(58720256))
There are two strange things:- the GLMSystemWindow has a nil model, although if you inspect it, it visually looks like a Playground window (normal playgrounds have a GTPlayground instance as model).- the��RubFindReplaceDialogWindow has findTextField as nil (while normally it should be some PluggableTextFieldMorph).
Does anyone know where these come from?
Cheers,Doru