[BUG] [3.6] MailSender preferred not defined after updates/removals

Ned Konz ned at bike-nomad.com
Fri May 9 06:05:41 UTC 2003


I just loaded the latest updates (removals) into my image and tried to 
send a bug report.

However, I got a walkback. It appears that MailSender isn't capable of 
sending mail. Is this the intended effect after removing Celeste?

MessageNotUnderstood: preferred
8 May 2003 11:00:49 pm

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

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->'ned at bike-nomad.com' )
		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->'ned at bike-nomad.com' )
		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


-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list