[BUG]OrderedCollection(Object)>>error:

Ram Krishnan rkris at kriyative.net
Sun Jul 11 17:48:37 UTC 2004


here insert explanation of what you were doing, suspect changes you've
made and so forth.

After starting with a fresh Squeak3.6-5429-full image I opened the
Package Loaded from the menu. This prompted me to upgrade to the new
SqueakMap and proceeded to upgrade the SqueakMap client and subsequently
resulted in the following exception. I also encounter this exception
(without the option to open a debugger) when I try to upgrade a 3.6
image that I'd been working for a week or so.

Peace.

-ram

11 July 2004 9:44:11 am

VM: Win32 - Squeak3.6 of '6 October 2003' [latest update: #5424]
Image: Squeak3.6 [latest update: #5429]

OrderedCollection(Object)>>error:
	Receiver: an OrderedCollection(0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1
1)
	Arguments and temporary variables: 
		aString: 	'attempt to index non-existent element in an ordered
collection'
	Receiver's instance variables: 
		array: 	#(0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 nil nil nil nil
nil nil nil ...etc...
		firstIndex: 	1
		lastIndex: 	21

OrderedCollection>>errorNoSuchElement
	Receiver: an OrderedCollection(0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1
1)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		array: 	#(0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 nil nil nil nil
nil nil nil ...etc...
		firstIndex: 	1
		lastIndex: 	21

OrderedCollection>>at:
	Receiver: an OrderedCollection(0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1
1)
	Arguments and temporary variables: 
		anInteger: 	100
	Receiver's instance variables: 
		array: 	#(0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 nil nil nil nil
nil nil nil ...etc...
		firstIndex: 	1
		lastIndex: 	21

SmartRefStream(ReferenceStream)>>isAReferenceType:
	Receiver: a SmartRefStream
	Arguments and temporary variables: 
		typeID: 	100
	Receiver's instance variables: 
		byteStream: 	a RWBinaryOrTextStream
		topCall: 	#marked
		basePos: 	149
		references: 	an IdentityDictionary()
		objects: 	an IdentityDictionary(5->#('class structure' nil nil nil)
10->'class s...etc...
		currentReference: 	383
		fwdRefEnds: 	an IdentityDictionary()
		blockers: 	an IdentityDictionary()
		skipping: 	an IdentitySet()
		insideASegment: 	false
		structures: 	nil
		steady: 	a Set(SmallInteger String Association Dictionary Array)
		reshaped: 	nil
		renamed: 	a Dictionary(#FlasherMorph->#Flasher )
		renamedConv: 	a Dictionary()
		superclasses: 	nil
		progressBar: 	nil
		objCount: 	nil
		classInstVars: 	nil


--- The full stack ---
OrderedCollection(Object)>>error:
OrderedCollection>>errorNoSuchElement
OrderedCollection>>at:
SmartRefStream(ReferenceStream)>>isAReferenceType:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SmartRefStream(ReferenceStream)>>noteCurrentReference:
SmartRefStream(DataStream)>>next
SmartRefStream(ReferenceStream)>>next
SmartRefStream>>next
SmartRefStream(DataStream)>>readArray
SmartRefStream(DataStream)>>next
SmartRefStream(ReferenceStream)>>next
SmartRefStream>>next
Association(Object)>>readDataFrom:size:
SmartRefStream>>readInstanceSize:clsname:refPosn:
SmartRefStream>>readShortInst
SmartRefStream(DataStream)>>next
SmartRefStream(ReferenceStream)>>next
SmartRefStream>>next
SmartRefStream(DataStream)>>readArray
SmartRefStream(DataStream)>>next
SmartRefStream(ReferenceStream)>>next
SmartRefStream>>next
Dictionary(Object)>>readDataFrom:size:
SmartRefStream>>readInstanceSize:clsname:refPosn:
SmartRefStream>>readInstance
SmartRefStream(DataStream)>>next
SmartRefStream(ReferenceStream)>>next
SmartRefStream>>next
SmartRefStream(DataStream)>>readArray
SmartRefStream(DataStream)>>next
SmartRefStream(ReferenceStream)>>next
SmartRefStream>>next
SmartRefStream>>scanFrom:
ObjectScanner>>scanFrom:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
BlockContext>>on:do:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
RWBinaryOrTextStream(PositionableStream)>>fileIn
RWBinaryOrTextStream(ReadWriteStream)>>fileInObjectAndCode
[] in SMSqueakMap>>reload
BlockContext>>ensure:
SMSqueakMap>>reload
SMSqueakMap>>synchWithDisk
SMSqueakMap>>loadUpdatesFull:
SMSqueakMap>>loadFull
SMSqueakMap>>loadUpdates
[] in UndefinedObject>>DoIt
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
...etc...



More information about the Squeak-dev mailing list