[BUG] Can't update to Full image from stock 5278

Joshua 'Schwa' Gargus schwa at cc.gatech.edu
Mon Jun 30 14:43:07 UTC 2003


As I mentioned, the error occured with a 5235 image, but doesn't occur with
5278 or 5294 images, so I don't know how much effort you want to put into
tracking this down.

Anyway, here's the stack:


MessageNotUnderstood: systemNavigation
30 June 2003 10:39:59 am

VM: unix - Squeak3.4 of 1 March 2003 [latest update: #5170]
Image: Squeak3.6alpha [latest update: #5235]

SystemNavigation(Object)>>doesNotUnderstand:
	Receiver: a SystemNavigation
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #systemNavigation and arguments: #()
	Receiver's instance variables: 
a SystemNavigation
SystemNavigation>>allSelectorsWithAnyImplementorsIn:
	Receiver: a SystemNavigation
	Arguments and temporary variables: 
		selectorList: 	#()
		good: 	an OrderedCollection()
		class: 	nil
		aSelector: 	nil
	Receiver's instance variables: 
a SystemNavigation
MessageNames>>computeSelectorListFromSearchString
	Receiver: a MessageNames
	Arguments and temporary variables: 
		raw: 	an OrderedCollection()
		sorted: 	a SortedCollection()
		x: 	nil
		y: 	nil
	Receiver's instance variables: 
		dependents: 	#(a SystemWindow(3557) a PluggableTextMorph<Search>(2605) a Pluggab...etc...
		contents: 	nil
		currentCompiledMethod: 	nil
		contentsSymbol: 	nil
		systemOrganizer: 	('Kernel-Objects' Boolean DependentsArray False MessageSend Mo...etc...
		classOrganizer: 	nil
		metaClassOrganizer: 	nil
		systemCategoryListIndex: 	0
		classListIndex: 	0
		messageCategoryListIndex: 	0
		messageListIndex: 	0
		editSelection: 	#none
		metaClassIndicated: 	false
		messageList: 	nil
		autoSelectString: 	nil
		growable: 	nil
		searchString: 	'typehere,thenhitSearch'
		selectorList: 	#()
		selectorListIndex: 	nil

MessageNames>>selectorList
	Receiver: a MessageNames
	Arguments and temporary variables: 

	Receiver's instance variables: 
		dependents: 	#(a SystemWindow(3557) a PluggableTextMorph<Search>(2605) a Pluggab...etc...
		contents: 	nil
		currentCompiledMethod: 	nil
		contentsSymbol: 	nil
		systemOrganizer: 	('Kernel-Objects' Boolean DependentsArray False MessageSend Mo...etc...
		classOrganizer: 	nil
		metaClassOrganizer: 	nil
		systemCategoryListIndex: 	0
		classListIndex: 	0
		messageCategoryListIndex: 	0
		messageListIndex: 	0
		editSelection: 	#none
		metaClassIndicated: 	false
		messageList: 	nil
		autoSelectString: 	nil
		growable: 	nil
		searchString: 	'typehere,thenhitSearch'
		selectorList: 	#()
		selectorListIndex: 	nil


--- The full stack ---
SystemNavigation(Object)>>doesNotUnderstand:
SystemNavigation>>allSelectorsWithAnyImplementorsIn:
MessageNames>>computeSelectorListFromSearchString
MessageNames>>selectorList
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PluggableListMorph>>getList
PluggableListMorph>>on:list:selected:changeSelected:menu:keystroke:
PluggableListMorph class>>on:list:selected:changeSelected:menu:keystroke:
MessageNames>>inMorphicWindowWithInitialSearchString:
MessageNames class>>methodBrowserSearchingFor:
MessageNames class>>prototypicalToolWindow
DescriptionForPartsBin>>sampleImageForm
[] in PartsBin class>>thumbnailForPartsDescription:
Dictionary>>at:ifAbsent:
PartsBin class>>thumbnailForPartsDescription:
[] in PartsBin class>>cacheAllThumbnails
Array(SequenceableCollection)>>do:
[] in PartsBin class>>cacheAllThumbnails
Set>>do:
[] in PartsBin class>>cacheAllThumbnails
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
PartsBin class>>cacheAllThumbnails
[] in Celeste class>>regenerateThumbnails
[] in Utilities class>>informUser:during:
MVCMenuMorph>>displayAt:during:
Utilities class>>informUser:during:
Celeste class>>regenerateThumbnails
Celeste class>>initialize
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
BlockContext>>on:do:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
ProgressInitiationException>>defaultAction
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
[] in SARInstaller>>fileIntoChangeSetNamed:fromStream:
[] in SARInstaller>>withCurrentChangeSetNamed:do:
...etc...




On Mon, Jun 30, 2003 at 09:34:33AM +0200, Stephane Ducasse wrote:
> Could you send the stack so that we track the bug.
> By the way lot of fixes related to SystemNavigation will arrive soon in 
> the stream.
> 
> Stef
> On Monday, June 30, 2003, at 06:34 AM, Joshua 'Schwa' Gargus wrote:
> 
> >When trying reload the removed packages into a 5278 image, there is an
> >error while unzipping Morphic-Games.st ("subscript is out of bounds:
> >29265").
> >
> >I also tried with a 5235 image, and it failed for a different reason:
> >a SystemNavigation instance sends #systemNavigation to itself, but
> >doesn't understand it.
> >
> >What versions of the image is the package known to work with?
> >
> >Joshua
> >
> 



More information about the Squeak-dev mailing list