[Vm-dev] Re: [Pharo-dev] Why this hangs the VM?

Eliot Miranda eliot.miranda at gmail.com
Tue Jan 27 16:53:31 UTC 2015


If one can create a behavior that doesn't inherit anything (superclass nil) and doesn't have a method dictionary then there will be an infinite recursion in the class faulting code (the code that uses image segments to external use methods).  Every attempt to interact with the nil behaviour results in more of the same.

Eliot (phone)

On Jan 27, 2015, at 2:13 AM, Craig Latta <craig at netjam.org> wrote:

> 
>> Fixed in the Spur VM.
> 
>     What was the problem? (I have no time to look at it.)
> 
> 
>     thanks,
> 
> -C
> 
> --
> Craig Latta
> netjam.org
> +31   6 2757 7177 (SMS ok)
> + 1 415  287 3547 (no SMS)
> 
> 


More information about the Vm-dev mailing list