Hi Nicolas,<br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 12:30 PM, Nicolas Cellier <span dir="ltr">&lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@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;">I got several crash dump while recompiling some classes.<br>
For example try to load<br>
<a href="http://source.squeak.org/trunk/SUnit-dtl.79.mcz" target="_blank">http://source.squeak.org/trunk/SUnit-dtl.79.mcz</a> in a cog image.<br></blockquote><div><br></div><div>I&#39;ve tracked this down to the primitive trace log, traceInterpreterPrim, which is causing GC failures.  I&#39;m intending to delete this code anyway but before I do so I want to understand the bug, which may take a little time.  So as a quick fix you could edit the C source of src/vm/gcc3x-cointerp.c and src/vm/cointerp.c and delete the function traceInterpreterPrim and its two calls.</div>
<div><br></div><div>Those of you who want fixes for the simple block crash [ | b | 5 ] value and/or the GeneratorTest crash can load VMMaker-oscog.14.mcz from <a href="http://www.squeaksource.com/VMMaker">http://www.squeaksource.com/VMMaker</a> into the VMMaker image, delete traceInterpreterPrim and its two senders and regenerate the sources.</div>
<div><br></div><div>HTH</div><div>Eliot</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888"><br>
Nicolas<br>
<br>
</font></blockquote></div><br>