Does not change anything...��

Laurent

On Mon, Dec 6, 2010 at 10:26 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
I don't know why nor when, but someone once suggest me to always do 3 timesRepeat: [Smalltalk garbageCollect].

Can you check:

Debugger closeAllDebuggers.
3 timesRepeat: [Smalltalk garbageCollect].
Debugger allInstances size.

If this works, then it would be nice to have someone that explains to us haha



On Mon, Dec 6, 2010 at 9:41 AM, laurent laffont <laurent.laffont@gmail.com> wrote:
Thanks Sven.

So it's a bug ?

Laurent


On Mon, Dec 6, 2010 at 9:16 AM, Sven Van Caekenberghe <sven@beta9.be> wrote:
Laurent,

I have 4 remaining in a long running 1.1 image.

Sven

On 06 Dec 2010, at 07:57, laurent laffont wrote:

> Hi,
>
> can you check this please ?
>
> Take an image you work on (not a fresh one), and evaluate:
>
> Debugger closeAllDebuggers.
> Smalltalk garbageCollect.
> Debugger allInstances size.
>
>
> On a lot of my images 1 or 2 Debugger instances remains. It's a problem for Autotest, but it also may be a side effect of Autotest, so I want to check.
>
> Cheers,
>
> Laurent Laffont
>
> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
> Blog: http://magaloma.blogspot.com/