[BUG]UndefinedObject(Object)>>doesNotUnderstand: #scheduleActive:

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Sun Nov 9 12:41:36 UTC 2003


FormEditor newForm produces that: 


9 November 2003 1:40:52 pm

VM: Mac OS - Squeak3.6gamma of '11 September 2003' [latest update:
#5420] Squeak VM 3.6.0b5
Image: Squeak3.6 [latest update: #5424]

UndefinedObject(Object)>>doesNotUnderstand: #scheduleActive:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #scheduleActive: and arguments:
#(a Standard...etc...
	Receiver's instance variables: 
nil

StandardSystemController>>open
	Receiver: a StandardSystemController
	Arguments and temporary variables: 

	Receiver's instance variables: 
		model: 	nil
		view: 	a StandardSystemView
		sensor: 	an EventSensor
		lastActivityTime: 	nil
		redButtonMenu: 	nil
		redButtonMessages: 	nil
		status: 	#open

FormEditor class>>openOnForm:
	Receiver: FormEditor
	Arguments and temporary variables: 
		aForm: 	Form(400x200x16)
		topView: 	a StandardSystemView
	Receiver's instance variables: 
		superclass: 	MouseMenuController
		methodDict: 	a MethodDictionary(#accept->a CompiledMethod (1411)
#block->a Compi...etc...
		format: 	162
		instanceVariables: 	#('form' 'tool' 'grid' 'togglegrid' 'mode'
'previousTool' 'c...etc...
		organization: 	('initialize-release' initialize release)
('basic control sequenc...etc...
		subclasses: 	nil
		name: 	#FormEditor
		classPool: 	a Dictionary(#BitEditKey->$z #BlackKey->$n #BlockKey->$h
#ChangeGrid...etc...
		sharedPools: 	nil
		environment: 	nil
		category: 	nil

Form>>edit
	Receiver: Form(400x200x16)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		bits: 	a Bitmap of length 40000
		width: 	400
		height: 	200
		depth: 	16
		offset: 	nil


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #scheduleActive:
StandardSystemController>>open
FormEditor class>>openOnForm:
Form>>edit
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FormEditor class>>newForm
FormEditor class>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
[] in TextMorphEditor(ParagraphEditor)>>evaluateSelection
BlockContext>>on:do:
TextMorphEditor(ParagraphEditor)>>evaluateSelection
TextMorphEditor(ParagraphEditor)>>doIt
[] in TextMorphEditor(ParagraphEditor)>>doIt:
TextMorphEditor(Controller)>>terminateAndInitializeAround:
TextMorphEditor(ParagraphEditor)>>doIt:
TextMorphEditor(ParagraphEditor)>>dispatchOnCharacter:with:
TextMorphEditor>>dispatchOnCharacter:with:
TextMorphEditor(ParagraphEditor)>>readKeyboard
TextMorphEditor>>readKeyboard
[] in TextMorphForEditView(TextMorph)>>keyStroke:
TextMorphForEditView(TextMorph)>>handleInteraction:fromEvent:
TextMorphForEditView>>handleInteraction:fromEvent:
TextMorphForEditView(TextMorph)>>keyStroke:
TextMorphForEditView>>keyStroke:
TextMorphForEditView(TextMorph)>>handleKeystroke:
KeyboardEvent>>sentTo:
TextMorphForEditView(Morph)>>handleEvent:
TextMorphForEditView(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendKeyboardEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list