<br><br><div class="gmail_quote">On Mon, Jul 11, 2011 at 1:22 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;">
<div class="im"><br>
On 11 July 2011 10:59, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Igor. Ok...so little more information:<br>
&gt;<br>
&gt; 1) I was wrong. The problem is when executing ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>
&gt; I think it is something about initialization as you said. The problem is what I said about #PrimitiveTable.<br>
&gt; It is completelty reproducible for me and I get the problem explained in the first mail.<br>
&gt;<br>
</div>strange, because if it won&#39;t work, hudson builds would fail.<br>
maybe its because hudson using concrete configuration, not #bleedingEdge ?<br></blockquote><div><br><br>No. As far as I can see, Hudson is indeed using bleesingEdge:<br><br><a href="https://gitorious.org/cogvm/blessed/blobs/master/codegen-scripts/LoadVMMaker.st">https://gitorious.org/cogvm/blessed/blobs/master/codegen-scripts/LoadVMMaker.st</a><br>
<br>Anyway, I don&#39;t think it is related.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
But still, i tried it and it worked well for me.<br>
<div class="im"><br>
&gt; 2) If after the error of 1) I execute again ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>
&gt; it works.<br>
&gt;<br>
&gt; 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>
&gt;<br>
</div>sorry dont understand.<br>
The problem you met is apparently not because of transcript, since at<br>
the moment you reported the problem<br>
there was no changes in transcript.<br></blockquote><div><br><br>Yes. But as I said, if I evaluate the load twice, then the load works. But after the load, when generating sources (in latest pharo 1.3) I have the problem that old transcript dnu #ensureRC<br>
so....I don&#39;t understand why Hudson does not fail since such issue is not yet integrated. <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5"><br>
&gt; Thanks in advance.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jul 8, 2011 at 2:25 PM, Igor Stasenko &lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hmm.. that<br>
&gt;&gt; ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>
&gt;&gt;<br>
&gt;&gt; actually doesn&#39;t loads latest available configuration. (Should it be so?)<br>
&gt;&gt;<br>
&gt;&gt; Here the packages it loaded:<br>
&gt;&gt; VMMaker-oscog-IgorStasenko.95<br>
&gt;&gt; CMakeVMMaker-IgorStasenko.121  (and latest available config - 2.4 has 120)<br>
&gt;&gt; VMConstruction-Plugins-OSProcessPlugin-dtl.27 (and in 2.4 its<br>
&gt;&gt; VMConstruction-Plugins-OSProcessPlugin.oscog-eem.31)<br>
&gt;&gt; Sound-HenrikSperreJohansen.64 (and Sound-StephaneDucasse.62 in spec)<br>
&gt;&gt;<br>
&gt;&gt; but neverthelesss<br>
&gt;&gt;<br>
&gt;&gt; CogMacOSConfig generateWithSources<br>
&gt;&gt;<br>
&gt;&gt; worked just well for me.<br>
&gt;&gt; (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>
&gt;&gt;<br>
&gt;&gt; Pharo1.3<br>
&gt;&gt; Latest update: #13283<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 8 July 2011 13:10, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &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; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Another case of using stuff before it initialized :)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; So, when it happens? During code generation or...?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; yes, sorry I forget to say....it happens while doing the #generateWithSources<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &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;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; FInd also the attached PharoDebbug.log. The problem of the evaluator is in MethodNode &gt;&gt; printPrimitiveOn:<br>
&gt;&gt; &gt;&gt; &gt; where it does:<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Smalltalk globals<br>
&gt;&gt; &gt;&gt; &gt;         at: #Interpreter<br>
&gt;&gt; &gt;&gt; &gt;         ifPresent: [ :cls | aStream nextPutAll: &#39; &quot;&#39; , ((cls classPool at: #PrimitiveTable) at: primitive + 1) , &#39;&quot; &#39; ]<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; because   cls classPool at: #PrimitiveTable  answers nil-<br>
&gt;&gt; &gt;&gt; &gt; cls is Interpreter class and there is a class variable #PrimitiveTable which is in nil.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The problem is how to find the error that finally come to the emergency.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; thanks<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &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; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Hudson can, and I can&#39;t. Grrrr.<br>
&gt;&gt; &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; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; I then evaluated EXACTLY what it is in latest version of file LoadVMMaker.st:<br>
&gt;&gt; &gt;&gt; &gt;&gt; Gofer new<br>
&gt;&gt; &gt;&gt; &gt;&gt;     squeaksource: &#39;MetacelloRepository&#39;;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     package: &#39;ConfigurationOfCog&#39;;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     load.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; ((Smalltalk at: #ConfigurationOfCog) project version: #bleedingEdge) load.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; And I have the emergency console. Look the attached.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Any quotes?<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt; Mariano<br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; Mariano<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Best regards,<br>
&gt;&gt; &gt;&gt; Igor Stasenko AKA sig.<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>