[BUG] Loading SM using latest snippet

danielv at netvision.net.il danielv at netvision.net.il
Fri Nov 1 17:48:47 UTC 2002


Hi Goran, I was trying to install SM into a fresh image and the update
hung. After alt-.ing it, I got the following (notice the strange server
name!)

This is because your loading snippet got clipped right at the end of the
url, otherwise it works. Goran, just make the url shorter ;-)

Daniel Vainsencher

1 November 2002 8:41:39 pm

VM: unix - Squeak3.1alpha of 7 March 2001 [latest update: #4173]
Image: Squeak3.2 [latest update: #4956]

HTTPSocket class>>retry:asking:ifGiveUp:
	Receiver: HTTPSocket
	Arguments and temporary variables: 
		tryBlock: 	[] in HTTPSocket
class>>httpGetDocument:args:accept:request:
		troubleString: 	'Trouble resolving server name "SMCardView does not
have a metho...etc...
		abortActionBlock: 	[] in HTTPSocket
class>>httpGetDocument:args:accept:request:
		response: 	0
		sema: 	a Semaphore()
	Receiver's instance variables: 
		superclass: 	SimpleClientSocket
		methodDict: 	a MethodDictionary(#contentType->a CompiledMethod (2942)
#contentTy...etc...
		format: 	150
		instanceVariables: 	#('headerTokens' 'headers' 'responseCode')
		organization: 	('as yet unclassified' contentType contentType:
contentsLength: g...etc...
		subclasses: 	#(FTPSocket)
		name: 	#HTTPSocket
		classPool: 	a Dictionary(#HTTPBlabEmail->'' #HTTPPort->80
#HTTPProxyExceptions->...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

HTTPSocket class>>httpGetDocument:args:accept:request:
	Receiver: HTTPSocket
	Arguments and temporary variables: 
		url: 	'http://SMCardView does not have a method called /'
		args: 	nil
		mimeType: 	'application/octet-stream'
		requestString: 	''
		serverName: 	'SMCardView does not have a method called '
		serverAddr: 	nil
		port: 	80
		sock: 	nil
		header: 	nil
		length: 	nil
		bare: 	'SMCardView does not have a method called /'
		page: 	'/'
		list: 	nil
		firstData: 	nil
		aStream: 	nil
		index: 	nil
		connectToHost: 	'SMCardView does not have a method called '
		connectToPort: 	80
		type: 	nil
		newUrl: 	nil
	Receiver's instance variables: 
		superclass: 	SimpleClientSocket
		methodDict: 	a MethodDictionary(#contentType->a CompiledMethod (2942)
#contentTy...etc...
		format: 	150
		instanceVariables: 	#('headerTokens' 'headers' 'responseCode')
		organization: 	('as yet unclassified' contentType contentType:
contentsLength: g...etc...
		subclasses: 	#(FTPSocket)
		name: 	#HTTPSocket
		classPool: 	a Dictionary(#HTTPBlabEmail->'' #HTTPPort->80
#HTTPProxyExceptions->...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

HttpUrl>>retrieveContentsArgs:accept:
	Receiver: http://SMCardView does not have a method called
/#downloadu%250Drl
	Arguments and temporary variables: 
		args: 	nil
		mimeType: 	'application/octet-stream'
		contents: 	nil
		request: 	''
	Receiver's instance variables: 
		fragment: 	'downloadu%0Drl'
		schemeName: 	'http'
		authority: 	'SMCardView does not have a method called '
		path: 	an OrderedCollection('')
		query: 	nil
		port: 	nil
		realm: 	nil

HttpUrl>>retrieveContentsArgs:
	Receiver: http://SMCardView does not have a method called
/#downloadu%250Drl
	Arguments and temporary variables: 
		args: 	nil
	Receiver's instance variables: 
		fragment: 	'downloadu%0Drl'
		schemeName: 	'http'
		authority: 	'SMCardView does not have a method called '
		path: 	an OrderedCollection('')
		query: 	nil
		port: 	nil
		realm: 	nil

--- The rest of the stack ---
HttpUrl>>retrieveContents
UndefinedObject>>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(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:
...etc...



More information about the Squeak-dev mailing list