Hi Eliot. Today I can reproduce a do-it that crash Cog, when using SmallIntegers as compiled methods. The problem is actually that IT ONLY crashes when compiling in XCode with &quot;Development&quot;. However, if I compile with &quot;Deployment&quot;, it doesn&#39;t crash....<br>
<br>The code is this:<br><br>SmallInteger compile: &#39;flushCache &quot;emtpy&quot;&#39;.<br>SmallInteger compile: &#39;run: aSelector with: arguments in: aReceiver<br>    Transcript show: &#39;&#39;something&#39;&#39;.&#39;.<br>
TestCase compile: &#39;foo  ^ &#39;&#39;foo&#39;&#39; &#39;.<br><br>TestCase methodDict at: #foo put: 5.<br>TestCase new foo.  <br><br><br>I really don&#39;t understand how this can work in &quot;Deployment&quot; but not in &quot;Development&quot; since the code is the same as I know. Maybe when debugging certain functions/methods are called that crash? <br>
<br>Thanks for any tip.<br><br>Mariano<br>