[BUG][CONNECTORS]SmallInteger(Object)>>doesNotUnderstand: #start

htylim at yahoo.com.ar htylim at yahoo.com.ar
Wed Apr 28 14:24:14 UTC 2004


Hi Ned,
 
	While installing connectors1.9.sar on a Squeak 5905 image I got this
DNU.
	
Regards,
Hernán

28 April 2004 11:08:30 am

VM: Win32 - a SmalltalkImage
Image: Squeak3.7beta [latest update: #5905]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir C:\Squeak\Jacaranda
Trusted Dir C:\Squeak\Jacaranda\guru
Untrusted Dir C:\My Squeak\guru

SmallInteger(Object)>>doesNotUnderstand: #start
	Receiver: 4
	Arguments and temporary variables: 
		aMessage: 	start
	Receiver's instance variables: 
4

Month(Timespan)>>=
	Receiver: March 2004
	Arguments and temporary variables: 
		comparand: 	4
	Receiver's instance variables: 
		start: 	2004-03-01T00:00:00+00:00
		duration: 	31:00:00:00

[] in WeekMorph>>initializeDays: {[:each |  tile := (self tileLabeled:
each dayOfMonth printString)     extent...]}
	Arguments and temporary variables: 
		modelOrNil: 	a PDA
		extent: 	23 at 19
		days: 	an OrderedCollection()
		tile: 	a SimpleSwitchMorph(2274)
		each: 	28 March 2004

Week(Timespan)>>do:with:when:
	Receiver: a Week starting: 2004-03-28T00:00:00+00:00
	Arguments and temporary variables: 
		aBlock: 	[] in WeekMorph>>initializeDays: {[:each |  tile := (self
tileLabeled: each dayOfMonth printString)     extent...]}...etc...
		aFirstElement: 	28 March 2004
		aConditionBlock: 	[] in Week(Timespan)>>do:with: {[:t | true]}
		element: 	28 March 2004
		end: 	2004-04-03T23:59:59999999999+00:00
	Receiver's instance variables: 
		start: 	2004-03-28T00:00:00+00:00
		duration: 	7:00:00:00


--- The full stack ---
SmallInteger(Object)>>doesNotUnderstand: #start
Month(Timespan)>>=
[] in WeekMorph>>initializeDays: {[:each |  tile := (self tileLabeled:
each dayOfMonth printString)     extent...]}
Week(Timespan)>>do:with:when:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Week(Timespan)>>do:with:
Week(Timespan)>>datesDo:
WeekMorph>>initializeDays:
WeekMorph>>week:month:model:
WeekMorph>>initializeForWeek:month:tileRect:model:
WeekMorph class>>newWeek:month:tileRect:model:
[] in MonthMorph>>initializeWeeks {[:w | weeks   add: (WeekMorph    
newWeek: w     month: month     tileRect: ...]}
Month(Timespan)>>do:with:when:
Month(Timespan)>>do:with:
Month(Timespan)>>weeksDo:
MonthMorph>>initializeWeeks
MonthMorph>>month:
MonthMorph>>initialize
MonthMorph class>>newWithModel:
PDA>>openAsMorphIn:
PDAMorph>>initialize
PDAMorph(Morph)>>initializeToStandAlone
PDAMorph>>initializeToStandAlone
PDAMorph class(Morph class)>>newStandAlone
DescriptionForPartsBin>>sampleImageForm
[] in PartsBin class>>thumbnailForPartsDescription: {[aThumbnail :=
Thumbnail new makeThumbnailFromForm: aPartsDescription sample...]}
Dictionary>>at:ifAbsent:
PartsBin class>>thumbnailForPartsDescription:
[] in PartsBin class>>cacheAllThumbnails {[:aClass |  (aClass class
includesSelector: #descriptionForPartsBin)   ifTru...]}
Set>>do:
[] in PartsBin class>>cacheAllThumbnails {[Morph withAllSubclasses   do:
[:aClass |     (aClass class includesSelector...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
PartsBin class>>cacheAllThumbnails
[] in SARInstaller>>DoIt {[PartsBin clearThumbnailCache;
cacheAllThumbnails]}
[] in Utilities class>>informUser:during: {[aBlock value]}
MVCMenuMorph>>displayAt:during:
Utilities class>>informUser:during:
SARInstaller>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInFor:announcing:
{[val := (self peekFor: $!)     ifTrue: [(Compiler       evaluate: self
nextC...]}
BlockContext>>on:do:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInFor:announcing:
{[:bar |  [self atEnd]   whileFalse: [bar value: self position.    self
skipS...]}
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
RWBinaryOrTextStream(PositionableStream)>>fileInFor:announcing:
[] in SARInstaller>>fileInFrom: {[stream position: 0.  zip := ZipArchive
new readFrom: stream.  preamble := z...]}
BlockContext>>ensure:
SARInstaller>>fileInFrom:
[] in SARInstaller>>fileIn {[:cs |  newCS := cs.  self fileInFrom:
stream]}
...etc...



More information about the Squeak-dev mailing list