<HTML>
<HEAD>
<TITLE>[Q] What's the right size of specialObjectsArray ?</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Folks:<BR>
<BR>
I try to synchronize my MinimalMorphic with trunk.<BR>
At some point have the following walkback <BR>
<BR>
Error: Please check size of special objects array!<BR>
17 December 2009 7:36:31 am<BR>
<BR>
VM: Mac OS - a SmalltalkImage<BR>
Image: MinimalMorphic [latest update: #7261]<BR>
<BR>
SecurityManager state:<BR>
Restricted: false<BR>
FileAccess: true<BR>
SocketAccess: true<BR>
Working Dir /Users/edgar/SqueakDevelop/Squeak3.11<BR>
Trusted Dir /foobar/tooBar/forSqueak/bogus<BR>
Untrusted Dir /Users/edgar/Library/Preferences/Squeak/Internet/My Squeak<BR>
<BR>
PseudoContext class(Object)&gt;&gt;error:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Receiver: PseudoContext<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Arguments and temporary variables: <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aString: &nbsp;&nbsp;&nbsp;&nbsp;'Please check size of special objects array!'<BR>
<BR>
When I see in my uop to date Squeak3.11-8496-alpha.image is <BR>
<BR>
Smalltalk specialObjectsArray size = 50<BR>
<BR>
But PseudoContext&gt; initialize &nbsp;says<BR>
<BR>
Smalltalk specialObjectsArray size = 41<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ifFalse: [self error: 'Please check size of special objects array!']<BR>
<BR>
So something is wrooong.. &nbsp;Or?<BR>
<BR>
I appreciate any clues.<BR>
<BR>
Edgar</SPAN></FONT></FONT>
</BODY>
</HTML>