Please submit then info to redhat bugzilla about where Jaroslav can find the fixed 4.3 image to repack it.<div><br></div><div>-- Pavel<br><br><div class="gmail_quote">On Fri, Apr 26, 2013 at 12:17 PM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@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="HOEnZb"><div class="h5">On 25 April 2013 15:35, Frank Shearar &lt;<a href="mailto:frank.shearar@gmail.com">frank.shearar@gmail.com</a>&gt; wrote:<br>

&gt; On 25 April 2013 13:54, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Apr 25, 2013 at 02:18:22PM +0200, Bert Freudenberg wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This didn&#39;t sound like a VM problem at first, but according to the discussion it is:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="https://bugzilla.redhat.com/show_bug.cgi?id=956376" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=956376</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any idea?<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On my 64-bit Linux with an interpreter VM compiled in 64-bit, and using<br>
&gt;&gt; Squeak - no problem. With a 32-bit interpreter - no problem. With Cog -<br>
&gt;&gt; again, no problem.<br>
&gt;&gt;<br>
&gt;&gt; I edited the class comment for class Array in each case.<br>
&gt;&gt;<br>
&gt;&gt; Dave<br>
&gt;<br>
&gt; &quot;Error: RemoteString past end of file&quot; can indicate a broken/damages<br>
&gt; changes file.<br>
&gt;<br>
&gt; It does when I get the error, at least. Usually that happens when I<br>
&gt; have to hard-kill an image that&#39;s stored state in the changes file.<br>
&gt; Restarting the image means there&#39;s a mismatch somehow in the state<br>
&gt; between the image and the changes file. Once you get one of these<br>
&gt; you&#39;re nearly completely hosed: you can&#39;t file things out, for<br>
&gt; instance.<br>
<br>
</div></div>For those not following the Pharo list, it looks like the root cause<br>
is that the glibc in Ubuntu 13.04 doesn&#39;t immediately write new<br>
content out to the file. Thus you can &quot;write&quot; to the file, and then<br>
read from the file, only your RemoteString starts off the end of the<br>
file. The fix is to make WriteStream &gt;&gt; #nextPutChunk: call &quot;self<br>
flush&quot;. I&#39;ve pushed a 4.5 fix to trunk, but have not yet done the same<br>
for the 4.4 and 4.3 update streams.<br>
<span class="HOEnZb"><font color="#888888"><br>
frank<br>
<br>
</font></span></blockquote></div><br></div>