Hi Igor. Ok...so little more information:<br><br>1) I was wrong. The problem is when executing ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>I think it is something about initialization as you said. The problem is what I said about #PrimitiveTable.<br>
It is completelty reproducible for me and I get the problem explained in the first mail.<br><br>2) If after the error of 1) I execute again  ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>it works. <br>
<br>3) If we need the issue  <a href="http://code.google.com/p/pharo/issues/detail?id=4509" target="_blank">http://code.google.com/p/pharo/issues/detail?id=4509</a> why is not raining in Hudson world? ;)<br><br>Thanks in advance.<br>
<br><br><br><div class="gmail_quote">On Fri, Jul 8, 2011 at 2:25 PM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hmm.. that<br>
<div class="im">((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>
<br>
</div>actually doesn&#39;t loads latest available configuration. (Should it be so?)<br>
<br>
Here the packages it loaded:<br>
VMMaker-oscog-IgorStasenko.95<br>
CMakeVMMaker-IgorStasenko.121  (and latest available config - 2.4 has 120)<br>
VMConstruction-Plugins-OSProcessPlugin-dtl.27 (and in 2.4 its<br>
VMConstruction-Plugins-OSProcessPlugin.oscog-eem.31)<br>
Sound-HenrikSperreJohansen.64 (and Sound-StephaneDucasse.62 in spec)<br>
<br>
but neverthelesss<br>
<br>
CogMacOSConfig generateWithSources<br>
<br>
worked just well for me.<br>
(after fixing <a href="http://code.google.com/p/pharo/issues/detail?id=4509" target="_blank">http://code.google.com/p/pharo/issues/detail?id=4509</a>)<br>
<br>
Pharo1.3<br>
Latest update: #13283<br>
<div><div></div><div class="h5"><br>
<br>
On 8 July 2011 13:10, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On Fri, Jul 8, 2011 at 1:31 AM, Igor Stasenko &lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Another case of using stuff before it initialized :)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; So, when it happens? During code generation or...?<br>
&gt;&gt;<br>
&gt;<br>
&gt; yes, sorry I forget to say....it happens while doing the #generateWithSources<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 7 July 2011 20:32, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FInd also the attached PharoDebbug.log. The problem of the evaluator is in MethodNode &gt;&gt; printPrimitiveOn:<br>
&gt;&gt; &gt; where it does:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Smalltalk globals<br>
&gt;&gt; &gt;         at: #Interpreter<br>
&gt;&gt; &gt;         ifPresent: [ :cls | aStream nextPutAll: &#39; &quot;&#39; , ((cls classPool at: #PrimitiveTable) at: primitive + 1) , &#39;&quot; &#39; ]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; because   cls classPool at: #PrimitiveTable  answers nil-<br>
&gt;&gt; &gt; cls is Interpreter class and there is a class variable #PrimitiveTable which is in nil.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The problem is how to find the error that finally come to the emergency.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; thanks<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, Jul 7, 2011 at 7:25 PM, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hudson can, and I can&#39;t. Grrrr.<br>
&gt;&gt; &gt;&gt; I took the latest Pharo 1.3 from here:  <a href="https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/lastSuccessfulBuild/artifact/Pharo-1.3.zip" target="_blank">https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/lastSuccessfulBuild/artifact/Pharo-1.3.zip</a><br>

&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I then evaluated EXACTLY what it is in latest version of file LoadVMMaker.st:<br>
&gt;&gt; &gt;&gt; Gofer new<br>
&gt;&gt; &gt;&gt;     squeaksource: &#39;MetacelloRepository&#39;;<br>
&gt;&gt; &gt;&gt;     package: &#39;ConfigurationOfCog&#39;;<br>
&gt;&gt; &gt;&gt;     load.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; And I have the emergency console. Look the attached.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Any quotes?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Mariano<br>
&gt;&gt; &gt;&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Mariano<br>
&gt;&gt; &gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Best regards,<br>
&gt;&gt; Igor Stasenko AKA sig.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Mariano<br>
&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Best regards,<br>
Igor Stasenko AKA sig.<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>