[BUG] UPDATE 3.6a to 5240

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri May 23 09:56:08 UTC 2003


I add the following crash, what do not show in 3.6a 5184
By the way, I think is not good stripping the image without warning.
I think the official word was to have two split paths, one to minimal image
and one normal.
We would have a dialog with two options "1 To minimal image ', "2 Continue
bussines as usual ".
Is not nice to have to reload all.

Thanks to all members working hard.
Edgar 

-------------- next part --------------
MessageNotUnderstood: preferred
23 May 2003 6:37:31 am

VM: Mac OS - Squeak3.5alpha of '7 January 2003' [latest update: #5169] Squeak VM 3.5.0b3
Image: Squeak3.6alpha [latest update: #5240]

MailSender class(Object)>>doesNotUnderstand:
	Receiver: MailSender
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #preferred and arguments: #()
	Receiver's instance variables: 
		superclass: 	AppRegistry
		methodDict: 	a MethodDictionary()
		format: 	2
		instanceVariables: 	nil
		organization: 	nil
		subclasses: 	nil
		name: 	#MailSender
		classPool: 	a Dictionary(#SmtpServer->nil #UserName->'edgrdec2003 at ciudad.com.ar'...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil
		registeredClasses: 	an OrderedCollection(MailComposition)
		default: 	MailComposition

MailSender class>>sendMessage:
	Receiver: MailSender
	Arguments and temporary variables: 
		aMailMessage: 	Text: here insert explanation of what you were doing, suspect c.....etc...
	Receiver's instance variables: 
		superclass: 	AppRegistry
		methodDict: 	a MethodDictionary()
		format: 	2
		instanceVariables: 	nil
		organization: 	nil
		subclasses: 	nil
		name: 	#MailSender
		classPool: 	a Dictionary(#SmtpServer->nil #UserName->'edgrdec2003 at ciudad.com.ar'...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil
		registeredClasses: 	an OrderedCollection(MailComposition)
		default: 	MailComposition

[] in Debugger>>mailOutBugReport
	Arguments and temporary variables: 
		messageStrm: 	a WriteStream

BlockContext>>ensure:
	Receiver: [] in Debugger>>mailOutBugReport
	Arguments and temporary variables: 
		aBlock: 	[] in CursorWithMask(Cursor)>>showWhile:
		returnValue: 	nil
	Receiver's instance variables: 
		sender: 	BlockContext>>ensure:
		pc: 	187
		stackp: 	0
		nargs: 	0
		startpc: 	114
		home: 	Debugger>>mailOutBugReport


--- The full stack ---
MailSender class(Object)>>doesNotUnderstand:
MailSender class>>sendMessage:
[] in Debugger>>mailOutBugReport
BlockContext>>ensure:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CursorWithMask(Cursor)>>showWhile:
Debugger>>mailOutBugReport
Debugger(StringHolder)>>perform:orSendTo:
Debugger>>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