[BUG]UndefinedObject(Object)>>error:

raymondasselin at sympatico.ca raymondasselin at sympatico.ca
Fri Dec 12 03:01:53 UTC 2003


Trying to Install Seaside (2.3.2) from SM1  got this debugger.
This seems to me a MacHFSPlusFileDirectory error.
I found something I don't understand
the pathName is 'OSXII:Dev:ATELIER SEASIDE:/Volumes/OSXII/Dev/ATELIER
SEASIDE'
which is one pathName in two format. The first with ':' is MacOS way,
the second with '/' is Unix way, what is going wrong here ?

11 December 2003 9:55:57 pm

VM: Mac OS - Squeak3.7alpha of '11 September 2003' [latest update:
#5566] Squeak VM 3.7.0b2
Image: Squeak3.6 [latest update: #5424]

UndefinedObject(Object)>>error:
	Receiver: nil
	Arguments and temporary variables: 
		aString: 	'UndefinedObjects are not indexable'
	Receiver's instance variables: 
nil

UndefinedObject(Object)>>errorNotIndexable
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

UndefinedObject(Object)>>size
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

String(SequenceableCollection)>>copyReplaceFrom:to:with:
	Receiver: 'Error occurred during install:\'
	Arguments and temporary variables: 
		start: 	32
		stop: 	31
		replacementCollection: 	nil
		newSequenceableCollection: 	nil
		newSize: 	nil
		endReplacement: 	nil
	Receiver's instance variables: 
'Error occurred during install:\'


--- The full stack ---
UndefinedObject(Object)>>error:
UndefinedObject(Object)>>errorNotIndexable
UndefinedObject(Object)>>size
String(SequenceableCollection)>>copyReplaceFrom:to:with:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
String(SequenceableCollection)>>,
[] in SMLoader>>installPackage
BlockContext>>valueWithPossibleArgs:
[] in MethodContext(ContextPart)>>handleSignal:
BlockContext>>ensure:
MethodContext(ContextPart)>>handleSignal:
InvalidDirectoryError(Exception)>>signal
MacHFSPlusFileDirectory(FileDirectory)>>directoryContentsFor:
MacHFSPlusFileDirectory(FileDirectory)>>entries
MacHFSPlusFileDirectory(FileDirectory)>>fileNames
MacHFSPlusFileDirectory(FileDirectory)>>fileExists:
[] in SMMcInstaller(SMSimpleInstaller)>>download
BlockContext>>ensure:
SMMcInstaller(SMSimpleInstaller)>>download
SMMcInstaller>>install
[] in SMLoader>>installPackage
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
[] in SMLoader>>installPackage
BlockContext>>on:do:
SMLoader>>installPackage
SMLoader>>perform:orSendTo:
[] in MenuItemMorph>>invokeWithEvent:
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:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list