[BUG]UndefinedObject(Object)>>doesNotUnderstand:

Daniel Vainsencher danielv at netvision.net.il
Mon Mar 3 05:10:17 UTC 2003


Hi Joseph.

It's not clear to me what is happening. Maybe it's a problem in how
you're loading SM. Could you please write a step by step description of
what you do that produces that error?

The best way to load SM is to go into the World menu->open->Package
Loader and answer yes on the prompts. Does that work for you?

Daniel

Joseph Frippiat <joseph.frippiat at skynet.be> wrote:
> This is a multi-part message in MIME format.
> 
> --Boundary_(ID_jWNLs0D3O9RvX+opSEpH0w)
> Content-type: multipart/alternative;
>  boundary="Boundary_(ID_8CiWrVdW0EF3JgoCn8rL2Q)"
> 
> This is a multi-part message in MIME format.
> 
> --Boundary_(ID_8CiWrVdW0EF3JgoCn8rL2Q)
> Content-type: text/plain; charset=iso-8859-1
> Content-transfer-encoding: 7BIT
> 
> 
> Here is what I get when I try to install SqueakMap in a fresh 3.4alpha
> 5125 image.
> I Will use Squeak 3.4gamma in the future.
> Thank you for your help.
> 
> 1 March 2003 10:57:20 pm
> 
> VM: Win32 - Squeak3.3alpha of 24 January 2002 [latest update: #4967]
> Image: Squeak3.4alpha [latest update: #5125]
> 
> UndefinedObject(Object)>>doesNotUnderstand:
> 	Receiver: nil
> 	Arguments and temporary variables: 
> 		aMessage: 	a Message with selector:
> #created:updated:name:currentVersion:summary...etc...
> 	Receiver's instance variables: 
> nil
> 
> SMSqueakMap>>DoIt
> 	Receiver: a SMSqueakMap
> 	Arguments and temporary variables: 
> 
> 	Receiver's instance variables: 
> 		cards: 	a Dictionary(an
> UUID('017b1882-9376-4bf7-b128-37418b1a5bbc')->SMCard[Met...etc...
> 		categories: 	a Dictionary(an
> UUID('0990c683-1a6e-4452-98b4-f17ded06a3c9')->SMCat...etc...
> 		repositories: 	a Dictionary(an
> UUID('2bbc04df-fc80-476d-9caa-6877fa938bc2')->a S...etc...
> 		dir: 	'sm'
> 		transactionCounter: 	1136
> 		firstTransactionNumber: 	868
> 		daysBacklog: 	182
> 		adminPassword: 	nil
> 		module: 	nil
> 		installedPackages: 	nil
> 
> Compiler>>evaluate:in:to:notifying:ifFail:
> 	Receiver: a Compiler
> 	Arguments and temporary variables: 
> 		textOrStream: 	'(self cardWithId:
> ''7e612d70-f9cb-4367-b0a6-00fa3cb4aa37'')
> 	cre...etc...
> 		aContext: 	nil
> 		receiver: 	a SMSqueakMap
> 		aRequestor: 	nil
> 		failBlock: 	[] in Compiler
> class>>evaluate:for:notifying:logged:
> 		methodNode: 	DoIt
> 	^ (self cardWithId: '7e612d70-f9cb-4367-b0a6-00fa3cb4aa37')
> 	...etc...
> 		method: 	a CompiledMethod (467)
> 		value: 	nil
> 	Receiver's instance variables: 
> 		sourceStream: 	a ReadStream
> 		requestor: 	nil
> 		class: 	SMSqueakMap
> 		context: 	nil
> 
> Compiler class>>evaluate:for:notifying:logged:
> 	Receiver: Compiler
> 	Arguments and temporary variables: 
> 		textOrString: 	'(self cardWithId:
> ''7e612d70-f9cb-4367-b0a6-00fa3cb4aa37'')
> 	cre...etc...
> 		anObject: 	a SMSqueakMap
> 		aController: 	nil
> 		logFlag: 	false
> 		val: 	nil
> 	Receiver's instance variables: 
> 		superclass: 	Object
> 		methodDict: 	a
> MethodDictionary(#compile:in:notifying:ifFail:->a CompiledMethod
> ...etc...
> 
> 		format: 	138
> 		instanceVariables: 	#('sourceStream' 'requestor'
> 'class' 'context')
> 		organization: 	('error handling' interactive notify:
> notify:at:)
> ('public access...etc...
> 		subclasses: 	nil
> 		name: 	#Compiler
> 		classPool: 	a Dictionary()
> 		sharedPools: 	nil
> 		environment: 	nil
> 		category: 	nil
> 
> 
> --- The full stack ---
> UndefinedObject(Object)>>doesNotUnderstand:
> SMSqueakMap>>DoIt
> Compiler>>evaluate:in:to:notifying:ifFail:
> Compiler class>>evaluate:for:notifying:logged:
>  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> Compiler class>>evaluate:for:logged:
> [] in SMSqueakMap>>loadUpdatesFrom:log:
> BlockContext>>ensure:
> SMSqueakMap>>loadUpdatesFrom:log:
> [] in SMSqueakMap>>loadLog
> BlockContext>>ensure:
> SMSqueakMap>>loadLog
> SMSqueakMap>>reloadLog
> SMSqueakMap>>initializeOn:
> SMSqueakMap class>>new
> SMSqueakMap class>>default
> UndefinedObject>>DoIt
> Compiler>>evaluate:in:to:notifying:ifFail:
> Compiler class>>evaluate:for:notifying:logged:
> Compiler class>>evaluate:for:logged:
> Compiler class>>evaluate:logged:
> [] in ReadStream(PositionableStream)>>fileInAnnouncing:
> BlockContext>>on:do:
> [] in ReadStream(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:
> ReadStream(PositionableStream)>>fileInAnnouncing:
> [] in ChangeSorter class>>newChangesFromStream:named:
> BlockContext>>ensure:
> ChangeSorter class>>newChangesFromStream:named:
> TheWorldMenu class>>loadSqueakMap
> TheWorldMenu class>>openPackageLoader
> TheWorldMenu>>doMenuItem:with:
> [] 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:
> ...etc...
> 
> 
> --Boundary_(ID_8CiWrVdW0EF3JgoCn8rL2Q)
> Content-type: text/html; charset=iso-8859-1
> Content-transfer-encoding: 7BIT
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> <META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4630.0">
> <TITLE>[BUG]UndefinedObject(Object)&gt;&gt;doesNotUnderstand:</TITLE>
> </HEAD>
> <BODY>
> <!-- Converted from text/rtf format -->
> <BR>
> 
> <P><FONT SIZE=2 FACE="Arial">Here is what I get when I try to install SqueakMap in a fresh 3.4alpha 5125 image.</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">I Will use Squeak</FONT><FONT SIZE=2 FACE="Arial"> 3.4gamma in the future.</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Thank you for your help.</FONT>
> </P>
> 
> <P><FONT SIZE=2 FACE="Arial">1 March 2003 10:57:20 pm</FONT>
> </P>
> 
> <P><FONT SIZE=2 FACE="Arial">VM: Win32 - Squeak3.3alpha of 24 January 2002 [latest update: #4967]</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Image: Squeak3.4alpha [latest update: #5125]</FONT>
> </P>
> 
> <P><FONT SIZE=2 FACE="Arial">UndefinedObject(Object)&gt;&gt;doesNotUnderstand:</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver: nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Arguments and temporary variables: </FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">aMessage: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a Message with selector: #created:updated:name:currentVersion:summary...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver's instance variables: </FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">nil</FONT>
> </P>
> 
> <P><FONT SIZE=2 FACE="Arial">SMSqueakMap&gt;&gt;DoIt</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver: a SMSqueakMap</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Arguments and temporary variables: </FONT>
> </P>
> 
> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver's instance variables: </FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">cards:&nbsp; a Dictionary(an UUID('017b1882-9376-4bf7-b128-37418b1a5bbc')-&gt;SMCard[Met...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">categories: &nbsp;&nbsp;&nbsp; a Dictionary(an UUID('0990c683-1a6e-4452-98b4-f17ded06a3c9')-&gt;SMCat...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">repositories: &nbsp; a Dictionary(an UUID('2bbc04df-fc80-476d-9caa-6877fa938bc2')-&gt;a S...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">dir: &nbsp;&nbsp; 'sm'</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">transactionCounter: &nbsp;&nbsp;&nbsp; 1136</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">firstTransactionNumber: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 868</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">daysBacklog: &nbsp;&nbsp; 182</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">adminPassword:&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">module: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">installedPackages: &nbsp;&nbsp;&nbsp;&nbsp; nil</FONT>
> </P>
> 
> <P><FONT SIZE=2 FACE="Arial">Compiler&gt;&gt;evaluate:in:to:notifying:ifFail:</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver: a Compiler</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Arguments and temporary variables: </FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">textOrStream: &nbsp; '(self cardWithId: ''7e612d70-f9cb-4367-b0a6-00fa3cb4aa37'')</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">cre...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">aContext: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">receiver: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a SMSqueakMap</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">aRequestor: &nbsp;&nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">failBlock: &nbsp;&nbsp;&nbsp;&nbsp; [] in Compiler class&gt;&gt;evaluate:for:notifying:logged:</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">methodNode: &nbsp;&nbsp;&nbsp; DoIt</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">^ (self cardWithId: '7e612d70-f9cb-4367-b0a6-00fa3cb4aa37')</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">method: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a CompiledMethod (467)</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">value:&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver's instance variables: </FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">sourceStream: &nbsp; a ReadStream</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">requestor: &nbsp;&nbsp;&nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">class:&nbsp; SMSqueakMap</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">context: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nil</FONT>
> </P>
> 
> <P><FONT SIZE=2 FACE="Arial">Compiler class&gt;&gt;evaluate:for:notifying:logged:</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver: Compiler</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Arguments and temporary variables: </FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">textOrString: &nbsp; '(self cardWithId: ''7e612d70-f9cb-4367-b0a6-00fa3cb4aa37'')</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">cre...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">anObject: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a SMSqueakMap</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">aController: &nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">logFlag: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; false</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">val: &nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Receiver's instance variables: </FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">superclass: &nbsp;&nbsp;&nbsp; Object</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">methodDict: &nbsp;&nbsp;&nbsp; a MethodDictionary(#compile:in:notifying:ifFail:-&gt;a CompiledMethod ...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">format: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 138</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">instanceVariables: &nbsp;&nbsp;&nbsp;&nbsp; #('sourceStream' 'requestor' 'class' 'context')</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">organization: &nbsp; ('error handling' interactive notify: notify:at:)</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">('public access...etc...</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">subclasses: &nbsp;&nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">name: &nbsp; #Compiler</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">classPool: &nbsp;&nbsp;&nbsp;&nbsp; a Dictionary()</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">sharedPools: &nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">environment: &nbsp;&nbsp; nil</FONT>
> 
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">category: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nil</FONT>
> </P>
> <BR>
> 
> <P><FONT SIZE=2 FACE="Arial">--- The full stack ---</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">UndefinedObject(Object)&gt;&gt;doesNotUnderstand:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap&gt;&gt;DoIt</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler&gt;&gt;evaluate:in:to:notifying:ifFail:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler class&gt;&gt;evaluate:for:notifying:logged:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">&nbsp;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler class&gt;&gt;evaluate:for:logged:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">[] in SMSqueakMap&gt;&gt;loadUpdatesFrom:log:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">BlockContext&gt;&gt;ensure:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap&gt;&gt;loadUpdatesFrom:log:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">[] in SMSqueakMap&gt;&gt;loadLog</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">BlockContext&gt;&gt;ensure:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap&gt;&gt;loadLog</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap&gt;&gt;reloadLog</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap&gt;&gt;initializeOn:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap class&gt;&gt;new</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">SMSqueakMap class&gt;&gt;default</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">UndefinedObject&gt;&gt;DoIt</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler&gt;&gt;evaluate:in:to:notifying:ifFail:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler class&gt;&gt;evaluate:for:notifying:logged:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler class&gt;&gt;evaluate:for:logged:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">Compiler class&gt;&gt;evaluate:logged:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">[] in ReadStream(PositionableStream)&gt;&gt;fileInAnnouncing:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">BlockContext&gt;&gt;on:do:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">[] in ReadStream(PositionableStream)&gt;&gt;fileInAnnouncing:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">ProgressInitiationException&gt;&gt;defaultAction</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">ProgressInitiationException(Exception)&gt;&gt;signal</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">ProgressInitiationException&gt;&gt;display:at:from:to:during:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">ProgressInitiationException class&gt;&gt;display:at:from:to:during:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">String&gt;&gt;displayProgressAt:from:to:during:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">ReadStream(PositionableStream)&gt;&gt;fileInAnnouncing:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">[] in ChangeSorter class&gt;&gt;newChangesFromStream:named:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">BlockContext&gt;&gt;ensure:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">ChangeSorter class&gt;&gt;newChangesFromStream:named:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">TheWorldMenu class&gt;&gt;loadSqueakMap</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">TheWorldMenu class&gt;&gt;openPackageLoader</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">TheWorldMenu&gt;&gt;doMenuItem:with:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">[] in MenuItemMorph&gt;&gt;invokeWithEvent:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">BlockContext&gt;&gt;ensure:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">CursorWithMask(Cursor)&gt;&gt;showWhile:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuItemMorph&gt;&gt;invokeWithEvent:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuItemMorph&gt;&gt;mouseUp:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuItemMorph&gt;&gt;handleMouseUp:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MouseButtonEvent&gt;&gt;sentTo:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuItemMorph(Morph)&gt;&gt;handleEvent:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MorphicEventDispatcher&gt;&gt;dispatchDefault:with:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MorphicEventDispatcher&gt;&gt;dispatchEvent:with:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuItemMorph(Morph)&gt;&gt;processEvent:using:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MorphicEventDispatcher&gt;&gt;dispatchDefault:with:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MorphicEventDispatcher&gt;&gt;dispatchEvent:with:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuMorph(Morph)&gt;&gt;processEvent:using:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuMorph(Morph)&gt;&gt;processEvent:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">MenuMorph&gt;&gt;handleFocusEvent:</FONT>
> 
> <BR><FONT SIZE=2 FACE="Arial">...etc...</FONT>
> </P>
> 
> </BODY>
> </HTML>
> 
> --Boundary_(ID_8CiWrVdW0EF3JgoCn8rL2Q)--
> 
> --Boundary_(ID_jWNLs0D3O9RvX+opSEpH0w)
> MIME-version: 1.0
> Content-type: text/plain; charset=us-ascii
> Content-transfer-encoding: 7BIT
> 
> 
> 
> --Boundary_(ID_jWNLs0D3O9RvX+opSEpH0w)--



More information about the Squeak-dev mailing list