Recursive not understood error encountered

Mark A. Schwenk mas at wellthot.com
Wed Feb 21 21:14:53 UTC 2001


I'm working on Linux with Squeak 3.0pre1 VM and 3.0 final image with the updates through 3552.

In trying to convince a couple of dozen fileouts from other images (some of them foreigners, from such places as VWNC land) to coexist peacefully in my image, I have been running into many "Recursive not understood error encountered" errors that cause Squeak to crash. I know there are currently lots of inconsistencies and code that does not currently compile sitting in the image. In trying to fix things, such as changing 

	nil subclass: #SmalltalkPlatform

to

	Object subclass: #SmalltalkPlatform

I run into this problem. Suggestions?

-Mark Schwenk
 WellThot Inc.

-------------------------------------------
Recursive not understood error encountered

1088865060 ClassBuilder>fixObsoleteReferencesTo:
1088862320 ClassBuilder>fixGlobalReferences
1088831428 ClassBuilder>name:inEnvironment:subclassOf:type:instanceVariableNames
:classVariableNames:poolDictionaries:categor
1088831176 ClassBuilder>name:inEnvironment:subclassOf:type:instanceVariableNames
:classVariableNames:poolDictionaries:categor
1088830968 ClassBuilder>superclass:subclass:instanceVariableNames:classVariableN
ames:poolDictionaries:category:
1088830876 Class>subclass:instanceVariableNames:classVariableNames:poolDictionar
ies:category:
1088830784 UndefinedObject>DoIt
1088827988 Compiler>evaluate:in:to:notifying:ifFail:
1088827896 Compiler class>evaluate:for:notifying:logged:
1088827804 Compiler class>evaluate:notifying:logged:
1088827412 Browser>defineClass:notifying:
1088826732 Browser>contents:notifying:
1088826640 PluggableTextMorph>accept
1088826456 TextMorphForEditView>acceptContents
1088826364 TextMorphEditor>accept
1088826548 [] in ParagraphEditor>save:
1088826272 Controller>terminateAndInitializeAround:
1088826180 ParagraphEditor>save:
1088826064 ParagraphEditor>dispatchOnCharacter:with:
1088825840 ParagraphEditor>readKeyboard
1088825748 TextMorphEditor>readKeyboard
1088825640 [] in TextMorph>keyStroke:
1088825548 TextMorph>handleInteraction:fromEvent:
1088825392 TextMorphForEditView>handleInteraction:fromEvent:
1088825300 TextMorph>keyStroke:
1088825208 TextMorphForEditView>keyStroke:
1088825116 TextMorph>handleKeystroke:
1088825024 KeyboardEvent>sentTo:
1088824932 Morph>handleEvent:
1088824840 Morph>handleFocusEvent:
1088824748 HandMorph>sendFocusEvent:to:
1088824656 HandMorph>sendEvent:focus:
1088824524 HandMorph>handleEvent:
1088824304 HandMorph>processEvents
1088824396 [] in WorldState>doOneCycleNowFor:
1088824212 SequenceableCollection>do:
1088824120 WorldState>handsDo:
1088824028 WorldState>doOneCycleNowFor:
1088823936 WorldState>doOneCycleFor:
1088823844 PasteUpMorph>doOneCycle
1087251924 [] in Project class>spawnNewProcess
1087252016 [] in BlockContext>newProcess





More information about the Squeak-dev mailing list