<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Begin forwarded message:</div><br class="Apple-interchange-newline"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">From: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Henrik Johansen &lt;<a href="mailto:henrik.s.johansen@veloxit.no" class="">henrik.s.johansen@veloxit.no</a>&gt;<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Date: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">16 November 2015 at 12:08:27 GMT+1<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">To: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Pharo Development List &lt;<a href="mailto:pharo-dev@lists.pharo.org" class="">pharo-dev@lists.pharo.org</a>&gt;<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Subject: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [Pharo-dev] Pharo VM Crash</b><br class=""></span></div><br class=""><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 16 Nov 2015, at 11:49 , Boris Spasojevic &lt;<a href="mailto:spasojev@inf.unibe.ch" class="">spasojev@inf.unibe.ch</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    Hey all,<br class="">
    <div class="moz-forward-container"> <br class="">
      How and where can I report the pharo VM crashing? if I have a
      class <font face="Courier New, Courier, monospace" class="">Tmp</font> and
      it has a method<br class="">
      <br class="">
      <font face="Courier New, Courier, monospace" class="">Tmp&gt;&gt;tmp<br class="">
        &nbsp;&nbsp;&nbsp; [ ^ true ]</font><br class="">
      <br class="">
      and I try to execute<font face="Courier New, Courier, monospace" class="">
        Tmp new tmp.</font> The VM segfaults.<span class="HOEnZb"><font color="#888888" class=""><br class="">
        </font></span>
      <pre class="moz-signature" cols="72">-- 
Cheers,
BoriS</pre>
      <br class="">
    </div>
    <br class="">
  </div>

</div></blockquote></div><div class="">That's a compiler (and probably a code) bug.</div><div class="">It correctly eliminates the unused block, but it *should* emit a return self instruction (as it would for a method with an empty body), but it doesn't, which is why the VM crashes.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Henry</div></div></div></blockquote></div><br class=""></body></html>