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

pgrunwald at comcast.net pgrunwald at comcast.net
Thu Oct 14 19:51:37 UTC 2004


fresh image, world open irc

14 October 2004 1:50:40 pm

VM: Win32 - a SmalltalkImage
Image: Squeak3.7 [latest update: #5989]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir G:\Squeak
Trusted Dir G:\Squeak\Paul
Untrusted Dir C:\My Squeak\Paul

UndefinedObject(Object)>>doesNotUnderstand: #setToEnd
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	setToEnd
	Receiver's instance variables: 
nil

IRCErrorLog class>>logPrivate:on:
	Receiver: IRCErrorLog
	Arguments and temporary variables: 
		aString: 	'Tracing turned OFF'
		fStream: 	nil
	Receiver's instance variables: 
		superclass: 	Model
		methodDict: 	a MethodDictionary()
		format: 	132
		instanceVariables: 	nil
		organization: 	('as yet unclassified')

		subclasses: 	nil
		name: 	#IRCErrorLog
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

[] in IRCErrorLog class>>log:named: {[fStream := self logStreamNamed:
fName existsIn: dir.  self logPrivate: aStr...]}
	Arguments and temporary variables: 
		aString: 	'Tracing turned OFF'
		logName: 	'TRACE'
		dir: 	DosFileDirectory on 'G:\Squeak\irc\errors'
		fName: 	'TRACE.txt'
		fStream: 	nil

BlockContext>>ensure:
	Receiver: [] in IRCErrorLog class>>log:named: {[fStream := self
logStreamNamed: fName existsIn: dir....etc...
	Arguments and temporary variables: 
		aBlock: 	[] in IRCErrorLog class>>log:named: {[fStream close]}
		returnValue: 	nil
		b: 	nil
	Receiver's instance variables: 
		sender: 	BlockContext>>ensure:
		pc: 	59
		stackp: 	0
		nargs: 	0
		startpc: 	50
		home: 	IRCErrorLog class>>log:named:


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #setToEnd
IRCErrorLog class>>logPrivate:on:
[] in IRCErrorLog class>>log:named: {[fStream := self logStreamNamed:
fName existsIn: dir.  self logPrivate: aStr...]}
BlockContext>>ensure:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IRCErrorLog class>>log:named:
IRCErrorLog class>>log:forClass:
IRCConnection class>>tracePrivate:
IRCConnection class>>tracing:
IRCConnection>>initialize
IRCConnection class(Behavior)>>new
IRCConnection class>>openAndJoinChannelNamed:
IRCConnection class>>openAndJoinSqueakChannel
IRCConnection class>>openEnhancedIRC
TheWorldMenu>>doMenuItem:with:
[] 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...]}
[] in PasteUpMorph>>becomeActiveDuring: {[aBlock value]}
BlockContext>>on:do:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h
processEvents.  capturingGesture := capturingGest...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor
yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}




More information about the Squeak-dev mailing list