[squeak-dev] [Q] What's the right size of specialObjectsArray ?

Levente Uzonyi leves at elte.hu
Thu Dec 17 11:25:35 UTC 2009


On Thu, 17 Dec 2009, Edgar J. De Cleene wrote:

> Folks:
>
> I try to synchronize my MinimalMorphic with trunk.
> At some point have the following walkback
>
> Error: Please check size of special objects array!
> 17 December 2009 7:36:31 am
>
> VM: Mac OS - a SmalltalkImage
> Image: MinimalMorphic [latest update: #7261]
>
> SecurityManager state:
> Restricted: false
> FileAccess: true
> SocketAccess: true
> Working Dir /Users/edgar/SqueakDevelop/Squeak3.11
> Trusted Dir /foobar/tooBar/forSqueak/bogus
> Untrusted Dir /Users/edgar/Library/Preferences/Squeak/Internet/My Squeak
>
> PseudoContext class(Object)>>error:
>    Receiver: PseudoContext
>    Arguments and temporary variables:
>        aString:     'Please check size of special objects array!'
>
> When I see in my uop to date Squeak3.11-8496-alpha.image is
>
> Smalltalk specialObjectsArray size = 50
>
> But PseudoContext> initialize  says
>
> Smalltalk specialObjectsArray size = 41
>        ifFalse: [self error: 'Please check size of special objects array!']
>
> So something is wrooong..  Or?

The code is obsolete, the size of the array is 50 since 2004 or so.


Levente

>
> I appreciate any clues.
>
> Edgar
>



More information about the Squeak-dev mailing list