[BUG][BFAV]UndefinedObject(Object)>>doesNotUnderstand: #contents

Magistrello Alejandro (SFA) magistra at TELEFONICA.COM.AR
Mon Oct 6 18:21:17 UTC 2003


got this bug when tryng to load updates in the bfav, the post is
http://swiki.gsug.org:8080/sqfixes/4733

6 October 2003 3:17:21 pm

VM: Win32 - Squeak3.5 of '11 April 2003' [latest update: #5180]
Image: Squeak3.6gamma [latest update: #5423]

UndefinedObject(Object)>>doesNotUnderstand: #contents
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #contents and
arguments: #()
	Receiver's instance variables: 
nil

[] in EmailFileRepository>>saveAttachmentsFor:
	Arguments and temporary variables: 
		anArchivePost: 	[ENH]Stepping Enhancements
		attachments: 	an OrderedCollection(File:
G:\KA\Campus\SteppingEnhancements.1.cs....etc...
		attachmentDir: 	DosFileDirectory on
'C:\Usuario\Publico\Objetos\Squeak\Squeak3.6...etc...
		savedFiles: 	an OrderedCollection()
		part: 	File: G:\KA\Campus\SteppingEnhancements.1.cs.gz
		stream: 	a RWBinaryOrTextStream
		streamSize: 	1009
		file: 	nil
		fileSize: 	nil
		sizeDiff: 	nil

OrderedCollection>>do:
	Receiver: an OrderedCollection(File:
G:\KA\Campus\SteppingEnhancements.1.cs.gz)
	Arguments and temporary variables: 
		aBlock: 	[] in
EmailFileRepository>>saveAttachmentsFor:
		index: 	3
	Receiver's instance variables: 
		array: 	#(nil nil File:
G:\KA\Campus\SteppingEnhancements.1.cs.gz nil nil nil ni...etc...
		firstIndex: 	3
		lastIndex: 	3

EmailFileRepository>>saveAttachmentsFor:
	Receiver: an EmailFileRepository
	Arguments and temporary variables: 
		anArchivePost: 	[ENH]Stepping Enhancements
		attachments: 	an OrderedCollection(File:
G:\KA\Campus\SteppingEnhancements.1.cs....etc...
		attachmentDir: 	DosFileDirectory on
'C:\Usuario\Publico\Objetos\Squeak\Squeak3.6...etc...
		savedFiles: 	an OrderedCollection()
		part: 	File: G:\KA\Campus\SteppingEnhancements.1.cs.gz
		stream: 	a RWBinaryOrTextStream
		streamSize: 	1009
		file: 	nil
		fileSize: 	nil
		sizeDiff: 	nil
	Receiver's instance variables: 
		repositoryDir: 	DosFileDirectory on
'C:\Usuario\Publico\Objetos\Squeak\Squeak3.6...etc...
		serverUrls: 	a
Dictionary('http://swiki.gsug.org:8080/sqfixes'->'file:/C%3A/Usua...etc...
		storageUrlUids: 	a
Dictionary('file:/C%3A/Usuario/Publico/Objetos/Squeak/Squeak3...etc...


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #contents
[] in EmailFileRepository>>saveAttachmentsFor:
OrderedCollection>>do:
EmailFileRepository>>saveAttachmentsFor:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BugFixArchive>>saveAttachmentsFor:
ArchivePost>>saveAttachments
BugFixArchive>>addArchivePost:
[] in BugFixArchiveViewer>>newAsyncPosts:
OrderedCollection>>do:
[] in BugFixArchiveViewer>>newAsyncPosts:
BlockContext>>ensure:
BugFixArchiveViewer>>newAsyncPosts:
[] in BugFixArchiveViewer>>loadUpdatesAsynchronouslyStopAfter:
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list