On 05.08.2009, at 11:30, Stéphane Ducasse wrote:

> Hi guys
>
> MethodContext allInstances size  seems to loop forever or even to
> crash my VM.

This might be because new instances are created while executing the
expression.

Normally contexts are recycled. But the list of contexts available for
recycling in the vm is flushed (gc) or can just have none to recycle  
anymore.

Therefore, while executing code new instance of MethodContext are  
created,
leading to an endless loop for "allInstances".

That´s my theory..


        Marcus




_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to