One for the amusement bin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

One for the amusement bin

rush
Object allInstances inspect

seems to get VM thinking rather hard.

rush
--
http://www.templatetamer.com/
http://www.folderscavenger.com/


Reply | Threaded
Open this post in threaded view
|

Re: One for the amusement bin

Chris Uppal-3
rush wrote:

> Object allInstances inspect
>
> seems to get VM thinking rather hard.

;-)

I does that.  It seems to be that the Object stored as
ExceptionHandlerAbstract's 'RetryCookie' is the culprit.
Evaluating an expression that answers that object inside a
    [...] on: Error do: [:err | ...]
block would seem to be a fairly big mistake (which makes sense).  And the
inspector does make use of such protection...

I'm tempted to investigate further, but I've already had to reboot twice, so I
think I may just read a book instead ;-)

    -- chris