Error in CommandHistory>>#forgetAllGrabCommandsFrom:

Martin Kuball MartinKuball at web.de
Wed Nov 10 14:16:58 UTC 2004


Hi!

I'm trying to shrink a 3.7-5989 image a little bit. Well, everything 
goes fine until I want to quit the image. Then I get the following 
error message on the console window:

Recursive not understood error encountered

1098846384 [] in CommandHistory class>forgetAllGrabCommandsFrom:
1098845824 BlockContext>on:do:
1098845356 BlockContext>ifError:
1098844784 CommandHistory class>forgetAllGrabCommandsFrom:
1098844600 CommandHistory class>resetAllHistory
1098844196 CommandHistory class>DoIt
1098826088 Compiler>evaluate:in:to:notifying:ifFail:logged:
1098826576 [] in ParagraphEditor>evaluateSelection
1098825892 BlockContext>on:do:
1098825156 ParagraphEditor>evaluateSelection
1098825064 ParagraphEditor>doIt
1098825340 [] in ParagraphEditor>doIt:
[...]

I examined the #forgetAllGrabCommandsFrom: method. It has an error 
handler. I added "self halt." to it. But this does not bring up the 
debugger nor does it change anything else.
So what can I do to find the culprit?

By the way, why do we iterate over all objects here instead of using 
Morph allSubInstancesDo: [...]?

Martin



More information about the Squeak-dev mailing list