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

Karl Ramberg karl.ramberg at chello.se
Mon May 10 15:04:12 UTC 2004



When I click on'www.squeak.org' in FileList I get this error. 
I'm not quite sure what the fix should be...
Karl

10 May 2004 4:54:19 pm

VM: Mac OS - a SmalltalkImage
Image: Squeak3.7beta [latest update: #5905]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir Video:Squeak3.7a-5816 Folder
Trusted Dir Video:Squeak3.7a-5816 Folder
Untrusted Dir HD:Systemmapp:Programinställningar:Squeak:Internet:My Squeak

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

HTTPServerDirectory>>dirListUrl
	Receiver: HTTPServerDirectory<www.squeak.org>
	Arguments and temporary variables: 
		listURL: 	nil
	Receiver's instance variables: 
		server: 	'www.squeak.org'
		directory: 	'/Squeaklets'
		type: 	#ftp
		user: 	nil
		passwordHolder: 	nil
		group: 	nil
		moniker: 	nil
		altURL: 	nil
		urlObject: 	nil
		client: 	nil
		loaderUrl: 	nil
		eToyUserListUrl: 	nil
		eToyUserList: 	nil
		keepAlive: 	false
		acceptsUploads: 	true

HTTPServerDirectory>>entries
	Receiver: HTTPServerDirectory<www.squeak.org>
	Arguments and temporary variables: 

	Receiver's instance variables: 
		server: 	'www.squeak.org'
		directory: 	'/Squeaklets'
		type: 	#ftp
		user: 	nil
		passwordHolder: 	nil
		group: 	nil
		moniker: 	nil
		altURL: 	nil
		urlObject: 	nil
		client: 	nil
		loaderUrl: 	nil
		eToyUserListUrl: 	nil
		eToyUserList: 	nil
		keepAlive: 	false
		acceptsUploads: 	true

FileList>>entriesMatching:
	Receiver: a FileList
	Arguments and temporary variables: 
		patternString: 	'*'
		entries: 	nil
		patterns: 	nil
		each: 	nil
		entry: 	nil
	Receiver's instance variables: 
		dependents: 	#(a SystemWindow<File List>(3053) a
PluggableListMorph(939) a Plugg...etc...
		contents: 	'NO FILE SELECTED
  -- Folder Summary --
(2004.05.10 16:52:31 0) HD [...etc...
		fileName: 	nil
		directory: 	HTTPServerDirectory<www.squeak.org>
		volList: 	#('[]' ' www.squeak.org' '  Squeaklets')
		volListIndex: 	3
		list: 	#('(2004.05.10 16:52:31 0) HD [...]' '(2004.05.10 16:52:16 0)
Video [...]...etc...
		listIndex: 	0
		pattern: 	'*'
		sortMode: 	#date
		brevityState: 	#FileList


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #last
HTTPServerDirectory>>dirListUrl
HTTPServerDirectory>>entries
FileList>>entriesMatching:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in FileList>>listForPatterns: {[:pat | newList   addAll: (self
entriesMatching: pat)]}
OrderedCollection>>do:
FileList>>listForPatterns:
[] in FileList>>updateFileList {[(pattern   findTokens: (String    
with: Character cr     with: Character l...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
FileList>>updateFileList
FileList>>pattern:
FileList>>directory:
FileList>>fileListIndex:
PluggableListMorph>>changeModelSelection:
PluggableListMorph>>mouseUp:
PluggableListMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableListMorph(Morph)>>handleEvent:
PluggableListMorph(Morph)>>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