|
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
|