Hi All,<div><br></div><div>     I&#39;ve updated <a href="http://ftp.squeak.org/Cog">http://ftp.squeak.org/Cog</a> with new source, OpenSourceCog-oscog.16.tar.gz/VMMaker-oscog.16.mcz that fixes the three issues people have found:</div>
<div><br></div><div>Nicholas&#39; crash on loading SUnit.dtl.?? which was a very nasty bug in the GC&#39;ing of some trace logs the VM maintains.  It was down to a difference between Smalltalk&#39;s \\ and C&#39;s %, specifically that the latter can answer something of different sign to the modulus.</div>
<div><br></div><div>The failure of GeneratorTest, superficially due to cannotReturn: crashes, but fundamentally to do with inter-page returns to frames within the page not preserving the frames above, which can be in use due to co-routining (swapSender: usage).  I hope this will fix Seaside on Cog.  Please let me know.</div>
<div><br></div><div>Crashes due to temps occurring in very simple blocks (that Cog compiles frameless) e.g. [ | b | 5 ] value.</div><div><br></div><div>HTH</div><div>Eliot</div>