[BUG]UndefinedObject(Object)>>error:

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Wed Nov 19 18:43:20 UTC 2003


In BFAV I open the note pad and did send to the list.
Is it a well-know bug? Is there a bug fix? Because now I'm stuck...

stef

19 November 2003 7:42:26 pm

VM: Mac OS - Squeak3.6gamma of '11 September 2003' [latest update:
#5420] Squeak VM 3.6.1b3
Image: Squeak3.7alpha [latest update: #5548]

UndefinedObject(Object)>>error:
	Receiver: nil
	Arguments and temporary variables: 
		aString: 	'UndefinedObjects are not indexable'
	Receiver's instance variables: 
nil

UndefinedObject(Object)>>errorNotIndexable
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

UndefinedObject(Object)>>size
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

String>>compare:with:collated:
	Receiver: 'Data:Harvesting:Test:SqueakV3.sources'
	Arguments and temporary variables: 
		string1: 	'Data:Harvesting:Test:SqueakV3.sources'
		string2: 	nil
		order: 	a ByteArray(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
20 21 22 2...etc...
		len1: 	37
		len2: 	nil
		c1: 	nil
		c2: 	nil
		i: 	nil
		iLimiT: 	nil
	Receiver's instance variables: 
'Data:Harvesting:Test:SqueakV3.sources'


--- The full stack ---
UndefinedObject(Object)>>error:
UndefinedObject(Object)>>errorNotIndexable
UndefinedObject(Object)>>size
String>>compare:with:collated:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
String>>sameAs:
[] in StandardFileStream class>>retryWithGC:until:forFileNamed: {[:file
| file name sameAs: fullName]}
[] in Array(Collection)>>anySatisfy: {[:each |  (aBlock value: each)  
ifTrue: [^ true].  nil]}
Array(SequenceableCollection)>>do:
Array(Collection)>>anySatisfy:
StandardFileStream class>>retryWithGC:until:forFileNamed:
CrLfFileStream(StandardFileStream)>>open:forWrite:
CrLfFileStream>>open:forWrite:
CrLfFileStream class(StandardFileStream class)>>readOnlyFileNamed:
BugFixArchiveMailClient class>>mailMessageFromFile:
ArchivePost>>asMailMessage
CommentNotePad>>setThreadingHeadersIn:withToAddress:
CommentNotePad>>mailCommentsTo:
CommentNotePad>>mailCommentsToList
CommentNotePad>>perform:orSendTo:
[] in MenuItemMorph>>invokeWithEvent: {[(selArgCount := selector
numArgs) = 0   ifTrue: [target perform: selector] ...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self. 
ActiveEvent := anEvent.  result := focusHolder     han...]}
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h
processEvents.  h isGenieRecognizing   ifTrue: [r...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
WorldState>>doOneSubCycleFor:
PasteUpMorph>>doOneSubCycle
MenuMorph>>invokeModalAt:in:allowKeyboard:
MenuMorph>>invokeModal:
PluggableTextMorph>>yellowButtonActivity:
TextMorphForEditView>>mouseDown:
TextMorphForEditView(Morph)>>handleMouseDown:
MouseButtonEvent>>sentTo:
TextMorphForEditView(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
TextMorphForEditView(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
-- and more not shown --



More information about the Squeak-dev mailing list