<br><br><div class="gmail_quote">On Fri, May 31, 2013 at 12:54 AM, Max Leske <span dir="ltr">&lt;<a href="mailto:maxleske@gmail.com" target="_blank">maxleske@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>
Bump.<br>
<br>
Doesn&#39;t anybody feel that corrupt blocks are a problem? IMHO that&#39;s something that should *never* happen.<br></blockquote><div><br></div><div>But what&#39;s happening here is that the Fuel serializer is allowing the serialization of blocks without serializing their outer context and method, and later the reconstruction of blocks against the *wrong* version of a method.  This is a Fuel bug.  IMO the right solution is for Fuel to serialize the method of the block, and on reconstruction replace the reconstructed method with the method in the system iff the reconstructed method is the same as that in the system, but substitute the recinstructed method if it differs from the system&#39;s version (or of course if the system;s version is missing).  this mimics the system&#39;s behaviour with unbound methods, where e.g. a block holds onto a method and the code of a class is recompiled, resulting iun that block holding onto an unbound method.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Max<br>
<br>
On 25.05.2013, at 17:56, Max Leske &lt;<a href="mailto:maxleske@gmail.com">maxleske@gmail.com</a>&gt; wrote:<br>
<br>
&gt; I can now reprocuce corrupt sessions. The trick is to debug DFSession&gt;&gt;numberOfMethodCalls:<br>
&gt; 1. start new session<br>
&gt; 2. debug &quot;DFSession uniqueInstance printString&quot;<br>
&gt; 3. step into #numberOfMehthodCalls<br>
&gt; 4. proceed<br>
&gt; 5. stop the session<br>
&gt; 5. right click on the new session in the session browser and click &quot;Export session&quot;<br>
&gt; 6. boom!<br>
&gt;<br>
&gt; The reason is of course, that now the compiled method of #numberOfMethodCalls is referenced by the session and will be serialized by Fuel and when Fuel gets to the corrupt BlockClosure, serialization fails.<br>
&gt;<br>
&gt; So the real question still is: how did that BlockClosure obtain a wrong start PC? What I find particularly interesting, is that even changing the method does not fix the BlockClosure. I added the line &quot;Transcript show: &#39;foo&#39;.&quot; before the block (so the block should get a new start PC). Then running the procedure detailed above still produced an open debugger.<br>

&gt; To illustrate that the block did indeed not get fixed I ran &quot;BlockClosure allInstances select: [ :e | e startpc = 59 ]&quot;, with 59 being the new startPC (&quot;55 &lt;8F 01 00 03&gt; closureNumCopied: 0 numArgs: 1 bytes 59 to 61&quot;). The result does not include the block.<br>

&gt;<br>
&gt;<br>
&gt; Any ideas?<br>
&gt;<br>
&gt; Max<br>
&gt;<br>
&gt; On 24.05.2013, at 08:10, <a href="mailto:roberto.minelli@usi.ch">roberto.minelli@usi.ch</a> wrote:<br>
&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; Thanks all of you for interest ;)<br>
&gt;&gt;<br>
&gt;&gt; On May 24, 2013, at 7:15 AM, Max Leske &lt;<a href="mailto:maxleske@gmail.com">maxleske@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I played around with reverting the method and serializing but that doesn&#39;t change anything (the existing BlockClosure is obviously not modified).<br>
&gt;&gt;&gt; Then I thought that maybe the method was changed during a running DFSession but still couldn&#39;t reproduce.<br>
&gt;&gt;<br>
&gt;&gt; Me neither!!<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; @Roberto<br>
&gt;&gt;&gt; Can you tell us anything about what you did befor / during / after running your session?<br>
&gt;&gt;<br>
&gt;&gt; Nope. Unfortunately I&#39;ve a couple of &quot;broken sessions&quot; I cannot serialize because of that bug.. But all of them refers sooner or later to the DFSession&gt;&gt;#numberOfMethodCalls method. Dunno why.<br>

&gt;&gt;<br>
&gt;&gt;&gt; @Roberto<br>
&gt;&gt;&gt; Is it possible to reproduce the stack with a new session? Or did this only happen once?<br>
&gt;&gt;<br>
&gt;&gt; I have no clue how to reproduce, but it did not happen only once. As I said, there are 3/4 sessions I couldn&#39;t export due to this SubscriptOutOfBounds.<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt; Roby<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 24.05.2013, at 06:44, Max Leske &lt;<a href="mailto:maxleske@gmail.com">maxleske@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 23.05.2013, at 22:58, Camille Teruel &lt;<a href="mailto:camille.teruel@gmail.com">camille.teruel@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; This is indeed strange, the BlockClosure has an incorrect startpc (31 instead of 43). You can fix it with:<br>
&gt;&gt;&gt;&gt;&gt; theBlock instVar: 2 put: 43.<br>
&gt;&gt;&gt;&gt;&gt; The wrong startpc corresponds to the beginning of the block in the previous version of the method (DFSession&gt;&gt;#numberOfMethodCalls), but I don&#39;t know why.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Would it help to recompile the method?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I don&#39;t know fuel enough but could it be because the method of the block changed between serialization and materialization?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; No, there was never a materialization of that session.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Camille<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On 23 mai 2013, at 21:02, Max Leske wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hi Marcus<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Roberto sent this mail to the Fuel-dev list. When we looked at the problem we noticed that serialization fails because of a corrupt BlockClosure. Since that&#39;s not really our territorry Mariano suggested to forward this to you.<br>

&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; The image with the corrupt BlockClosure is available here: <a href="https://dl.dropboxusercontent.com/u/6281855/DFlow-SubscriptOutOfBounds.zip" target="_blank">https://dl.dropboxusercontent.com/u/6281855/DFlow-SubscriptOutOfBounds.zip</a>.<br>

&gt;&gt;&gt;&gt;&gt;&gt; To see the stack, right click on the only entry in the right window and click &quot;export session&quot;. You&#39;ll find the corrupt BlockClosure at BlockClosure&gt;&gt;fuelAccept:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; @Roberto<br>
&gt;&gt;&gt;&gt;&gt;&gt; Is it possible to reproduce the stack with a new session? Or did this only happen once?<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Cheers,<br>
&gt;&gt;&gt;&gt;&gt;&gt; Max<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Begin forwarded message:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; From: Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Subject: Re: [Pharo-fuel] [Fuel] SubscriptOutOfBounds: 27<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Date: 23. Mai 2013 14:23:45 MESZ<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; To: The Fuel Project &lt;<a href="mailto:pharo-fuel@lists.gforge.inria.fr">pharo-fuel@lists.gforge.inria.fr</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Reply-To: The Fuel Project &lt;<a href="mailto:pharo-fuel@lists.gforge.inria.fr">pharo-fuel@lists.gforge.inria.fr</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Indeed, it would be nice if you can known which CompiledMethod and blockclosure are having the problem. Not only the source code but the real bytecodes.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Also, can you isolate and just try to serialize them alone and reproduce the problem? In other words, a reproducible test case? :)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Thanks!<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Thu, May 23, 2013 at 8:41 AM, Max Leske &lt;<a href="mailto:maxleske@gmail.com">maxleske@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; What&#39;s the compiled method? Is it a special one? Which selector in which class?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Max<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On 23.05.2013, at 12:45, &quot;<a href="mailto:roberto.minelli@usi.ch">roberto.minelli@usi.ch</a>&quot; &lt;<a href="mailto:roberto.minelli@usi.ch">roberto.minelli@usi.ch</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; While using Fuel in a 2.0 image to serialize some objects (including CompiledMethods) I&#39;m getting this error: SubscriptOutOfBounds: 27.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I spent hours in the debugger before writing this email, but I&#39;m not able to figure out why this is happening. I attach the full stack of the error (STACK#1).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I understood that it has something to do with a particular CompiledMethod in my image and/or a BlockClosure which for some reason cannot be printed (i.e., the printString returns &lt;error in printString: evaluate &quot;self printString&quot; to debug&gt;) and when I try to printString to debug I got the STACK#2 which in turn does not bring me to any possible solution.<br>

&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hope some of you will have an intuition on that or at least tell me where to look or how to script a possible workaround.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Thanks in advance,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Roby<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ############################################################################################<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ######################################### STACK#1 ###########################################<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ###########################################################################################<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CompiledMethod(Object)&gt;&gt;errorSubscriptBounds:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CompiledMethod(Object)&gt;&gt;at:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; InstructionStream&gt;&gt;interpretNextInstructionFor:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CompiledMethod&gt;&gt;abstractBytecodeMessageAt: in Block: [(InstructionStream new method: self pc: pc)...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;on:do:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CompiledMethod&gt;&gt;abstractBytecodeMessageAt:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;blockCreationBytecodeMessage<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;endPC<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;abstractBytecodeMessagesDo:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;isClean<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;shouldBeSubstitutedByCleanCopy<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;fuelAccept:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLFullGeneralMapper(FLLightGeneralMapper)&gt;&gt;mapAndTrace:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLFullGlobalMapper&gt;&gt;mapAndTrace: in Block: [(anObject class == CompiledMethod...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLLargeIdentityDictionary&gt;&gt;at:ifAbsent:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLFullGlobalMapper&gt;&gt;mapAndTrace:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLPluggableSubstitutionMapper&gt;&gt;mapAndTrace:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLPluggableSubstitutionMapper&gt;&gt;mapAndTrace:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLAnalysis&gt;&gt;mapAndTrace:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLAnalysis&gt;&gt;run<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLAnalyzer&gt;&gt;setDefaultAnalysis in Block: [:anObject | (FLAnalysis...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLAnalyzer&gt;&gt;analysisFor:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLSerialization&gt;&gt;analysisStep<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLSerialization&gt;&gt;run<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DFSerializer(FLSerializer)&gt;&gt;setDefaultSerialization in Block: [:anObject :anEncoder | (FLSerialization...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DFSerializer(FLSerializer)&gt;&gt;serialize:on: in Block: [:anEncoder | ...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLEncoder class&gt;&gt;on:globalEnvironment:do: in Block: [aBlock value: anEncoder]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;ensure:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FLEncoder class&gt;&gt;on:globalEnvironment:do:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; DFSerializer(FLSerializer)&gt;&gt;serialize:on:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ############################################################################################<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ######################################### STACK#2 ###########################################<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ############################################################################################<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Decompiler(Object)&gt;&gt;error:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Decompiler&gt;&gt;decompileBlock:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;decompile<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;printOn:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure(Object)&gt;&gt;printStringLimitedTo: in Block: [:s | self printOn: s]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; String class(SequenceableCollection class)&gt;&gt;streamContents:limitedTo:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure(Object)&gt;&gt;printStringLimitedTo:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure(Object)&gt;&gt;printString<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;DoIt<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Compiler&gt;&gt;evaluate:in:to:notifying:ifFail:logged:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SmalltalkEditor&gt;&gt;evaluateSelectionAndDo: in Block: [rcvr class evaluatorClass new...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;on:do:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SmalltalkEditor&gt;&gt;evaluateSelectionAndDo:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SmalltalkEditor&gt;&gt;evaluateSelection<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; PluggableTextMorph&gt;&gt;doIt in Block: [textMorph editor evaluateSelection]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; PluggableTextMorph&gt;&gt;handleEdit: in Block: [result := editBlock value]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; TextMorphForEditView(TextMorph)&gt;&gt;handleEdit:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; PluggableTextMorph&gt;&gt;handleEdit:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; PluggableTextMorph&gt;&gt;doIt<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SmalltalkEditor class&gt;&gt;buildSmalltalkEditorKeymappingsOn: in Block: [:morph | morph doIt]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;cull:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;cull:cull:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BlockClosure&gt;&gt;cull:cull:cull:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; KMCategoryTarget&gt;&gt;completeMatch:buffer:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; KMKeymap&gt;&gt;notifyCompleteMatchTo:buffer: in Block: [:l | l completeMatch: self buffer: aBuffer]<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Array(SequenceableCollection)&gt;&gt;do:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; KMKeymap&gt;&gt;notifyCompleteMatchTo:buffer:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; KMKeymap&gt;&gt;onMatchWith:notify:andDo:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; KMCategory&gt;&gt;onMatchWith:notify:andDo: in Block: [:entry | entry...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Set&gt;&gt;do:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Pharo-fuel mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:Pharo-fuel@lists.gforge.inria.fr">Pharo-fuel@lists.gforge.inria.fr</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Pharo-fuel mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:Pharo-fuel@lists.gforge.inria.fr">Pharo-fuel@lists.gforge.inria.fr</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Mariano<br>
&gt;&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;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Pharo-fuel mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:Pharo-fuel@lists.gforge.inria.fr">Pharo-fuel@lists.gforge.inria.fr</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Pharo-fuel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Pharo-fuel@lists.gforge.inria.fr">Pharo-fuel@lists.gforge.inria.fr</a><br>
&gt;&gt;&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Pharo-fuel mailing list<br>
&gt;&gt; <a href="mailto:Pharo-fuel@lists.gforge.inria.fr">Pharo-fuel@lists.gforge.inria.fr</a><br>
&gt;&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-fuel</a><br>
&gt;<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>